moodle.git
14 years agoMDL-24285 fixed invalid password check
Petr Skoda [Sun, 19 Sep 2010 16:10:18 +0000 (16:10 +0000)]
MDL-24285 fixed invalid password check

14 years agoMDL-24224 fixed more 'mod_form' typos, thanks Anthony!
Petr Skoda [Sun, 19 Sep 2010 16:06:39 +0000 (16:06 +0000)]
MDL-24224 fixed more 'mod_form' typos, thanks Anthony!

14 years agoMDL-24224 moving forum attachments stored in incorrect area
Petr Skoda [Sun, 19 Sep 2010 16:04:17 +0000 (16:04 +0000)]
MDL-24224 moving forum attachments stored in incorrect area

14 years agoMDL-24268 removing direct call to defaultquestion
Pierre Pichet [Sun, 19 Sep 2010 16:04:12 +0000 (16:04 +0000)]
MDL-24268 removing direct call to defaultquestion

14 years agoMDL-24283 improved stored_file encapsulation, this should allow us to hack with store...
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

14 years agoMDL-24282 improved s() to deal better with hex encoded entities
Petr Skoda [Sun, 19 Sep 2010 15:27:00 +0000 (15:27 +0000)]
MDL-24282 improved s() to deal better with hex encoded entities

14 years agoMDL-24224 fixed typo, credit goes to Anthony Borrow
Petr Skoda [Sun, 19 Sep 2010 15:21:22 +0000 (15:21 +0000)]
MDL-24224 fixed typo, credit goes to Anthony Borrow

14 years agoMDL-24282 allow admins to manage forum subscriptions
Petr Skoda [Sun, 19 Sep 2010 14:15:18 +0000 (14:15 +0000)]
MDL-24282 allow admins to manage forum subscriptions

14 years agoMDL-24148 bit more reordering - delete blocks before activities because they might...
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

14 years agoMDL-24278 fixed regression that surfaced after my recent fix
Petr Skoda [Sun, 19 Sep 2010 13:30:05 +0000 (13:30 +0000)]
MDL-24278 fixed regression that surfaced after my recent fix

14 years agoMDL-24148 several course delete improvements and fixes:
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

14 years agoFixing drift between CVS and git
Moodle HQ git importer [Sun, 19 Sep 2010 10:59:32 +0000 (10:59 +0000)]
Fixing drift between CVS and git

14 years agoMDL-24280 first step to proper default cohort role ui; reversing order of roles
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

14 years agoMDL-24276 reversed order of roles
Petr Skoda [Sun, 19 Sep 2010 10:49:24 +0000 (10:49 +0000)]
MDL-24276 reversed order of roles

14 years agoMDL-24147 Delete course_display when deleting course
Martin Dougiamas [Sun, 19 Sep 2010 06:40:24 +0000 (06:40 +0000)]
MDL-24147 Delete course_display when deleting course

14 years agoUpdated the HEAD build version to 20100919
Moodle Robot [Sun, 19 Sep 2010 00:51:15 +0000 (00:51 +0000)]
Updated the HEAD build version to 20100919

14 years agoMDL-24277 fixed hidden error preventing proper redirects during install, yay!
Petr Skoda [Sat, 18 Sep 2010 23:20:01 +0000 (23:20 +0000)]
MDL-24277 fixed hidden error preventing proper redirects during install, yay!

14 years agoMDL-24277 allow changing of username during install
Petr Skoda [Sat, 18 Sep 2010 22:54:46 +0000 (22:54 +0000)]
MDL-24277 allow changing of username during install

14 years agoMDL-24276 abstract static methods not allowed since PHP 5.2, thanks Anthony Borrow...
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

14 years agofixed a few spelling problems and standardised stdClass
Petr Skoda [Sat, 18 Sep 2010 14:18:39 +0000 (14:18 +0000)]
fixed a few spelling problems and standardised stdClass

14 years agofixed missing cfg global
Petr Skoda [Sat, 18 Sep 2010 14:02:32 +0000 (14:02 +0000)]
fixed missing cfg global

14 years agofixed $newdimension typos
Petr Skoda [Sat, 18 Sep 2010 14:02:11 +0000 (14:02 +0000)]
fixed $newdimension typos

14 years agoexception typos fixed
Petr Skoda [Sat, 18 Sep 2010 14:01:13 +0000 (14:01 +0000)]
exception typos fixed

