Petr Skoda [Tue, 27 Jul 2010 19:04:59 +0000 (19:04 +0000)]
MDL-21782 fixed wrong removal of hidden courses - thanks Jay Knight for the report!
amosbot [Tue, 27 Jul 2010 17:29:38 +0000 (17:29 +0000)]
installer.php lang files by installer_builder (
20100727)
Eloy Lafuente [Tue, 27 Jul 2010 15:16:31 +0000 (15:16 +0000)]
MDL-22179 backup - speed up decoder access by adding new index
Eloy Lafuente [Tue, 27 Jul 2010 14:45:44 +0000 (14:45 +0000)]
MDL-22179 backup - final implementation of the interlinks decoder for restore
Dongsheng Cai [Tue, 27 Jul 2010 10:05:12 +0000 (10:05 +0000)]
MDL-23187, added extra comments caps to modules (glossary, data and wiki)
jerome mouneyrac [Tue, 27 Jul 2010 09:13:27 +0000 (09:13 +0000)]
webservice MDL-23536 return information when clean response throw an exception
jerome mouneyrac [Tue, 27 Jul 2010 09:07:24 +0000 (09:07 +0000)]
webservice MDL-23536 fix moodle_user_get_users_by_id return description
Dongsheng Cai [Tue, 27 Jul 2010 09:03:54 +0000 (09:03 +0000)]
MDL-23072, properly localised repository instance name
aparup [Tue, 27 Jul 2010 08:25:27 +0000 (08:25 +0000)]
assignment MDL-22893 combined finalize/unfinalize button(form) into the grading form for multiple upload assignment type.
redirections tweaked so that the grading person returns to the single submission grading display.
aparup [Tue, 27 Jul 2010 08:16:40 +0000 (08:16 +0000)]
assignment MDL-22609 notice when no submission yet in single upload grading. - fixed.
aparup [Tue, 27 Jul 2010 08:13:30 +0000 (08:13 +0000)]
assignment MDL-22609 missed changes for changing file's itemid = submission->id rather than user->id
aparup [Tue, 27 Jul 2010 07:59:38 +0000 (07:59 +0000)]
assignment NOBUG the assignment submission files repository export had xhtml errors. fixed missing double inverted commas thanks to XHTML validator.
jerome mouneyrac [Tue, 27 Jul 2010 07:29:02 +0000 (07:29 +0000)]
webservice MDL-23539 fix missing capabilities information
Sam Hemelryk [Tue, 27 Jul 2010 06:58:39 +0000 (06:58 +0000)]
restore MDL-23109 Added role mapping interface and implemented searchable course/category selectors
Dongsheng Cai [Tue, 27 Jul 2010 04:06:09 +0000 (04:06 +0000)]
MDL-23407, the advlink plugin of tinymce should use external repositories only
jerome mouneyrac [Tue, 27 Jul 2010 03:53:55 +0000 (03:53 +0000)]
webservice MDL-21908 admin: use renderer into token pages + a bit of code cleaning
Dongsheng Cai [Tue, 27 Jul 2010 03:29:49 +0000 (03:29 +0000)]
"MDL-23374, chat, fixed undefined variable"
Dongsheng Cai [Tue, 27 Jul 2010 03:10:59 +0000 (03:10 +0000)]
MDL-23268, throw error message instead of deleting existing file
Andrew Davis [Tue, 27 Jul 2010 02:10:59 +0000 (02:10 +0000)]
lesson MDL-23456 in lesson module glossary autolinking was happening in question answers but not the questions themselves
Andrew Davis [Tue, 27 Jul 2010 01:32:51 +0000 (01:32 +0000)]
glossary MDL-23423 converted glossary autolinker to use an overlay rather than a popup
Moodle Robot [Tue, 27 Jul 2010 00:45:56 +0000 (00:45 +0000)]
Updated the HEAD build version to
20100727
David Mudrak [Mon, 26 Jul 2010 22:20:51 +0000 (22:20 +0000)]
NOMDL quiz: fixed sql params handling in recent activity report
The $params set were thrown away by array() statement, leading to DML
error.
David Mudrak [Mon, 26 Jul 2010 22:06:34 +0000 (22:06 +0000)]
NOMDL workshop: fixed urls in recent activity report
David Mudrak [Mon, 26 Jul 2010 21:58:21 +0000 (21:58 +0000)]
NOMDL assignment recent activity: fixed missing properties needed for user avatar
David Mudrak [Mon, 26 Jul 2010 21:42:28 +0000 (21:42 +0000)]
NOMDL Fixed extra dot generated by user_picture::fields() if both idalias and table prefix are used
David Mudrak [Mon, 26 Jul 2010 21:29:20 +0000 (21:29 +0000)]
NOMDL assignment: fixed recent activity report for separate groups mode
There were two typos here. The first one ($cm->userid) led to incorrect
groups list. But the second one ($interset) caused that the intersection
of the group lists was never used. I just spotted this during copy &
pasting into workshop 2.0
Also fixed the heading size to what other modules use.
Merged from 1.9
David Mudrak [Mon, 26 Jul 2010 21:29:02 +0000 (21:29 +0000)]
NOMDL course recent activity form: fixed group field value if there are no groups in the course
David Mudrak [Mon, 26 Jul 2010 21:28:42 +0000 (21:28 +0000)]
NOMDL workshop: support for activity reporting
Also contains several small fixes and improvements done during the
development.
David Mudrak [Mon, 26 Jul 2010 21:28:19 +0000 (21:28 +0000)]
NOMDL workshop_get_participants() though it does not seem to be used by core any more
Petr Skoda [Mon, 26 Jul 2010 20:22:49 +0000 (20:22 +0000)]
MDL-23528 fixed recent cli installer regression, sorry
Petr Skoda [Mon, 26 Jul 2010 20:17:36 +0000 (20:17 +0000)]
MDL-21249 fixed recent installer regression, sorry
Petr Skoda [Mon, 26 Jul 2010 19:17:51 +0000 (19:17 +0000)]
MDL-22991 improved copy_to_area api
Petr Skoda [Mon, 26 Jul 2010 18:58:11 +0000 (18:58 +0000)]
fixed comment typos
Martin Dougiamas [Mon, 26 Jul 2010 17:40:19 +0000 (17:40 +0000)]
NOBUG: Fixed CSS for search icon
Inaki [Mon, 26 Jul 2010 15:24:50 +0000 (15:24 +0000)]
auth/cas MDL-23371 Still some bits missing from setting name convertion.
Helen Foster [Mon, 26 Jul 2010 15:01:35 +0000 (15:01 +0000)]
help string rewording thanks to Joseph R and Sam H
Helen Foster [Mon, 26 Jul 2010 12:01:31 +0000 (12:01 +0000)]
MDL-22449 help string update
David Mudrak [Mon, 26 Jul 2010 10:36:23 +0000 (10:36 +0000)]
NOMDL Fixed module icon location in user complete activity report
Jordi Piguillem [Mon, 26 Jul 2010 10:09:22 +0000 (10:09 +0000)]
MDL-23136
I moved the require to the function that needed it.
aparup [Mon, 26 Jul 2010 09:19:12 +0000 (09:19 +0000)]
assignment MDL-22893 very temporary fix for 'revert to draft' button
aparup [Mon, 26 Jul 2010 09:12:31 +0000 (09:12 +0000)]
assignment MDL-22893 just changed a locally used class name.
Dongsheng Cai [Mon, 26 Jul 2010 09:10:16 +0000 (09:10 +0000)]
"MDL-23476, fixed course module id for chat"
Rossiani Wijaya [Mon, 26 Jul 2010 08:45:16 +0000 (08:45 +0000)]
MDL-20447 - add page heading
Dongsheng Cai [Mon, 26 Jul 2010 08:37:48 +0000 (08:37 +0000)]
"MDL-23268, remove file_browser, urldecode, clean filename, fixed fie overriding issue"
Rossiani Wijaya [Mon, 26 Jul 2010 08:26:29 +0000 (08:26 +0000)]
MDL-23291 - fixed deprecated errors in wiki.
Sam Hemelryk [Mon, 26 Jul 2010 07:10:54 +0000 (07:10 +0000)]
restore MDL-23109 Fixed several minor issues with restore UI
* Category + course selectors now perform required capability checks
* Show/Hide settings from UI tested and implemented for overwrite_conf setting
* Final continue button is GET rather than post
* Temp zip file is deleted after successfull extraction
* Removed previous button from settings stage MDL-23480
jerome mouneyrac [Mon, 26 Jul 2010 06:58:55 +0000 (06:58 +0000)]
community block MDL-23481 integrate restore operation
Petr Skoda [Mon, 26 Jul 2010 06:51:25 +0000 (06:51 +0000)]
MDL-23371 reverting last commit in this file, this was most probably unintentional copy/paste from cas plugin - we need to act quickly because this was breaking installs
Dongsheng Cai [Mon, 26 Jul 2010 05:50:11 +0000 (05:50 +0000)]
"MDL-23374, fixed class name"
Rossiani Wijaya [Mon, 26 Jul 2010 05:43:10 +0000 (05:43 +0000)]
MDL-20459 - convert $OUTPUT->spacer to use CSS. eliminate echo '<div>' to use html_writer::tag
Dongsheng Cai [Mon, 26 Jul 2010 03:49:44 +0000 (03:49 +0000)]
"MDL-14589 added set_context to files/index.php script"
aparup [Mon, 26 Jul 2010 03:23:37 +0000 (03:23 +0000)]
assignment MDL-22893 revert and fixed displaying files with 'revert to draft' button..
Rossiani Wijaya [Mon, 26 Jul 2010 03:00:39 +0000 (03:00 +0000)]
MDL-20508 - fixed options styles and layout.
aparup [Mon, 26 Jul 2010 02:27:24 +0000 (02:27 +0000)]
assignment MDL-22609 more changes for file's itemid = submission->id rather than user->id , thanks Davo!
aparup [Mon, 26 Jul 2010 02:07:31 +0000 (02:07 +0000)]
assignment MDL-22893 changed $submission->userid to $USER->id : bug when no submission.
Moodle Robot [Mon, 26 Jul 2010 00:45:39 +0000 (00:45 +0000)]
Updated the HEAD build version to
20100726
Dan Marsden [Sun, 25 Jul 2010 23:47:33 +0000 (23:47 +0000)]
SCORM MDL-22951 - remove old string - uses new JS to provide errors on pop-ups
Inaki [Sun, 25 Jul 2010 22:55:45 +0000 (22:55 +0000)]
auth/cas MDL-23371 Add missing detection of PHP LDAP module like we do in auth/ldap
Piers Harding [Sun, 25 Jul 2010 22:54:29 +0000 (22:54 +0000)]
MDL-22951 - do popup blocking detection, and fix double open on popup
Inaki [Sun, 25 Jul 2010 22:36:15 +0000 (22:36 +0000)]
auth/ldap cas/ldap MDL-23371 auth/ldap and auth/cas refactor
They now share most of the code again, this time via subclassing, and they
share some code with enrol/ldap. They have also gained some features and a few
fixes.
Petr Skoda [Sun, 25 Jul 2010 21:59:53 +0000 (21:59 +0000)]
MDL-23464 fixed list of jumps in collapsed view
Piers Harding [Sun, 25 Jul 2010 21:55:05 +0000 (21:55 +0000)]
MDL-22951 - fudge for IE7 iframe draw problem - needs a better fix
Petr Skoda [Sun, 25 Jul 2010 21:54:52 +0000 (21:54 +0000)]
MDL-23518 fixed regression - missing class when deleting lesson
Petr Skoda [Sun, 25 Jul 2010 21:00:59 +0000 (21:00 +0000)]
MDL-18964 moving the preloaded custom profile fields into $USER->profile array instead of injecting fields directly into $USER; unfortunately this is not consistent with other preloaded data such as preferences, we can not refresh it properly because we can inject the data only once, also we risk future collisions when adding new fields into user table + implemented reloading after the profile changes; change noted in release notes
Petr Skoda [Sun, 25 Jul 2010 20:18:39 +0000 (20:18 +0000)]
MDL-21249 fixed wrong package grrrrrr, thanks Eloy!
Petr Skoda [Sun, 25 Jul 2010 18:04:36 +0000 (18:04 +0000)]
MDL-22735 finally fixed incorrectly hardcoded groupedit button on course page in edit mode
Petr Skoda [Sun, 25 Jul 2010 17:33:14 +0000 (17:33 +0000)]
MDL-22783 fixing default roles in ims settings
Petr Skoda [Sun, 25 Jul 2010 17:21:57 +0000 (17:21 +0000)]
MDL-23412 fixed incorrect settings defaults - it was causing problems in install
Petr Skoda [Sun, 25 Jul 2010 17:19:29 +0000 (17:19 +0000)]
MDL-22788 fixed wrong currency default
Petr Skoda [Sun, 25 Jul 2010 16:28:09 +0000 (16:28 +0000)]
MDL-11000 finally switching to png images with jpg fallback, based on code by Luigi Pinca :-)
Petr Skoda [Sun, 25 Jul 2010 14:02:59 +0000 (14:02 +0000)]
MDL-21249 improved php docs and adding direct access prevention in portfolio
Petr Skoda [Sun, 25 Jul 2010 13:56:54 +0000 (13:56 +0000)]
MDL-21249 improved php docs and adding direct access prevention in editors
Petr Skoda [Sun, 25 Jul 2010 13:49:25 +0000 (13:49 +0000)]
MDL-23167 added missing cap test - print the footer link to purge caches only when allowed to
Petr Skoda [Sun, 25 Jul 2010 13:46:27 +0000 (13:46 +0000)]
MDL-23167 fixed regression with cancel url or when referers not available (firewalled)
Petr Skoda [Sun, 25 Jul 2010 13:35:05 +0000 (13:35 +0000)]
MDL-21249 improved php docs and adding direct access prevention in core libs
Petr Skoda [Sun, 25 Jul 2010 12:57:44 +0000 (12:57 +0000)]
MDL-21249 improved php docs and adding direct access prevention in dtl
Petr Skoda [Sun, 25 Jul 2010 12:57:24 +0000 (12:57 +0000)]
MDL-21249 improved php docs and adding direct access prevention in dml
Petr Skoda [Sun, 25 Jul 2010 12:57:03 +0000 (12:57 +0000)]
MDL-21249 improved php docs and adding direct access prevention in ddl
Petr Skoda [Sun, 25 Jul 2010 12:56:08 +0000 (12:56 +0000)]
fixed place where we define MOODLE_INTERNAL - we need to do that asap
Petr Skoda [Sun, 25 Jul 2010 12:39:32 +0000 (12:39 +0000)]
MDL-22639 fixed meadiafile support - unfortunately all old media files are lost, upgrade again from 1.9.....
Petr Skoda [Sun, 25 Jul 2010 11:25:02 +0000 (11:25 +0000)]
MDL-21249 improved php docs and adding copyright blocks in mod/resource
Petr Skoda [Sun, 25 Jul 2010 11:20:23 +0000 (11:20 +0000)]
MDL-21249 improved php docs and adding copyright blocks in mod/url
Petr Skoda [Sun, 25 Jul 2010 11:16:08 +0000 (11:16 +0000)]
MDL-21249 improved php docs and adding copyright blocks in mod/imscp
Petr Skoda [Sun, 25 Jul 2010 11:12:16 +0000 (11:12 +0000)]
MDL-21249 improved php docs and adding copyright blocks in mod/folder
Petr Skoda [Sun, 25 Jul 2010 11:06:52 +0000 (11:06 +0000)]
MDL-21249 improved php docs and adding copyright blocks
Petr Skoda [Sun, 25 Jul 2010 10:54:39 +0000 (10:54 +0000)]
MDL-21249 improved php docs package+subpackage info in mod/lesson
Petr Skoda [Sun, 25 Jul 2010 10:40:17 +0000 (10:40 +0000)]
MDL-22028 multichoice is now default new question type - anything is better that the horrible essay type
Petr Skoda [Sun, 25 Jul 2010 10:17:41 +0000 (10:17 +0000)]
MDL-23385 fixed incorrect DML conversion
Petr Skoda [Sun, 25 Jul 2010 10:10:49 +0000 (10:10 +0000)]
MDL-23193 editpage button works again
Petr Skoda [Sun, 25 Jul 2010 10:05:39 +0000 (10:05 +0000)]
MDL-23355 Lesson MCQ questions should not be default-set as "multiple answers"
Petr Skoda [Sun, 25 Jul 2010 10:02:42 +0000 (10:02 +0000)]
MDL-23463 fixed element name typo breaking form submissions
Petr Skoda [Sun, 25 Jul 2010 09:56:21 +0000 (09:56 +0000)]
MDL-23485 added missing handling of empty branches
Petr Skoda [Sun, 25 Jul 2010 09:45:16 +0000 (09:45 +0000)]
MDL-23485 fixed branchtables regression
Petr Skoda [Sun, 25 Jul 2010 09:35:39 +0000 (09:35 +0000)]
fixed a lot more wrong html cleanings
Petr Skoda [Sun, 25 Jul 2010 09:32:06 +0000 (09:32 +0000)]
fixed incorrect password cleaning
Petr Skoda [Sun, 25 Jul 2010 09:30:09 +0000 (09:30 +0000)]
fixed coding style to match other modules
Petr Skoda [Sun, 25 Jul 2010 09:25:48 +0000 (09:25 +0000)]
localised error message and adding correct continue link
Petr Skoda [Sun, 25 Jul 2010 09:23:25 +0000 (09:23 +0000)]
fixed undefined actions and dumb redirects
Petr Skoda [Sun, 25 Jul 2010 09:16:36 +0000 (09:16 +0000)]
more fixed coding style
Petr Skoda [Sun, 25 Jul 2010 09:13:43 +0000 (09:13 +0000)]
fixed coding style