Commit graph

5894 commits

Author SHA1 Message Date
jamiesensei
a02c77dc6e glossary form migrated to formslib
and other formslib forms now using $COURSE global
2006-11-13 07:52:01 +00:00
vyshane
3d436d5974 Error message to use lang string nopostdiscussion 2006-11-13 07:38:51 +00:00
vyshane
a4ea3ef30a Merged from 1.7 2006-11-13 07:32:21 +00:00
ikawhero
90a0c73001 Replacing with working image. 2006-11-13 06:26:44 +00:00
vyshane
9fbccd3907 Merged from 1.7 2006-11-13 03:27:41 +00:00
toyomoyo
7ee256eed3 fix for MDL-7474, provide alt text for ascending/descending icons in glossary 2006-11-13 02:20:47 +00:00
toyomoyo
8c64b8ade5 fix for MDL-7473, adding alt tag for printer friendly version 2006-11-13 02:07:10 +00:00
skodak
c58efbf529 readded file uploads to forum post form, file processing was not updated because it would need a rewrite MDL-6961 2006-11-12 18:36:00 +00:00
jamiesensei
d24206d657 fixed problem with select box element for 'forum type' which must sometimes display option which is otherwise unselectable. 2006-11-12 11:07:12 +00:00
skodak
1936c10e54 fixed obsoleted use of course->category to find site course - now used SITEID instead MDL-1899 2006-11-12 08:55:13 +00:00
skodak
810944af7f we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left 2006-11-11 17:23:20 +00:00
toyomoyo
5fdb12fe29 merged, fields should be backed up regardless of whether user data is selected 2006-11-10 04:17:37 +00:00
toyomoyo
c3bfe9fea8 merged, fields should be restored regardless of whether user data is to be restored 2006-11-10 04:11:10 +00:00
jamiesensei
535e0ab6c3 migrated mod/forum/mod.html to new formslib 2006-11-10 03:04:34 +00:00
jamiesensei
de5a83bc45 removed extra erroneous help button 2006-11-10 02:23:12 +00:00
skodak
0e52f01f0e coding style changes MDL-6961 2006-11-09 23:04:55 +00:00
skodak
396169f176 tiny coding style fix 2006-11-09 21:34:14 +00:00
jamiesensei
6403e67965 migrated mod/data/mod.html to formslib. Still to add lockoption functionality. 2006-11-09 19:44:20 +00:00
jamiesensei
264867fdeb add code to redirect to modedit.php from course/mod.php for activities adding / updating using new formslib
migrated chat/mod.html to formslib definition of form is in chat/mod_form.php
2006-11-09 18:25:58 +00:00
moodler
dae2952a59 Fix throttling capabilities so this works MDL-7414 2006-11-09 09:28:59 +00:00
moodler
981af8b8e1 Merged guest reply fix for MDL-7393 2006-11-08 09:45:09 +00:00
jamiesensei
bb40325e1b removed trusttext method from formslib which was unnecessary and revised trusttext use in mod/form/post.php 2006-11-08 06:22:58 +00:00
jamiesensei
8adca237cf following on from last commit to post.php removing redundant post.html and adding post_form.php new formslib form description 2006-11-07 09:08:08 +00:00
jamiesensei
2b63df96c3 migrated mod/forum/post.php to formslib and fixed a string in course/edit_form.php 2006-11-07 08:48:18 +00:00
mjollnir_
d3674ed965 Merged from MOODLE_17_STABLE: fixed the journal upgrade. renaming a null column to not null is unhappy 2006-11-07 00:09:37 +00:00
skodak
da5104e60a better param handling SC#331; merged from MOODLE_17_STABLE 2006-11-06 20:35:01 +00:00
moodler
f5bf7ea86a Merged reply link fix from stable 2006-11-05 09:35:01 +00:00
toyomoyo
e22482a73e fix for MDL-7300, mssql not null problem 2006-11-03 08:46:50 +00:00
toyomoyo
45ff09e49c merged fix for MDL-7031, removing control tags from add template 2006-11-03 03:27:10 +00:00
toyomoyo
b82fcee12a merged fix for MDL-6721 wiki broken for SPG 2006-11-02 08:50:52 +00:00
toyomoyo
5169310847 merged fix for MDL-7112 select distinct on text field 2006-11-02 02:17:39 +00:00
toyomoyo
0b9873f2a5 merged fix for MDL_7112 select distinct on text fields 2006-11-02 02:10:53 +00:00
moodler
7f094149b3 Fixed SQL for Oracle (forum searching) MDL-7317 2006-11-01 06:29:52 +00:00
skodak
78675b3e3e Fix errors in quiz overview download MDL-7316; merged from MOODLE_17_STABLE 2006-10-31 22:19:15 +00:00
skodak
d927bb5553 fixed incorrect use of require_capability() in lesson mod MDL-7314; merged from MOODLE_17_STABLE 2006-10-31 22:02:49 +00:00
skodak
80aede31d3 fixed capabilities in chat recent activity, removed broken optimization from message insert, fixed closing of box MDL-7313; merged from MOODLE_17_STABLE 2006-10-31 21:07:00 +00:00
stronk7
6f4bdb9c9b Prevent +/- operators (REGEXP) on glossary searches for MSSQL and Oracle. MDL-7312
Merged from MOODLE_17_STABLE
2006-10-31 20:34:12 +00:00
stronk7
96caf38df2 Fixed searches, list of results and simplified SQL logic. All
those while trying to fix one LCASE() use. MDL-7310

