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
skodak
b20c631896
MDL-17203 hash salt added to calendar export
2008-12-31 15:50:46 +00:00
skodak
dbf9d4cb37
MDL-17203 new option for disabling of calendar export
2008-12-31 14:10:44 +00:00
skodak
7f51af40c5
MDL-17746 fixed debugdisplay typo in cron - patch by Tomasz Muras
2008-12-29 19:57:47 +00:00
skodak
d942a35a26
MDL-17222 Security overview report - not finished yet, work in progress
2008-12-29 19:13:56 +00:00
arborrow
99fd4f7988
MDL-17741 - typo $tableparam; merged from MOODLE_18_STABLE
2008-12-26 23:24:58 +00:00
arborrow
93816e5d3f
MDL-17741 - typo $tableparam
2008-12-26 20:47:57 +00:00
sam_marshall
82bd6a5ea9
MDL-15499: Conditional availability of activities
2008-12-17 16:37:35 +00:00
sam_marshall
6c59c9c76b
MDL-17667: Added simple XSL-based 'doc' feature to xmldb
2008-12-16 12:55:21 +00:00
stronk7
a243ffeb07
MDL-17599 scheduled backup: add support for grade history setting + minor XML formatting. Merged from 19_STABLE
2008-12-15 21:35:47 +00:00
jonathanharker
e6e13284f9
MDL-16875 New Moodle setting - sessioncookiedomain
...
Added new sessioncookiedomain setting to session handling section.
* allows you to change the domain that the Moodle cookies are available
from. This is useful for Moodle customisations (i.e. Squirrelmail SSO
or enrolment plugins) that need to share Moodle session information
with a web application on another subdomain.
* Will NOT work if the moodle host does not have a domain - i.e. just a
hostname, e.g. 'localhost' or 'myhostname'. Needs a FQDN
* Currently the setting is set to PARAM_TEXT length 50 since PARAM_HOST
does not allow a leading dot e.g. '.mydomain.com'
* TODO: do we make up a new PARAM_COOKIEDOMAIN which is the same as
PARAM_HOST but allows leading dots? Using PARAM_HOST and prepending a
dot may not always be desirable.
2008-12-14 22:28:39 +00:00
dongsheng
771dc7b298
"MDL-14129, fix error() in moodle2"
2008-12-12 05:45:43 +00:00
dongsheng
60e40dda6c
"MDL-14129, remove the rest error() in moodle2"
2008-12-12 04:53:32 +00:00
tjhunt
92f008465c
admin tree: MDL-10047 and MDL-13104 weird things happen when you turn editing on and off.
...
That was becuase not enough information was being passed in for the blocks editing controls to construct the right URL to reload the page.
It is also now possible for admin external pages to add some UI next to the turn blocks editing on/off button. For example, when you are editing the list of course catgories, the turn editing off button is now in the right place.
2008-12-11 09:21:41 +00:00
tjhunt
a90d7cf93d
roles ui: Fix notices and XHTML strict.
2008-12-11 09:08:20 +00:00
dongsheng
ff9b4ea40a
"MDL-17570,clean align property, merged from 1.9"
2008-12-10 07:24:11 +00:00
dongsheng
85db96c5b4
"MDL-17570, cleanup align property in div, merged from 1.9"
2008-12-10 06:48:54 +00:00
moodler
f94824dbbe
admin MDL-17429 Move registration button to admin menu, and make registration page a proper admin page, also fix bad DML call
...
admin MDL-16867 Change "Optional subsystems" menu item to "Advanced features"
(Sorry for the mixed checkin)
2008-12-10 06:23:35 +00:00
tjhunt
e452210a18
course request: MDL-17575 and MDL-6160 further improvements:
...
1/ email notification when course requested
2/ course request capability so that we can limit who can request new course
3/ list of my pending course requests on the request form
Implemented in 1.9 by Petr Skoda, and reviewed and merged to HEAD by me.
2008-12-10 02:57:41 +00:00
tjhunt
44079dfe7a
define roles: MDL-16966 go back to 'Define roles' in the admin menu, rather than 'Manage roles'
...
Define is a stronger verb than manage, and most of the things there are to do with defining roles. I keep finding myself looking for 'Define roles' in the menu when I am testing, which suggests changing the working in 1.9 does more harm than good.
2008-12-09 05:14:15 +00:00
skodak
36641dd264
MDL-17372 fixed regression in 3rd party admin reports; merged from MOODLE_19_STABLE
2008-12-06 20:43:45 +00:00
skodak
cea67da005
MDL-11265 added shorter log retention periods and a warning that it might have some side effects
2008-12-06 17:44:57 +00:00
tjhunt
77eddcd527
course request: MDL-9854 major cleanup to the course request code.
...
* Rewrite all the forms to use formslib and improve usability.
* Put the place where admins need to go to process approvals in the admin menu.
* Show the request course/pending requests button on the page for the category that requested courses get added to.
2008-12-05 08:56:54 +00:00
skodak
0055221839
MDL-17522 no db specific tests - they all must work the same!
2008-12-04 15:06:28 +00:00