Eloy Lafuente [Thu, 8 Jul 2010 13:34:09 +0000 (13:34 +0000)]
MDL-23149 install - fixed problem under Oracle using reserved words as placeholders. Thanks Dan Marsen!
Petr Skoda [Thu, 8 Jul 2010 13:24:24 +0000 (13:24 +0000)]
MDL-23153 fixed incorrect string name
David Mudrak [Thu, 8 Jul 2010 13:19:35 +0000 (13:19 +0000)]
NOMDL workshop: CSS for rubric grading strategy moved to the plugin space
David Mudrak [Thu, 8 Jul 2010 12:35:20 +0000 (12:35 +0000)]
NOMDL workshop: fixed regression caused by recent File API improvements
Dan Marsden [Thu, 8 Jul 2010 11:33:19 +0000 (11:33 +0000)]
SCORM MDL-21568 - provide a way for checking to see if these fixes were made on the 1.9 branch already.
Dan Marsden [Thu, 8 Jul 2010 11:15:49 +0000 (11:15 +0000)]
Increase length of City field MDL-19629 - Taumatawhakatangihangakoauauotamateaturipukakapikimaungahoronukupokaiwhenuakitanatahu doesn't actually fit in 100 chars - we need 105 - increasing further to 120
Dan Marsden [Thu, 8 Jul 2010 11:01:14 +0000 (11:01 +0000)]
SCORM MDL-21568 - less efficient but more reliable cross-compatible db scripts.
Petr Skoda [Thu, 8 Jul 2010 10:57:23 +0000 (10:57 +0000)]
MDL-23151 new ext sync option and minor refactoring
Dan Marsden [Thu, 8 Jul 2010 10:45:52 +0000 (10:45 +0000)]
SCORM MDL-21568 - add fix for whatgrade column - can't add this to newer upgrade functions as it will break any changes to scorms that have been created since. - hope the upgrade script works cross-db - thanks to Bruce Cota for report/patch
Dan Marsden [Thu, 8 Jul 2010 10:40:46 +0000 (10:40 +0000)]
SCORM MDL-21568 - use correct storing of grading method - remove old references to bad calls. - hope the upgrade script works cross-db - thanks to Bruce Cota for report/patch
Dan Marsden [Thu, 8 Jul 2010 09:47:17 +0000 (09:47 +0000)]
SCORM MDL-22423 fix spacing
Dan Marsden [Thu, 8 Jul 2010 09:46:20 +0000 (09:46 +0000)]
SCORM MDL-22423 don't include empty raw scores from assets when calculating grade
jerome mouneyrac [Thu, 8 Jul 2010 09:28:28 +0000 (09:28 +0000)]
webservice MDL-12886 add SOAP/REST client (REST client do be done) + protocol unit testing
Dan Marsden [Thu, 8 Jul 2010 09:23:36 +0000 (09:23 +0000)]
SCORM MDL-22954 fix typo
Martin Dougiamas [Thu, 8 Jul 2010 09:05:18 +0000 (09:05 +0000)]
MDL-22964 xmlrpc is no longer required, but still highly recommended if you want to appear cool to all your friends.
jerome mouneyrac [Thu, 8 Jul 2010 08:40:21 +0000 (08:40 +0000)]
webservice MDL-22589 support user preferences for creation and update
Andrew Davis [Thu, 8 Jul 2010 08:23:58 +0000 (08:23 +0000)]
forum MDL-23145 switched forum digests over to just use email instead of being chanelled through messaging
jerome mouneyrac [Thu, 8 Jul 2010 08:15:46 +0000 (08:15 +0000)]
web service MDL-12886 extends xml-rpc client from Zend client
Rossiani Wijaya [Thu, 8 Jul 2010 08:11:17 +0000 (08:11 +0000)]
MDL-20410 - remove set_focuscontrol
Andrew Davis [Thu, 8 Jul 2010 08:08:16 +0000 (08:08 +0000)]
forum MDL-23145 switched forum digests over to just use email instead of being chanelled through messaging
Dan Marsden [Thu, 8 Jul 2010 07:57:43 +0000 (07:57 +0000)]
grrr MDL-19629 - I told it to exlcude those.....
Dan Marsden [Thu, 8 Jul 2010 07:55:20 +0000 (07:55 +0000)]
Increase length of City field MDL-19629 - longest place name in NZ is Taumatawhakatangihangakoauauotamateaturipukakapikimaungahoronukupokaiwhenuakitanatahu which doesn't fit in 20 chars, I figure 100 chars should be enough
Rossiani Wijaya [Thu, 8 Jul 2010 07:13:59 +0000 (07:13 +0000)]
MDL-20458 - adding help button to screen reader
Andrew Davis [Thu, 8 Jul 2010 07:09:10 +0000 (07:09 +0000)]
gradebook MDL-22931 made some of the setting labels more specific and made blocks show on category setting screen
Martin Dougiamas [Thu, 8 Jul 2010 06:46:14 +0000 (06:46 +0000)]
MDL-20069 Fixed a missing string
aparup [Thu, 8 Jul 2010 05:40:03 +0000 (05:40 +0000)]
ADministration MDL-23144 fixed course creation -> cancel button going to limbo. now goes back to course(cat) index page
Dongsheng Cai [Thu, 8 Jul 2010 04:49:46 +0000 (04:49 +0000)]
MDL-23142, Portfolio Export should require mod/assignment/lib.php thanks to Dan Marsden, and remove stored_file.php from portfolio
Dongsheng Cai [Thu, 8 Jul 2010 04:38:13 +0000 (04:38 +0000)]
MDL-23116, added file type icon to private file block, stop using the short file name from filemanager
Dongsheng Cai [Thu, 8 Jul 2010 04:14:40 +0000 (04:14 +0000)]
MDL-23111, added isloggedin() to check if the user logged out
Martin Dougiamas [Thu, 8 Jul 2010 04:07:23 +0000 (04:07 +0000)]
Converted some quiz events to use frankenstyle component names (spit)
aparup [Thu, 8 Jul 2010 03:57:03 +0000 (03:57 +0000)]
Roles MDL-23048 fixed CONTEXT_COURSECAT roles editing being titled as 'front page roles'
Martin Dougiamas [Thu, 8 Jul 2010 03:34:22 +0000 (03:34 +0000)]
MDL-21861 Made these assignment events more generic, so that they can be used by other activity modules (like Workshop etc). assessable_file_uploaded and assessable_files_done
We are doing it this way because MULTIPLE plagiarism **plugins** may need to handle these events using cron, so it's good to get them in a queue.
The other way to do this would be to call a function in plagiarism core and have that generate the event, but there is not really any advantage in that. Conceivably something other than plagiarism plugins might be interested in these events later on.
Martin Dougiamas [Thu, 8 Jul 2010 02:27:58 +0000 (02:27 +0000)]
MDL-16203 Updated the mod_created, mod_updated and mod_deleted events to be more generic and easier to handle
Sam Hemelryk [Thu, 8 Jul 2010 02:12:49 +0000 (02:12 +0000)]
lib MDL-22826 Fixed stylessheet inclusion bug with YUI 3.1.1 and Internet Explorer
Andrew Davis [Thu, 8 Jul 2010 01:42:57 +0000 (01:42 +0000)]
gradebook MDL-23054 Added a link to "manage outcomes" from the "add outcomes to course" screen
Moodle Robot [Thu, 8 Jul 2010 00:44:55 +0000 (00:44 +0000)]
Updated the HEAD build version to
20100708
Patrick Malley [Wed, 7 Jul 2010 23:21:31 +0000 (23:21 +0000)]
MDL-23030 - Fixing a mispelling in language file
Patrick Malley [Wed, 7 Jul 2010 23:20:26 +0000 (23:20 +0000)]
MDL-22875
Patrick Malley [Wed, 7 Jul 2010 23:17:52 +0000 (23:17 +0000)]
MDL-23141 - First commit of new theme
Eloy Lafuente [Wed, 7 Jul 2010 22:56:14 +0000 (22:56 +0000)]
MDL-21432 backup - Small change in API after discussion in MDL-22245
David Mudrak [Wed, 7 Jul 2010 21:46:05 +0000 (21:46 +0000)]
NOBUG workshop: added field evaluation for future usage
The field holds the name of the grading evaluation method recently used
for the workshop or the default one to be used. At the moment there are
no alternatives but 'best' plugin. But I want to have the field there
before 2.0 stable release and also want to include it in workshop
backups.
Andreas Grabs [Wed, 7 Jul 2010 21:37:10 +0000 (21:37 +0000)]
MDL-21227 - now templates can save images on course-context :). Thanks to Petr!!!
Petr Skoda [Wed, 7 Jul 2010 17:56:24 +0000 (17:56 +0000)]
MDL-23125 fixed variable name collision - credit goes to I\96aki Arenaza, thanks!
Petr Skoda [Wed, 7 Jul 2010 17:32:47 +0000 (17:32 +0000)]
MDL-22835 fixed incorrect line ending - only unix \n allowed, the \r breaks git sync
Eloy Lafuente [Wed, 7 Jul 2010 17:26:34 +0000 (17:26 +0000)]
MDL-22245 backup - keep subplugin branches connected all the time. Thanks for spotting it David!
Petr Skoda [Wed, 7 Jul 2010 15:44:51 +0000 (15:44 +0000)]
MDL-23118 improved proxy forwarding setting docs
Helen Foster [Wed, 7 Jul 2010 14:21:56 +0000 (14:21 +0000)]
MDL-22997 adding help strings
Helen Foster [Wed, 7 Jul 2010 14:15:29 +0000 (14:15 +0000)]
MDL-22997 adding help strings
David Mudrak [Wed, 7 Jul 2010 13:37:53 +0000 (13:37 +0000)]
MDL-21676 Fixed regression - typo in the table alias
Sam Hemelryk [Wed, 7 Jul 2010 09:10:10 +0000 (09:10 +0000)]
themes MDL-22826 Some minor changes to improve the IE user experience
Petr Skoda [Wed, 7 Jul 2010 08:50:32 +0000 (08:50 +0000)]
fixed borked insatll.xml, thanks Dan Marsden!
Sam Hemelryk [Wed, 7 Jul 2010 08:50:06 +0000 (08:50 +0000)]
theme-standardold MDL-21862 Standardold now bases itself on standard and overrides just the layouts to convert to tables
Petr Skoda [Wed, 7 Jul 2010 08:21:51 +0000 (08:21 +0000)]
MDL-23062 switch role now works for admin too
Dongsheng Cai [Wed, 7 Jul 2010 08:18:41 +0000 (08:18 +0000)]
MDL-22982, fixed file browser renderer component
jerome mouneyrac [Wed, 7 Jul 2010 08:15:26 +0000 (08:15 +0000)]
webservice MDL-23144 support VALUE_DEFAULT empty array for single and multiple structure
Petr Skoda [Wed, 7 Jul 2010 08:01:41 +0000 (08:01 +0000)]
MDL-23062 reverting incorrect fix, this needs to be fixed directly in accesslib
Petr Skoda [Wed, 7 Jul 2010 07:53:03 +0000 (07:53 +0000)]
MDL-22950 fixed regression - files in subdirectories not found; big thanks to Dongsheng for spotting this
Andrew Davis [Wed, 7 Jul 2010 07:49:08 +0000 (07:49 +0000)]
message MDL-22803 Improved message searching to better handle tiny search terms and the huge result sets they generate
Petr Skoda [Wed, 7 Jul 2010 07:43:28 +0000 (07:43 +0000)]
fixed incorrect comments, thanks Dongsheng
Martin Dougiamas [Wed, 7 Jul 2010 07:31:09 +0000 (07:31 +0000)]
Bumping version to clear CSS and JS caches
Petr Skoda [Wed, 7 Jul 2010 07:28:57 +0000 (07:28 +0000)]
fixed incorrect get context call
aparup [Wed, 7 Jul 2010 07:21:13 +0000 (07:21 +0000)]
Glossary MDL-23063 fixed bug with the way get_record was being called.. kudos to Stephen
Petr Skoda [Wed, 7 Jul 2010 07:14:03 +0000 (07:14 +0000)]
MDL-23112 coding style improvement
David Mudrak [Wed, 7 Jul 2010 06:49:17 +0000 (06:49 +0000)]
MDL-21652 Fix of phpdoc comment. Thanks to Mark Nielsen
Moodle HQ git importer [Wed, 7 Jul 2010 05:49:24 +0000 (05:49 +0000)]
Fixing drift between CVS and git
aparup [Wed, 7 Jul 2010 05:49:24 +0000 (05:49 +0000)]
Course MDL-23062 turned off $doanything super admin power for a editing capability check to effect a switched to role from admin.
Dongsheng Cai [Wed, 7 Jul 2010 05:20:46 +0000 (05:20 +0000)]
MDL-23116, fixed private files block
Martin Dougiamas [Wed, 7 Jul 2010 05:13:25 +0000 (05:13 +0000)]
MDL-22917 Removing commercial links from readme
Sam Hemelryk [Wed, 7 Jul 2010 02:46:34 +0000 (02:46 +0000)]
enrol MDL-22854 New ajaxified enrolment interface
Andrew Davis [Wed, 7 Jul 2010 01:46:45 +0000 (01:46 +0000)]
core MDL-23112 fixed errors to do with $user->suspended not being declared
Moodle Robot [Wed, 7 Jul 2010 00:45:19 +0000 (00:45 +0000)]
Updated the HEAD build version to
20100707
Eloy Lafuente [Tue, 6 Jul 2010 22:38:53 +0000 (22:38 +0000)]
MDL-21432 backup - choice restore (missing steps). Enables activity settings
Eloy Lafuente [Tue, 6 Jul 2010 22:35:02 +0000 (22:35 +0000)]
MDL-21432 backup - rest of helper files
Eloy Lafuente [Tue, 6 Jul 2010 22:30:49 +0000 (22:30 +0000)]
MDL-21432 backup - restore plan builder (still missing blocks support)
Eloy Lafuente [Tue, 6 Jul 2010 22:28:38 +0000 (22:28 +0000)]
MDL-21432 backup - all sort of restore tasks
Eloy Lafuente [Tue, 6 Jul 2010 22:25:54 +0000 (22:25 +0000)]
MDL-21432 backup - restore controller
Andrea Bicciolo [Tue, 6 Jul 2010 18:35:09 +0000 (18:35 +0000)]
update
Andrea Bicciolo [Tue, 6 Jul 2010 18:34:06 +0000 (18:34 +0000)]
corrected language string name
Andrea Bicciolo [Tue, 6 Jul 2010 18:33:26 +0000 (18:33 +0000)]
corrected language strings
Petr Skoda [Tue, 6 Jul 2010 17:36:34 +0000 (17:36 +0000)]
MDL-23106 there is no CFG->style and CFG->template - removing them
Petr Skoda [Tue, 6 Jul 2010 17:31:16 +0000 (17:31 +0000)]
comment typo
Petr Skoda [Tue, 6 Jul 2010 17:29:55 +0000 (17:29 +0000)]
MDL-23106 removing unused ratings upgrade code
Petr Skoda [Tue, 6 Jul 2010 17:20:43 +0000 (17:20 +0000)]
resetting more filters in each upgrade
Petr Skoda [Tue, 6 Jul 2010 17:14:36 +0000 (17:14 +0000)]
MDL-19776 make sure contexts are fully initialised after each core upgrade, it is relatively cheap, so it should not cause any problems
Petr Skoda [Tue, 6 Jul 2010 17:00:37 +0000 (17:00 +0000)]
fixed typo
Petr Skoda [Tue, 6 Jul 2010 16:59:34 +0000 (16:59 +0000)]
MDL-23106 no need for reverting of standardold theme any more
Petr Skoda [Tue, 6 Jul 2010 16:58:12 +0000 (16:58 +0000)]
MDL-23106 files created in one step
Petr Skoda [Tue, 6 Jul 2010 16:54:35 +0000 (16:54 +0000)]
MDL-23106 external_tokens created in one step
Petr Skoda [Tue, 6 Jul 2010 16:52:51 +0000 (16:52 +0000)]
MDL-23106 streamlined ext services table creation
Petr Skoda [Tue, 6 Jul 2010 16:49:26 +0000 (16:49 +0000)]
MDL-23106 files_cleanup is history
Petr Skoda [Tue, 6 Jul 2010 16:47:35 +0000 (16:47 +0000)]
MDL-23106 all tables created in upgrade.php MUST be present in install.xml - we will most probably drop the two old blocks tables before release but we can not allow exceptions like this, sorry
Petr Skoda [Tue, 6 Jul 2010 16:31:48 +0000 (16:31 +0000)]
whitespace fixes
Petr Skoda [Tue, 6 Jul 2010 16:29:00 +0000 (16:29 +0000)]
fixed whitespace
Petr Skoda [Tue, 6 Jul 2010 16:28:15 +0000 (16:28 +0000)]
MDL-23106 portfolio_log created in one step
Petr Skoda [Tue, 6 Jul 2010 16:26:54 +0000 (16:26 +0000)]
MDL-23106 portfolio_tempdata created in one step
Petr Skoda [Tue, 6 Jul 2010 16:22:52 +0000 (16:22 +0000)]
MDL-23106 removing unnecessary conversion of message_providers data - not installed yet in regular upgrades now
Petr Skoda [Tue, 6 Jul 2010 16:18:39 +0000 (16:18 +0000)]
MDL-23106 fixing 2.0 upgrade paths - moving core table tweaks to the very beginning so that it is available for the whole upgrade
Petr Skoda [Tue, 6 Jul 2010 16:10:17 +0000 (16:10 +0000)]
repeating upgrade typo fixed
Petr Skoda [Tue, 6 Jul 2010 16:04:41 +0000 (16:04 +0000)]
fixed docs typos
Andrea Bicciolo [Tue, 6 Jul 2010 14:23:15 +0000 (14:23 +0000)]
Formal_white for 2.0