14 years agoimproved phpdocs
Petr Skoda [Sat, 18 Sep 2010 13:59:39 +0000 (13:59 +0000)]
improved phpdocs

14 years agowhitespace
Petr Skoda [Sat, 18 Sep 2010 13:58:05 +0000 (13:58 +0000)]
whitespace

14 years agofixed css syntax errors
Petr Skoda [Sat, 18 Sep 2010 13:57:24 +0000 (13:57 +0000)]
fixed css syntax errors

14 years agohighlighting sloppy globals hacks
Petr Skoda [Sat, 18 Sep 2010 13:55:56 +0000 (13:55 +0000)]
highlighting sloppy globals hacks

14 years agocoding style improvements
Petr Skoda [Sat, 18 Sep 2010 13:50:12 +0000 (13:50 +0000)]
coding style improvements

14 years agofixed undefined $sco
Petr Skoda [Sat, 18 Sep 2010 13:48:01 +0000 (13:48 +0000)]
fixed undefined $sco

14 years agofixed $rolluprule typos
Petr Skoda [Sat, 18 Sep 2010 13:46:04 +0000 (13:46 +0000)]
fixed $rolluprule typos

14 years agofixed missing global
Petr Skoda [Sat, 18 Sep 2010 13:44:01 +0000 (13:44 +0000)]
fixed missing global

14 years agofixed default_valueS typo
Petr Skoda [Sat, 18 Sep 2010 13:43:18 +0000 (13:43 +0000)]
fixed default_valueS typo

14 years agofixed upgrade that never got executed - whatgrade was not filled
Petr Skoda [Sat, 18 Sep 2010 13:40:21 +0000 (13:40 +0000)]
fixed upgrade that never got executed - whatgrade was not filled

14 years agojs_writer is supposed to have static methods only
Petr Skoda [Sat, 18 Sep 2010 13:34:31 +0000 (13:34 +0000)]
js_writer is supposed to have static methods only

14 years agounterminated JS statements
Petr Skoda [Sat, 18 Sep 2010 13:32:06 +0000 (13:32 +0000)]
unterminated JS statements

14 years agodocs fix
Petr Skoda [Sat, 18 Sep 2010 13:30:03 +0000 (13:30 +0000)]
docs fix

14 years agofixed broken on-access migration of old course files
Petr Skoda [Sat, 18 Sep 2010 13:29:25 +0000 (13:29 +0000)]
fixed broken on-access migration of old course files

14 years agoremoved bogus function calls
Petr Skoda [Sat, 18 Sep 2010 13:28:33 +0000 (13:28 +0000)]
removed bogus function calls

14 years agoimproved coding style - mostly variable initialisation + some fixing and spelling
Petr Skoda [Sat, 18 Sep 2010 13:27:21 +0000 (13:27 +0000)]
improved coding style - mostly variable initialisation + some fixing and spelling

14 years agofixed answer checking prevpage typo
Petr Skoda [Sat, 18 Sep 2010 13:23:46 +0000 (13:23 +0000)]
fixed answer checking prevpage typo

14 years agofixed end of cluster scoring
Petr Skoda [Sat, 18 Sep 2010 13:20:31 +0000 (13:20 +0000)]
fixed end of cluster scoring

14 years agofixed typo preventing score update
Petr Skoda [Sat, 18 Sep 2010 13:16:12 +0000 (13:16 +0000)]
fixed typo preventing score update

14 years agohopefully fixed undefined $t
Petr Skoda [Sat, 18 Sep 2010 13:14:43 +0000 (13:14 +0000)]
hopefully fixed undefined $t

14 years agofixed incorrect page id
Petr Skoda [Sat, 18 Sep 2010 13:11:19 +0000 (13:11 +0000)]
fixed incorrect page id

14 years agomore globals fixed
Petr Skoda [Sat, 18 Sep 2010 13:07:45 +0000 (13:07 +0000)]
more globals fixed

14 years agoanother missing global
Petr Skoda [Sat, 18 Sep 2010 13:06:03 +0000 (13:06 +0000)]
another missing global

14 years agofixed missing global
Petr Skoda [Sat, 18 Sep 2010 13:05:42 +0000 (13:05 +0000)]
fixed missing global

14 years agoadded missing globals, strange this seemed to work....
Petr Skoda [Sat, 18 Sep 2010 13:04:10 +0000 (13:04 +0000)]
added missing globals, strange this seemed to work....

