jamiesensei
|
373503035f
|
little bit of clean up. removed extra global var and format element helpbutton is now included in element definition.
|
2006-11-15 07:49:43 +00:00 |
|
jamiesensei
|
5f649aaa79
|
migrated mod/lesson/mod.html to formslib
|
2006-11-15 07:44:33 +00:00 |
|
toyomoyo
|
33a893aa2b
|
merged, adding missing fields
|
2006-11-15 06:28:37 +00:00 |
|
toyomoyo
|
e1658dad73
|
merged, replacing deprecated functions
|
2006-11-15 06:23:28 +00:00 |
|
toyomoyo
|
baecd8cd72
|
dropping studentcanpost in glossary, MDL_7170
|
2006-11-15 03:15:59 +00:00 |
|
toyomoyo
|
ced6ca158f
|
fixing alt tag to use capital "More"
|
2006-11-15 02:10:59 +00:00 |
|
jamiesensei
|
b2a0cb86d0
|
migrated journal/mod.html to formslib
|
2006-11-14 06:01:11 +00:00 |
|
jamiesensei
|
ed904dce6d
|
range third parameter doesn't work pre PHP 5.0 removed the use of this.
|
2006-11-14 05:38:10 +00:00 |
|
jamiesensei
|
630371c03a
|
*** empty log message ***
|
2006-11-13 09:20:42 +00:00 |
|
jamiesensei
|
085cfa7240
|
removing mod.html migrated to formslib
|
2006-11-13 07:56:01 +00:00 |
|
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 |
|