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
Martin Dougiamas
db24996c17
MDL-19168 Added missing capability string
2010-06-15 08:24:37 +00:00
Martin Dougiamas
450b850843
MDL-19124 Fixed some missing capability names for My Moodle
2010-06-15 08:22:45 +00:00
Dongsheng Cai
3316796dbe
"MDL-22754, fixed file permission"
2010-06-15 05:50:18 +00:00
Pierre Pichet
d90b016b1b
MDL-17278 Adding control and display features of shared datasets
2010-06-15 04:20:03 +00:00
Martin Dougiamas
dc5ba628f3
Typos in comments
2010-06-15 04:10:56 +00:00
Martin Dougiamas
68a453611d
MDL-22763 If the user has reached the site via the wrong URL then redirect them
2010-06-15 04:01:05 +00:00
Sam Hemelryk
17f04f5306
backup MDL-22511 Fixed unit tests for backup
2010-06-15 02:15:57 +00:00
Moodle Robot
ee3aa13c4c
Updated the HEAD build version to 20100615
2010-06-15 00:44:13 +00:00
David Mudrak
0aed4a55cd
Workshop: access to the own submission when the activity is closed
2010-06-14 14:48:56 +00:00
David Mudrak
5a37249458
Workshop: assessments are available from the submission page
2010-06-14 10:28:35 +00:00
David Mudrak
00bc77eecd
Workshop: published submissions are available at the end of the activity
2010-06-14 10:28:24 +00:00
David Mudrak
4d63c194e7
Workshop: display submissions for students during assessment phase
2010-06-14 10:28:14 +00:00
David Mudrak
232175e43a
Workshop: submissions can be marked as published
2010-06-14 10:28:03 +00:00
aparup
e818c6fcc7
Course MDL-22750 fixed sql query for reordering display using sortorder in course_categories.
2010-06-14 07:32:44 +00:00
Martin Dougiamas
3ab2e357ab
MDL-22748 Made the standard redirect text and continue link look nicer.
2010-06-14 05:16:56 +00:00
Dongsheng Cai
9895302c94
"MDL-22746, added missing parameter to file_info_stored class"
2010-06-14 03:35:05 +00:00
Dongsheng Cai
7d5739363c
"MDL-22583, ignore empty directory"
2010-06-14 03:32:17 +00:00
Moodle Robot
fe0d368025
Updated the HEAD build version to 20100614
2010-06-14 00:43:56 +00:00
Moodle Robot
c85c401879
Updated the HEAD build version to 20100613
2010-06-13 00:44:14 +00:00
Pierre Pichet
46a8f8ee8f
MDL-20296 correcting the display (the ||| separator was visible) better test line 431
2010-06-12 02:55:38 +00:00
Moodle Robot
38a79f198e
Updated the HEAD build version to 20100612
2010-06-12 00:44:59 +00:00
David Mudrak
c6b784f09d
Workshop: assessment weight can be set
2010-06-11 23:02:35 +00:00
David Mudrak
cff28ef080
Workshop: fixed checking of examples assessment before own assessment
2010-06-11 23:02:04 +00:00
Petr Skoda
177b5480e7
MDL-22546 improved fatal error messages when something is wrong with dataroot or wwwroot
2010-06-11 13:59:13 +00:00
Petr Skoda
6938191bdf
MDL-21227 feedback code must not touch course summary files, code needs to be fixed, sorry - adding a few die statements to prevent execution; and tons of incorrect whitespace fixed too
2010-06-11 09:12:57 +00:00
Dongsheng Cai
110d8ff226
MDL-16909, remove mahara plugin from HEAD
2010-06-11 08:38:19 +00:00
Dongsheng Cai
bb3c7a057c
MDL-15352, remove remotemoodle plugin from head
2010-06-11 08:37:33 +00:00