Commit Graph

2961 Commits

Author SHA1 Message Date
Martin Dougiamas 99cca8470e MDL-19124 Continued misc user profile cleanups
- fixed user styles in base theme
    - added new divs for better control on user profile and user index pages
    - reduced data on course user profiles down to minimum
    - removed user/tabs.php completely and all uses of it
    - changed default user icon pix to something very bland (bye bye smiley cake)
2010-05-16 08:21:12 +00:00
David Mudrak 849c94bed8 Fixing a typo in get_string() component 2010-05-13 13:40:56 +00:00
Sam Hemelryk 4766a50c19 navigation MDL-22425 Restructured navigation for the nth time plus performance tweaking and course display limit 2010-05-13 09:57:43 +00:00
Martin Dougiamas bfebaf64d8 MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script. 2010-05-13 02:02:05 +00:00
Martin Dougiamas 15ac57cbc0 MDL-19313 Use an existing exception code 2010-05-12 07:56:48 +00:00
Martin Dougiamas ab41b6c47b MDL-22427 Got rid of hideactivitytypenavlink, with three good reasons 1) It doesn't do anything, 2) It was a NEGATIVE setting (show not hide) and 3) it refers to hardcoded roles 2010-05-12 05:42:47 +00:00
Dongsheng Cai ea1780adf3 MDL-13766, implemented user quota 2010-05-11 06:49:51 +00:00
David Mudrak 7217676b92 MDL-22296 CLI installer allows to rename the administrator account username 2010-05-10 21:57:48 +00:00
David Mudrak 877a172ddf MDL-22406 CLI installer: fixing a bug in setting of string location 2010-05-10 17:16:34 +00:00
David Mudrak d8030e1119 MDL-22294 CLI installer uses given --dataroot as a default for interactive mode 2010-05-10 17:10:37 +00:00
David Mudrak 59ba2bb002 MDL-22294 CLI installer now supports --dataroot argument correctly 2010-05-10 15:59:21 +00:00
David Mudrak 7d73574c6f MDL-22406 CLI installer now switches to core_string_manager() after the lang pack has been fetched 2010-05-10 14:46:59 +00:00
David Mudrak a18d577dcd MDL-22059 Missing installer strings. To be automated soon. 2010-05-10 14:24:36 +00:00
David Mudrak 11072c31ec MDL-15252 Unifying a string 'availablelangs' - now lives in install.php only
AMOS BEGIN
 MOV [availablelangs,core_admin],[availablelangs,core_install]
AMOS END
2010-05-10 13:15:50 +00:00
Sam Hemelryk d2dbd0c0d0 navigation MDL-22398 Added custom menu to Moodle core. Will document in theme's forum 2010-05-10 05:24:00 +00:00
David Mudrak ff93c80742 Removing unused call to get_string() 2010-05-06 23:48:45 +00:00
David Mudrak 27d1a27c21 MDL-21695 Migrating the usage of root help files so far re-worded
AMOS BEGIN
 HLP forcepasswordchange.html,[forcepasswordchange_help,core]
 HLP interestslist.html,[interestslist_help,core]
 HLP newpassword.html,[newpassword_help,core]
 HLP permissions.html,[permissions_help,core_role]
 HLP picture.html,[newpicture_help,core]
 HLP picture.html,[newpicture_help,core_group]
 HLP roles.html,[roles_help,core_role]
AMOS END
2010-05-06 21:27:58 +00:00
David Mudrak 226de8b7e7 MDL-21695 authchange.html replaced with a help string
AMOS BEGIN
 HLP authchange.html,[chooseauthmethod_help,core_auth]
AMOS END
2010-05-06 16:56:04 +00:00
David Mudrak fe6b274c73 MDL-15244 IP blocker help on syntax 2010-05-06 16:35:32 +00:00
jerome mouneyrac 4b1acb3ae8 registration MDL-19313 implement password for private hub 2010-05-06 06:41:25 +00:00
jerome mouneyrac a33cc71fe6 registration MDL-19314 do not display Moodle.org into the hub selector form 2010-05-05 09:22:06 +00:00
Martin Dougiamas 03d9401e7d My Moodle MDL-19124 New version of My Moodle, User profiles and Course profiles, all with block support
Thanks very much to Remote Learner Canada, especially Hubert Chathi and Olav Jordan, for their work on the bulk of this code, and also Mike Churchward for supporting them.  I worked on it after that (actually simplified it by removing a feature temporarily: multiple pages) to bring it more to what I was imagining, and to provide a base to build on and get all the navigation perfect.

