1543 Commits

Author SHA1 Message Date
tjhunt
bac40536f4 MDL-9616 - Custom checks in environment.xml 2007-04-27 17:15:24 +00:00
skodak
eba8cd63b4 MDL-9588 Addd password reveal class to admin settings forms 2007-04-26 07:08:12 +00:00
skodak
83022298df MDL-8031 Enforce password complexity for user authentication - original patch by Iñaki Arenaza 2007-04-25 19:36:47 +00:00
skodak
4642650fa2 MDL-9561 Langimport does not ignore langlist when langcache used
MDL-9563 Improve refreshing of langcache, detect permission problems
part2
merged from MOODLE_18_STABLE
2007-04-24 16:33:06 +00:00
skodak
0a5ce9dd21 MDL-9561 Langimport does not ignore langlist when langcache used
MDL-9563 Improve refreshing of langcache, detect permission problems

merged from MOODLE_18_STABLE
2007-04-24 16:14:16 +00:00
nicolasconnault
5b73a23ca8 MDL-9457 Missed a few files 2007-04-23 04:14:11 +00:00
nicolasconnault
77a297d274 Fixed many xhtml errors 2007-04-20 07:54:42 +00:00
toyomoyo
109463e480 event update code 2007-04-20 05:43:11 +00:00
skodak
e0ac8448c7 MDL-9151 HTML Purifier cleaning support - enable switch is in experimental section
MDL-9435 Reviewved url cleaning in redirect()
2007-04-18 21:52:03 +00:00
poltawski
2acc1f9678 MDL-8209 - Force admin/index.php to redirect to upgrade settings screen
when some admin settings are not set.
2007-04-18 09:39:49 +00:00
cataluke
1a82ce5dab admin/uploaduser.php: Fixed not enrolling user into course if user already exists
Author: Patrick Li <patrick@catalyst.net.nz>
Committer: Luke Hudson <luke@catalyst.net.nz>
2007-04-18 02:43:16 +00:00
skodak
84791c3283 MDL-9409 User confirmation by admin doesn't support new auth->confirm_user function; merged from MOODLE_18_STABLE 2007-04-17 21:30:02 +00:00
mattc-catalyst
d91f99a655 Breadcrumbs: admin/settings changes
- Added admin setting for controlling visibility of activities in the
  breadcrumb trail.


Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:58:50 +00:00
poltawski
59465949fa MDL-9318 Improving the maxbytes setting.
Maxbytes admin is now a dropdown box, and has the option to set as 'server limit'.
get_max_uploaded_sizes will now add maxbytes to its list of settings, if its
available for selection.
2007-04-16 15:56:38 +00:00
skodak
e28b762c35 MDL-9225 short php tag; merged from MOODLE_18_STABLE 2007-04-15 17:23:36 +00:00
skodak
5102d1fc18 MDL-9362 unattended upgrade fixed; merged from MOODLE_18_STABLE 2007-04-15 12:50:55 +00:00
nicolasconnault
933e257ab2 MDL-9322 Fixed non-compliant xhtml code for mnet pages, logs and enrol pages 2007-04-13 07:03:04 +00:00
skodak
f01f183d31 MDL-9324 group assignment does not work in uploaduser script; merged from MOODLE_18_STABLE 2007-04-12 21:30:31 +00:00
skodak
7e040a15ed MDL-9296 removing forgotten debug code in admin/mnet/trustedhosts.php; merged from MOODLE_18_STABLE 2007-04-11 13:21:52 +00:00
skodak
77b4d4be49 MDL-9075 utf-8 bom is now stripped from uploaded users cvs file; merged from MOODLE_18_STABLE 2007-04-10 15:32:37 +00:00
mudrd8mz
b31303a6ed Implements MDL-8808
Now we can go to a missing docs/help files directly via a link. Thanks to Mitsuhiro Yoshida for the patch.
2007-04-07 19:06:06 +00:00
mudrd8mz
fc3d4000d5 Merged fixes from MOODLE_18_STABLE (from 1.88.2.3 to 1.88.2.4) 2007-04-07 18:38:04 +00:00
mudrd8mz
50c5218d2a Merged an fix from MOODLE_18_STABLE: Fixed and error in rendering different background color of the row in non-editable environment. 2007-04-07 16:21:15 +00:00
skodak
2dcb2b262c MDL-9227 Inconsistent HTTPS for profile edit page; merged from MOODLE_17_STABLE 2007-04-06 07:51:18 +00:00
skodak
42b5bb6498 MDL-9219 Replace Inherit with Not set on role definition page; merged from MOODLE_18_STABLE 2007-04-05 09:17:50 +00:00
stronk7
0746aeca03 Fixed one wrong urlencode after error.
Merged from MOODLE_18_STABLE
2007-04-02 22:03:03 +00:00
stronk7
208f08e2d1 Disable the "save" button if the file isn't writable.
Merged from MOODLE_18_STABLE
2007-04-02 21:51:16 +00:00
stronk7
ef0d378cb7 Centering buttons in some actions...
Merged from MOODLE_18_STABLE
2007-04-02 21:37:28 +00:00
skodak
b7a5dfb884 MDL-9174 do not use PARAM_URL for site policy - it is too restrictive; merged from MOODLE_18_STABLE 2007-04-02 15:14:19 +00:00
skodak
12970ac363 More multilang support for site fullname, plus a couple extra comments; merged from MOODLE_18_STABLE. 2007-03-30 21:07:30 +00:00
stronk7
95f4b90172 XHTML fix. Credit goes to Jeff Graham. MDL-9103
Merged from MOODLE_18_STABLE
2007-03-30 07:46:15 +00:00
skodak
f4f2b8fbf4 MDL-8590 fixed magic quotes in config settings; merged from MOODLE_18_STABLE 2007-03-29 19:05:16 +00:00
toyomoyo
74fddb6da9 merged fix for MDL-8983, adding help file for hidden assignments 2007-03-29 06:38:35 +00:00
tjhunt
71248ce89e MDL-9061 - Only show global assign roles warning if you are assigning roles in the global context! Also, change name of admin menu entry to reduce confusion. Merged from MOODLE_18_STABLE. 2007-03-28 16:57:22 +00:00
skodak
c7b10b5f67 MDL-9053 - adding new function get_enabled_auth_plugins() - this should make the code simpler and the bug should be gone forever; merged from MOODLE_18_STABLE 2007-03-27 20:26:05 +00:00
nicolasconnault
0c0ffc08e7 MDL-9061 2007-03-27 06:58:27 +00:00
nicolasconnault
e2e9c024e9 Corrected XHTML: hidden inputs not surrounded by container. 2007-03-23 01:17:43 +00:00
skodak
6bc1e5d577 (MDL-8973) Fix OOP model of new multi auth plugins + some other auth related fixes, fixed change_password, ldap updates, etc.; TODO: fix docs 2007-03-22 12:27:52 +00:00
stronk7
77d08333a8 $CFG->tabselectedtofront is out. Part of MDL-8746
Merged from MOODLE_18_STABLE
2007-03-19 17:21:31 +00:00
skodak
c2127e375f MDL-8883 fixed double backslashes problem in filter settings; merged from MOODLE_18_STABLE 2007-03-16 22:17:57 +00:00
toyomoyo
6332592527 merged fixing empty <option/> 2007-03-16 02:33:28 +00:00
stronk7
bdb794843a Testing comments and default clauses containing chars to be escaped.
Merged from MOODLE_18_STABLE
2007-03-15 19:16:27 +00:00
poltawski
2e2e837c80 MDL-8906 - Additional fix to prevent needless searching on blank query, merged from stable 2007-03-15 11:48:21 +00:00
poltawski
4c5c7b6a5b MDL-8906 - Whoops, reverting - all the block functions are broken, so its useless trying to edit the blocks page.. 2007-03-15 01:08:26 +00:00
poltawski
a989172a5c MDL-8906 - Actually, I'll Fix blocks editing on search pages, by adding the query - merged from MOODLE_18_STABLE 2007-03-15 00:54:31 +00:00
poltawski
2e2e52c7d9 MDL-8906 - Blocks Editting Broken on Admin Search Results page, so disable
edit button, merged from MOODLE_18_STABLE
2007-03-15 00:35:41 +00:00
skodak
9d200a16d7 MDL-8522 better label for role reset button and confirmation text; merged from MOODLE_18_STABLE 2007-03-14 22:07:59 +00:00
skodak
5e992f564b MDL-8867 Add setting to define role that is assigned to creators in new courses
MDL-8868 Set only minimal permissions for creator role

+ improved accesslib to handle changes of context levels in capability definitions

merged from MOODLE_18_STABLE
2007-03-14 21:42:38 +00:00
poltawski
381b88594a MDL-8900 Adding adminroot to clean up html merged from MOODLE_18_STABLE 2007-03-14 17:25:22 +00:00
skodak
531468274f MDL-5229 and MDL-6196 adding gb18030 mime header encoding; merged from MOODLE_18_STABLE 2007-03-12 08:41:28 +00:00