stronk7
4adbf6cf72
Added Id tag
2007-08-06 18:28:30 +00:00
tjhunt
597abe1a2c
MDL-8056 - one if statement was missed during Matt Clarkson's/Eloy's commit on 15th July 2007.
2007-07-19 16:51:05 +00:00
toyomoyo
43a8efaadc
fix for MDL-10475, before dropping student can post add an override for all legacy student role to prevent them from adding entries.
2007-07-17 02:45:47 +00:00
stronk7
1aca4eeaf0
Now the glossary->allowcoments setting is respected. MDL-8056
...
Credit goes to Matt Clarkson. Thanks.
2007-07-15 22:24:43 +00:00
skodak
22f3e58605
MDL-9599 Glossary terms revert back to 'Not categorized' when using categories, patch by Alexander Pavlyutin
2007-07-01 15:47:46 +00:00
skodak
c70adc397a
MDL-9696 used absolute path include in mod_forms; backported from HEAD
2007-06-10 23:28:44 +00:00
skodak
39954f4087
MDL-10011 cleanup xhtml and code in report.php - forum, glossary and data mod; backported from HEAD
2007-06-03 16:18:53 +00:00
skodak
951fd7910a
MDL-10010 improved data validation in glossary rate.php; backported from HEAD
2007-06-02 15:58:01 +00:00
skodak
b6c96ce21d
minor xhtml strict fix and coding style; backport from HEAD
2007-06-02 14:09:42 +00:00
skodak
ed0d8418ae
MDL-10009 ratings settings do not work in glossary; backport from HEAD
2007-06-02 14:06:59 +00:00
skodak
190437b919
MDL-9780 Groups 181 cleanup - part 2
2007-05-15 18:26:48 +00:00
Martin Langhoff
48cc1a0e6a
cvsimport fixups - remove obsolete files
2007-05-09 22:01:21 +12:00
Martin Langhoff
d27de862a6
cvsimport fixups - add missing files
2007-05-09 22:00:29 +12:00
nicolasconnault
c30e73badc
Fixed many XHTML errors
2007-04-20 07:49:39 +00:00
nicolasconnault
86b331477a
MDL-9138; Edited lib/xmlize.php to return false when the passed file doesn't return any entries (when it's not valid XML or is empty). Also made it much clearer that glossary/import requires an XML file, not just any old file.
2007-04-04 03:34:00 +00:00
stronk7
b3a55ad382
Show continue button after importing glossary. MDL-9071
2007-04-03 15:42:25 +00:00
toyomoyo
8f99b22439
fix for MDL-9097, xhtml fixes for glossary
2007-03-30 07:02:57 +00:00
stronk7
fa3ce02ba1
Fixing approval interface. Step4. MDL-8793
2007-03-30 00:24:54 +00:00
stronk7
344c50611d
Fixing export interface. Step3. MDL-8793
2007-03-29 23:23:37 +00:00
stronk7
7cf3b7fabd
Fixing import interface. Step2. MDL-8793
2007-03-29 23:10:16 +00:00
stronk7
79eebc83aa
Moving options from 2nd tab to main area. Step1. MDL-8793
2007-03-29 22:16:42 +00:00
stronk7
68b8dfa13b
ignore this...
2007-03-26 23:30:57 +00:00
stronk7
b0e97aec74
Always print the entry when adding, updating/deleting comments. MDL-9047
2007-03-26 23:01:11 +00:00
stronk7
b0aeae8288
Deleted one debug line...
2007-03-24 00:57:43 +00:00
stronk7
a655cd9a38
Fix a problem with glossary not being able to sort by firstname.
2007-03-24 00:56:31 +00:00
stronk7
401e26306e
One default was causing author view not being able to sort
...
by firstname or lastname.
2007-03-24 00:37:16 +00:00
skodak
9ba5cf85e0
MDL-8347 Cannot create new glossary category if category with same name exists in another course on site; patch by Ray Lawrence
2007-03-22 22:43:22 +00:00
stronk7
5ce30e94ed
urlencode() hook for correct parameter handling & XHTML.
2007-03-20 00:10:25 +00:00
stronk7
4b593df481
Changing one generic class-name to a glossary specific one.
2007-03-19 23:51:31 +00:00
stronk7
99feca8c8e
Deleting some inline styles and clearing some unused code. MDL-8746
2007-03-19 20:10:50 +00:00
stronk7
87290838c9
Now the add/update entry page XHTML validates and doesn't show
...
the tabs and intro anymore.
2007-03-19 18:42:01 +00:00
stronk7
20ad9953df
Now glossary "add entry" is a button instead of a tab. Part of MDL-8746
2007-03-19 18:21:30 +00:00
martinlanghoff
84d46ef3d5
Auto-linking filters: fix serious caching bug in forum mailouts
...
Autolinking of glossaries, activity, resources and wiki names were using a
trivial single-entry cache implemented with static vars. The cache was _not_
keyed on course.
This bug was visible during forum_cron() which walks many courses. The cache
would get "stuck" on the first course that had something to put in the cache.
All mailouts from there onwards would autolink to stuff in the wrong course.
2007-03-19 06:32:24 +00:00
stronk7
7bae742ae7
Minor fixes for XHTML compliance
2007-03-19 00:00:46 +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
stronk7
63513603e7
Fixing RSS link to source. http://moodle.org/mod/forum/discuss.php?d=65762
...
Merged from MOODLE_17_STABLE
2007-02-27 18:21:08 +00:00
vyshane
ae21a6519b
Merged from 1.7.
2007-02-16 08:43:10 +00:00
skodak
5fe904adc2
MDL-8490 Glossary student not being able to edit entries
2007-02-13 19:25:04 +00:00
moodler
1934b87667
Updated versions and requires (primarily because of formslib dependencies)
2007-02-02 13:02:24 +00:00
moodler
9ca8cc0847
Basic fixing of tabs for glossary
2007-02-01 06:54:15 +00:00
jamiesensei
a7f7e52fc5
changed name of moodleform_mod method 'defaults_preprocessing' to 'data_preprocessing' in line with change of set_defaults name to set_data.
2007-01-16 15:36:33 +00:00
stronk7
73be66c7a8
Now all the modules global config pages are valid XML. Related to MDL-7861
2007-01-13 20:13:58 +00:00
stronk7
a4bad45c2c
Some more uses of $CFG->dbfamily. MDL-7061
2007-01-13 00:32:19 +00:00
skodak
beac4717de
MDL-8166 rename in/out methods in formslib - HQ consensus
2007-01-12 18:52:09 +00:00
toyomoyo
36a2b6bdc3
MDL-7861, xhtml strict related changes for glossary
2007-01-12 06:57:33 +00:00
skodak
26de8d35ce
fixed text field widths in new forms
2007-01-11 19:47:08 +00:00
moodler
c1afef8059
FIxed up the intro boxes XHTML Strict
2007-01-11 08:06:15 +00:00
skodak
ff8889d8cf
MDL-7861 still some icons left ;grr previous commid had wrong MDL id
2007-01-08 20:38:03 +00:00
skodak
0f13ec8f9b
MDL-8105 some more icon class fixes including new .iconhelp for help and docs icon
2007-01-08 20:30:38 +00:00
skodak
60af27037b
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
2007-01-08 19:34:16 +00:00