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
sam_marshall
bdbed68baf
Wiki: list of pages to strip in the 'are you sure' message was incorrectly URL-encoded on display to user, this fix removes url encoding and html-encodes it instead
2006-10-04 10:11:15 +00:00
sam_marshall
1e4c8535ef
Wiki - fixed 'Strip versions' that didn't work in postgres because of GROUP BY a select alias not being allowed. (Even tested in mysql this time...)
2006-10-04 10:03:02 +00:00
skodak
ea580cdfa6
Recent wiki table changes have problems on PostgreSQL 7.4 MDL-6724
2006-10-01 12:04:34 +00:00
sam_marshall
4db1861a8d
Wiki: Improve page locking to make it more robust and support non-javascript users (not very friendlily, though...)
2006-09-27 11:22:57 +00:00
sam_marshall
5c135dd4fd
Wiki: correct behaviour in Postgres with pages that have ' in name
2006-09-27 11:21:59 +00:00
sam_marshall
13ef403f3b
Wiki: correct column type on Postgres update (fixes Search and Links tabs, matches what's in install.xml anyhow)
2006-09-27 11:21:01 +00:00
sam_marshall
228501678b
Wiki: Fix wiki-linking to not be case-sensitive.
2006-09-27 11:20:16 +00:00
moodler
bea0bd7725
CHecking Enrique Castro's fix for MDL-6366, to help wiki pagenames not get reset
2006-09-27 08:49:42 +00:00
stronk7
a653016d94
Some notes:
...
- Foreign keys are really cool (at the XMLDB Editor). Define them as necessary
as they allow as one "formal" structure of the DB. They won't cause problems
on generation, mainly because only the underlying index will be created.
- Please, put comments inside each table/field/key/index field, mainly because
XML comments will be deleted if the file is edited by
- The XMLDB Editor. Please use it ;-)
- Also, one unique index was wrong in the XML file, fixed now.
2006-09-25 21:37:29 +00:00
sam_marshall
98a7359506
change from UNIQUE KEY to UNIQUE INDEX
2006-09-25 17:49:33 +00:00
sam_marshall
5cee80e183
(prev. wiki fix) Fixed broken constant defines
2006-09-25 17:47:35 +00:00
sam_marshall
22e846cde2
Wiki enhancement: edit locking (uses AJAX)
2006-09-25 17:42:32 +00:00
vyshane
583b57b42d
Changed <module>_print_recent_activity() functions so that they don't use $isteacher. However, I've left the $isteacher parameter in the functions, for backward compatibility so as not to break thrid party modules. Should we remove the parameter now?
2006-09-24 14:01:50 +00:00
vyshane
73ebd5e23a
Removed mod/wiki:view
2006-09-22 03:14:08 +00:00
skodak
eef868d17d
major whitespace cleanup - fixed trailng whitespace in new files and admin area
2006-09-20 21:00:45 +00:00
skodak
6124048972
major whitespace cleanup - fixed tabs
2006-09-20 20:31:09 +00:00
skodak
1d126f4fe4
mostly removed old isadmin() calls
2006-09-20 06:59:32 +00:00
skodak
21b6db6eff
added capabilty risks into access.php and GUI for define role and override; minor fixes for capability types in forum
2006-09-18 21:32:49 +00:00
moodler
fdb1cf2cc1
FIxed to use the new debugging function
2006-09-18 09:13:04 +00:00
thompson697
163ff97e84
Complete work on Roll Forwards - Restore from previous semester (MDL-5532)
...
* Add fields to restore form to enable changes to Short Name, Full Name and Start Date
* Start Date offset added to Restore process
* Created Restorelog file in Course files area
* Activity Modules use offset to change dates
* Activity Modules write changes to Restorelog
2006-09-13 13:19:39 +00:00
skodak
33e7885ee0
fixed group management in wiki
2006-09-12 21:07:54 +00:00