skodak
|
18818abf4c
|
MDL-17458 $CFG->rolesactive cleanup + other cleanup in upgrade code
|
2009-01-15 22:09:57 +00:00 |
|
skodak
|
9b0b537b69
|
MDL-17222 imrpoved configuration links
|
2009-01-15 18:30:26 +00:00 |
|
jerome
|
884f46c926
|
web service MDL-12886 add web services settings into admin
|
2009-01-15 08:18:00 +00:00 |
|
skodak
|
c05ede9867
|
MDL-17898 do not store real object instances into sessions in XMLDB editor
|
2009-01-14 18:45:40 +00:00 |
|
skodak
|
3f57bd454a
|
MDL-14992 towards new moodle db sessions
|
2009-01-14 17:08:29 +00:00 |
|
dongsheng
|
beeee4d21d
|
"MDL-17747, add max category depth setting, merged from 1.9"
|
2009-01-14 04:48:22 +00:00 |
|
skodak
|
d6bc965bb8
|
MDL-17878 basic UI for looking at config log
|
2009-01-13 21:13:16 +00:00 |
|
skodak
|
1c82b3f2d9
|
MDL-17458 fixed some buttons and upgrade strings
|
2009-01-13 11:40:43 +00:00 |
|
skodak
|
61f9c4b4f4
|
MDL-17868 detection of incorrect hadnling of floats in version numbers - this should prevent dataloss in case it does not work as expected; merged from MOODLE_19_STABLE
|
2009-01-13 09:04:09 +00:00 |
|
skodak
|
c20ce8742a
|
MDL-17457 removed all statements from main install.xml, some more improvements
|
2009-01-12 19:36:59 +00:00 |
|
skodak
|
1045a0074c
|
MDL-17849 sql queries not printed by default during upgrade anymore, there is a new config.php only setting $CFG->upgradeshowsql instead
|
2009-01-12 16:52:53 +00:00 |
|
skodak
|
5c144d605e
|
MDL-17845 now only one page per installs/upgrade :-D
|
2009-01-12 15:13:44 +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
|
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
|
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
|
efd8c7fc6b
|
MDL-17843 - db unit tests are now always included again; lang string not needed anymore
|
2009-01-10 14:13:34 +00:00 |
|
skodak
|
dbff568ed6
|
MDL-17842 removed slowtest support from unittest report - never used, not needed
|
2009-01-10 14:02:31 +00:00 |
|
skodak
|
b636fdfbc1
|
MDL-14123 Full IPv6 support - replaced mnet ip_in_range() by standard ipv6 compatible address_in_subnet(); replaced $_SERVER['REMOTE_ADDR'] with standard getremoteaddr()
|
2009-01-09 21:41:47 +00:00 |
|
tjhunt
|
df2e8971ff
|
accesslib: MDL-17626 admin/modules.php should call delete_context when a module is uninstalled.
|
2009-01-09 05:34:49 +00:00 |
|
dongsheng
|
40dd60d3b7
|
"REPOSITORY/MDL-13766, allow use repository name with numbers in it"
|
2009-01-09 03:20:05 +00:00 |
|
dongsheng
|
5c1c420f19
|
"REPOSITORY/MDL-13766, allow numbers in repository name"
|
2009-01-09 01:57:56 +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
|
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 |
|
poltawski
|
10ef4e7de4
|
admin interface: MDL-11061 Incorrect check check on wwwroot causing invalid
admin warning
|
2009-01-07 14:08:42 +00:00 |
|
tjhunt
|
6fe51abe59
|
unit tests: Simple hack to avoid XHTML well-formedness errors during test DB upgrade.
|
2009-01-07 07:41:03 +00:00 |
|
dongsheng
|
6bfc7fd579
|
"MDL-17747, Add Max category depth as a configuratble setting to the site settings, merged from 1.9, credit goes to Jason Hardin"
|
2009-01-06 06:52:53 +00:00 |
|
tjhunt
|
ea6d9d40a6
|
XHTML strict.
|
2009-01-06 05:04:58 +00:00 |
|
skodak
|
c5b26d78be
|
MDL-17777 slasharguments test not reimplemented yet :-(
|
2009-01-05 22:46:55 +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
|
11e7b506ce
|
MDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support
|
2009-01-05 21:37:20 +00:00 |
|
skodak
|
a91b910e4f
|
MDL-17776 added new define CLI_SCRIPT that identifies all CLI scripts + cron (cli scripts do not have session and do not like HTML in output and are executed from command line, cron is an exception)
|
2009-01-03 14:28:02 +00:00 |
|
skodak
|
e8b7114d5e
|
MDL-17774 refactored USER switching in cron scripts - now standardised in cron_setup_user()
|
2009-01-03 13:16:59 +00:00 |
|
skodak
|
93f66983cc
|
MDL-17773 new get_login_url() function - fixes missing httpslogin tweaks
|
2009-01-02 22:56:48 +00:00 |
|
skodak
|
1b813f5c2a
|
MDL-17772 fixed guest access; MDL-17754 $USER object initialisation cleanup
|
2009-01-02 21:05:16 +00:00 |
|
skodak
|
b7b64ff2e0
|
MDL-17754 next round of session related refactoring
|
2009-01-02 20:32:05 +00:00 |
|
skodak
|
973d2660e6
|
MDL-16613 sesskey cleanup
|
2009-01-02 10:51:26 +00:00 |
|
skodak
|
34a2faed92
|
MDL-16613 sesskey cleanup
|
2009-01-02 10:43:12 +00:00 |
|
skodak
|
e821d24c72
|
MDL-16613 sesskey cleanup
|
2009-01-02 10:43:12 +00:00 |
|
skodak
|
d4a1fcaf11
|
MDL-16613 sesskey cleanup
|
2009-01-02 10:36:25 +00:00 |
|
skodak
|
d1aa1e4855
|
MDL-17758 fixed hardcoded /admin/ links
|
2009-01-01 14:25:29 +00:00 |
|
skodak
|
7baf68d8a7
|
MDL-17203 longer default salt; merged from MOODLE_19_STABLE
|
2008-12-31 15:57:27 +00:00 |
|