Sam Hemelryk
8eaf1ba1ec
blog MDL-22058 Fixed up blocks using the naughty blog_get_headers method, recent blogs and blog tags
2010-05-11 08:23:01 +00:00
Martin Dougiamas
7bab5279d3
MDL-13766 Updated some english (and fixed some case problems in other strings)
2010-05-11 08:19:38 +00:00
Pierre Pichet
9e459630eb
MDL-22441 Invalid SQL (must not have ; at the end )
2010-05-11 08:05:05 +00:00
Sam Hemelryk
e0c9ba5547
navigation MDL-21529 Implemented a custom close icon for the dock popout so as not to be confused with delete.
2010-05-11 07:48:51 +00:00
Sam Hemelryk
12cc75aed5
custommenu MDL-22398 Fixed notice during install/upgrade with $CFG->custommenuitems
2010-05-11 07:30:04 +00:00
Sam Hemelryk
242b78f73b
javascript MDL-22398 Fixed issue if custommenu was init but not shown
2010-05-11 07:16:23 +00:00
Sam Hemelryk
2a12d9eeb0
mod-assignment MDL-22266 Fixed pagelayout for popup
2010-05-11 07:13:04 +00:00
Dongsheng Cai
ea1780adf3
MDL-13766, implemented user quota
2010-05-11 06:49:51 +00:00
Sam Hemelryk
8a556fdd01
navigation MDL-21996 Added permission and check permission icons
2010-05-11 06:43:49 +00:00
Dongsheng Cai
97b151ea3b
"MDL-13766, fixed popup login in filepicker"
2010-05-11 05:40:14 +00:00
Sam Hemelryk
76046fa871
navigation MDL-14632 Fixed incorrect contexts in capability checks for navigation
2010-05-11 05:28:59 +00:00
Martin Dougiamas
fe09ccbaed
MDL-22185 I missed some field name changes (date)
2010-05-11 02:27:22 +00:00
Martin Dougiamas
9f4ec46df1
MDL-22411 Avoid htmlspecialchars so that large objects actually work
2010-05-11 02:23:05 +00:00
Moodle Robot
13201d81ee
Updated the HEAD build version to 20100511
2010-05-11 00:41:29 +00:00
Tim Hunt
cb323d0258
quiz recent activity: MDL-22410 permission check was wrong.
2010-05-10 22:36:40 +00:00
Tim Hunt
7bc488dc3d
quiz settings MDL-21780 more work on group and user setting overrides
...
The group setting tab is now disabled if there are no groups in the course.
The code also now respects groupings.
Thanks to Matt Petro for this patch.
2010-05-10 22:15:17 +00:00
David Mudrak
7217676b92
MDL-22296 CLI installer allows to rename the administrator account username
2010-05-10 21:57:48 +00:00
Helen Foster
defdbbdd6a
MDL-21695 adding help strings
2010-05-10 19:32:04 +00:00
David Mudrak
728c42bc68
Workshop support for CLI installer - $CFG->maxbytes may not be set yet
2010-05-10 17:32:49 +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
90150c08ee
MDL-18112 Added a comment that we intentionally check against 5.2.0 in early install steps
2010-05-10 14:44:02 +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
David Mudrak
6189e63d52
MDL-22306 PHP_EOL is used when creating config.php
2010-05-10 12:51:49 +00:00
Sam Hemelryk
d7bd9acd9c
navigation MDL-22398 Fixed module declaration for custom menu that was reincluding javascript-static
2010-05-10 09:41:32 +00:00
Helen Foster
007e52c6e5
MDL-21695 adding help strings
2010-05-10 09:41:00 +00:00
Sam Hemelryk
d29b8f0f6b
NOBUG javascript-static minor correction in syntax
2010-05-10 09:38:04 +00:00
Sam Hemelryk
18ddfc1e98
navigation MDL-22399 Added logs link to activity settings
2010-05-10 09:02:09 +00:00
Dongsheng Cai
fb4ee704aa
MDL-18520, filesystem plugin should respect mimetypes
2010-05-10 08:42:19 +00:00
Sam Hemelryk
537740cba1
themes MDL-22353 Split CSS urls from one to three to resolve IE renderering issues
2010-05-10 07:47:52 +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
Sam Hemelryk
4886029cba
backup MDL-22142 Several changes to the backup UI and it's classes as noted below
...
* backup moodleforms for specific stages are now cached between stage processing and display making it possible to leave all validation up to the bridge.
* The backup stage now relies entirely on the backup controllers save, load, and check methods + dependency checks rather then previous stage processing to ensure accuracy.
* filename is now a required field and validated to ensure it ends with .zip and is a valid filename.
* There is now a previous button for backup stages after the initial and before the complete.
* The progress bar previous stages are now links as well allowing the user to jump to previous stages (not linked on complete of course).
* The root settings are only shown on the schema stage now if they were changed because of dependency.
* Stages are now numbered in the progress bar.
* The complete page now shows a notice that the backup was complete and provides a continue button to view the backup file.
* Adds administration blocks to the backup pages.
2010-05-10 02:53:31 +00:00
Pierre Pichet
3987461ab3
MDL-20296 correcting unit grade display
2010-05-10 02:40:02 +00:00
Moodle Robot
78843b44c4
Updated the HEAD build version to 20100510
2010-05-10 00:41:27 +00:00
Pierre Pichet
ab64c7ce9e
MDL-20296 removing unnecessary code to display unit penalty
2010-05-09 23:34:00 +00:00
Andreas Grabs
9d092aa91c
adding line $PAGE->set_heading(format_string($course->fullname));
2010-05-09 21:37:48 +00:00
Helen Foster
ef0eeae496
MDL-21695 adding help strings
2010-05-09 21:00:49 +00:00
Pierre Pichet
803f10f604
MDL-15252 reordering version MDL-21695
2010-05-09 17:49:53 +00:00
Pierre Pichet
2fa8350544
MDL-17366 intergating changes done in calculated, new common functions and new lang strings
2010-05-09 14:02:54 +00:00
Moodle Robot
e25a358350
Updated the HEAD build version to 20100509
2010-05-09 00:41:37 +00:00
Pierre Pichet
0a49ee5c08
MDL-20296 testing units at each question submit
2010-05-08 14:35:48 +00:00
Helen Foster
004ecb4696
MDL-21695 adding help and link strings
2010-05-08 10:41:39 +00:00
Helen Foster
673cd24bb3
MDL-21695 adding help strings
2010-05-08 09:21:08 +00:00
Helen Foster
5f13cd5132
MDL-21695 rewording help strings
2010-05-08 06:21:27 +00:00
Moodle Robot
bc0b0ac42f
Updated the HEAD build version to 20100508
2010-05-08 00:41:48 +00:00
Pierre Pichet
ed15021fa0
MDL-22386 setting correctly the number of dataitem when duplicating a calculated, calculatedsimple, calculatedmulti question
2010-05-07 21:17:39 +00:00
Helen Foster
8d8fcf2107
MDL-21695 adding help strings
2010-05-07 14:52:01 +00:00