nicolasconnault
b6e33658e3
MDL-9061
2007-03-27 06:54:23 +00:00
nicolasconnault
d62c52b985
Corrected XHTML: hidden inputs not surrounded by container.
2007-03-23 01:16:22 +00:00
skodak
a045329951
(MDL-8973) Fix OOP model of new multi auth plugins + some other auth related fixes, fixed change_password, ldap updates, etc.; TODO: fix docs
...
backported from HEAD
2007-03-22 12:40:16 +00:00
nicolasconnault
3af559d414
More multilang support for site fullname, plus a couple extra comments.
2007-03-20 07:07:58 +00:00
stronk7
374e173f11
$CFG->tabselectedtofront is now out. Part of MDL-8746
2007-03-19 17:17:54 +00:00
skodak
b139c82dfc
MDL-8883 fixed double backslashes problem in filter settings
2007-03-16 22:16:35 +00:00
toyomoyo
1ccb8ec916
put empty <option/> only when <select> is empty, for xhtml, i am pretty sure i checked this in already...
2007-03-16 02:31:44 +00:00
stronk7
09ea9739f3
Testing comments and default clauses containing chars to be escaped.
2007-03-15 19:15:22 +00:00
poltawski
19db0355d3
MDL-8906 - Additional fix to prevent needless searching on blank query
2007-03-15 11:46:14 +00:00
poltawski
a628b65cfa
Merging revert MDL-8906
2007-03-15 01:14:07 +00:00
poltawski
7f51421503
MDL-8906 - Actually, I'll Fix blocks editing on search pages, by adding the query
2007-03-15 00:52:19 +00:00
poltawski
f6a157d14a
MDL-8906 - Blocks Editting Broken on Admin Search Results page, so disable
...
edit button
2007-03-15 00:32:38 +00:00
skodak
f8c56dd156
MDL-8522 better label for role reset button and confirmation text
2007-03-14 22:06:10 +00:00
skodak
27fb92f48f
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
2007-03-14 21:38:15 +00:00
poltawski
8eaa523a2c
MDL-8900 Adding adminroot to redirects to clean up html
2007-03-14 17:23:30 +00:00
skodak
edfda53d51
MDL-5229 and MDL-6196 adding gb18030 mime header encoding
2007-03-12 08:38:33 +00:00
donal72
33981a427d
MNET: Check that xml-rpc is installed: #MDL-8731 #MDL-8846
2007-03-12 02:32:08 +00:00
mudrd8mz
a4fa47e7ea
Merged the fix of MDL-8852 from the HEAD revision 1.90
2007-03-11 23:54:22 +00:00
skodak
54618b81a4
MDL-8834 smtp debugging can now be turned off - now independent on $CFG->debug
2007-03-09 20:13:48 +00:00
moodler
b47bbe5255
Fixes to remove timestart and timeend from consideration when loading user capabilities
...
Instead, we delete role assignments in cron
This is resulting in a great speed increase! MDL-8785
Thanks Eloy for the idea!
2007-03-07 04:54:57 +00:00
nicolasconnault
4eaf16f264
MDL-8758 - Corrected the packagezip -> package.zip typo in 3 locations (2 in admin/langimport.php and 1 in install.php). The notification about allow_url_fopen has already been added to the default lang/en_utf8/error.php string.
2007-03-07 01:59:38 +00:00
skodak
80546a1195
MDL-7633 legacy capabilities now have special menu; backported from HEAD
2007-03-06 22:03:18 +00:00
skodak
45dd6a2241
MDL-8522 fixed role reset warnings + only one legacy cap type allowed now in each role; backported from HEAD
2007-03-06 19:23:34 +00:00
skodak
011d1af528
MDL-8524 general roles cleanup; MDL-8373 authenticated user role now created during upgrade from 1.7.x, xhtml and CSS cleanup in roles GUI; accesslib inline docs cleanup; risk bitmask fixes - backported from HEAD
2007-03-05 11:37:54 +00:00
skodak
4e50a79a26
MDL-8522 Add role reset button into role definition form; fixed single button css; backported from HEAD
2007-03-03 22:32:59 +00:00
skodak
b5820d9add
MDL-8523 Show default capabilities in role definition; added CSS popup_form spacing; backported from HEAD
2007-03-03 21:09:56 +00:00
skodak
9416fe3a9c
notice_yesno install time fixes; backported from HEAD
2007-03-02 20:48:03 +00:00
tjhunt
c34b9b9c97
Make error messages non-ambiguous.
2007-03-01 16:41:50 +00:00
nfreear
36be64d1da
Fix for bug MDL-8708 "Debug, multiple warnings in admin/uploaduser.php and user.php" (merged from HEAD).
2007-03-01 12:10:16 +00:00
toyomoyo
09eb304cf7
replacing fieldset in small form to div
2007-03-01 04:40:38 +00:00
toyomoyo
2b7a363f02
changing fieldset to div
2007-03-01 04:06:14 +00:00
toyomoyo
e85a202ba3
chaing fieldset in single button form to use div
2007-03-01 04:03:01 +00:00
tjhunt
76b58ae598
XHTML Strrrrrrict!
2007-02-28 15:35:02 +00:00
nicolasconnault
7c08ef3653
Fixed MDL-8582
...
Not sure if the hotpot module is converting ampersands correctly. $heading and $title are set up differently than in other modules: instead of outputting $course->title, a temporary $title variable is created and assigned that value. That made it difficult for me to decide whether it was already formatted elsewhere or not.
Also I didn't format_string() any of the variables included in $navigation rings, because I assume these strings get processed by print_navigation(), which includes format_string().
2007-02-28 05:36:13 +00:00
martinlanghoff
9920530563
Fixing 1.5->1.7 upgrade bug (get_courses was used unnecessarily in upgrade process, and relies on roles)
...
Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>
2007-02-28 00:20:48 +00:00
moodler
bf522dad40
Checking in Dan's patch for MDL-8670, thanks Dan!
2007-02-27 00:58:47 +00:00
stronk7
71989c5d39
Delete one condition used while debugging.
...
Merged from HEAD
2007-02-25 20:37:33 +00:00
stronk7
5066b1258c
Comenting one debug sentence introduced by error in las commit. MDL-8264
2007-02-25 20:21:44 +00:00
stronk7
9c221df743
Now the editor detects if the xml file has been locally modified
...
since loading it. Second part of MDL-8264
2007-02-25 20:17:36 +00:00
defacer
ffeeed9b32
Fix for MDL-8653:
...
When updating languages through a proxy, skip to the end of the HTTP headers
as defined by RFC 1945 instead of skipping exactly 12 lines of chaff.
Credit for patch 100% to Dan Poltawski.
2007-02-25 01:31:56 +00:00
defacer
f943a78cbe
Updating local language packs was breaking XHTML in the "results" screen.
2007-02-25 01:07:52 +00:00
skodak
45864cc86e
email selfregistration enabled by default again - thanks Eloy for noticing the problem; backported from HEAD
2007-02-24 09:49:51 +00:00
stronk7
9ee705e74a
Now XMLDB Editor performs check/validation of XML files
...
before loading them using the best parser available.
MDL-7726 and first part of MDL-8264
2007-02-23 20:57:06 +00:00
toyomoyo
577a9f5805
fix for MDL-8585, add admin setting for $CFG->latinexcelexport
2007-02-23 01:22:15 +00:00
stronk7
7f871f939b
Fix one small config name.
2007-02-23 00:35:20 +00:00
stronk7
73da033354
Now the "common settings" form in admin/auth looks like
...
one standard admin form.
2007-02-23 00:25:55 +00:00
stronk7
b94129bc1c
Fixing the auth plugins visual. to use the flexible table properly.
2007-02-22 22:59:47 +00:00
stronk7
617ef2a336
"flexible" is now out from set_attribute() because
...
flexible tables are adding it automatically.
Point 3.3 of MDL-8419
2007-02-22 18:47:18 +00:00
stronk7
a081748db4
admin modules tables styling. Points 1 & 2. MDL-8419
...
Backporting from HEAD.
2007-02-22 17:55:46 +00:00
thepurpleblob
cc01353321
MDL-8602
...
Don't count modules where course=0 (ie, they must exist in real courses)
2007-02-21 14:54:18 +00:00