sam_marshall
d9b063277b
MDL-13660: Allow admin reports to have db tables, cron
2008-02-26 10:34:51 +00:00
moodler
c8fbaa75b4
Merged MDL-12294 Fixed some strings
2008-02-26 08:34:53 +00:00
moodler
3458a294c4
MDL-11809 Fixed broken headline
2008-02-26 07:02:01 +00:00
moodler
77b4ca5f93
MDL-9367 Merged auth doc fixes from 1.8 and 1.9
2008-02-26 05:51:11 +00:00
scyrma
419d5c6e8c
MDL-13632 - merge from 1.9
2008-02-25 03:26:50 +00:00
skodak
5a4b2e8ead
MDL-13605 use userdate() instead of date() when printing next cron execution time; merged from MOODLE_19_STABLE
2008-02-24 13:29:55 +00:00
skodak
4ea8df2173
MDL-11494 MDL-13623 - support for secure and httponly cookies; merged from MOODLE_19_STABLE
2008-02-24 12:46:37 +00:00
skodak
ffa36c6b74
MDL-13526 fixed site stats report language; merged from MOODLE_19_STABLE
2008-02-23 12:10:27 +00:00
moodler
b352b2e9c2
MDL-11752 Upload users form merged from 1.9
2008-02-21 05:24:18 +00:00
moodler
e4b89caac8
MDL-13489 Merged fixes from 1.9
2008-02-19 06:57:51 +00:00
moodler
6fdde1d251
Merged stats cron output from 1.9
2008-02-18 03:13:46 +00:00
skodak
ee982b07f3
MDL-13231 outcomes aggregation off by default now; merged from MOODLE_19_STABLE
2008-02-17 16:06:03 +00:00
skodak
61460dd631
MDL-13192 major stats cleanup patch - see tracker for more details; merged from MOODLE_19_STABLE
2008-02-16 18:33:50 +00:00
donal
dfa1158a9b
Remove unneeded mnet_host2service records
2008-02-15 08:04:20 +00:00
moodler
b225cf3663
Merged MDL-13152 from 1.9
2008-02-14 03:15:03 +00:00
donal
6102b5ff38
Ensure that the wwwroot has been supplied with a http:// or https:// prefix
2008-02-13 03:06:52 +00:00
poltawski
a5137c503a
MDL-13235 - bulk user action removing users etc was buggy,
...
merged from MOODLE_19_STABLE
2008-02-05 15:24:11 +00:00
nicolasconnault
10bd016e80
MDL-10451 Fixed HTML errors, merging from 1.9
2008-02-05 09:58:05 +00:00
nicolasconnault
95f9fa4d1e
MDL-13103 merging from 1.9
2008-02-04 11:03:29 +00:00
nicolasconnault
09d58b8555
MDL-13103 merging from 1.9
2008-02-04 10:08:40 +00:00
skodak
0f0a5c2867
MDL-13319 skip disabled modules and blocks in cron; merged from MOODLE_19_STABLE
2008-02-03 17:28:25 +00:00
skodak
3a6c690a86
MDL-13239 improved smtp bulk setting based on feedback from Gary; merged from MOODLE_19_STABLE
2008-02-02 16:22:47 +00:00
skodak
c2f6fe2fbf
MDL-13239 smtp bulk sending; merged from MOODLE_19_MERGED
2008-02-01 07:05:58 +00:00
mjollnir_
2a5f4a885b
Merged from MOODLE_19_STABLE: MDL-12440: take out auth title and description into base class, plugins can override. updated places that use get_string to call these methods. Credit: Luke Hudson <luke@catalyst.net.nz>
2008-01-31 22:02:44 +00:00
tjhunt
d343bd2114
MDL-13253 - Should use separate language strings for user and module idnumber. Merged from MOODLE_19_STABLE.
2008-01-30 16:34:04 +00:00
poltawski
f58e6d26f2
MDL-13226 - allow user digest settings to be set with bulk user actions
...
merged from MOODLE_19_STABLE
2008-01-29 16:22:02 +00:00
poltawski
fc4b2decc0
MDL-13179 - avoid calling get_admin() when unecessary.
...
It uses a relatively complex query and its not needed except
for a minority of users so we may as well avoid it..
merged from MOODLE_19_STABLE
2008-01-26 17:00:03 +00:00
scyrma
f461e8ec0e
MDL-8810: changing require_once to include_once when looking for mod/.../lib.php
2008-01-24 02:20:25 +00:00
nicolasconnault
1e92bb9112
MDL-13101 New section of the upgrade process: plugins check
2008-01-23 22:48:54 +00:00
skodak
b5d4efc60f
MDL-13091 Aggregate including subcategories off by default, adding default values info into grade cat combo setting; merged from MOODLE_19_STABLE
2008-01-22 08:27:30 +00:00
skodak
8a0a6046a3
MDL-13085 delete grades and items when uninstalling module; merged from MOODLE_19_STABLE
2008-01-21 23:36:19 +00:00
skodak
0806f57068
MDL-13080 delete calendar events when uninstalling modules; merged from MOODLE_19_STABLE
2008-01-21 07:08:31 +00:00
ikawhero
6a4680be3b
Changes to help file for new enrolperiod field.
2008-01-21 06:14:26 +00:00
ikawhero
2686b6c34c
Added enrolperiod field.
2008-01-21 06:09:58 +00:00
poltawski
1eeaed292b
MDL-13003 - dont icq key array twice
...
merged from MOODLE_19_STABLE
2008-01-16 15:07:00 +00:00
moodler
e6d8bc8c4a
Merged upgradelib.php fixes from 1.9 MDL-13017
2008-01-16 01:51:18 +00:00
poltawski
362594f2e4
MDL-8269 - stats wasn't paying attention to run time settings as the strtotime arguments were the wrong way round. Thanks to Mark Nielsen
2008-01-13 18:46:55 +00:00
stronk7
f7ca1b7edc
Minor changes to custom check definition. MDL-12914 ; merged from 19_STABLE
2008-01-12 18:54:54 +00:00
skodak
bb7152cc4e
MDL-12914 Register globals trouble; merged from MOODLE_19_STABLE
2008-01-11 23:22:50 +00:00
stronk7
efcc5e0f3d
Fixed copy/paste typo. MDL-11341 ;-) ; merged from 19_STABLE
2008-01-11 17:21:53 +00:00
poltawski
e67eff89e6
MDL-11341 - allow users with language editing perms to access language
...
editing
merged from MOODLE_19_STABLE
2008-01-11 16:27:15 +00:00
stronk7
aa9c6b6ba6
Adding custom check to test MDL-12914 ; merged from 19_STABLE
2008-01-11 00:05:55 +00:00
tjhunt
b26adbef4c
MDL-12373 - More instances of links to the participants list being shown in the navigation bar to people without the necessary capability.
...
I have not copied and pasted the same code into lots of different places. That sucks. We really need to refactor this into a function that builds the navigation up to, and including the user's name. However, I don't have time now. A list of the places touched by this bug (MDL-12373) will at least give a complete list of places that such a refactoring would have to touch.
2008-01-10 10:58:16 +00:00
moodler
0e13d28f3e
Merge MDL-12904 (db support for auth plugins) from 1.9 and 1.8
2008-01-10 03:51:56 +00:00
mjollnir_
e3cd54731c
MDL-12894 Fixing language string mess (language packs containing \n) & moved them to the controllers,
...
also fixed a few typos and a || instead of && bug. This all relates to the CLI installer.
2008-01-09 23:15:44 +00:00
mjollnir_
2f8d2e1a2b
Merged from MOODLE_19_STABLE: MDL-12884 web installer should set the depth of the miscellaneous course category to 1 too (discussion in moodle hq skype chat with Petr)
2008-01-08 23:27:45 +00:00
mjollnir_
9816d8afc0
MDL-12884: cli installer should create the context for the Miscellaneous course category
2008-01-08 23:23:19 +00:00
tjhunt
dba21d4a19
Use the locale to sort the list of activites everywhere. This matches a change a made in one place before christmas. If you don't do this, the PHP sorts by ASCII order, so mixed case names, or special characters, get sorted wrongly. Merged from MOODLE_19_STABLE.
2008-01-07 16:46:35 +00:00
mjollnir_
2f13f94ccc
New feature: Command line installer. Credit: Dilan Anurudda.
...
This was a Google Summer of Code 2007 Project.
This introduces two new files, admin/cliupgrader.php and lib/installlib.php.
It also introduces a new PEAR library, Console_GetOpt. I have recieved permission from the upstream author to include this in GPL Moodle (essentially dual license it) - notes in lib/pear.
Most stuff that outputs html during install gets suppressed by the use of a constant.
Run the script like php admin/cliupgrade.php --help for info.
Note that this all uses strings from install/ rather than lang, so I have updated stringnames.txt accordingly and they'll all be broken until the cronjob that generates them runs.
2008-01-07 01:54:28 +00:00
moodler
0ef7e7e542
Fixed the navigation on the course assign roles tab MDL-12828
2008-01-04 05:20:00 +00:00