Commit Graph

1777 Commits

Author SHA1 Message Date
skodak 6e73ae1008 MDL-15897 param cleaning improvements - see tracker 2008-07-31 20:10:55 +00:00
moodler e70e036c9f MDL-15892 Added some phpdocs to explain the module parameter better 2008-07-31 07:36:57 +00:00
moodler bea418fd03 Merged MDL-15892 Improved get_string - it can now handle paths as the module like 'mod/forum' or 'grade/import/txt' and will look in the right file automatically (eg forum.php and gradeimport_txt.php) 2008-07-31 07:29:01 +00:00
scyrma f99442e312 Reverting previous commit that broke code that depended on the absence of parameter 2008-07-30 07:05:15 +00:00
scyrma ecc3748f2c Minor code cleanup - documentation already specifies that 'moodle.php' is the default language file. 2008-07-30 05:19:18 +00:00
sam_marshall 49f6e5f476 MDL-15498: Fixes to problems Petr identified with completion system checkin 2008-07-28 15:58:50 +00:00
sam_marshall 4e781c7b50 MDL-15498: Completion system 2008-07-28 12:31:29 +00:00
skodak fb8634e50c MDL-15846 add option to prevent course welcome emails + support for searching in enrolment page 2008-07-26 16:50:33 +00:00
dongsheng d255c6e9ad "MDL-15244, fix bugs of ip blocker" 2008-07-25 08:27:50 +00:00
mjollnir_ 67a87e7db2 portfolio checkin-
see http://git.catalyst.net.nz/gw?p=moodle-r2.git;a=shortlog;h=refs/heads/portfolio for changelog

commit point is this hash on that branch: f9642af4e8bd319d4ecdfd83589db61a8fa6fef2

This comes with two plugins, box.net & download
2008-07-25 08:14:11 +00:00
moodler e294b80ad0 MDL-6850 Removed apparent-size from du 2008-07-18 06:42:08 +00:00
dongsheng 81a5b09b46 MDL-15402, searching repository folder for lanuage files. 2008-07-14 04:03:03 +00:00
thepurpleblob f94902db28 MDL-15008
Make question import/export formats fully pluggable, especially in respect of languages.
2008-07-10 15:06:19 +00:00
dongsheng 25752e82b4 MDL-15402, searching repository folder for language files. 2008-07-08 01:48:40 +00:00
skodak ffc670d931 MDL-9983 role_unassign should not touch group members table directly - we need events; merged from MOODLE_19_STABLE 2008-07-06 22:54:46 +00:00
skodak 2942a5cd34 MDL-9983, MDL-13998 core events related cleanup; merged from MOODLE_19_STABLE 2008-07-06 17:57:06 +00:00
scyrma e268184bf4 Typo fix. 2008-07-02 07:33:41 +00:00
scyrma 38fb819028 MDL-11992: adding course tagging patch, by John Beedell. This feature is not
active by default at this time. Related help files are not included in this
commit, as they are being revised (see issue 15385) and will be sent in soon.
2008-06-30 09:04:07 +00:00
skodak 6553ec3c80 MDL-15376 remove unchecked vars tests 2008-06-23 21:23:28 +00:00
skodak 82dd4f426d removed < PHP 4.4.0 compatibility hack 2008-06-23 21:18:08 +00:00
jerome e79fe53d98 MDL-15152 reverse MDL-14439 fix for dropdown menu for Opera+Linux, merged from 19 2008-06-18 05:58:06 +00:00
skodak ab130a0b5f MDL-15273 basic read/write perf counter in moodle_database 2008-06-16 21:01:54 +00:00
skodak 74a28ec471 fixed some funny unicode space 2008-06-16 08:33:00 +00:00
skodak 294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
skodak 5183f0cc5b MDL-15094 fixed stats regression and prefix cleanup 2008-06-05 20:35:28 +00:00
scyrma b26be9a9cd MDL-14741: use the default html editor, as chosen in the admin settings 2008-06-05 09:36:55 +00:00
skodak 8618fd2aeb MDL-14679 converted some delete_records 2008-06-02 21:52:27 +00:00
skodak 185721a498 MDL-14679 towards /admin/auth conversion 2008-05-31 13:57:49 +00:00
iarenaza 6ceb0cd0dd MDL-4207 Don't overwrite modified user profile values with empty LDAP values when 'unlocked if empty' is set
If user profile values are locked to LDAP, then LDAP should provide those
values.

But the purpose of the setting 'unlocked if empty' is to allow the user to fill
in a value for the selected field _if LDAP is giving nothing_ for this field.
Thus it makaes sense to let this value stand in until LDAP is giving a value
for this field.

Merged from MOODLE_18_STABLE
2008-05-31 13:30:22 +00:00
skodak be544ec380 MDL-14679 towards authlib conversion 2008-05-30 20:54:19 +00:00
skodak 576c063b31 MDL-14679 towards authlib conversion 2008-05-30 20:54:19 +00:00
skodak d426068f19 MDL-14679 fixed some addslashes use 2008-05-30 20:33:19 +00:00
skodak ae040d4bcc MDL-14679 finished moodlelib conversion 2008-05-30 19:59:50 +00:00
dongsheng 2f137aa130 "MDL-14129, fix print_error" 2008-05-20 02:53:46 +00:00
stronk7 6d5a22b208 Installer fixed, prefixes improved, moved conn settings to connect() and some more improvements. MDL-14864 2008-05-19 18:02:33 +00:00
skodak f33e1ed4ae MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
skodak 8b9cfac4ab MDL-11719 increased size of idnumber in user table - needed for some enrolment plugins; merged from MOODLE_19_STABLE 2008-05-12 14:38:45 +00:00
jerome 54d8f804fa MDL-12300 message window does show date now, merged from 19 2008-05-08 03:49:51 +00:00
scyrma 8fbf8f8a9c MDL-11113: prepare for support for more browsers 2008-05-07 08:33:09 +00:00
scyrma 59fa45d0f1 MDL-11113: simplify the code - use only one function to check for html editor availability 2008-05-07 07:40:50 +00:00
thepurpleblob 15c31560d8 MDL-14659
Add bypass list for proxy usage.
2008-05-06 14:59:39 +00:00
skodak 2881200b5e MDL-14617 removed pre PHP 5.2.0 coocie compatibility stuff 2008-05-01 21:17:33 +00:00
skodak 8336b6b83f MDL-14617 removed PHP4 stuff 2008-05-01 21:16:16 +00:00
skodak d3acaab4e4 MDL-14617 removed pre PHP 5.2.0 coocie compatibility stuff 2008-05-01 21:15:29 +00:00
skodak 6fa5a86dbf MDL-14617 pre PHP5 function emulations gone 2008-05-01 21:14:22 +00:00
skodak 7267cfda93 MDL-14617 file_put_content emulation gone 2008-05-01 21:12:56 +00:00
scyrma 13b31d6f9d MDL-14569 - Remove linked tags when deleting users. (merge from 1.9) 2008-04-28 08:35:21 +00:00
stronk7 f4013c10d3 New setting in require_login() to avoid certain scripts (file.php)
to mess $SESSION->wantsurl. MDL-14495 ; merged from 19_STABLE
2008-04-25 18:55:36 +00:00
scyrma 6499395e99 MDL-14104: generate_password() now respects password policy (merge from 1.9) 2008-04-18 08:04:21 +00:00
stronk7 341b5ed236 Finally fixed version of lastaccess hadling.
Moved from add_to_log() to require_login(). MDL-14272 ; merged from 19_STABLE
2008-04-15 21:46:04 +00:00