Aparup Banerjee [Mon, 20 Sep 2010 01:42:28 +0000 (01:42 +0000)]
assignment MDL-24158 fixed call to get_plugin_list() which was causing a course reset to not clear assignment submissions.
Sam Hemelryk [Mon, 20 Sep 2010 01:39:39 +0000 (01:39 +0000)]
mod-lesson MDL-24270 Fixed undefined variable $nretakes.
Sam Hemelryk [Mon, 20 Sep 2010 01:34:41 +0000 (01:34 +0000)]
enrolments MDL-24281 Removed fixed with on enrol cohorts JS module buttons so large strings get shown.
Moodle Robot [Mon, 20 Sep 2010 00:49:52 +0000 (00:49 +0000)]
Updated the HEAD build version to
20100920
Eloy Lafuente [Sun, 19 Sep 2010 23:03:33 +0000 (23:03 +0000)]
MDL-22153 backup - deleted old quiz backup code (replacement is on the way)
Anthony Borrow [Sun, 19 Sep 2010 19:15:37 +0000 (19:15 +0000)]
MDL-24224 fixing a couple more 'strin' typos
Anthony Borrow [Sun, 19 Sep 2010 19:09:48 +0000 (19:09 +0000)]
MDL-24224 fixing one more typo
Petr Skoda [Sun, 19 Sep 2010 18:49:31 +0000 (18:49 +0000)]
MDL-24276 improved coding style
Petr Skoda [Sun, 19 Sep 2010 18:43:52 +0000 (18:43 +0000)]
MDL-24276 "static abstract" combination is deprecated since PHP 5.2, replacing with our coding_style exception
Petr Skoda [Sun, 19 Sep 2010 16:10:18 +0000 (16:10 +0000)]
MDL-24285 fixed invalid password check
Petr Skoda [Sun, 19 Sep 2010 16:06:39 +0000 (16:06 +0000)]
MDL-24224 fixed more 'mod_form' typos, thanks Anthony!
Petr Skoda [Sun, 19 Sep 2010 16:04:17 +0000 (16:04 +0000)]
MDL-24224 moving forum attachments stored in incorrect area
Pierre Pichet [Sun, 19 Sep 2010 16:04:12 +0000 (16:04 +0000)]
MDL-24268 removing direct call to defaultquestion
Petr Skoda [Sun, 19 Sep 2010 15:50:18 +0000 (15:50 +0000)]
MDL-24283 improved stored_file encapsulation, this should allow us to hack with stored_file/file_storage internals in the future without breaking BC
Petr Skoda [Sun, 19 Sep 2010 15:27:00 +0000 (15:27 +0000)]
MDL-24282 improved s() to deal better with hex encoded entities
Petr Skoda [Sun, 19 Sep 2010 15:21:22 +0000 (15:21 +0000)]
MDL-24224 fixed typo, credit goes to Anthony Borrow
Petr Skoda [Sun, 19 Sep 2010 14:15:18 +0000 (14:15 +0000)]
MDL-24282 allow admins to manage forum subscriptions
Petr Skoda [Sun, 19 Sep 2010 14:02:56 +0000 (14:02 +0000)]
MDL-24148 bit more reordering - delete blocks before activities because they might use module data
Petr Skoda [Sun, 19 Sep 2010 13:30:05 +0000 (13:30 +0000)]
MDL-24278 fixed regression that surfaced after my recent fix
Petr Skoda [Sun, 19 Sep 2010 13:09:48 +0000 (13:09 +0000)]
MDL-24148 several course delete improvements and fixes:
* fixed order of deleting in course adn context
* adding course context to event data because it is not available alter and some stuff may depend on old context id
* adding option for context purging (keeps the context record because it might be still referenced later and it would be recreated)
* new course enrol cleanup
* removing content from some course fields that were referencing deleted content
* coding style and phpdocs improvements
Moodle HQ git importer [Sun, 19 Sep 2010 10:59:32 +0000 (10:59 +0000)]
Fixing drift between CVS and git
Petr Skoda [Sun, 19 Sep 2010 10:59:32 +0000 (10:59 +0000)]
MDL-24280 first step to proper default cohort role ui; reversing order of roles
Petr Skoda [Sun, 19 Sep 2010 10:49:24 +0000 (10:49 +0000)]
MDL-24276 reversed order of roles
Martin Dougiamas [Sun, 19 Sep 2010 06:40:24 +0000 (06:40 +0000)]
MDL-24147 Delete course_display when deleting course
Moodle Robot [Sun, 19 Sep 2010 00:51:15 +0000 (00:51 +0000)]
Updated the HEAD build version to
20100919
Petr Skoda [Sat, 18 Sep 2010 23:20:01 +0000 (23:20 +0000)]
MDL-24277 fixed hidden error preventing proper redirects during install, yay!
Petr Skoda [Sat, 18 Sep 2010 22:54:46 +0000 (22:54 +0000)]
MDL-24277 allow changing of username during install
Petr Skoda [Sat, 18 Sep 2010 22:43:51 +0000 (22:43 +0000)]
MDL-24276 abstract static methods not allowed since PHP 5.2, thanks Anthony Borrow for pointing this out
Petr Skoda [Sat, 18 Sep 2010 14:18:39 +0000 (14:18 +0000)]
fixed a few spelling problems and standardised stdClass
Petr Skoda [Sat, 18 Sep 2010 14:02:32 +0000 (14:02 +0000)]
fixed missing cfg global
Petr Skoda [Sat, 18 Sep 2010 14:02:11 +0000 (14:02 +0000)]
fixed $newdimension typos
Petr Skoda [Sat, 18 Sep 2010 14:01:13 +0000 (14:01 +0000)]
exception typos fixed
Petr Skoda [Sat, 18 Sep 2010 13:59:39 +0000 (13:59 +0000)]
improved phpdocs
Petr Skoda [Sat, 18 Sep 2010 13:58:05 +0000 (13:58 +0000)]
whitespace
Petr Skoda [Sat, 18 Sep 2010 13:57:24 +0000 (13:57 +0000)]
fixed css syntax errors
Petr Skoda [Sat, 18 Sep 2010 13:55:56 +0000 (13:55 +0000)]
highlighting sloppy globals hacks
Petr Skoda [Sat, 18 Sep 2010 13:50:12 +0000 (13:50 +0000)]
coding style improvements
Petr Skoda [Sat, 18 Sep 2010 13:48:01 +0000 (13:48 +0000)]
fixed undefined $sco
Petr Skoda [Sat, 18 Sep 2010 13:46:04 +0000 (13:46 +0000)]
fixed $rolluprule typos
Petr Skoda [Sat, 18 Sep 2010 13:44:01 +0000 (13:44 +0000)]
fixed missing global
Petr Skoda [Sat, 18 Sep 2010 13:43:18 +0000 (13:43 +0000)]
fixed default_valueS typo
Petr Skoda [Sat, 18 Sep 2010 13:40:21 +0000 (13:40 +0000)]
fixed upgrade that never got executed - whatgrade was not filled
Petr Skoda [Sat, 18 Sep 2010 13:34:31 +0000 (13:34 +0000)]
js_writer is supposed to have static methods only
Petr Skoda [Sat, 18 Sep 2010 13:32:06 +0000 (13:32 +0000)]
unterminated JS statements
Petr Skoda [Sat, 18 Sep 2010 13:30:03 +0000 (13:30 +0000)]
docs fix
Petr Skoda [Sat, 18 Sep 2010 13:29:25 +0000 (13:29 +0000)]
fixed broken on-access migration of old course files
Petr Skoda [Sat, 18 Sep 2010 13:28:33 +0000 (13:28 +0000)]
removed bogus function calls
Petr Skoda [Sat, 18 Sep 2010 13:27:21 +0000 (13:27 +0000)]
improved coding style - mostly variable initialisation + some fixing and spelling
Petr Skoda [Sat, 18 Sep 2010 13:23:46 +0000 (13:23 +0000)]
fixed answer checking prevpage typo
Petr Skoda [Sat, 18 Sep 2010 13:20:31 +0000 (13:20 +0000)]
fixed end of cluster scoring
Petr Skoda [Sat, 18 Sep 2010 13:16:12 +0000 (13:16 +0000)]
fixed typo preventing score update
Petr Skoda [Sat, 18 Sep 2010 13:14:43 +0000 (13:14 +0000)]
hopefully fixed undefined $t
Petr Skoda [Sat, 18 Sep 2010 13:11:19 +0000 (13:11 +0000)]
fixed incorrect page id
Petr Skoda [Sat, 18 Sep 2010 13:07:45 +0000 (13:07 +0000)]
more globals fixed
Petr Skoda [Sat, 18 Sep 2010 13:06:03 +0000 (13:06 +0000)]
another missing global
Petr Skoda [Sat, 18 Sep 2010 13:05:42 +0000 (13:05 +0000)]
fixed missing global
Petr Skoda [Sat, 18 Sep 2010 13:04:10 +0000 (13:04 +0000)]
added missing globals, strange this seemed to work....
Petr Skoda [Sat, 18 Sep 2010 12:59:57 +0000 (12:59 +0000)]
spelling fix
Petr Skoda [Sat, 18 Sep 2010 12:59:21 +0000 (12:59 +0000)]
fixed forced reparsing after update
Petr Skoda [Sat, 18 Sep 2010 12:57:23 +0000 (12:57 +0000)]
unterminated JS statement
Petr Skoda [Sat, 18 Sep 2010 12:56:54 +0000 (12:56 +0000)]
variable initialisation
Petr Skoda [Sat, 18 Sep 2010 12:55:07 +0000 (12:55 +0000)]
fixed notification
Petr Skoda [Sat, 18 Sep 2010 12:54:24 +0000 (12:54 +0000)]
fixed broken ratings fetching
Petr Skoda [Sat, 18 Sep 2010 12:51:47 +0000 (12:51 +0000)]
improved variable initialisation
Petr Skoda [Sat, 18 Sep 2010 12:51:08 +0000 (12:51 +0000)]
fixed PHP strict object initialisation
Petr Skoda [Sat, 18 Sep 2010 12:50:22 +0000 (12:50 +0000)]
fixed incorrect intersect copy/pasted from assignment module
Petr Skoda [Sat, 18 Sep 2010 12:49:43 +0000 (12:49 +0000)]
fixed global DB
Petr Skoda [Sat, 18 Sep 2010 12:49:16 +0000 (12:49 +0000)]
fixed use of $this->item
Petr Skoda [Sat, 18 Sep 2010 12:46:11 +0000 (12:46 +0000)]
initialized objects and improved coding style
Petr Skoda [Sat, 18 Sep 2010 12:42:06 +0000 (12:42 +0000)]
fixed unfinished file api conversion
Petr Skoda [Sat, 18 Sep 2010 12:40:24 +0000 (12:40 +0000)]
fixed missing global
Petr Skoda [Sat, 18 Sep 2010 12:37:06 +0000 (12:37 +0000)]
unterminated JS statement
Petr Skoda [Sat, 18 Sep 2010 12:31:20 +0000 (12:31 +0000)]
improved spelling
Petr Skoda [Sat, 18 Sep 2010 12:16:38 +0000 (12:16 +0000)]
fixed var name typo
Petr Skoda [Sat, 18 Sep 2010 12:16:02 +0000 (12:16 +0000)]
fixed missing global
Petr Skoda [Sat, 18 Sep 2010 12:15:36 +0000 (12:15 +0000)]
improved PHPDocs
Petr Skoda [Sat, 18 Sep 2010 12:14:20 +0000 (12:14 +0000)]
fixed invalid js init call
Petr Skoda [Sat, 18 Sep 2010 12:12:33 +0000 (12:12 +0000)]
improved PHP docs
Petr Skoda [Sat, 18 Sep 2010 12:11:10 +0000 (12:11 +0000)]
fixed missing ;
Petr Skoda [Sat, 18 Sep 2010 12:10:32 +0000 (12:10 +0000)]
fixed unterminated JS statement
Petr Skoda [Sat, 18 Sep 2010 12:08:16 +0000 (12:08 +0000)]
hmm, it is reset course not courses
Petr Skoda [Sat, 18 Sep 2010 12:07:01 +0000 (12:07 +0000)]
a few spelling fixes
Petr Skoda [Sat, 18 Sep 2010 11:57:26 +0000 (11:57 +0000)]
improved phpdocs
Petr Skoda [Sat, 18 Sep 2010 11:57:06 +0000 (11:57 +0000)]
improved defines coding style
Petr Skoda [Sat, 18 Sep 2010 11:56:01 +0000 (11:56 +0000)]
fixed incorrect $f
Petr Skoda [Sat, 18 Sep 2010 11:52:59 +0000 (11:52 +0000)]
fixed phpdocs and proposed a better change
Penny Leach [Sat, 18 Sep 2010 11:50:39 +0000 (11:50 +0000)]
portfolio MDL-24267 fixing misnamed variable
Petr Skoda [Sat, 18 Sep 2010 11:50:18 +0000 (11:50 +0000)]
fixed unterminated JS statement
Penny Leach [Sat, 18 Sep 2010 11:50:12 +0000 (11:50 +0000)]
portfolio MDL-24266 fixing a typo in class name instance of check found by petr's insane new toy
Petr Skoda [Sat, 18 Sep 2010 11:45:59 +0000 (11:45 +0000)]
fixed missing globals
Petr Skoda [Sat, 18 Sep 2010 11:43:59 +0000 (11:43 +0000)]
bad luck, qti_two needs to be converted to new file api
Petr Skoda [Sat, 18 Sep 2010 11:42:02 +0000 (11:42 +0000)]
PHP4 not used any more
Petr Skoda [Sat, 18 Sep 2010 11:41:16 +0000 (11:41 +0000)]
fixed time limit
Petr Skoda [Sat, 18 Sep 2010 11:40:52 +0000 (11:40 +0000)]
fixed missing userid
Petr Skoda [Sat, 18 Sep 2010 11:36:48 +0000 (11:36 +0000)]
fixed unterminated JS statements
Petr Skoda [Sat, 18 Sep 2010 11:35:22 +0000 (11:35 +0000)]
fixed broken enrol description fetching
Petr Skoda [Sat, 18 Sep 2010 11:32:56 +0000 (11:32 +0000)]
initialize objects
Petr Skoda [Sat, 18 Sep 2010 11:32:28 +0000 (11:32 +0000)]
fixed missing global
Petr Skoda [Sat, 18 Sep 2010 11:29:45 +0000 (11:29 +0000)]
helping IDEs with undefined variable detection
Petr Skoda [Sat, 18 Sep 2010 11:29:10 +0000 (11:29 +0000)]
opps, removing obsolete config.php deletion - this function is now used from different installers, admins will have to delete config.php manually...