stronk7
|
76b6c644b2
|
MDL-19346 get_db_directories() - make it use core get_plugin_types() where all the plugins are defined
|
2009-05-30 15:33:21 +00:00 |
|
skodak
|
c6d4178203
|
MDL-19333 new indication of plugin name when editing admin settings
|
2009-05-29 07:56:52 +00:00 |
|
samhemelryk
|
1526635c51
|
choosecoursefileorimsrepo MDL-19332 pass specified attrs to text element
|
2009-05-29 04:14:25 +00:00 |
|
skodak
|
3b596dbf0b
|
MDL-15249 sample cli scripts - sample implementation only, no localization - ideally we should now decide what parameters we need - let the heated discussion begin ;-)
|
2009-05-27 09:52:25 +00:00 |
|
skodak
|
1c39033f29
|
MDL-15249 error status codes for exceptions and notices
|
2009-05-27 08:34:04 +00:00 |
|
samhemelryk
|
668564e5b2
|
lib MDL-19236 Corrected copyright's
|
2009-05-27 01:56:31 +00:00 |
|
Moodle HQ git importer
|
11e1f82896
|
fix git cvs drift
|
2009-05-27 00:36:40 +00:00 |
|
skodak
|
194cdca89b
|
MDL-15249 more cleanup and refactoring - towards cli upgrade
|
2009-05-26 19:02:11 +00:00 |
|
stronk7
|
16454b0f1c
|
MDL-19058 xmldb editor & enums - detect used/unused enums when loading XML files
|
2009-05-26 18:45:02 +00:00 |
|
skodak
|
3316fe24d5
|
MDL-15249 more cleanup and refactoring - towards cli upgrade
|
2009-05-26 17:44:25 +00:00 |
|
skodak
|
1e308b644e
|
MDL-19010 disabling upgrade block which breaks upgrade from 1.9.x
|
2009-05-26 17:30:23 +00:00 |
|
stronk7
|
f3acc06c2d
|
NOBUGNUM xmldb - add some more generic (object) checks to the XMLDB loader
|
2009-05-26 17:24:52 +00:00 |
|
stronk7
|
8fdb24f079
|
MDL-14992 sessions - proper destructor method and fixed dispose() behaviour.
|
2009-05-26 14:46:01 +00:00 |
|
skodak
|
8580535b81
|
MDL-15249 refactoring towards cli install script
|
2009-05-26 09:52:38 +00:00 |
|
samhemelryk
|
91e00947c0
|
lib MDL-19236 Corrected copyright's
|
2009-05-26 09:40:16 +00:00 |
|
samhemelryk
|
c030b5eea2
|
lib MDL-19236 Corrected copyright's
|
2009-05-26 09:29:18 +00:00 |
|
samhemelryk
|
aaeba37197
|
lib MDL-19236 Corrected PhpDoc
|
2009-05-26 06:57:19 +00:00 |
|
nicolasconnault
|
49a54fc973
|
MDL-19247 Updated the thirdpartylibs.xml file with all PEAR packages info and license version numbers
|
2009-05-26 06:39:59 +00:00 |
|
samhemelryk
|
b868d3d9cf
|
lib MDL-19236 Added boilerplates and copyrights
|
2009-05-26 06:26:11 +00:00 |
|
samhemelryk
|
72fb21b65b
|
lib MDL-19236 Added boilerplates and copyrights
|
2009-05-26 05:18:52 +00:00 |
|
samhemelryk
|
b37eac91cc
|
lib MDL-19236 Added boilerplates and copyrights
|
2009-05-26 03:57:03 +00:00 |
|
samhemelryk
|
50fcb1d835
|
lib MDL-19236 Added boilerplates and copyrights
|
2009-05-26 03:23:32 +00:00 |
|
samhemelryk
|
ce02a9bf94
|
lib MDL-19236 Added boilerplates and copyrights
|
2009-05-26 02:46:09 +00:00 |
|
samhemelryk
|
226617eafb
|
lib MDL-19236 Added phpdocs and copyrights
|
2009-05-26 02:17:06 +00:00 |
|
dongsheng
|
5b5c385cd8
|
"MDL-19272, fixed undefined ->pixpath in google docs plugin"
|
2009-05-26 01:48:31 +00:00 |
|
skodak
|
1deff123aa
|
MDL-15249 towards cli install script
|
2009-05-25 21:46:28 +00:00 |
|
skodak
|
aa282b10fb
|
MDL-15249 $_SERVER['HTTP_HOST'] not availabel in CLI script, replaced by parsing of wwwroot which should give the same info
|
2009-05-25 20:55:27 +00:00 |
|
skodak
|
96db14f9b4
|
MDL-15249 preparation for new cli installer + license header
|
2009-05-25 17:44:05 +00:00 |
|
skodak
|
0c4492726a
|
MDL-15249 removing copy of getopt, using standard version instead
|
2009-05-25 17:43:00 +00:00 |
|
skodak
|
258d532221
|
MDL-15249 preparation for new cli installer + coding style changes
|
2009-05-25 17:33:28 +00:00 |
|
skodak
|
dc47d704f2
|
MDL-15249 refactoring normal installer in preparation for new cli installer
|
2009-05-25 17:17:33 +00:00 |
|
stronk7
|
5b49a67cc1
|
MDL-18577 drop enums - annotating one more function to be dropped in Moodle 2.1
|
2009-05-25 14:43:29 +00:00 |
|
samhemelryk
|
e4f0a85e10
|
grouplib MDL-19236 Added phpdocs and copyrights
|
2009-05-25 09:12:22 +00:00 |
|
samhemelryk
|
ba21c9d440
|
lib MDL-19236 added phpdocs and copyrights
|
2009-05-25 08:27:25 +00:00 |
|
skodak
|
d4ff178fa9
|
MDL-19288 fixed one more incorrect use of array_shift() which breaks array keys - thanks Colin Campbell; merged from MOODLE_19_STABLE
|
2009-05-24 07:24:16 +00:00 |
|
stronk7
|
ba73136eab
|
2.0 prefixes syntax
|
2009-05-23 22:51:53 +00:00 |
|
stronk7
|
2b212777b0
|
Fixing xmldb uses, deleting ENUM parameters. Seem the blocks upgrade
code was written in the middle of the ENUMs drop.
|
2009-05-23 22:49:46 +00:00 |
|
skodak
|
56f3599bb9
|
MDL-19288 fixed limiting cached context - array_shift() was breaking array keys; merged from MOODLE_19_STABLE
|
2009-05-23 20:08:48 +00:00 |
|
sam_marshall
|
08577617ff
|
MDL-19274 - Blog RSS feed should include information about tags in each post
|
2009-05-22 15:16:58 +00:00 |
|
samhemelryk
|
c861fe2f83
|
deprecatedlib MDL-19236 corrected boilerplate tag order and package
|
2009-05-22 09:10:53 +00:00 |
|
samhemelryk
|
6d19ced2c5
|
boxlib.php MDL-19236 added phpdocs and copyrights
|
2009-05-22 09:03:54 +00:00 |
|
samhemelryk
|
3564771d6b
|
lib MDL-19236 added phpdocs and copyrights
|
2009-05-22 08:41:00 +00:00 |
|
samhemelryk
|
449611af98
|
weblib.php MDL-19236 added phpdocs and copyrights
|
2009-05-22 03:26:07 +00:00 |
|
fmarier
|
2d80192857
|
MDL-19222 lib/setup: work-around the disk_free_space call failing on very large partitions
|
2009-05-22 03:19:16 +00:00 |
|
samhemelryk
|
0d0a8bf6e7
|
moodlelib.php MDL-19236 added phpdocs and copyrights
|
2009-05-22 02:57:43 +00:00 |
|
samhemelryk
|
a87b5a5311
|
componentlib.class.php MDL-19236 added phpdocs and copyrights
|
2009-05-22 02:47:31 +00:00 |
|
samhemelryk
|
09639deda4
|
completionlib.php MDL-19236 added phpdocs and copyrights
|
2009-05-22 02:39:20 +00:00 |
|
samhemelryk
|
5d9956689a
|
clilib.php MDL-19236 added phpdocs and copyrights
|
2009-05-22 02:20:10 +00:00 |
|
samhemelryk
|
d4accfc0ad
|
blocklib.php MDL-19236 added phpdocs and copyrights
|
2009-05-22 02:18:49 +00:00 |
|
samhemelryk
|
72dbdcead7
|
authlib.php MDL-19236 added phpdocs and copyrights
|
2009-05-22 02:17:29 +00:00 |
|