9702 Commits

Author SHA1 Message Date
Martin Dougiamas
2290399ee8 MDL-19124 Make sure upgrading sites get the default blocks 2010-05-04 13:20:29 +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
David Mudrak
1b80c913cb MDL-22061 get_mimetype_description() does not rely on get_string() returning square brackets 2010-05-04 12:54:48 +00:00
Dongsheng Cai
9a6606b8ac "MDL-13766,fixed argument" 2010-05-04 10:17:48 +00:00
Sam Hemelryk
f855a5d2d2 javascript MDL-22067 Fixed error where help icon id wasn't always in the page 2010-05-04 09:43:29 +00:00
Sam Hemelryk
2cf81209ff javascript MDL-22067 Fixed errors with JavaScript openpopup and help icon popups 2010-05-04 08:29:05 +00:00
Dongsheng Cai
b6accf69a0 "MDL-13766, fixed download dir" 2010-05-04 06:59:03 +00:00
Dongsheng Cai
59eeb81b33 "MDL-13766, fixed problems of filemanager" 2010-05-04 06:34:40 +00:00
Dongsheng Cai
7f39d66a43 "fixed editor file manager link" 2010-05-04 05:22:40 +00:00
Dongsheng Cai
1cea3c80b6 "MDL-22281, when no files in filemanager, hide download dir button" 2010-05-04 04:38:10 +00:00
Sam Hemelryk
59c7680fe2 backup MDL-22151 Added a backup link to the settings block for modules that support backup. 2010-05-04 04:00:03 +00:00
Dongsheng Cai
f45dfeeb76 MDL-22281 file resource module, select main file 2010-05-04 03:48:00 +00:00
Petr Skoda
bf9ffe27b6 MDL-14589 improved php docs in file API (file_storage) 2010-05-03 21:04:06 +00:00
Petr Skoda
8496fdac52 MDL-14589 improved php docs in file API (stored_file) 2010-05-03 20:40:30 +00:00
Petr Skoda
5ebb660ebd MDL-14589 fixed incorect php docs return type 2010-05-03 20:13:56 +00:00
David Mudrak
876521acfe Fixed debugging info on missing help contents string 2010-05-03 15:36:29 +00:00
Rossiani Wijaya
87955a2d38 removing commented line. 2010-05-03 10:05:59 +00:00
Eloy Lafuente
b0f35692ce MDL-21432 restore - also disabled in front page 2010-05-03 09:02:26 +00:00
Rossiani Wijaya
36282d8545 MDL-22067 - modify help popup functionality to use overlay. 2010-05-03 08:44:34 +00:00
Sam Hemelryk
d59a3f285b navigation MDL-14632 Show shortname of course instead of long name 2010-05-03 08:40:42 +00:00
Sam Hemelryk
b499db578c navigation MDL-14632 Fixed a small bug with navigation node prepend 2010-05-03 07:11:17 +00:00
Andrew Davis
af454fa5a1 gradebook MDL-22283 debug message from grades library while editing forum settings 2010-05-03 06:46:42 +00:00
Andrew Davis
8a6143fc6d gradebook MDL-22283 debug message from grades library while editing forum settings 2010-05-03 06:41:49 +00:00
Dongsheng Cai
7210e88714 MDL-13766, filemanager, don't download empty draft area 2010-05-03 06:36:23 +00:00
Andrew Davis
9d88a01ba6 pagelib MDL-22282 Fixed a php syntax error 2010-05-03 05:26:30 +00:00
Dongsheng Cai
91b890abb9 MDL-22217, added section_backup and activity_backup areas 2010-05-03 05:19:38 +00:00
jerome mouneyrac
c7d5e48f0a hub MDL-19313 remove not used define values 2010-05-03 04:03:12 +00:00
Dongsheng Cai
3ff6bd3463 "MDL-13766, improve launching filepicker button in tinymce" 2010-05-03 03:20:10 +00:00
Dongsheng Cai
97e9c8d68d "MDL-15351, display user private files" 2010-05-03 02:31:26 +00:00
Inaki
57e9d92f38 accesslib: MDL-22089 Unassigning role from one user causes warning to happen
The 3rd parameter to role_unassign() was renamed to $groupid_ignored some weeks
ago (as part of MDL-21655), but the $args array that is used to build the query
was not updated to reflect that change. Simply remove 'groupid' from the $args
array so it isn't used in the query at all.
2010-05-02 22:24:35 +00:00
Penny Leach
11fbe3fc79 portfolio api MDL-14591 fixed some get_string issues and tiny usability fixes 2010-05-02 18:01:05 +00:00
Penny Leach
9d429f0bae portfolio api MDL-14591 fixing small bugs and removing debugging 2010-05-02 18:00:52 +00:00
Eloy Lafuente
a934bd23ff MDL-21839 backup - added new backup logs table and cleaned some anymore in use 2010-05-02 17:35:51 +00:00
Petr Skoda
64fc50d0fc MDL-21655 fixing regression, manager does not need mnet caps 2010-05-02 17:05:35 +00:00
Eloy Lafuente
530fa9815a MDL-21432 restore & import - disabled until ready 2010-05-02 14:52:23 +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
Eloy Lafuente
9c643dec87 MDL-22217 backup file areas - fixed course backups string usage 2010-05-02 10:02:51 +00:00
Dongsheng Cai
3d65f92d1d "MDL-22217, browse/download user_backup area" 2010-05-02 09:50:02 +00:00
Eloy Lafuente
57ca97b3a7 MDL-21668 backup - New capabilities creation 2010-05-01 16:42:29 +00:00
Penny Leach
38652d9076 portfolio MDL-22264 made supported_formats non static 2010-05-01 14:40:38 +00:00
Martin Dougiamas
593270c629 Navigation - Blog and Tags links are now shown/hidden correctly according to settings 2010-05-01 14:33:07 +00:00
Sam Hemelryk
1904e9b35b backup MDL-22142 This is the user interface for backups, several minor/cosmetic issues still to be ironed out. See the tracker for details 2010-05-01 09:51:39 +00:00
Martin Dougiamas
9057a84818 MDL-14589 Check input better, preventing notices when using an editor without draftfiles 2010-05-01 08:58:27 +00:00
Tim Hunt
06f87d2f57 quiz: MDL-15452 fix themes breakage found when preparing my MoodleMoot talk. 2010-05-01 08:14:32 +00:00
Martin Dougiamas
8299b0c549 completion MDL-2631 make completion blocks standard 2010-05-01 07:12:57 +00:00
jerome mouneyrac
7f084ec6b1 hub MDL-19309 remove some commented personal settings 2010-05-01 05:12:55 +00:00
jerome mouneyrac
07ab0c80ec hub MDL-19309 new site registration form + course publication + community block 2010-05-01 05:05:55 +00:00
Petr Skoda
38549d6396 MDL-21579 using simple exception handling instead of table_exists - we do this in several other places already 2010-04-30 15:38:58 +00:00
Petr Skoda
83bbafaa18 MDL-21712 fixed regression - guest could access any course, sorrry 2010-04-30 15:36:26 +00:00
David Mudrak
a48bf07993 Fixing Chat event type + handling illegal eventtype displaying
Without this fix, chat created events with eventtype set to boolean.
Such value was then used by calendar block to get a string, which
now produces coding_exception.
2010-04-30 10:53:39 +00:00