Andrew Davis
|
fc28177f4d
|
MDL-31335 message: wrapped calls to mtrace() in email_to_user() within a check to make sure its a CLI script
|
2012-02-20 10:30:02 +07:00 |
|
Rajesh Taneja
|
aa803ceba2
|
MDL-29254 blog: added check in upgrade for summary and content to be null fields
|
2012-02-20 09:33:20 +08:00 |
|
Sam Hemelryk
|
9fdd4f7dc8
|
Merge branch 'wip-MDL-30971-master' of git://github.com/phalacee/moodle
|
2012-02-20 11:37:59 +13:00 |
|
Sam Hemelryk
|
bc5fbbb3cd
|
Merged branch wip-MDL-30521 with conflict resolutions
|
2012-02-20 10:32:08 +13:00 |
|
sam marshall
|
d9498b3805
|
MDL-31514 Lib: Time format to remove unwanted zeros caused errors on Windows servers
|
2012-02-17 10:33:07 +00:00 |
|
Sam Hemelryk
|
f8129210d2
|
MDL-30979 output: Further changes are validation
|
2012-02-17 14:53:11 +13:00 |
|
Sam Hemelryk
|
3d3fae7259
|
MDL-30979 output: Changes after peer-review
|
2012-02-17 14:53:10 +13:00 |
|
Sam Hemelryk
|
76be40ccf9
|
MDL-30979 output: Adjustments to match recent changes in coding style doc
|
2012-02-17 14:53:10 +13:00 |
|
Sam Hemelryk
|
48d4fad10c
|
MDL-30979 output: Fixed up phpdocs for page requirements code
|
2012-02-17 14:53:10 +13:00 |
|
Sam Hemelryk
|
7a3c215b7a
|
MDL-30979 output: Fixed up phpdocs for renderers code
|
2012-02-17 14:53:10 +13:00 |
|
Sam Hemelryk
|
473dd81118
|
MDL-30979 output: Fixed up phpdocs for output code
|
2012-02-17 14:53:10 +13:00 |
|
Sam Hemelryk
|
35a191a1b3
|
MDL-30979 output: Fixed up phpdocs for output factories code
|
2012-02-17 14:53:10 +13:00 |
|
Sam Hemelryk
|
9678c7b845
|
MDL-30979 output: Fixed up phpdocs for output components code
|
2012-02-17 14:53:10 +13:00 |
|
Sam Hemelryk
|
4d176f4e64
|
MDL-30979 output: Fixed up phpdocs for output actions code
|
2012-02-17 14:53:10 +13:00 |
|
Sam Hemelryk
|
670b098b3d
|
MDL-30977 moodle_page: Changes as required after further validation
|
2012-02-17 14:53:06 +13:00 |
|
Sam Hemelryk
|
5edb0fb8bf
|
MDL-30977 moodle_page: Made changes noted in peer-review
|
2012-02-17 14:53:06 +13:00 |
|
Sam Hemelryk
|
cd4ee5ea0c
|
MDL-30977 moodle_page: Adjustments to match recent changes in coding style doc
|
2012-02-17 14:53:06 +13:00 |
|
Sam Hemelryk
|
0a0034f8ed
|
MDL-30977 moodle_page: Tidied up and completed phpdocs
|
2012-02-17 14:53:05 +13:00 |
|
Eloy Lafuente (stronk7)
|
3360b13bac
|
MDL-31251 documentation : fix incorrect docs
|
2012-02-16 17:59:02 +01:00 |
|
Aparup Banerjee
|
dafa20e85c
|
MDL-30972 Documentation : improved @see as well as added appropriate uses of inline @link.
|
2012-02-16 10:29:45 +08:00 |
|
Jason Fowler
|
13d1c9ed55
|
MDL-30991 - RSS - Doc-block clean up
|
2012-02-15 15:19:59 +08:00 |
|
Rajesh Taneja
|
6c1fd30484
|
MDL-30974 form: Checked and updated docblock for form library
|
2012-02-15 12:55:06 +08:00 |
|
Dongsheng Cai
|
d2b7803e5a
|
MDL-30973 Files API, check and update DocBlock
|
2012-02-15 12:48:57 +08:00 |
|
Aparup Banerjee
|
9906cf41ab
|
Merge branch 'MDL-31114_dnd_ui_improvements' of https://github.com/davosmith/moodle
|
2012-02-15 11:32:32 +08:00 |
|
Gerard (Gerry) Caulfield
|
4d6b40a020
|
Updating phpdoc comments to Rajesh's specifications.
|
2012-02-15 11:07:38 +08:00 |
|
Sam Hemelryk
|
18cdcdbf89
|
MDL-30989 portfolio: Fixed up phpdocs
|
2012-02-15 15:33:06 +13:00 |
|
Sam Hemelryk
|
9e7ff1476c
|
Merge branch 'MDL-30989' of git://github.com/rwijaya/moodle
|
2012-02-15 15:32:16 +13:00 |
|
Eloy Lafuente (stronk7)
|
1991f37f55
|
Merge branch 'm_MDL-31552_change_add_to_log_exception_to_add_exception_information' of git://github.com/gerrywastaken/moodle
|
2012-02-15 03:19:44 +01:00 |
|
Gerard (Gerry) Caulfield
|
709dfc0687
|
MDL-31552 Change add_to_log() so that it's exception handling throws a useful message when there is a problem.
|
2012-02-15 00:11:24 +08:00 |
|
Davo Smith
|
7d44996c2a
|
MDL-31114 Filemanager drag and drop upload - displays 'drop here' message when dragging over page / highlights when over element
|
2012-02-14 10:12:58 +00:00 |
|
Davo Smith
|
36dc50336e
|
MDL-31114 Alert when max files reached
|
2012-02-14 09:49:49 +00:00 |
|
Iñaki Arenaza
|
d5d181f5e9
|
MDL-29667 Plugins overview shows incorrect availability for auth & enrol plugins
We store the enabled plugins as array values but later look them up as array
keys. Just flip the array when we build it.
|
2012-02-14 15:47:39 +08:00 |
|
Andrew Davis
|
a153c9f2fe
|
MDL-30999 grade: updated Grade API phpdocs
|
2012-02-14 14:04:19 +07:00 |
|
Aparup Banerjee
|
21a7f3d27a
|
Merge branch 'MDL-31321_dndupload_multiple_elements' of https://github.com/davosmith/moodle
|
2012-02-14 14:47:23 +08:00 |
|
Rajesh Taneja
|
669bdcabc9
|
MDL-30521 blog: Updated uniquehash field preceision to 255 in post table
|
2012-02-14 14:18:55 +08:00 |
|
Sam Hemelryk
|
1fa82cc153
|
Merge branch 'wip-MDL-30771-master' of git://github.com/marinaglancy/moodle
|
2012-02-14 17:00:41 +13:00 |
|
Sam Hemelryk
|
ec22386a40
|
Merge branch 'MDL-31604-attempt3' of git://github.com/mouneyrac/moodle
|
2012-02-14 15:48:51 +13:00 |
|
Sam Hemelryk
|
24768e4658
|
Merge branch 'm_MDL-31107_fixing_below_typos' of git://github.com/gerrywastaken/moodle
|
2012-02-14 15:07:57 +13:00 |
|
Sam Hemelryk
|
f2e8a66d86
|
Merge branch 'MDL-28283-master' of git://github.com/ankitagarwal/moodle
|
2012-02-14 13:57:30 +13:00 |
|
Sam Hemelryk
|
a7986c15ce
|
Merge branch 'MDL-31315-master-6' of git://git.luns.net.uk/moodle
|
2012-02-14 13:12:01 +13:00 |
|
Eloy Lafuente (stronk7)
|
35d8759a05
|
Merge branch 'MDL-30975' of git://github.com/ankitagarwal/moodle
|
2012-02-14 00:53:09 +01:00 |
|
Eloy Lafuente (stronk7)
|
29b6a3e8c3
|
MDL-31251 documentation : whitespace fixes
|
2012-02-14 00:36:12 +01:00 |
|
Eloy Lafuente (stronk7)
|
88e959afe5
|
Merge branch 'MDL-31251' of git://github.com/nebgor/moodle
|
2012-02-13 23:37:34 +01:00 |
|
Ankit Kumar Agarwal
|
04252d3a13
|
MDL-30975 Docs Adding correct pacakge information
|
2012-02-13 11:06:47 +05:30 |
|
Ankit Kumar Agarwal
|
fcf64900e6
|
MDL-30975 Docs Documenting Logs API
|
2012-02-13 11:06:42 +05:30 |
|
Sam Hemelryk
|
114824a6b9
|
Merge branch 'wip-MDL-31463-master' of git://github.com/abgreeve/moodle
|
2012-02-13 17:02:45 +13:00 |
|
Anita Viglinoe
|
a1b9872209
|
MDL-28283-master Completion Future dates can now be set as completion criteria
|
2012-02-13 09:05:10 +05:30 |
|
Eloy Lafuente
|
6b7f1717e9
|
MDL-31604 Fix capabilities displayed without spaces causing text going out of the screen
|
2012-02-13 10:43:30 +08:00 |
|
Rajesh Taneja
|
147db691cf
|
MDL-31576 core: Duplicate message definition removed from get_core_subsystem
|
2012-02-13 10:22:05 +08:00 |
|
Gerard (Gerry) Caulfield
|
ce8df92df1
|
MDL-31107 Fixing instaces of below where it is written as bellow (two L's)
|
2012-02-10 15:40:04 +08:00 |
|