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
skodak
3483ea572a
MDL-12817 logout before 1.9 upgrade in order to prevent weird upgrade problems; merged from MOODLE_19_STABLE
2008-01-03 16:37:09 +00:00
skodak
8293c75198
MDL-6786 Improved dropping of block and module tables during uninstall; merged from MOODLE_19_STABLE
2008-01-03 15:03:32 +00:00
skodak
7c09710cbf
MDL-12796 iplookup rewrite
2008-01-02 16:47:57 +00:00
stronk7
9156f58a1a
Correct timezones listing when importing olson files ; merged from 19_STABLE
2007-12-31 15:25:27 +00:00
stronk7
4ae7df39ee
Moving from old "timezones" location to the new "timezone" one. MDL-12024 ; merged from 19_STABLE
2007-12-31 15:08:08 +00:00
stronk7
4070a1a4ce
Missed this in my previous commit. MDL-12698 ; merged from 19_STABLE
2007-12-31 01:10:54 +00:00
stronk7
f85236dc76
Change some constants to avoid name collisions. MDL-12698 ; Merged from MOODLE_19_STABLE
2007-12-31 01:07:49 +00:00
skodak
76bd786d3f
MDL-12698, MDL-12569 - fixed inline docs; merged from MOODLE_19_STABLE
2007-12-30 22:36:16 +00:00
skodak
eb7f78afb1
MDL-11845 unmask password field type for proxy url - thanks Dan for reminding me; merged from MOODLE_19_STABLE
2007-12-30 22:25:16 +00:00
skodak
a7d43f0d15
MDL-12698, MDL-12569 - componentlib & langimport improvements and fixes; merged from MOODLE_19_STABLE
2007-12-30 22:19:36 +00:00
skodak
5f8bdc17a8
MDL-11845 removing curl emulation library, snoopy has better support for proxies and seems to be more reliable on different platforms; spelling correction cURL instead of Curl; adding all proxy admin settings; better debug messages for file downloading; SOCKS5 proxy support; merged from MOODLE_19_STABLE
2007-12-30 19:42:51 +00:00
poltawski
6e1cc99de7
MDL-12763 - proxy_url() in langimport was doing its own custom proxied
...
download magic. Convert to use download_file_contents() for more
robust downloads. And also add a more helpful error message while i'm
at it.
merged from MOODLE_19_STABLE
2007-12-29 20:03:03 +00:00