stronk7
5f6435d4c0
Now the editor detects if the xml file has been locally modified
...
since loading it. Second part of MDL-8264
Merged from MOODLE_18_STABLE
2007-02-25 20:20:35 +00:00
moodler
4883dcc56d
Merged categorylist fix from MDL-8583
2007-02-25 07:08:04 +00:00
moodler
3eff81468f
Just some formatting
2007-02-25 06:58:10 +00:00
defacer
2f7ccc6644
Merged from MOODLE_18_STABLE:
...
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:35:32 +00:00
defacer
a4e61dde70
Merging from MOODLE_18_STABLE:
...
Updating local language packs was breaking XHTML in the "results" screen.
2007-02-25 01:10:00 +00:00
defacer
fed8017908
Merged from MOODLE_16_STABLE:
...
Fix for MDL-4940: Social Activities block disappears when editing course settings.
2007-02-24 23:38:42 +00:00
skodak
cc6566c8e1
MDL-8582 - reverted changes in print_navigation(), needs some minor rewrite to use print_title()
2007-02-24 10:19:15 +00:00
skodak
177df3c6c5
email selfregistration enabled by default again - thanks Eloy for noticing the problem
2007-02-24 09:48:10 +00:00
moodler
04e0c322ca
Automatic installer.php lang files by installer_builder (20070224)
2007-02-24 03:30:51 +00:00
stronk7
11548d9bf9
Only validate against schema if we have a schema. ;-)
...
Merged from MOODLE_18_STABLE
2007-02-24 00:05:05 +00:00
stronk7
776dee9c56
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
Merged from MOODLE_18_STABLE
2007-02-23 20:59:28 +00:00
skodak
fc12edcd5d
MDL-8639 fixed installation notices
2007-02-23 20:25:16 +00:00
mark-nielsen
e15cc97f0f
Merged in several display and bug fixes from MOODLE_18_STABLE
2007-02-23 20:20:50 +00:00
skodak
473d29ebcd
MDL-8582 - reverted changes in s() and added new function format_title() instead
2007-02-23 20:10:11 +00:00
stronk7
70205c746e
Some more notices are now out. Caused by current_language()
...
Merged from MOODLE_18_STABLE
2007-02-23 18:17:01 +00:00
mark-nielsen
01e617739f
OK, so I flip-flopped on this - reverting to previous number. For some users, this db update will fire off twice, luckily there is no harm in doing this.
2007-02-23 17:57:46 +00:00
nfreear
7e4648a160
Fixes MDL-8638 "Can't move groups between groupings"
2007-02-23 17:48:05 +00:00
mark-nielsen
380b9ab6fe
Incorrectly merged version and db/upgrade.php - cannot downgrade the version, but fixing the version number here
2007-02-23 17:36:45 +00:00
mark-nielsen
ff99f91a08
Merging fix for MDL-8637
2007-02-23 17:31:05 +00:00
stronk7
86e78054bf
Fixing course & category boxes in main page.
...
Merged from MOODLE_18_STABLE
2007-02-23 16:38:59 +00:00
nfreear
0424f2e9c4
Followup fix for Bug MDL-8617 "Implement groupings & course modules..."
2007-02-23 15:15:39 +00:00
skodak
83582cd6f6
removed deprecated flag from addslashes_js() MDL-8582
2007-02-23 09:14:19 +00:00
moodler
9deaeaa174
Merged changes from stable to tidy course cats
2007-02-23 08:21:38 +00:00
moodler
b40b3eb4cf
Merged string fixes from stable
2007-02-23 06:58:43 +00:00
moodler
19a9bf1b8f
Merged some fixes for MDL-8285 from stable
2007-02-23 06:47:19 +00:00
toyomoyo
e2cd3ed012
merged nick's fix for MDL-8582, ampersand in course name/shortname causes xtheml strict problems
2007-02-23 06:03:09 +00:00
defacer
99571c3e85
Putting up a title and moving the heading to the top for consistency
...
with the 'setting up primary admin' screen.
Is it just me or does Moodle look REALLY awful during setup? :/
2007-02-23 04:08:55 +00:00
toyomoyo
2535bff9bd
merged fix for MDL-5736, retained search string problem
2007-02-23 03:55:50 +00:00
defacer
e2d84bf3ab
Setup screen for primary admin had no title, so added one plus a heading
2007-02-23 03:06:14 +00:00
defacer
9b70d31437
Fixing a silly cosmetic thing under Windows...
2007-02-23 02:35:22 +00:00
defacer
5782d81809
Fixing ugly blue border around help icon during installation
2007-02-23 01:42:46 +00:00
defacer
23b86e1cf1
Fixing a few tons of notices when installing
...
if error_reporting = E_ALL in php.ini.
I 'm back! :D
2007-02-23 01:23:04 +00:00
stronk7
7fb2c1bbd0
Fix one small config name.
...
Merged from MOODLE_18_STABLE
2007-02-23 00:36:17 +00:00
stronk7
aae2743a3a
Now the "common settings" form in admin/auth looks like
...
one standard admin form.
Merged from MOODLE_18_STABLE
2007-02-23 00:29:24 +00:00
stronk7
13abd721f2
Fixing the auth plugins visual. to use the flexible table properly.
...
Merged from MOODLE_18_STABLE
2007-02-22 23:01:47 +00:00
skodak
c57dcb62c2
MDL-8590 auth cleanup - reset password cleanup+fixes
2007-02-22 22:20:51 +00:00
koenr
d072215fdd
fixed two typo's
2007-02-22 20:43:42 +00:00
stronk7
90ea86e9f8
"flexible" is now out from set_attribute() because
...
flexible tables are adding it automatically.
Point 3.3 of MDL-8419
Merged from MOODLE_18_STABLE
2007-02-22 18:48:38 +00:00
stronk7
d1b523b7d0
All flexible tables will have the "flexible" class. Point 3.1 of MDL-8419
...
Merged from MOODLE_18_STABLE
2007-02-22 18:27:10 +00:00
urs_hunkler
b4a1317475
'added nowrap to .flexible th - MDL-8419'
2007-02-22 17:51:03 +00:00
sam_marshall
6022c4f560
MDL-8621 Fixed wiki locking
2007-02-22 17:46:27 +00:00
stronk7
d5ab0df4c5
Merging some pending changes to HEAD in order to backport MDL-8419
...
to 18_STABLE properly.
2007-02-22 17:45:57 +00:00
rtcn2
16dcc06322
syntax error changed instancid to instanceid
2007-02-22 17:07:21 +00:00
nfreear
c333aeea9c
Fix typo in comment (Bug MDL-8617).
2007-02-22 15:31:16 +00:00
nfreear
429e531e17
Fixes for Bug MDL-8617 "Implement groupings & course modules..."
2007-02-22 15:27:30 +00:00
nfreear
1a9e3005df
Fixes for Bug MDL-8617 "Implement groupings & course modules..."
2007-02-22 12:59:39 +00:00
urs_hunkler
5902558c6f
'added nowrap to c0 cell in the module table - MDL-8419'
2007-02-22 09:15:39 +00:00
urs_hunkler
6e291bc6a5
'changed table headers style adding as proposed by Eloy - MDL-8419'
2007-02-22 08:22:37 +00:00
urs_hunkler
8c17dc491e
'removed nowrap for the first column for module names in modules tabels again because some tables gets too wide in some languages'
2007-02-22 07:51:02 +00:00
urs_hunkler
4db0efdf35
'added nowrap to the first column for module names in modules tabels'
2007-02-22 07:36:17 +00:00