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
thepurpleblob
7577a51e48
MDL-8087
...
Modules and Blocks lists now link to course search page for
actual instances.
2007-02-21 11:41:39 +00:00
skodak
4ac48edb9b
MDL-8590 auth cleanup - part 2; backported from HEAD
2007-02-20 17:13:35 +00:00
moodler
70cf311253
Fixed selector menus and strings etc at the top MDL-8558
2007-02-18 12:58:44 +00:00
toyomoyo
a3572566d3
adding missing capabilities check
2007-02-16 02:40:05 +00:00
moodler
837a9c5c12
Added environment check to all upgrades MDL-8527
2007-02-15 06:29:32 +00:00
toyomoyo
3d18158bc8
fix for MDL-8517, fixing xhtml error for redirects
2007-02-15 05:10:59 +00:00
skodak
e8e6e54b7d
MDL-8469 - 192M is much nicer than 196M; backported from HEAD
2007-02-14 20:59:14 +00:00
skodak
4eefee9779
MDL-8469 increase memory limit everywhere due to changed calculation of used memory in PHP 5.2.x - the real memory useage is the same, but the reported size of used memory is now more accurate
2007-02-14 20:46:38 +00:00
toyomoyo
86d345d5cd
removing undefined variable
2007-02-13 01:54:25 +00:00
toyomoyo
537ea84763
MDL-8290, fix for broken plugins
2007-02-09 07:47:14 +00:00
toyomoyo
20e0a8021d
fix for MDL-8399, unable to unassign self as admin in courses
2007-02-09 01:04:02 +00:00
moodler
c29b897b23
Fixed a notice during multilang upgrade when prefix was null
2007-02-08 14:52:03 +00:00
toyomoyo
007456de61
MDL-8425, fixing xhtml strict issues
2007-02-08 07:12:53 +00:00
toyomoyo
038bf62143
MDL-8425 related fixes
2007-02-08 03:04:41 +00:00
urs_hunkler
ec3938f3d1
'added check if right column is empty - needed for round corners'
2007-02-07 08:22:20 +00:00
toyomoyo
60a9a6ea67
fix for some of the MDL-8425 issues
2007-02-07 07:34:53 +00:00
urs_hunkler
e5afdd2710
'added felxible columns and round corner code'
2007-02-06 22:23:08 +00:00
urs_hunkler
d2bb4f71d2
'deleted old block width definition'
2007-02-06 20:33:28 +00:00
toyomoyo
fbe31d22d1
xhtml validation fixes for MDL-8425
2007-02-06 08:24:37 +00:00
mudrd8mz
dd43d37152
lang.php now keeps orphaned transaltions, i.e. string without English reference. Fixes MDL-8409.
2007-02-03 12:23:53 +00:00
mudrd8mz
5764893508
Produces better HTML/CSS output to fit into translators' screen.
...
There are only two columns in the translation table form now. Odd and even
rows' background alters.
See MDL-8334 and http://moodle.org/mod/forum/discuss.php?d=62800 for more info about this.
2007-02-02 14:42:15 +00:00
sam_marshall
24c66531b3
MDL-8216 Smartpix support (under 'experimental') for searching images in theme, parent theme, etc
2007-02-02 12:19:58 +00:00
vyshane
b2ee058fac
Merged from 1.7.
2007-02-02 08:14:55 +00:00
skodak
f4d6704d9a
MDL-8380 prevent deleting of roles that are used as default site roles for guest, user, notloggedin, etc...
2007-02-01 23:15:07 +00:00
stronk7
b26f94ce15
Adding missing tags in code. Credit goes to Greg Lyon. MDL-8383.
...
Merged from MOODLE_17_STABLE
2007-02-01 22:36:35 +00:00
skodak
ebce32b5dd
(MDL-8367) Add configuration option to select role for guest - guestroleid
2007-02-01 10:24:26 +00:00
skodak
c785d40ac3
MDL-8373 Add new predefined role "Authenticated user" for all logged in users
2007-01-31 21:05:32 +00:00
skodak
01e85af9cc
MDL-8343 reorganize frontpage settings in admintree - I hope fixed last installation bug
2007-01-30 10:33:09 +00:00
skodak
e75ac13be2
MDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - code cleanup
2007-01-30 10:23:01 +00:00
skodak
71eee5f216
MDL-8343 reorganize frontpage settings in admintree - fixed installation bug and warnings
2007-01-30 09:33:11 +00:00
skodak
84c8ede022
MDL-8343 reorganize frontpage settings in admintree - admin tree now allows to specify context together with required capability for each entry
...
MDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - first part of cleanup related to frontpage
2007-01-29 21:29:27 +00:00