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
moodler
0f9602085b
Small bump for guest role fix
2006-09-12 08:22:14 +00:00
moodler
8d158ed44f
Reload the guest role using new defaults
2006-09-12 07:10:49 +00:00
moodler
00adf177ad
Changed some default permissions for the guest role
2006-09-12 05:58:42 +00:00
skodak
4da8ff666b
wiki now using new groups parameter in get_users_by_capability()
2006-09-11 20:01:17 +00:00
skodak
ee3cc9951c
basic conversion of old wiki to new roles framework
2006-09-10 19:44:28 +00:00
moodler
bade10e350
Removed all of the "Restricted users" hack because Roles can do it all better.
2006-08-13 07:01:57 +00:00
stronk7
9bd4d98bc2
Initial version of the XMLDB file for this plugin
2006-08-12 22:19:10 +00:00
moodler
dabfd0ed85
Removed tabs
2006-08-09 13:45:49 +00:00
skodak
f9d5371b28
new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283
2006-08-08 22:09:55 +00:00
moodler
bbbf2d4015
ROLES AND PERMISSIONS - FIRST CHECK-IN
...
=======================================
WARNING: DEV IS CURRENTLY VERY UNSTABLE.
This is a mega-checkin of the new Roles system. A lot of changes have
been made in core and modules.
Currently there are a lot of rough edges and known problems. We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).
Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
2006-08-08 05:13:06 +00:00
skodak
bfc38bb2eb
merging changes from MOODLE_16_STABLE
2006-07-31 18:21:42 +00:00
martinlanghoff
51886e2fb4
wiki: Added a link to force reloading of the page (WR#515)
...
The link allows the page to be reloaded, which saves people from only seeing the cached copy. This is the equivalent of doing Shift+Reload in most
browsers.
Author: Luke Hudson <luke@catalyst.net.nz>
2006-07-31 04:56:12 +00:00
mchampan
a25a3912f7
Search functions moved from mod/name/lib.php to search/documents/mod_document.php.
...
Pagination added to query page. Various small changes and amendments.
2006-07-11 17:15:22 +00:00
martinlanghoff
95900e17f2
wiki: Fix for broken view on new (empty) wiki pages.
...
The wiki should display the 'edit' screen when a user tries to view a page
that doesn't exist. This output should not be filtered.
Merged from MOODLE_16_STABLE
Author: Donal McMullan
2006-07-06 05:08:11 +00:00
mchampan
abb4ea20d4
Cleaned up files, fixed some discrepancies and made sure strings that needed escaping
...
used the correct function. Add description comments to files.
2006-07-05 14:37:16 +00:00
mchampan
682d403259
Initial commit
2006-06-25 23:07:36 +00:00
martinlanghoff
1b58a2f3a0
moodle16cleanup: mod/wiki synch upgrade script and .sql with mysql
...
counterpart, drop the not null constraint to sync with postgres7.sql
2006-05-17 06:29:45 +00:00
toyomoyo
0327c40abb
bug fix for 5303. hope i didn't break anything >_<
2006-04-28 03:18:56 +00:00
toyomoyo
cb24115c8e
trying to change all the default NULL fields to NOT NULL default '0'/'', hope i didn't mess up. Please report any bugs asap!
2006-04-26 05:48:04 +00:00
stronk7
1b1858d260
htmlentities() to s()
2006-04-11 16:09:52 +00:00
gustav_delius
87b18f4ab7
Fixed call to required_param()
2006-04-05 07:46:52 +00:00
patrickslee
08e1fad13f
Completed postgres binary upgrade block for wiki module
2006-03-29 05:16:59 +00:00