14 years agospelling fix
Petr Skoda [Sat, 18 Sep 2010 12:59:57 +0000 (12:59 +0000)]
spelling fix

14 years agofixed forced reparsing after update
Petr Skoda [Sat, 18 Sep 2010 12:59:21 +0000 (12:59 +0000)]
fixed forced reparsing after update

14 years agounterminated JS statement
Petr Skoda [Sat, 18 Sep 2010 12:57:23 +0000 (12:57 +0000)]
unterminated JS statement

14 years agovariable initialisation
Petr Skoda [Sat, 18 Sep 2010 12:56:54 +0000 (12:56 +0000)]
variable initialisation

14 years agofixed notification
Petr Skoda [Sat, 18 Sep 2010 12:55:07 +0000 (12:55 +0000)]
fixed notification

14 years agofixed broken ratings fetching
Petr Skoda [Sat, 18 Sep 2010 12:54:24 +0000 (12:54 +0000)]
fixed broken ratings fetching

14 years agoimproved variable initialisation
Petr Skoda [Sat, 18 Sep 2010 12:51:47 +0000 (12:51 +0000)]
improved variable initialisation

14 years agofixed PHP strict object initialisation
Petr Skoda [Sat, 18 Sep 2010 12:51:08 +0000 (12:51 +0000)]
fixed PHP strict object initialisation

14 years agofixed incorrect intersect copy/pasted from assignment module
Petr Skoda [Sat, 18 Sep 2010 12:50:22 +0000 (12:50 +0000)]
fixed incorrect intersect copy/pasted from assignment module

14 years agofixed global DB
Petr Skoda [Sat, 18 Sep 2010 12:49:43 +0000 (12:49 +0000)]
fixed global DB

14 years agofixed use of $this->item
Petr Skoda [Sat, 18 Sep 2010 12:49:16 +0000 (12:49 +0000)]
fixed use of $this->item

14 years agoinitialized objects and improved coding style
Petr Skoda [Sat, 18 Sep 2010 12:46:11 +0000 (12:46 +0000)]
initialized objects and improved coding style

14 years agofixed unfinished file api conversion
Petr Skoda [Sat, 18 Sep 2010 12:42:06 +0000 (12:42 +0000)]
fixed unfinished file api conversion

14 years agofixed missing global
Petr Skoda [Sat, 18 Sep 2010 12:40:24 +0000 (12:40 +0000)]
fixed missing global

14 years agounterminated JS statement
Petr Skoda [Sat, 18 Sep 2010 12:37:06 +0000 (12:37 +0000)]
unterminated JS statement

14 years agoimproved spelling
Petr Skoda [Sat, 18 Sep 2010 12:31:20 +0000 (12:31 +0000)]
improved spelling

14 years agofixed var name typo
Petr Skoda [Sat, 18 Sep 2010 12:16:38 +0000 (12:16 +0000)]
fixed var name typo

14 years agofixed missing global
Petr Skoda [Sat, 18 Sep 2010 12:16:02 +0000 (12:16 +0000)]
fixed missing global

14 years agoimproved PHPDocs
Petr Skoda [Sat, 18 Sep 2010 12:15:36 +0000 (12:15 +0000)]
improved PHPDocs

14 years agofixed invalid js init call
Petr Skoda [Sat, 18 Sep 2010 12:14:20 +0000 (12:14 +0000)]
fixed invalid js init call

14 years agoimproved PHP docs
Petr Skoda [Sat, 18 Sep 2010 12:12:33 +0000 (12:12 +0000)]
improved PHP docs

14 years agofixed missing ;
Petr Skoda [Sat, 18 Sep 2010 12:11:10 +0000 (12:11 +0000)]
fixed missing ;

14 years agofixed unterminated JS statement
Petr Skoda [Sat, 18 Sep 2010 12:10:32 +0000 (12:10 +0000)]
fixed unterminated JS statement

14 years agohmm, it is reset course not courses
Petr Skoda [Sat, 18 Sep 2010 12:08:16 +0000 (12:08 +0000)]
hmm, it is reset course not courses

14 years agoa few spelling fixes
Petr Skoda [Sat, 18 Sep 2010 12:07:01 +0000 (12:07 +0000)]
a few spelling fixes

14 years agoimproved phpdocs
Petr Skoda [Sat, 18 Sep 2010 11:57:26 +0000 (11:57 +0000)]
improved phpdocs

