Moodle HQ git importer
0b28ce9a4a
Fixing drift between CVS and git
2009-12-17 05:30:26 +00:00
Moodle HQ git importer
7b3c5dc08d
Fixing drift between CVS and git
2009-12-17 12:08:49 +08:00
Petr Skoda
4454447d56
MDL-20700 whitespace terror returns
2009-12-16 22:14:17 +00:00
Petr Skoda
78946b9bdb
MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks
2009-12-16 18:00:58 +00:00
Eloy Lafuente
a9b8a84c0e
MDL-19697 mnet auth - start saving user->firstaccess ; merged from 19_STABLE
2009-11-27 14:50:25 +00:00
Petr Skoda
e79781f72e
MDL-20948 proper removal of cached pasword hashes just in case upgrading from <1.9.7
2009-11-24 14:39:35 +00:00
Petr Skoda
bdebf74c76
MDL-20948 proper removal of cached pasword hashes just in case upgrading from <1.9.7
2009-11-24 14:31:34 +00:00
Petr Skoda
9d0de271a5
MDL-20948 proper removal of cached pasword hashes just in case upgrading from <1.9.7
2009-11-24 14:26:22 +00:00
Petr Skoda
edb5da8331
MDL-20934 'not cached' flag used in all auth plugins that do not need the password
2009-11-23 21:50:40 +00:00
Andrew Davis
c78a948e8c
all areas MDL-20821 Replaced instances of ereg_replace and eregi_replace with preg_replace
2009-11-17 01:36:35 +00:00
Petr Skoda
d5a8d9aa71
MDL-20625 new delegated transaction support in DML
2009-11-07 08:52:56 +00:00
Petr Skoda
5117d59899
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 11:55:14 +00:00
Petr Skoda
2a250a0b2e
MDL-20697 removing duplicate error string cannotfindsite, fixing get_site() which is now using exceptions
2009-11-01 09:21:41 +00:00
Petr Skoda
3f77c1584c
MDL-20697 removing duplicate error string, fixing get_site() which is now using exceptions
2009-11-01 09:10:09 +00:00
Dan Poltawski
d87234ced5
auth/mnet - MDL-16872 Fix incorrect use of clone() on arrays
...
Thanks to Nigel McNie for the patch
2009-10-28 11:16:57 +00:00
samhemelryk
79151615c5
auth MDL-19788 Added PAGE->set_url calls and removed $Id tags
2009-10-15 02:34:31 +00:00
samhemelryk
e772148574
auth-db MDL-20530 Fixed fatal error because of missing include in external db authentication
2009-10-13 02:44:13 +00:00
exe-cutor
82909a9ae7
shibboleth authentication: MDL-18597 Merged over changes to HEAD
2009-10-09 11:10:58 +00:00
skodak
44bce9b40b
MDL-17135 basic ws auth plugin, this plugin does not allow normal logins through /login/index.php
2009-10-06 20:26:22 +00:00
samhemelryk
80d13119ba
auth MDL-19788 Upgrade deprecated function calls
2009-09-30 06:38:52 +00:00
jerome
1a434a4113
output MDL-19788 fix missing global $OUTPUT
2009-09-29 06:04:59 +00:00
jerome
1f9a0c9c01
MDL-19788 fix unknown $OUTPUT variable
2009-09-03 07:50:47 +00:00
jerome
3a008973b2
MDL-19182 fix unknown $OUTPUT variable
2009-09-03 07:48:10 +00:00
samhemelryk
cfc5b79b86
auth MDL-19788 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
2009-09-03 05:40:41 +00:00
skodak
ebdd9fed4b
MDL-20169 fixed coding style, parameter type required
2009-08-27 08:49:54 +00:00
nicolasconnault
7f383c5676
MDL-19788 Upgraded calls to link_to_popup_window()
2009-08-20 13:14:05 +00:00
nicolasconnault
db636fd5cd
MDL-19788 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 04:28:58 +00:00
nicolasconnault
977e5edbd9
MDL-19788 Upgraded calls to choose_from_menu
2009-08-17 15:15:42 +00:00
nicolasconnault
7b1f2c829f
MDL-19756 Renamed moodle_select to html_select for better API consistency
2009-08-10 08:38:45 +00:00
nicolasconnault
4ca9f28098
MDL-19795 Converted print_box* to $OUTPUT->box*
2009-08-10 04:53:42 +00:00
nicolasconnault
cb748b3920
MDL-19788 Converted calls to popup_form()
2009-08-10 03:38:27 +00:00
nicolasconnault
119550a5b2
MDL-19788 Converted all print_footer() calls
2009-08-06 14:23:04 +00:00
skodak
0a127169fe
MDL17980 reverting last commit - other devs agreed, to be explained in tracker
2009-08-03 07:35:41 +00:00
peterbulmer
1b509b3699
MDL17980 mnet improvements
...
* Allow multiple roles to be allocated by identity provider
* Allow existing enrolment plugins to manage mnet enrolments
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2009-08-03 03:38:23 +00:00
iarenaza
afacbf004a
CAS authentication: MDL-19671 phpCAS::getUser can return a mixed-case username, so lower-case it for comparison.
...
Merged from MOODLE_18_STABLE
2009-06-30 23:33:11 +00:00
nicolasconnault
6dbcaceef1
MDL-19418 Replaced ereg* by preg*
2009-06-22 01:22:37 +00:00
skodak
979425b584
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 18:04:21 +00:00
skodak
a8c31db2a3
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 17:47:18 +00:00
jerome
2b06294b9a
authentication MDL-19182 split auth.php lang file into multiple files separate for each plugin
2009-06-11 03:34:46 +00:00
iarenaza
265edb48f5
ntlmsso login hook: MDL-18596 We need to call httpsrequired() before using httpswwwroot
...
Merged from MOODLE_19_STABLE
2009-06-04 22:24:13 +00:00
fmarier
6508931bc3
Fix typo
2009-05-15 03:37:07 +00:00
fmarier
2a8eb90471
MDL-19156: auth/fc: clarifying the licensing terms as per author's email
2009-05-11 23:39:43 +00:00
skodak
457c97291b
MDL-18704 fixed incorrect mnet logging; merged from MOODLE_19_STABLE
2009-05-08 12:16:09 +00:00
skodak
3db835d1ae
MDL-18744 cas fix, credit goes to Thibault Le Meur
2009-05-08 07:54:24 +00:00
tjhunt
93d4a373f9
blocklib: MDL-19010 always include blocklib in setup.php, stip includes elsewhere
2009-05-06 09:13:16 +00:00
dongsheng
b8aa76c1a4
"MDL-19037, use getremoteaddr to get remote ip address"
2009-05-01 03:04:10 +00:00
stronk7
2a88f626f7
MDL-18577 drop enums support - step2: enums out from editor, dbmanager and all upgrade scripts.
2009-05-01 01:19:16 +00:00
mudrd8mz
081a9b0dad
MDL-18644 Bugs found by syntax checker, merged from MOODLE_19_STABLE
2009-03-23 09:53:02 +00:00
tjhunt
ffdd703a99
MDL-18637 fix Moodle 1.9-style {$CFG->prefix}tablename in HEAD, and a few missing $DB->s.
...
I did not fix all the DB problems in search, there are too many there for me to be prepared to clean up other people's mess.
(For once, it was not me making this mistake ;-))
2009-03-23 05:19:53 +00:00
exe-cutor
ad9f023c64
MDL-18597 Merging from STABLE
2009-03-18 13:28:57 +00:00