David Mudrak
69e3e962b1
MDL-21695 Replaced grade/showhiddenitems.html
...
AMOS BEGIN
MOV [configshowhiddenitems,core_grades],[showhiddenitems_help,core_grades]
HLP grade/showhiddenitems.html,[showhiddenitems_help,core_grades]
AMOS END
2010-06-21 06:57:46 +00:00
David Mudrak
81ff6f1c3a
MDL-21695 Replaced grade/overridden.html
...
AMOS BEGIN
HLP grade/overridden.html,[overridden_help,core_grades]
AMOS END
2010-06-21 06:50:24 +00:00
jerome mouneyrac
9c7dcf0fa4
Community block MDL-22828 search form improvement
2010-06-21 06:02:36 +00:00
Sam Hemelryk
2b2b9439d6
calendar MDL-22857 Fixed clipping issue with calendar overlay
2010-06-21 03:04:13 +00:00
Moodle Robot
8391b7686a
Updated the HEAD build version to 20100621
2010-06-21 00:44:10 +00:00
Helen Foster
5eff31a270
MDL-22276 polishing lang strings
2010-06-20 15:23:28 +00:00
Moodle Robot
0ee12c0ff9
Updated the HEAD build version to 20100620
2010-06-20 00:43:41 +00:00
Moodle Robot
bcdac3b572
Updated the HEAD build version to 20100619
2010-06-19 00:44:19 +00:00
David Mudrak
c08ed93069
MDL-21695 Removing obsolete strings
2010-06-18 16:41:36 +00:00
David Mudrak
20c35d89ff
MDL-21695 Replaced grade/showeyecons.html
...
AMOS BEGIN
MOV [configshoweyecons,core_grades],[showeyecons_help,core_grades]
HLP grade/showeyecons.html,[showeyecons_help,core_grades]
AMOS END
2010-06-18 16:32:56 +00:00
David Mudrak
82d382805f
MDL-21695 Replaced grade/showcalculations.html
...
AMOS BEGIN
MOV [configshowcalculations,core_grades],[showcalculations_help,core_grades]
HLP grade/showcalculations.html,[showcalculations_help,core_grades]
AMOS END
2010-06-18 16:28:17 +00:00
David Mudrak
f4d1f97ddb
MDL-21695 Replaced grade/showaverages.html
...
AMOS BEGIN
MOV [configshowaverages,core_grades],[showaverages_help,core_grades]
HLP grade/showaverages.html,[showaverages_help,core_grades]
AMOS END
2010-06-18 16:24:14 +00:00
David Mudrak
c3af84eb88
MDL-21695 Replaced grade/showactivityicons.html
...
AMOS BEGIN
HLP grade/showactivityicons.html,[showactivityicons_help,core_grades]
MOV [configshowactivityicons,core_grades],[showactivityicons_help,core_grades]
AMOS END
2010-06-18 16:17:30 +00:00
David Mudrak
bd77df31dd
MDL-21695 Replaced grade/scalestandard.html
...
AMOS BEGIN
HLP grade/scalestandard.html,[scalestandard_help,core]
AMOS END
2010-06-18 16:13:20 +00:00
David Mudrak
39017135d9
MDL-21695 Replaced grade/rangesdisplaytype.html
...
AMOS BEGIN
HLP grade/rangesdisplaytype.html,[rangesdisplaytype_help,core_grades]
AMOS END
2010-06-18 15:58:39 +00:00
David Mudrak
b339c45d25
MDL-21695 Replaced grade/rangesdecimalpoints.html
...
AMOS BEGIN
HLP grade/rangesdecimalpoints.html,[rangesdecimalpoints_help,core_grades]
MOV [configrangesdecimalpoints,core_grades],[rangesdecimalpoints_help,core_grades]
AMOS END
2010-06-18 15:56:12 +00:00
David Mudrak
98462a9009
MDL-21695 Replaced grade/quickgrading.html
...
AMOS BEGIN
HLP grade/quickgrading.html,[quickgrading_help,core_grades]
AMOS END
2010-06-18 15:49:25 +00:00
David Mudrak
12b0938c2b
MDL-21695 Replaced grade/plusfactor.html
...
AMOS BEGIN
HLP grade/plusfactor.html,[plusfactor_help,core_grades]
AMOS END
2010-06-18 15:41:47 +00:00
David Mudrak
8b61b67133
MDL-21695 Replaced grade/overridesitedefaultgradedisplaytype.html
...
AMOS BEGIN
HLP grade/overridesitedefaultgradedisplaytype.html,[overridesitedefaultgradedisplaytype_help,core_grades]
AMOS END
2010-06-18 15:38:59 +00:00
David Mudrak
f3474b008c
MDL-21695 Replaced grade/outcomeid.html
...
AMOS BEGIN
MOV [outcomeidhelp,core_grades],[outcome_help,core_grades]
HLP grade/outcomeid.html,[outcome_help,core_grades]
AMOS END
2010-06-18 14:02:07 +00:00
David Mudrak
d4a11ee52a
MDL-21695 Replaced grade/multfactor.html
...
AMOS BEGIN
HLP grade/multfactor.html,[multfactor_help,core_grades]
AMOS END
2010-06-18 13:56:40 +00:00
David Mudrak
ad01096c16
MDL-21695 Replaced grade/meanselection.html
...
AMOS BEGIN
MOV [configmeanselection,core_grades],[meanselection_help,core_grades]
HLP grade/meanselection.html,[meanselection_help,core_grades]
AMOS END
2010-06-18 13:56:19 +00:00
Andrew Davis
fd284cba72
themes MDL-20204 removed the css prevent the browsers horizontal scrollbar from appearing
2010-06-18 09:05:41 +00:00
jerome mouneyrac
30f317390c
Community block MDL-22828 select Mooch by default
2010-06-18 08:00:41 +00:00
Andrew Davis
e229506dab
gradebook MDL-22670 added a comment above a function to make its purpose more clear
2010-06-18 06:10:22 +00:00
Martin Dougiamas
17957b8f7f
Community block MDL-19314 Fixing default capabilities for default roles for community block
2010-06-18 03:48:37 +00:00
Moodle Robot
fd129138a6
Updated the HEAD build version to 20100618
2010-06-18 00:44:00 +00:00
Petr Skoda
1b048629bc
we do not need any new api for fetching of course record - we have DML with MUST_EXIST flag which is the right way now; we should not include course/lib.php on each page anyway
2010-06-17 22:50:25 +00:00
Helen Foster
42885485fa
MDL-22276 polishing lang strings
2010-06-17 16:09:26 +00:00
David Mudrak
c31aa73c70
MDL-22812 Do not change dataroot path passed as argument
...
Because PARAM_SAFEPATH was applied on dataroot argument, directories
containing dots (eg. /var/www/data/moodle.tld.com) were silently
renamed. The patch removes the input validation on the argument. If the
enemy is executing scripts at the server, you are doomed anyway.
2010-06-17 15:40:07 +00:00
Eloy Lafuente
68949e5d5f
MDL-22140 backup default settings - anonymize defaulting to no
2010-06-17 09:52:41 +00:00
Eloy Lafuente
33add02408
NOBUG minibump - to get some settings defaults applied
2010-06-17 09:43:50 +00:00
Sam Hemelryk
61ebef8f6e
backup MDL-22140 Added conf settings to control the default general backup settings
2010-06-17 08:57:00 +00:00
Sam Hemelryk
d32f6eaba8
gradebook MDL-22820 Fixed some more naughty CSS selectors
2010-06-17 06:42:38 +00:00
Sam Hemelryk
d52e4aabed
gradebook MDL-22820 Fixed some very naughty CSS selectors
2010-06-17 06:40:38 +00:00
jerome mouneyrac
770f7e24a8
course publication MDL-19315 integrate backup UI during the publication (Kudo to Sam for writing the main backup UI code integration, and Eloy all his backup work)
2010-06-17 05:37:05 +00:00
jerome mouneyrac
dd708bbf70
publication MDL-22761 define course last time modified period
2010-06-17 05:26:01 +00:00
Andrew Davis
4d13065fad
gradebook MDL-22820 fixed grade/report/grader/styles.css It was referencing an incorrect file a bunch of times
2010-06-17 04:17:55 +00:00
Dongsheng Cai
3a80531595
MDL-22805, remove debug code
2010-06-17 04:04:45 +00:00
Andrew Davis
b0ed4c4085
gradebook MDL-22820 fixed grade/report/grader/styles.css It was referencing an incorrect file a bunch of times
2010-06-17 03:11:47 +00:00
Moodle Robot
251310e595
Updated the HEAD build version to 20100617
2010-06-17 00:44:38 +00:00
Eloy Lafuente
67a2f1c1d7
MDL-22804 hyphens in index names - Now the big-four handle/quote them properly
2010-06-16 16:15:23 +00:00
Eloy Lafuente
471dc4d307
NOBUG postgresql driver - better index names detection. Related to MDL-22804
2010-06-16 15:46:08 +00:00
Sam Marshall
b3f1efb553
dml NOBUG Corrected out of date phpdoc comment
2010-06-16 10:13:41 +00:00
Sam Hemelryk
233b6ff95f
admin MDL-22806 Added a colourpicker admin setting + supporting JavaScript
2010-06-16 08:36:06 +00:00
Dongsheng Cai
fb2fb46e5b
MDL-22805, new renderer component moodle_file_tree_viewer, remove file_tree_viewer to area_file_tree_viewer, the legecy files/index.php has be replaced with the moodle_file_tree_viewer, it is readonly
2010-06-16 08:07:42 +00:00
Petr Skoda
536fc0b535
mnet is not going to bork my sites with disabled mnet, sorry - preventing loading of mnet setting stuff into settings tree when it is disabled
2010-06-16 07:21:57 +00:00
Sam Hemelryk
dd6af534e4
backup MDL-22761 improvement to allow backup ui to maintain custom params across stages
2010-06-16 05:28:58 +00:00
Moodle Robot
e50df40d54
Updated the HEAD build version to 20100616
2010-06-16 00:44:13 +00:00
Martin Dougiamas
cbcdf174b3
MDL-19314 Fixing capabilities for community block functions
2010-06-15 08:41:20 +00:00