14 years agoimproved defines coding style
Petr Skoda [Sat, 18 Sep 2010 11:57:06 +0000 (11:57 +0000)]
improved defines coding style

14 years agofixed incorrect $f
Petr Skoda [Sat, 18 Sep 2010 11:56:01 +0000 (11:56 +0000)]
fixed incorrect $f

14 years agofixed phpdocs and proposed a better change
Petr Skoda [Sat, 18 Sep 2010 11:52:59 +0000 (11:52 +0000)]
fixed phpdocs and proposed a better change

14 years agoportfolio MDL-24267 fixing misnamed variable
Penny Leach [Sat, 18 Sep 2010 11:50:39 +0000 (11:50 +0000)]
portfolio MDL-24267  fixing misnamed variable

14 years agofixed unterminated JS statement
Petr Skoda [Sat, 18 Sep 2010 11:50:18 +0000 (11:50 +0000)]
fixed unterminated JS statement

14 years agoportfolio MDL-24266 fixing a typo in class name instance of check found by petr's...
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

14 years agofixed missing globals
Petr Skoda [Sat, 18 Sep 2010 11:45:59 +0000 (11:45 +0000)]
fixed missing globals

14 years agobad luck, qti_two needs to be converted to new file api
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

14 years agoPHP4 not used any more
Petr Skoda [Sat, 18 Sep 2010 11:42:02 +0000 (11:42 +0000)]
PHP4 not used any more

14 years agofixed time limit
Petr Skoda [Sat, 18 Sep 2010 11:41:16 +0000 (11:41 +0000)]
fixed time limit

14 years agofixed missing userid
Petr Skoda [Sat, 18 Sep 2010 11:40:52 +0000 (11:40 +0000)]
fixed missing userid

14 years agofixed unterminated JS statements
Petr Skoda [Sat, 18 Sep 2010 11:36:48 +0000 (11:36 +0000)]
fixed unterminated JS statements

14 years agofixed broken enrol description fetching
Petr Skoda [Sat, 18 Sep 2010 11:35:22 +0000 (11:35 +0000)]
fixed broken enrol description fetching

14 years agoinitialize objects
Petr Skoda [Sat, 18 Sep 2010 11:32:56 +0000 (11:32 +0000)]
initialize objects

14 years agofixed missing global
Petr Skoda [Sat, 18 Sep 2010 11:32:28 +0000 (11:32 +0000)]
fixed missing global

14 years agohelping IDEs with undefined variable detection
Petr Skoda [Sat, 18 Sep 2010 11:29:45 +0000 (11:29 +0000)]
helping IDEs with undefined variable detection

14 years agoopps, removing obsolete config.php deletion - this function is now used from differen...
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...

14 years agoremoved bogus code + spelling fix
Petr Skoda [Sat, 18 Sep 2010 11:27:06 +0000 (11:27 +0000)]
removed bogus code + spelling fix

14 years agoadding missing global breaking some mnet jumping
Petr Skoda [Sat, 18 Sep 2010 11:24:21 +0000 (11:24 +0000)]
adding missing global breaking some mnet jumping

14 years agofixing whitespace and commenting on some suspicious code
Petr Skoda [Sat, 18 Sep 2010 11:23:46 +0000 (11:23 +0000)]
fixing whitespace and commenting on some suspicious code

14 years agofixed invalid font substr
Petr Skoda [Sat, 18 Sep 2010 11:21:42 +0000 (11:21 +0000)]
fixed invalid font substr

14 years agofixed fatal dml conversion regression
Petr Skoda [Sat, 18 Sep 2010 11:20:21 +0000 (11:20 +0000)]
fixed fatal dml conversion regression

14 years agofixed misspelled error tracing
Petr Skoda [Sat, 18 Sep 2010 11:19:58 +0000 (11:19 +0000)]
fixed misspelled error tracing

14 years agofixed invalid context creation call
Petr Skoda [Sat, 18 Sep 2010 11:19:37 +0000 (11:19 +0000)]
fixed invalid context creation call

14 years agoremoved undefined function call
Petr Skoda [Sat, 18 Sep 2010 11:18:06 +0000 (11:18 +0000)]
removed undefined function call

14 years agofixed few more problems in deprecated functions
Petr Skoda [Sat, 18 Sep 2010 11:16:45 +0000 (11:16 +0000)]
fixed few more problems in deprecated functions