poltawski
2ee60b4944
MDL-9742 Replaced stray tabs with spaces
2007-05-08 16:11:58 +00:00
poltawski
a044c05ddb
MDL-9742 - changed tabs to spaces in a few places where there are one
...
or two
2007-05-08 15:07:25 +00:00
mattc-catalyst
70c6c0ad70
MDL-9474: Updated build_navigation() to use global $COURSE
...
- Removed $course parameter from build_navigation()
- Updated all calls to build_navigation()
Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-23 21:11:10 +00:00
mattc-catalyst
4e5d3c9728
mod/wiki: HTML fix
...
<![CDATA tags were being lowercased preventing Firefox from displayign the
page in standards compliance mode.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 23:21:59 +00:00
mattc-catalyst
a04c5e60a2
Breadcrumbs: mod/wiki changes
...
- Modified to use build_navigation() for breadcrumb generation.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:32:35 +00:00
martinlanghoff
9aa9080756
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:33:45 +00:00
sam_marshall
cc7565ea84
Merging MDL-8825 Fixed html editor in wiki (invisible fieldset problem)
2007-03-09 15:44:48 +00:00
toyomoyo
bb84fffea1
replacing fieldsets with divs for small forms
2007-03-02 01:29:28 +00:00
sam_marshall
6022c4f560
MDL-8621 Fixed wiki locking
2007-02-22 17:46:27 +00:00
rtcn2
16dcc06322
syntax error changed instancid to instanceid
2007-02-22 17:07:21 +00:00
sam_marshall
434170fe71
MDL-8544 Fixed wiki locking require_js usage
2007-02-16 14:31:27 +00:00
vyshane
2585a68d54
Merged from 1.8.
2007-02-16 08:46:55 +00:00
moodler
1934b87667
Updated versions and requires (primarily because of formslib dependencies)
2007-02-02 13:02:24 +00:00
skodak
9152fc9938
MDL-8323 finished full conversion to proper $COURSE global - no more $CFG->coursetheme, $CFG->courselang - improved course_setup(), current_language() and current_theme(); and Chameleon theme fixes needed for global $COURSE
...
MDL-7962 chat seems to be completely broken in head (fixed wrong JS)
* reworked chat themes support
MDL-8338 Cron does not need cookies
MDL-8339 forum cron capabilities problems
* minor deprecated function current_encoding() cleanup
2007-01-28 21:18:08 +00:00
jamiesensei
f84d6a8d56
fixes to wiki form checkboxes value saving
2007-01-21 08:26:59 +00:00
sam_marshall
d6f15b5eb3
MDL-8227 - Made wiki locking only apply to group being edited!
2007-01-19 15:25:35 +00:00
sam_marshall
7f93cff60e
MDL-8225 Made it not display wiki title twice in navigation, when first page has same name as title.
2007-01-19 12:48:35 +00:00
jamiesensei
d4039c7262
fix for syntax error trying to call hardFreeze on element instead of form object.
2007-01-19 10:35:00 +00:00
jamiesensei
549b26b339
migrated wiki form to formslib
2007-01-19 08:10:01 +00:00
sam_marshall
2cf02a3935
MDL-8185: Changed wiki html tag balancer to leave CDATA sections alone
2007-01-15 17:42:06 +00:00
stronk7
38b7241934
Some more uses of $CFG->dbfamily. MDL-7061
2007-01-13 00:52:59 +00:00
moodler
c1afef8059
FIxed up the intro boxes XHTML Strict
2007-01-11 08:06:15 +00:00
toyomoyo
82056f6735
MDL-7861 xhtml strict fixes for wiki
2007-01-10 03:07:24 +00:00
skodak
b733453a1a
MDL-7861xhtml strict fixes
2007-01-09 10:08:51 +00:00
skodak
467a34b1d8
fixed typo in prev commit
2007-01-09 10:08:06 +00:00
toyomoyo
beae179786
MDL-7861 related problems for wiki. use_html_editor() call in ewiki.php is probably causing additional problems.
2007-01-09 08:21:29 +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
skodak
b150307551
MDL-7861 xhtml strict fixes - fixed capital letter tags and attributes
2007-01-04 23:59:55 +00:00
skodak
7150226896
MDL-7861 xhtml strict fixes - fixed all <br> in our code
2007-01-04 23:38:17 +00:00
skodak
b7dc225654
MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead
2007-01-04 21:32:36 +00:00
Martin Langhoff
f3f7610c90
cvsimport fixups -- cvshead had strayed from upstream
2007-01-04 13:15:04 +13:00
moodler
f4ba7e1a54
Bend over for XHTML 1.0 Strict ... MDL-8049
...
Removed Javascript language attribute tags and added CDATA
2007-01-03 14:44:17 +00:00
toyomoyo
4aac765f4c
MDL-7861, fixng broken xhtml
2006-12-21 06:01:35 +00:00
toyomoyo
b82fcee12a
merged fix for MDL-6721 wiki broken for SPG
2006-11-02 08:50:52 +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
stronk7
42a2f77693
Now wiki supports Unicode searches
...
Merged from MOODLE_17_STABLE
2006-10-31 17:51:12 +00:00
moodler
a2af00edf1
Merged fix for MDL-7248 from stable
2006-10-29 13:31:27 +00:00
stronk7
5d0fc5c33d
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:46:02 +00:00
stronk7
3aac1dc9a0
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:39:10 +00:00
stronk7
b8a342d7ac
New upgrade.php file added for this module. MDL-7214
2006-10-26 17:33:40 +00:00
thompson697
cf0b1faded
Apply modularity to the creation of the log file during restore to a new course.
...
Remove the responsibility for loging the application of the course start date offset, from activity modules to the backup module.
Merged from stable branch
2006-10-17 10:05:41 +00:00
vyshane
88890f4d1c
Fix for MDL-6363
2006-10-17 07:22:20 +00:00
moodler
2d5a4f255b
Merged fixes for MDL-6907 from stable
2006-10-11 06:21:58 +00:00
sam_marshall
352b1adb8c
Wiki: fixed issue if you tried to set a page content to completely blank (you need to switch the html editor into text mode to get this, otherwise it puts in <br/>, but one of our QA people managed to find it anyway).
...
Also corrected whitespace on some of the lock stuff (weird - how did those tabs get in there? hrm)
2006-10-10 17:23:24 +00:00
sam_marshall
745c19685c
Wiki: some changes to improve error messages and (slightly) behaviour when in group mode
2006-10-09 14:29:14 +00:00
stronk7
29bbfb339a
One malformed XML was preventing wiki_logs to be properly UTF8-ised. MDL-6854
2006-10-06 15:26:13 +00:00
toyomoyo
1b19e8107e
fix for MDL-6859, MDL-6860
2006-10-06 06:04:32 +00:00
thompson697
eb87ac71c5
Change creation of restorelog file location to protected backupdata folder.
...
Reassign style and language links
2006-10-04 14:50:50 +00:00
sam_marshall
b9f67bd23d
[MDL-6701] Added closing </form> tags in wiki admin pages (the pages are still not xhtml, but...)
2006-10-04 10:20:21 +00:00