There's still work to do.  Some blocks don't quite work as expected, and some of the code still needs upgrading to bring it fully into line with 2.0.  We also could use a much better course overview block and better CSS styling of the profile pages.  But it's definitely more usable this it was, I think.
2010-05-04 13:04:35 +00:00
Jamie Pratt 548da7ee96 MDL-21579 "Implement session token for embedded application" Oops. Error in sql fixed now. 2010-05-03 06:36:52 +00:00
jerome mouneyrac e275f25e8b registration MDL-19313 disable site image url 2010-05-03 03:47:47 +00:00
jerome mouneyrac 4032415e04 registration MDL-21715 temporary disable the region code (not done) and the image url fields (security purpose). Add help icons. 2010-05-03 03:20:22 +00:00
Eloy Lafuente c717a0d3bc MDL-21432, MDL-22184 scheduled backup - disabled until implemented 2010-05-02 16:54:58 +00:00
Andrew Davis fcce139aa3 RSS MDL-22204 committing new RSS code. Uses a token to ID the user. RSS feeds also generated/updated as needed rather than by cron.php 2010-05-02 11:43:57 +00:00
Martin Dougiamas 38786adbc1 Removed two old notifications from admin page 2010-05-01 14:45:17 +00:00
jerome mouneyrac 07ab0c80ec hub MDL-19309 new site registration form + course publication + community block 2010-05-01 05:05:55 +00:00
Martin Dougiamas 7969834463 admin/repository MDL-15402 Checking in code from Mark Nelson @ Pukunui.com.au. Thanks, Mark and Shane! This patch updates the repository admin interface to look more like Filters management 2010-04-30 08:03:32 +00:00
Martin Dougiamas 2be4d090c0 course completion MDL-2631 Course completion feature - Thanks to Aaron Barnes and Catalyst IT for this significant contribution. It is now officially possible to finish a course!
Even though I've tweaked this and done some polishing, there is still plenty to do on it now in HEAD, mostly to do with UI, usability and strings, so we'll keep working on it.  Aaron already has a number of improvements to add to it.
2010-04-30 03:06:22 +00:00
Jamie Pratt 2d0acbd5f9 MDL-21579 "Implement session token for embedded application" implemented a second type of session token linked to a session for use in applications embedded in web pages. 2010-04-28 13:16:58 +00:00
Dan Marsden 30b5ee6b06 Plagiarism Lib MDL-13680 - reverting commit for now. 2010-04-28 02:47:25 +00:00
Dan Marsden 706d6648d9 Plagiarism Lib MDL-13680 - move plagiarism settings files into new folder in admin 2010-04-27 22:12:40 +00:00
Dan Marsden cc3b3fae5d Plagiarism Lib MDL-13680 - add Plagiarism lib support for modules. - initially including the assignment module and Turnitin service - Backup deliberately excluded at this stage and I expect some of the file handling to change slightly before 2.0 release. 2010-04-27 21:52:07 +00:00
Martin Dougiamas eb0614be7a Removing a get_string that wasn't needed 2010-04-27 06:49:19 +00:00
Tim Hunt c8a9f066f7 unit tests: MDL-22175 Still more improvements unit test failure display.
Thanks to Eloy for suggesting these improvements:
1. We display debuginfo if it is there.
2. If the exception refers to a missing lang string, we output as much
information as we have.
2010-04-26 15:25:56 +00:00
Tim Hunt 39321e0faf unit tests: MDL-22175 Further improvements unit test failure display.
Exceptions are now also shown with a pruned stack trace.
And 2.0 code for displaying PHP5 error types backported to 1.9.
2010-04-23 17:22:55 +00:00
Tim Hunt f99b19c58d unit tests: MDL-22175 Improve unit test failure display.
When you are using helper funcitions, show all the interesting bits of the stack trace,
rather that just the line in the helper function where the failed asset was called.
2010-04-23 11:22:30 +00:00
Petr Skoda 864e2805d0 MDL-21781 integrating cohorts into UI - admin tree and list of categories in edit mode (there is no other better place which shows all categories imho) 2010-04-23 09:13:19 +00:00
Martin Dougiamas 5435c9dcc4 help strings MDL-21695 changed _hlp to _help and fixed help.php to format those strings properly 2010-04-23 07:46:35 +00:00
David Mudrak 55c6372e28 MDL-15252 Fixed regression: XMLDB action using optionally defined strings
To prevent debugging warning, we check if the string is defined first.
In this case it does not make sense to add new string for every action
as the title is not actually displayed anywhere.
2010-04-22 21:13:53 +00:00
Eloy Lafuente 16d0b44022 NOBUG: Improve vis. of exception params. 2010-04-21 09:37:26 +00:00
jerome mouneyrac cddd252723 web service MDL-21351 list of selectabl users should not include deleted user 2010-04-21 06:30:50 +00:00
Sam Hemelryk ba9dc077c4 roles MDL-22126 Fixed up usage of admin/roles/tags.php 2010-04-21 02:43:02 +00:00
Petr Skoda e13914acae just a little note for other devs looking for cli info 2010-04-19 21:24:49 +00:00
Petr Skoda ecd7978c05 MDL-22015 fixed more string_manager encapsulation issues 2010-04-14 14:38:33 +00:00
Petr Skoda 0aa759b01c MDL-22015 more get_list_of_countries() refactoring 2010-04-14 14:27:10 +00:00
Petr Skoda 1f96e907ea MDL-22084 making a clear distinction between list of our translations and list of all languages defined in ISO 639-2 2010-04-14 09:45:49 +00:00
Sam Hemelryk f226227cf8 admin MDL-20204 Fixed minor regression $PAGE->context needs to be set before calling admin_get_root 2010-04-14 02:26:26 +00:00