skodak
109e3cb281
MDL-11561 improved text filter cache resetting when settings change; fixed bug causing fatal errors if html purifier enabled during upgrade; merged from MOODLE_19_STABLE
2007-12-25 10:03:59 +00:00
skodak
47af2e43f3
MDL-12720 removing confusing/not implemented CONTEXT_PERSONAL; merged from MOODLE_19_STABLE
2007-12-23 19:48:32 +00:00
poltawski
97f3ae8777
MDL-9981 - remove hardcoded admin path, merged from MOODLE_19_STABLE
2007-12-23 17:21:56 +00:00
skodak
392e73631e
MDL-12716 fixed admin setting for rcache; more robust rcache handling in setup.php; merged from MOODLE_19_STABLE
2007-12-23 13:10:35 +00:00
skodak
bca13de752
MDL-12717 use apply_default_exception_settings before other admin defaults; merged from MOODLE_19_STABLE
2007-12-23 12:05:54 +00:00
skodak
9a7a785161
MDL-12714 no guest autologin for admin settings; merged from MOODLE_19_STABLE
2007-12-23 11:53:31 +00:00
skodak
cb0e9fbdd2
MDL-12705 disabled guest autoogin in upgrade scripts; merged from MOODLE_19_STABLE
2007-12-22 18:17:15 +00:00
skodak
01ca2df07a
MDL-12690 use the same title for block in admin tree as in blocks manage page; merged from MOODLE_19_STABLE
2007-12-21 09:53:00 +00:00
skodak
00ed8abd19
MDL-12443 use "UTF-8" label instead of "None" in sitemailcharset select box; merged from MOODLE_19_STABLE
2007-12-20 21:17:23 +00:00
skodak
5d4afe012d
MDL-12678 moved pinned blocks setup page to Modules/Blocks/; merged from MOODLE_19_STABLE
2007-12-20 16:31:04 +00:00
skodak
444598e94a
MDL-10464 user list download in bulk ops; merged from MOODLE_19_STABLE
2007-12-20 10:55:05 +00:00
poltawski
2e32fc1862
MDL-11561 - remove unused variable merged from MOODLE_19_STABLE
2007-12-19 21:09:06 +00:00
skodak
220a90c5a1
MDL-11561 admin tree improvements and bugfixing
2007-12-19 17:35:20 +00:00
skodak
a5feb17622
MDL-12598 use user context instead of personal; merged from MOODLE_19_STABLE
2007-12-19 17:06:47 +00:00
tjhunt
7588679f7a
Teach XMLDB about the local/db folder, but only include it if the local folders exists.
2007-12-19 15:06:51 +00:00
mjollnir_
d4564cf018
merged from MOODLE_19_STABLE: moving two functions from admin/roles/manage.php (switch_roles and role_cap_duplicate) to accesslib & added phpdoc. Fixes MDL-12621
2007-12-18 20:51:07 +00:00
skodak
6265d4630b
MDL-12103 new config option for mail newline chars; merged from MOODLE_19_STABLE
2007-12-17 23:44:25 +00:00
skodak
5da9e750cf
MDL-12570 option to disable lang autodetect from browser; merged from MOODLE_19_STABLE
2007-12-15 11:49:59 +00:00
toyomoyo
a249879a86
MDL-12550, wrong user count in role assignment
2007-12-12 03:31:26 +00:00
stronk7
8884b320b4
Reintroducing the possibility to declare a second row of tabs
...
via extratabs. MDL-12551
Merged from MOODLE_19_STABLE
2007-12-12 00:58:09 +00:00
stronk7
6030279805
Adding the ability to perform custom uninstall tasks in modules. MDL-12520
...
Merged from MOODLE_19_STABLE
2007-12-11 23:39:32 +00:00
sam_marshall
ae8c48f726
MDL-11845 Updated the three file downloads from Snoopy to download_file_content (which I didn't know about before :)
2007-12-07 10:24:00 +00:00
nicolasconnault
0c87b5aac0
MDL-11835 Changing default aggregateonlygraded back to true, but set this value to false for upgraded course categories. Also set grade display type to percentage for upgraded items, since this is the default setting in 1.8. Site default is Real display type.
2007-12-07 09:14:51 +00:00
toyomoyo
40e473bfe1
customized cron should be in dirroot/local/cron.php
2007-12-07 04:39:40 +00:00
sam_marshall
3e93ea86c0
MDL-11845 Support for config proxy options when downloading language packs (& other components), timezone file
2007-12-06 18:12:42 +00:00
nicolasconnault
9776dba81b
MDL-11835 Changing default aggregateonlygraded to false
2007-12-06 14:24:48 +00:00
nicolasconnault
f9124bd22f
MDL-11835 Merging from 1.9
2007-12-06 09:45:58 +00:00
mudrd8mz
1dfc37b8fe
Merged from MOODLE_19_STABLE. Do not produce PHP warnings in case string file does not define array $string[]
2007-12-04 21:52:16 +00:00
toyomoyo
47769861ae
MDL-12419, do not present course start date if start date is invalid
2007-12-04 01:08:48 +00:00
toyomoyo
8f5a640165
MDL-12419, do not present course start date if start date is invalid
2007-12-04 01:04:03 +00:00
toyomoyo
93c61c18cf
MDL-10915, additional setting for emoticons
2007-12-03 06:27:21 +00:00
toyomoyo
8f2469611f
wrap search/replace in a function so that it could be used in cron
2007-12-03 04:46:37 +00:00
toyomoyo
ba9b44f976
adding support for customized cron
2007-11-30 02:00:04 +00:00
toyomoyo
e225e5fa2c
MDL-12326, adding a missing footer
2007-11-28 01:25:29 +00:00
scyrma
d417533252
Fix for par of the missing strings, as reported in MDL-12294
2007-11-26 04:10:08 +00:00
skodak
a78890d593
MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE
2007-11-23 22:15:07 +00:00
skodak
9f7f1a74a0
MDL-12221 custom themes revisited - implemented container concept; merged from MOODLE_19_STABLE
2007-11-23 16:49:51 +00:00
skodak
b80377b4ef
MDL-12312 fixed outdated aggregation help, added examples; merged from MOODLE_19_STABLE
2007-11-22 21:36:59 +00:00
tjhunt
28a082f102
Fix typo.
2007-11-21 16:28:45 +00:00
mudrd8mz
549ceae0d5
MDL-8090 Merged from stable. Print an obsolete message.
2007-11-21 03:05:12 +00:00
mudrd8mz
1b6cbebf27
MDL-8090 Merged from stable
2007-11-21 03:03:59 +00:00
martinlanghoff
9b86470e53
MDL-12142 mailout-debugger: Now works on Windows too
...
Switched to use sys_get_temp_dir() to define
which tempdir to use.
2007-11-20 00:31:40 +00:00
moodler
21090e447a
Merged from 1.9
...
Improvements to the tabs for assigning and overriding roles. MDL-12120
Tabs are now all on the top row
Tabs have clearer titles
Other help texts improved
2007-11-19 07:13:02 +00:00
toyomoyo
f2bcb0815d
MDL-12218, display course specific role names on override page
2007-11-19 04:36:21 +00:00
skodak
afdde5a117
MDL-12231 fixed applying of CFG defaults during initial install phase; merged from MOODLE_19_STABLE
2007-11-17 21:21:37 +00:00
skodak
1426edacd9
MDL-12096 new simple weighted mean aggregation type; merged from MOODLE_18_STABLE
2007-11-15 22:30:01 +00:00
skodak
3d5c00b344
MDL-12146 grade item settings can be now configured as advanced, new advanced defaults, minor tweaks in admintree; merged from MOODLE_18_STABLE
2007-11-15 17:32:31 +00:00
scyrma
b087818c35
Fix for MDL-10996 : prevent course name from being displayed twice.
2007-11-15 04:04:21 +00:00
scyrma
b27b1473af
MDL-11401, merged from 19_STABLE
2007-11-15 02:39:43 +00:00
toyomoyo
045fe536f8
MDL-8330, adding a warning to translators about updating of lang packs
2007-11-15 01:18:47 +00:00