]>
git.mjollnir.org Git - moodle.git/log
vyshane [Thu, 21 Sep 2006 04:10:36 +0000 (04:10 +0000)]
Removed column ratings from data table
toyomoyo [Thu, 21 Sep 2006 03:21:33 +0000 (03:21 +0000)]
fix for MDL-6571, added get_roles_on_exact_context() for backup
moodler [Thu, 21 Sep 2006 02:44:10 +0000 (02:44 +0000)]
Automatic installer.php lang files by installer_builder (
20060921 )
toyomoyo [Thu, 21 Sep 2006 02:03:39 +0000 (02:03 +0000)]
fixing syntex errors
toyomoyo [Thu, 21 Sep 2006 01:56:59 +0000 (01:56 +0000)]
trying to add some role support, not sure things are at the right place yet.
mjollnir_ [Thu, 21 Sep 2006 00:04:43 +0000 (00:04 +0000)]
Flatfile enrolment plugin upgraded to new use roles. Credit: Alastair Pharo, new Catalyst ninja ;) <alastair@catalyst.net.nz>
stronk7 [Wed, 20 Sep 2006 22:36:21 +0000 (22:36 +0000)]
Now XMLDB installation is enabled! Old mysql.php and postgres7.php can
continue being used as previously until we finish all the required
DDL functions.
Also, this implies that *.sql files aren't needed anymore. Now all we have to do
is to maintain the install.xml files from the editor.
stronk7 [Wed, 20 Sep 2006 22:03:45 +0000 (22:03 +0000)]
Updated comment... :-/
stronk7 [Wed, 20 Sep 2006 22:00:49 +0000 (22:00 +0000)]
Forcing ADODB_FETCH_ASSOC explicity now for any DB.
skodak [Wed, 20 Sep 2006 21:48:33 +0000 (21:48 +0000)]
fix for old email confirmation - spotted by Dirk Grunwald; merged from MOODLE_16_STABLE
skodak [Wed, 20 Sep 2006 21:25:51 +0000 (21:25 +0000)]
forum throttling capability meaning reversed
skodak [Wed, 20 Sep 2006 21:00:45 +0000 (21:00 +0000)]
major whitespace cleanup - fixed trailng whitespace in new files and admin area
skodak [Wed, 20 Sep 2006 20:31:09 +0000 (20:31 +0000)]
major whitespace cleanup - fixed tabs
skodak [Wed, 20 Sep 2006 20:16:10 +0000 (20:16 +0000)]
major whitespace cleanup - fixed \r line-ending
skodak [Wed, 20 Sep 2006 19:46:52 +0000 (19:46 +0000)]
major whitespace cleanup - fixed \r\n line-ending
skodak [Wed, 20 Sep 2006 19:20:34 +0000 (19:20 +0000)]
test commit for lineending cleanup
koenr [Wed, 20 Sep 2006 19:06:57 +0000 (19:06 +0000)]
Adding Slovak Koruna MDL-6604
skodak [Wed, 20 Sep 2006 18:40:22 +0000 (18:40 +0000)]
merged changes in moodlelib.php from MOODLE_16_STABLE
vyshane [Wed, 20 Sep 2006 18:08:30 +0000 (18:08 +0000)]
Updated to reflect changes to data table
skodak [Wed, 20 Sep 2006 17:51:59 +0000 (17:51 +0000)]
fixed warning caused by missing fields in $course; tweaked mime info for firefox when forcing download - it should use default system mime associations which should be safe in case of firefox.
vyshane [Wed, 20 Sep 2006 17:46:20 +0000 (17:46 +0000)]
Upgrade to roles code for data module.
tjhunt [Wed, 20 Sep 2006 17:22:38 +0000 (17:22 +0000)]
MDL-6380 - added required include to make blocks work on the quiz pages.
tjhunt [Wed, 20 Sep 2006 17:01:19 +0000 (17:01 +0000)]
Fix typos in string concatenation.
vyshane [Wed, 20 Sep 2006 16:57:01 +0000 (16:57 +0000)]
Upgrade to roles code, as well as restoring from 1.6 on a 1.7 install code.
vyshane [Wed, 20 Sep 2006 16:54:50 +0000 (16:54 +0000)]
Added course module groupmodes in convertion to roles logic
tjhunt [Wed, 20 Sep 2006 16:36:40 +0000 (16:36 +0000)]
Another typo.
A pity, I would love to know what a delect_records function did ;-)
stronk7 [Wed, 20 Sep 2006 16:22:19 +0000 (16:22 +0000)]
renaming question_dataset_items->number to itemnumber (reserved word) and
question->commentarytext to question->generalfeedback
tjhunt [Wed, 20 Sep 2006 16:19:57 +0000 (16:19 +0000)]
Fixed typo CONTEXT_COUSE -> CONTEXT_COURSE
tjhunt [Wed, 20 Sep 2006 16:17:27 +0000 (16:17 +0000)]
Fix bug with getting the capability.
sam_marshall [Wed, 20 Sep 2006 15:04:57 +0000 (15:04 +0000)]
Update to static JS - 'hitem' hidden fields now optional for lockoptions.
skodak [Wed, 20 Sep 2006 15:04:01 +0000 (15:04 +0000)]
fixed missing ;
ikawhero [Wed, 20 Sep 2006 14:18:37 +0000 (14:18 +0000)]
Bump for new tables. See MDL-474
ikawhero [Wed, 20 Sep 2006 14:17:21 +0000 (14:17 +0000)]
Adding tables for customisable user profile fields. See MDL-474
martinlanghoff [Wed, 20 Sep 2006 11:26:47 +0000 (11:26 +0000)]
dmlib: changed array access to keyed instead of ordinal.
This supports the move to ADODB_FETCH_ASSOC instead of ADODB_FETCH_BOTH.
see:
http://docs.moodle.org/en/XMLDB_Problems#ADOdb_fetch_mode_.28ASSOC.2C_NUM_and_BOTH.29
Author: Luke Hudson <luke@catalyst.net.nz>
koenr [Wed, 20 Sep 2006 09:33:11 +0000 (09:33 +0000)]
updated Guinea MDL-3909
toyomoyo [Wed, 20 Sep 2006 09:00:04 +0000 (09:00 +0000)]
replacing deprecated calls and references to capability calls
vyshane [Wed, 20 Sep 2006 08:30:49 +0000 (08:30 +0000)]
Added new function function fetch_context_independent_capabilities(). Modified fetch_context_capabilities() to use the former.
Fixed get_roles_used_in_context() sql query. r.sortorder must be selected if it is to be used in an ORDER BY clause.
tjhunt [Wed, 20 Sep 2006 08:01:59 +0000 (08:01 +0000)]
More capability name typos.
urs_hunkler [Wed, 20 Sep 2006 07:40:55 +0000 (07:40 +0000)]
'updated CSS for the breadcrumb and calendar arrows'
skodak [Wed, 20 Sep 2006 06:59:32 +0000 (06:59 +0000)]
mostly removed old isadmin() calls
moodler [Wed, 20 Sep 2006 06:52:54 +0000 (06:52 +0000)]
Removed some obsolete stuff
skodak [Wed, 20 Sep 2006 06:24:55 +0000 (06:24 +0000)]
role_context_capabilities should handle current context too and role override simply use parent context
vinkmar [Wed, 20 Sep 2006 04:48:39 +0000 (04:48 +0000)]
admin page cleanup -- added missing strings
vinkmar [Wed, 20 Sep 2006 04:47:57 +0000 (04:47 +0000)]
admin page cleanup - added most missing strings
vyshane [Wed, 20 Sep 2006 02:59:43 +0000 (02:59 +0000)]
Added more overrides during restore process for forums from 1.6. Plus some bug fixes.
moodler [Wed, 20 Sep 2006 02:59:20 +0000 (02:59 +0000)]
Automatic installer.php lang files by installer_builder (
20060920 )
vyshane [Wed, 20 Sep 2006 02:47:57 +0000 (02:47 +0000)]
Fixed notice
moodler [Wed, 20 Sep 2006 02:19:08 +0000 (02:19 +0000)]
FIxed a bug where $context had not been defined in enrol_into_course
moodler [Wed, 20 Sep 2006 02:17:27 +0000 (02:17 +0000)]
Added unset_config as a companion to set_config
moodler [Wed, 20 Sep 2006 01:52:49 +0000 (01:52 +0000)]
Made the debugging message a bit less passive
tjhunt [Tue, 19 Sep 2006 22:58:12 +0000 (22:58 +0000)]
And another typo in capability name.
tjhunt [Tue, 19 Sep 2006 22:57:38 +0000 (22:57 +0000)]
Another typo in capability name.
tjhunt [Tue, 19 Sep 2006 22:57:17 +0000 (22:57 +0000)]
In debug mode, warn people if they are asking for an unknown capability.
tjhunt [Tue, 19 Sep 2006 22:35:40 +0000 (22:35 +0000)]
Typo in capability name.
tjhunt [Tue, 19 Sep 2006 22:35:02 +0000 (22:35 +0000)]
Always print the question list, so you can add questions to a quiz, even if you are not allowed to edit them.
tjhunt [Tue, 19 Sep 2006 22:31:13 +0000 (22:31 +0000)]
Typo in capability names.\r \r You do not want to know how long I had to stare at the code to spot that!
koenr [Tue, 19 Sep 2006 22:14:57 +0000 (22:14 +0000)]
fixed MDL-6551
tjhunt [Tue, 19 Sep 2006 21:53:37 +0000 (21:53 +0000)]
allowassign.php was submitting to allowoverride.php
tjhunt [Tue, 19 Sep 2006 21:48:16 +0000 (21:48 +0000)]
Fix JavaScript problem reported in this thread: http://moodle.org/mod/forum/discuss.php?d=54432. Merged from MOODLE_16_STABLE.
koenr [Tue, 19 Sep 2006 21:45:13 +0000 (21:45 +0000)]
fix for mdl-3909
cleaned up the file completely
skodak [Tue, 19 Sep 2006 20:39:55 +0000 (20:39 +0000)]
metacourse role assignment fixes
skodak [Tue, 19 Sep 2006 17:34:29 +0000 (17:34 +0000)]
various minor Role UI fixes
moodler [Tue, 19 Sep 2006 16:38:53 +0000 (16:38 +0000)]
Added some docs
moodler [Tue, 19 Sep 2006 16:29:43 +0000 (16:29 +0000)]
Deleted the old students-based function and created the
new-style setup_enrolments() function that uses roles
to do the tasks required when a user logs in.
Other enrolment plugins should use this as an example/guide
The sync parts of this plugin are not yet fixed.
moodler [Tue, 19 Sep 2006 14:23:43 +0000 (14:23 +0000)]
Slight extensions to get_my_courses() API to make it more useful in general
toyomoyo [Tue, 19 Sep 2006 14:16:40 +0000 (14:16 +0000)]
relacing deprecated functions with capability checks
moodler [Tue, 19 Sep 2006 14:14:32 +0000 (14:14 +0000)]
More efficient get_my_courses()
tjhunt [Tue, 19 Sep 2006 13:35:42 +0000 (13:35 +0000)]
Renamed new commentary feature to 'general feedback'.
nfreear [Tue, 19 Sep 2006 11:36:21 +0000 (11:36 +0000)]
Fixes bug MDL-6360 "Resizable image in breadcrumb trail..."
- files block_search_forums.php, calendar/lib.php, lang/en_utf8/access.php, weblib.php, theme/standard/config.php, styles_color.css
tjhunt [Tue, 19 Sep 2006 10:56:00 +0000 (10:56 +0000)]
Rename column question_dataset_items->number to itemnumber, to avoid reserved word.
skodak [Tue, 19 Sep 2006 10:26:35 +0000 (10:26 +0000)]
RISK_ADMIN replaced with RISK_CONFIG, part 2.
toyomoyo [Tue, 19 Sep 2006 09:16:24 +0000 (09:16 +0000)]
replacing deprecated funciton calls with capability calls
vyshane [Tue, 19 Sep 2006 08:16:26 +0000 (08:16 +0000)]
Few small fixes
vyshane [Tue, 19 Sep 2006 08:10:46 +0000 (08:10 +0000)]
Typos
skodak [Tue, 19 Sep 2006 07:35:48 +0000 (07:35 +0000)]
fixed missing shortname pg upgrade code, sorry
skodak [Tue, 19 Sep 2006 07:33:22 +0000 (07:33 +0000)]
RISK_ADMIN replaced with RISK_CONFIG
vyshane [Tue, 19 Sep 2006 07:16:04 +0000 (07:16 +0000)]
More typos...
vyshane [Tue, 19 Sep 2006 07:13:57 +0000 (07:13 +0000)]
Fixed typo
moodler [Tue, 19 Sep 2006 07:08:19 +0000 (07:08 +0000)]
If the search and replace affected course->modinfo then courses may not work,
so clear the cache
skodak [Tue, 19 Sep 2006 06:38:17 +0000 (06:38 +0000)]
fixed missing dot
toyomoyo [Tue, 19 Sep 2006 06:36:54 +0000 (06:36 +0000)]
fixed a bug where wrong parameters is passed
skodak [Tue, 19 Sep 2006 06:35:52 +0000 (06:35 +0000)]
moodle/course:managemetacourse is now singular
mark-nielsen [Tue, 19 Sep 2006 05:57:57 +0000 (05:57 +0000)]
Attempted to improve the display of the table in collapsed view
mark-nielsen [Tue, 19 Sep 2006 05:11:57 +0000 (05:11 +0000)]
Fix for the instance mentioned in MDL-3058
mark-nielsen [Tue, 19 Sep 2006 05:10:24 +0000 (05:10 +0000)]
Corrected a lang entry for better translation
moodler [Tue, 19 Sep 2006 04:53:56 +0000 (04:53 +0000)]
Merged fix related to MDL-6020
mark-nielsen [Tue, 19 Sep 2006 04:49:45 +0000 (04:49 +0000)]
Got ahead of myself, fixed by bug fix
mark-nielsen [Tue, 19 Sep 2006 04:48:13 +0000 (04:48 +0000)]
Notice fix in report for numerical question types
mark-nielsen [Tue, 19 Sep 2006 04:45:18 +0000 (04:45 +0000)]
Fix in addpage.php when one deletes all pages in a lesson then adds a new one
Fix numerical questions were not displaying the student's answer in the feedback
toyomoyo [Tue, 19 Sep 2006 04:31:36 +0000 (04:31 +0000)]
took out a comment, for proper debugging use the new debugging() function
mark-nielsen [Tue, 19 Sep 2006 04:06:32 +0000 (04:06 +0000)]
Saw several problems with lesson_choose_from_menu, so finally replaced its use with choose_from_menu in lib/weblib.php
mark-nielsen [Tue, 19 Sep 2006 03:47:49 +0000 (03:47 +0000)]
Removed hard-coded strings and fixed labels
mark-nielsen [Tue, 19 Sep 2006 02:54:57 +0000 (02:54 +0000)]
Removed a hard-coded string and added PHPdoc comments for the page
mark-nielsen [Tue, 19 Sep 2006 02:48:29 +0000 (02:48 +0000)]
removed some unecessary comments
toyomoyo [Tue, 19 Sep 2006 02:47:55 +0000 (02:47 +0000)]
function should be looking up parent contexts too
mark-nielsen [Tue, 19 Sep 2006 02:41:10 +0000 (02:41 +0000)]
Fixed a bug when detecting a user as eligible for posting their name for high scores
mark-nielsen [Tue, 19 Sep 2006 02:29:42 +0000 (02:29 +0000)]
Fixed alignment problem with the buttons for password protected lessons
toyomoyo [Tue, 19 Sep 2006 01:44:33 +0000 (01:44 +0000)]
replacing references to user_* tables
tomflannaghan [Tue, 19 Sep 2006 01:21:13 +0000 (01:21 +0000)]
Preset added. This is a basic javascript based preset.
skodak [Mon, 18 Sep 2006 21:32:49 +0000 (21:32 +0000)]
added capabilty risks into access.php and GUI for define role and override; minor fixes for capability types in forum