dongsheng
|
034f4412bc
|
"MDL-12077, add course delete hook for course format"
|
2009-01-12 06:24:00 +00:00 |
|
skodak
|
4d55255bf9
|
MDL-17855 fixed typo
|
2009-01-11 17:16:50 +00:00 |
|
skodak
|
73fa96d5d2
|
MDL-17854 removed PHP4isms from adminlib and friends
|
2009-01-11 16:42:19 +00:00 |
|
skodak
|
eb6a973cdf
|
MDL-17847 moev backup_config to config_plugin table
|
2009-01-11 15:49:35 +00:00 |
|
skodak
|
db5af9346a
|
MDL-16483 reverting changes done to admin/index.php, adding new /admin/report/unittest/test_tables script.php (not finished yet!)
|
2009-01-11 11:19:52 +00:00 |
|
skodak
|
3e46c66a5d
|
MDL-17427 - removed old file based logging from ugprade - going to add new upgrade logging later
|
2009-01-11 10:18:53 +00:00 |
|
skodak
|
4d6d912a77
|
MDL-17853 fixed typo, thanks Nicolas Martignoni
|
2009-01-11 09:44:42 +00:00 |
|
skodak
|
1caea91efb
|
MDL-17457 moved a lot of code into lib/db/install.php + other refactoring and cleanup
|
2009-01-11 09:41:48 +00:00 |
|
skodak
|
ac110efc6f
|
MDL-17845 removed install/upgrade autopilot - not needed any more ;-)
there are now only two upgrade pages, one for core, the second for all plugins
|
2009-01-10 22:13:12 +00:00 |
|
skodak
|
704f4cdb7a
|
MDL-17845 moved blocks code from /blocks/db/* to core
|
2009-01-10 22:01:20 +00:00 |
|
skodak
|
ab2eb65c88
|
MDL-17846 moved blocks code from /blocks/db/* to core
|
2009-01-10 21:06:53 +00:00 |
|
skodak
|
27bd819be5
|
MDL-17848 oops, yet more cron compatibility fixes for console_write() ;-) I have added a new console_write_error() too
|
2009-01-10 20:44:45 +00:00 |
|
skodak
|
f1953d38f3
|
MDL-17847 moved backup install.xml and upgrade.php to core
|
2009-01-10 20:03:08 +00:00 |
|
skodak
|
fbd0c5e31f
|
MDL-17848 general support for CLI scripts in weblib; grrr - fixed regression
|
2009-01-10 19:46:02 +00:00 |
|
skodak
|
48f2e9fae4
|
MDL-17848 general support for CLI scripts in weblib
|
2009-01-10 19:19:51 +00:00 |
|
skodak
|
84ebf08dcc
|
MDL-16483 $CFG->unittestprefix not required anymore to run unit tests that do not need fake db; it should be saer to let admins modify the prefix in config.php instead of modifying it from php
|
2009-01-10 16:06:53 +00:00 |
|
skodak
|
760ab567d0
|
MDL-16483 - partial unbreaking of eventlsib test
|
2009-01-10 13:54:11 +00:00 |
|
skodak
|
58fa5d6f75
|
MDL-16483 - renamed MoodleUnitTestCase to FakeDBUnitTestCase; MDL-17841 removed bogus remove lib/simpletest/slowcodetest.php
|
2009-01-10 13:47:26 +00:00 |
|
skodak
|
cc4245a3cd
|
MDL-16483 - stopped using MoodleUnitTestCase in tests where $DB not needed
|
2009-01-10 13:23:37 +00:00 |
|
skodak
|
a4081abfde
|
MDL-17840 moodle_readme.txt -> readme_moodle.txt
|
2009-01-10 11:22:26 +00:00 |
|
skodak
|
8716a5e5f6
|
MDL-17803 grrrrrrrr - there were two moodle readme files!
|
2009-01-10 11:17:42 +00:00 |
|
skodak
|
6527149a61
|
added details of our simpletest lib modification
|
2009-01-10 11:14:59 +00:00 |
|
skodak
|
e70da470a7
|
MDL-14123 Full IPv6 support - reimplemented address_in_subnet() + added more unittests
|
2009-01-09 21:16:26 +00:00 |
|
skodak
|
65de686486
|
MDL-14123 cleanremoteaddr improvements and added unit tests
|
2009-01-09 10:16:07 +00:00 |
|
tjhunt
|
19f5b2dbee
|
accesslib: MDL-17626 delete the context whenever a block is deleted. This includes a new helper function blocks_delete_all_on_page.
|
2009-01-09 06:16:36 +00:00 |
|
tjhunt
|
4e7fabe6d6
|
accesslib: MDL-17626 role_names not cleaned up when a context is deleted.
|
2009-01-09 05:25:50 +00:00 |
|
jerome
|
041a4b0f09
|
admin MDL-17155 cURL functions called in adminlib.php: add checking for disable_functions php configuration option, merged from 19
|
2009-01-09 02:10:56 +00:00 |
|
nicolasconnault
|
0198929cdb
|
MDL-17825 Converting float grades to string when counting values using the Mode of Grades aggregation. Merging from MOODLE_19_STABLE
|
2009-01-08 16:02:11 +00:00 |
|
skodak
|
c5b8b31ad5
|
MDL-17617 removed some uses of snoopy library
|
2009-01-08 15:01:19 +00:00 |
|
skodak
|
ac4fef1d98
|
MDL-15919, MDL-15920 - removing old zip/unzip support, the new zip ext in PHP 5.2.8 seems to work fine
|
2009-01-08 14:53:23 +00:00 |
|
nicolasconnault
|
7d10995c86
|
MDL-13778 Added 6 "composite" grade display types for the grader report Merged from MOODLE_19_STABLE
|
2009-01-08 08:53:20 +00:00 |
|
tjhunt
|
4413941fee
|
course requests: MDL-6160 clean up admin option for choosing who is notified. Merged from MOODLE_19_STABLE.
Also, change the 'notifyloginfailures' setting to use the same sort of admin setting type.
|
2009-01-08 07:07:00 +00:00 |
|
skodak
|
bc4c980010
|
MDL-17797 fixed cap definition - thanks Andrea Bicciolo; merged from MOODLE_19_STABLE
|
2009-01-07 19:56:30 +00:00 |
|
skodak
|
a3c13b97d8
|
MDL-17808 Use users lastname in password change confirmation mails, thanks Andreas Grupp
|
2009-01-07 19:03:38 +00:00 |
|
skodak
|
c643c2f513
|
MDL-17806 fixed sql_bit_and use which returns number and that is why it is not suitable for SQL conditions; thanks penny!
Fixed DML docs too.
|
2009-01-07 18:55:32 +00:00 |
|
skodak
|
84b88cfde7
|
MDL-11061 removed wwwroot tests from admin/index.php, now in setuplib.php
|
2009-01-07 15:31:54 +00:00 |
|
skodak
|
37ccf1fec9
|
MDL-17802 fixed wwwroot without any subdirectory issue
|
2009-01-07 09:54:09 +00:00 |
|
tjhunt
|
3169d49c84
|
unit tests: MDL-17803 test Db instatiate being called from two places, which was overwriting the reference to the real DB.
|
2009-01-07 08:59:13 +00:00 |
|
tjhunt
|
a7b7f075df
|
unit tests: MDL-17803 test classes were not getting destroyed at the right time, which was breaking the code that reset the test DB to the normal DB.
|
2009-01-07 08:58:41 +00:00 |
|
tjhunt
|
efacb22422
|
weblib: improve comment.
|
2009-01-07 06:28:00 +00:00 |
|
skodak
|
45dda59af2
|
MDL-14123 Full IPv6 support - reimplemented cleanremoteaddr(), it now accepts local ips too
|
2009-01-06 22:18:01 +00:00 |
|
skodak
|
656be89301
|
MDL-14123 Full IPv6 support - updating all db fields to theoretical 45 char limit
|
2009-01-06 18:14:28 +00:00 |
|
skodak
|
b62dff9939
|
MDL-17789 fixed typo
|
2009-01-06 12:46:55 +00:00 |
|
skodak
|
991ec2ee51
|
MDL-17777 fixed request string encoding in ISS
|
2009-01-06 12:33:32 +00:00 |
|
skodak
|
f98cfb53d1
|
MDL-17789 prevent potential XSS problems through PHP_SELF
|
2009-01-06 12:31:20 +00:00 |
|
skodak
|
f1e715ff88
|
MDL-9276 reverse proxy and normal access can not be mixed - it would valiate the one address per moodle rule, sorry
|
2009-01-06 10:10:19 +00:00 |
|
tjhunt
|
807a1a8427
|
question bank database: MDL-17608 Drop originalquestion field from the question_states table - it was never used for anything.
|
2009-01-06 05:20:21 +00:00 |
|
skodak
|
6d04a2fd0c
|
MDL-17787 removed unused health test and cleanup up config table - MoodleTest cookie not used anymore
|
2009-01-05 22:45:06 +00:00 |
|
skodak
|
1870f24166
|
MDL-17787 removed unused health test and cleanup up config table - MoodleTest cookie not used anymore
|
2009-01-05 22:45:06 +00:00 |
|
skodak
|
21517960b3
|
MDL-17777 improved IIS rewrite rule
|
2009-01-05 22:32:15 +00:00 |
|