stronk7
77d08333a8
$CFG->tabselectedtofront is out. Part of MDL-8746
...
Merged from MOODLE_18_STABLE
2007-03-19 17:21:31 +00:00
skodak
e683263f7f
MDL-8904 please no extract()s, fixed double string filtering; merged from MOODLE_18_STABLE
2007-03-19 10:37:44 +00:00
toyomoyo
8cf990bcfe
merged fix for MDL-8934, assign role context statements incorrect
2007-03-19 04:49:49 +00:00
nicolasconnault
268ddd5070
MDL-8860 - Enabled multilang filter for site title.
2007-03-19 04:26:45 +00:00
stronk7
cc60cd9bf4
Adding the environmentbox class to the box.
...
Merged from MOODLE_18_STABLE
2007-03-18 19:20:40 +00:00
skodak
1306c5ea1c
MDL-8932 fix static cache in userdate() + wrong en.UTF-8 locale ; merged with other fixes from MOODLE_18_STABLE
2007-03-16 21:00:06 +00:00
skodak
de5e137a2e
MDL-8841 Switch role cleanup; merged from MOODLE_18_STABLE
2007-03-16 20:21:27 +00:00
moodler
9fbed9c9bc
Merged format_string fixes from stable MDL-8713
2007-03-16 05:36:24 +00:00
martinlanghoff
e5edab1b72
get_complete_user_data(): speedup SQL selecting local users by their mnethostid
2007-03-16 03:37:52 +00:00
moodler
fae83c8d32
Merged striplinks change from stable MDL-8713
2007-03-16 03:24:36 +00:00
moodler
069599e151
Merged removal for defunct function format_title from 1.8 (unforunately that was committed without a message).
...
MDL-8713
2007-03-16 03:12:50 +00:00
moodler
037da74d09
Merged format_string fix from stable MDL-8713
2007-03-16 02:52:30 +00:00
moodler
8dec2253cf
Merged autofocus fixes for formslib to dev from stable
2007-03-16 01:46:17 +00:00
skodak
ee266f33e0
MDL-8924 fixed UPGRADE fails from 1.6.4+ to 1.8 Beta+; merged from MOODLE_18_STABLE
2007-03-15 22:43:07 +00:00
stronk7
c7a311b550
Fix small bug only reproduced in tests about changing field names and
...
xmldb_field object becoming modified. Novice OOP bug :-(
Merged from MODLE_18_STABLE
2007-03-15 20:02:17 +00:00
stronk7
cfed9721ad
DB escaping comments. MDL-8918
...
Merged from MOODLE_18_STABLE
2007-03-15 19:03:07 +00:00
toyomoyo
8305aeaaa8
putting user/editprofile back
2007-03-15 08:30:36 +00:00
moodler
cbdfb9291b
Merged filter_string fix from MDL-8713
...
(Also includes some reverting of a revert that Nicolas accidentally did ;-P )
2007-03-15 06:08:46 +00:00
toyomoyo
2f5ab42bc0
merged fix for MDL-7939, teachers, editting-teachers and course creators should see hidden courses
2007-03-15 04:23:21 +00:00
nicolasconnault
c3d327b4c3
MDL-8904: Used a numerical index for the navigation elements array instead of string index.
...
MDL-8713: Added $CFG->formatstring temporary variable
2007-03-15 04:08:40 +00:00
skodak
d927621bf3
fixed missing global CFG - merged from MOODLE_18_STABLE
2007-03-14 21:56:09 +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
tjhunt
6cad9e6069
MDL-8772 - Use the same list of places to search in get_string and help.php. Merged from MOODLE_18_STABLE.
2007-03-14 20:15:20 +00:00
tjhunt
3eb89b9997
Notice when a student attempts a quiz, because there are no tabs to display. Merged from MOODLE_18_STABLE.
2007-03-14 15:29:46 +00:00
moodler
ac26175c5c
Merged wonky nav fix from stable
2007-03-14 14:55:22 +00:00
toyomoyo
4b7ae3c4da
merged fix for MDL-8885, editting teacher should be able to read all messages in course
2007-03-14 01:37:07 +00:00
stronk7
2cc0796dc1
Now documental search mimics real relational search behaviour. MDL-8884
...
Merged from MOODLE_18_STABLE
2007-03-13 22:40:42 +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
nicolasconnault
2ef7c374a4
MDL-8737 - Added a focus() to the generated validation JS, so that if an element fails client-side validation, the focus jumps straight to it when the submit button is clicked. This doesn't yet work with HTMLArea elements.
2007-03-12 06:43:24 +00:00
nicolasconnault
facb512c06
MDL-8792 - Simply added help icon to explain the options available regarding embedding media files in the site.
2007-03-12 05:46:41 +00:00
moodler
26f329ba61
Merged argument fix from stable
2007-03-11 06:59:53 +00:00
moodler
72736a739c
I've updated the timezones from the latest Olsen data MDL-8842
...
Should fix all the USA issues for 2007
2007-03-10 14:47:45 +00:00
stronk7
375450a4e7
Prevent some languages without word whitespace separators to use
...
documental searches over MySQL.
Merged from MOODLE_18_STABLE
2007-03-09 20:58:01 +00:00
skodak
854f5ef034
MDL-8834 smtp debugging can now be turned off - now independent on $CFG->debug; merged from MOODLE_18_STABLE
2007-03-09 20:16:48 +00:00
stronk7
b2964e45d9
Added the search_generate_text_SQL() function that generates
...
SQL clauses using documental indexes. Only MySQL for now.
Under 1.8 this isn't used officially (experimental!) but
we need it here right now (won't interfere at all). MDL-8830
Merged from MOODLE_18_STABLE
2007-03-09 18:21:06 +00:00
sam_marshall
0e9d0c0b85
Made it so you can call require_js after header printed (bug 8823)
2007-03-09 12:52:35 +00:00
moodler
b7791fab19
Merged fix for MDL-8803 from 1.8
2007-03-09 05:04:53 +00:00
moodler
909409b5ef
Merged fix for rss enclosure notices from 1.8
2007-03-08 08:13:11 +00:00
toyomoyo
d0c5373f16
merged changing require_once to include_once to tolerate faulty mods
2007-03-08 03:32:55 +00:00
skodak
7c3dab9f86
MDL-8759 reverted previous incorrect patch with unset($USER), fixed logging function instead; solves the broken language in forum cron too; merged from MOODLE_18_STABLE
2007-03-08 01:09:00 +00:00
skodak
e50916c80f
MDL-6196 minor related cleanup - should not be needed to backport it; merged from MOODLE_18_STABLE
2007-03-08 00:10:49 +00:00
skodak
684663f526
MDL-6196 infinite loop in header encoding when using some site charsets (gb18030); merged from MOODLE_18_STABLE
2007-03-08 00:05:58 +00:00
moodler
eef879ecdb
Merged patches from MDL-8385 from 1.8 stable
2007-03-07 13:45:41 +00:00
skodak
66a27728a9
fixed unassigning to use standard function in get_legacy_type()
2007-03-07 09:38:21 +00:00
moodler
0616d3e82f
Merged fixes for MDL-8785 from 1.8 to head
2007-03-07 04:56:07 +00:00
toyomoyo
3fe54e5195
merged, fixing hidden teacher upgrade
2007-03-07 01:35:47 +00:00
skodak
18ceee5c25
MDL-8777 Failing setup_lang_from_browser if lang contains dash; user lang preference not respected
2007-03-06 23:51:34 +00:00
skodak
279948083b
MDL-8777 Failing setup_lang_from_browser if lang contains dash
2007-03-06 22:33:03 +00:00
skodak
d67de0ca05
MDL-7633 legacy capabilities now have special menu
2007-03-06 22:01:22 +00:00
skodak
b357ed13f3
MDL-8522 fixed role reset warnings + only one legacy cap type allowed now in each role
2007-03-06 19:19:19 +00:00