Merged from MOODLE_17_STABLE
2006-10-31 19:17:19 +00:00
danmarsden
a337045d86 merged choice fix from Stable MDL-7171 2006-10-31 19:00:55 +00:00
stronk7
42a2f77693 Now wiki supports Unicode searches
Merged from MOODLE_17_STABLE
2006-10-31 17:51:12 +00:00
tjhunt
ee6c93555f MDL-5811 - Quiz editing outputs nasty junk before print_header sometimes. Second attempt at fixing. I forgot to mention the bug number in the previous commit to mod/quiz/edit.php. Merged from MOODLE_17_STABLE. 2006-10-31 12:06:52 +00:00
tjhunt
d84d379e97 Fix junk being output before print_header, which happened sometimes. Merged from MOODLE_17_STABLE. 2006-10-31 10:47:34 +00:00
stronk7
8451166cfb Fixing display of pivots when they are author names
Merged from MOODLE_17_STABLE
2006-10-30 19:32:44 +00:00
stronk7
e24d96baf6 Fixing some queries with duplicate column names. MDL-7294
Merged from MOODLE_17_STABLE
2006-10-30 19:02:58 +00:00
stronk7
2cb3ab13f7 Now glossary is using the proper sql_substr() function
Merged from MOODLE_17_STABLE
2006-10-30 18:34:21 +00:00
stronk7
0db568393d Now lcase() and ucase() are out from glossary 2006-10-30 18:01:10 +00:00
stronk7
a91960b30f sql_as() is deprecated. Column aliases ALWAYS must use the AS keyword.
Merged from MOODLE_17_STABLE
2006-10-30 17:46:37 +00:00
tjhunt
99aa18808f Make General feedback more tolerant of whitespace. Merged from MOODLE_17_STABLE. 2006-10-30 16:35:53 +00:00
skodak
714986dc40 Journal Module fixes fro 1.7 MDL-7159; merged from MOODLE_17_STABLE 2006-10-30 11:16:27 +00:00
sam_marshall
82928b7954 [MDL-7287] Lesson - tweaked continue.php to include a file via filesystem not HTTP because I couldn't see any reason to do it the latter way and it breaks under our loadbalancing system 2006-10-30 11:02:08 +00:00