]>
git.mjollnir.org Git - moodle.git/log
moodler [Thu, 9 Mar 2006 09:49:19 +0000 (09:49 +0000)]
Moved these to course/report/log
moodler [Thu, 9 Mar 2006 09:47:53 +0000 (09:47 +0000)]
Logs have moved
moodler [Thu, 9 Mar 2006 09:45:57 +0000 (09:45 +0000)]
Added real rough new report for logs - needs work. Shane?
toyomoyo [Thu, 9 Mar 2006 09:09:20 +0000 (09:09 +0000)]
Checking in some blog-related user changes for testing on
another machine
toyomoyo [Thu, 9 Mar 2006 09:01:40 +0000 (09:01 +0000)]
added default for blogs
moodler [Thu, 9 Mar 2006 08:55:41 +0000 (08:55 +0000)]
Aha
moodler [Thu, 9 Mar 2006 08:45:45 +0000 (08:45 +0000)]
Added newline
moodler [Thu, 9 Mar 2006 08:27:53 +0000 (08:27 +0000)]
Look for languages in report directories too
moodler [Thu, 9 Mar 2006 08:24:10 +0000 (08:24 +0000)]
Quickly cleaning up reports
This one was the old participation report (still needs work!)
moodler [Thu, 9 Mar 2006 08:09:28 +0000 (08:09 +0000)]
Slight tidy-up, needs work still
moodler [Thu, 9 Mar 2006 08:06:19 +0000 (08:06 +0000)]
Quickly moving old reports into new structure
This one is Outline Report
vyshane [Thu, 9 Mar 2006 07:53:14 +0000 (07:53 +0000)]
Added $CFG->pagepath so that the Moodle Doc URLs are generated properly for
this section.
moodler [Thu, 9 Mar 2006 07:41:59 +0000 (07:41 +0000)]
Renamed mod.html to mod.php
moodler [Thu, 9 Mar 2006 07:41:18 +0000 (07:41 +0000)]
No direct inclusion
moodler [Thu, 9 Mar 2006 07:40:41 +0000 (07:40 +0000)]
Adding reports link.
moodler [Thu, 9 Mar 2006 07:37:40 +0000 (07:37 +0000)]
New report plugin structure for all course reports.
More to be added soon.
moodler [Thu, 9 Mar 2006 06:54:31 +0000 (06:54 +0000)]
Fixing the logic for the enrol upgrade
vyshane [Thu, 9 Mar 2006 06:27:29 +0000 (06:27 +0000)]
Added data module to list of allowed modules for the report.
vyshane [Thu, 9 Mar 2006 06:26:42 +0000 (06:26 +0000)]
Added functions data_get_view_actions() and data_get_post_actions() for
participation reports.
martinlanghoff [Thu, 9 Mar 2006 05:06:18 +0000 (05:06 +0000)]
[multienrol]Don't die if there's an empty directory in enrol and better strings for admin ui
The admin UI still needs a bit of wordsmithing to make it easy to understand what the model we have is.
martinlanghoff [Thu, 9 Mar 2006 05:03:41 +0000 (05:03 +0000)]
[multienrol]enrol/authorize: Back put last commit - "manual" is the right name
martinlanghoff [Thu, 9 Mar 2006 04:26:37 +0000 (04:26 +0000)]
[multienrol]enrol/authorize: fix references to 'internal' method
martinlanghoff [Thu, 9 Mar 2006 04:22:03 +0000 (04:22 +0000)]
[multienrol]
martinlanghoff [Thu, 9 Mar 2006 04:14:12 +0000 (04:14 +0000)]
[multienrol]Merged Ethem Evlice's changes to authorize.net
Minimal changes -- with this, the tip of MOODLE_16_MULTIENROL is fully merged.
martinlanghoff [Thu, 9 Mar 2006 03:58:08 +0000 (03:58 +0000)]
[multienrol]Set default enrol_plugins_enabled if the variable is not set
martinlanghoff [Thu, 9 Mar 2006 03:55:31 +0000 (03:55 +0000)]
[multienrol]Rename enrolment language files according to the rename of internal plugin to manual
(and cleanup the mess I made merging files into lang/en -- sorry!)
martinlanghoff [Thu, 9 Mar 2006 03:47:54 +0000 (03:47 +0000)]
[multienrol]Fixed a typo in database upgrade script. Bug #4528
martinlanghoff [Thu, 9 Mar 2006 03:46:53 +0000 (03:46 +0000)]
[multienrol]More changes to the internal->manual transition
martinlanghoff [Thu, 9 Mar 2006 03:23:07 +0000 (03:23 +0000)]
[multienrol]DB upgrade script to clean up enrol field for user_students and user_teachers
martinlanghoff [Thu, 9 Mar 2006 03:22:20 +0000 (03:22 +0000)]
[multienrol]More changes to the internal->manual transition
martinlanghoff [Thu, 9 Mar 2006 03:20:30 +0000 (03:20 +0000)]
[multienrol]DB upgrade script to clean up enrol field for user_students and user_teachers
martinlanghoff [Thu, 9 Mar 2006 03:19:10 +0000 (03:19 +0000)]
[multienrol]Renamed "internal" enrolment plugin to "manual"
martinlanghoff [Thu, 9 Mar 2006 03:16:17 +0000 (03:16 +0000)]
[multienrol]Made upgrade script more intelligent about setting enrol_plugins_enabled
martinlanghoff [Thu, 9 Mar 2006 03:15:42 +0000 (03:15 +0000)]
[multienrol]Improved get_student/teacher_courses() functions to cache enrolment type that saves lots of recursive database query
martinlanghoff [Thu, 9 Mar 2006 03:15:01 +0000 (03:15 +0000)]
[multienrol]Replaced configuration variable override with class property
martinlanghoff [Thu, 9 Mar 2006 03:14:32 +0000 (03:14 +0000)]
[multienrol]Make sure internal plugin is saved on the top so it will be called at the first place
martinlanghoff [Thu, 9 Mar 2006 03:02:37 +0000 (03:02 +0000)]
[multienrol]Some database upgrade to preserve the default enrolment plugin
martinlanghoff [Thu, 9 Mar 2006 03:00:48 +0000 (03:00 +0000)]
[multienrol]Wrote some breif notices for the new enrolment configuration panel
martinlanghoff [Thu, 9 Mar 2006 02:57:41 +0000 (02:57 +0000)]
[multienrol]Hide disabled plugins and show the name of the site default in selection list
martinlanghoff [Thu, 9 Mar 2006 02:56:44 +0000 (02:56 +0000)]
[multienrol]Fixed some wired characters caused by my editor
martinlanghoff [Thu, 9 Mar 2006 02:54:40 +0000 (02:54 +0000)]
[multi-enrol]Fixed a wrong URL
martinlanghoff [Thu, 9 Mar 2006 02:48:29 +0000 (02:48 +0000)]
[multienrol]Initial commit for multi enrolment plugin feature
michaelpenne [Thu, 9 Mar 2006 02:27:23 +0000 (02:27 +0000)]
[Added] Added lang entry for lesson_delete_course() feedback
michaelpenne [Thu, 9 Mar 2006 02:26:20 +0000 (02:26 +0000)]
[Added] Added function lesson_delete_course() to clean up the lesson_default table
moodler [Thu, 9 Mar 2006 01:51:22 +0000 (01:51 +0000)]
Checking in some unchecked-in code
patrickslee [Thu, 9 Mar 2006 01:39:51 +0000 (01:39 +0000)]
Corrected calls to user table migration functions back to course table ones
skodak [Wed, 8 Mar 2006 21:53:53 +0000 (21:53 +0000)]
fixed notices, the last one is quite hacky :-(
gbateson [Wed, 8 Mar 2006 17:54:11 +0000 (17:54 +0000)]
JCloze improvements: allow gap at start of cloze and allow "0" for a gap value
nfreear [Wed, 8 Mar 2006 17:36:52 +0000 (17:36 +0000)]
Accessibility: .calendar-controls now div and span, not <table>
nfreear [Wed, 8 Mar 2006 17:31:37 +0000 (17:31 +0000)]
Accessibility: lang/xx/calendar.php: add 'eventnone', lang/xx/access.php: rem 'today'.
nfreear [Wed, 8 Mar 2006 17:27:56 +0000 (17:27 +0000)]
Accessibility: calendar_get_mini, table summary now multilingual; replaced table in calendar_top_controls.
nfreear [Wed, 8 Mar 2006 17:03:02 +0000 (17:03 +0000)]
Accessibility: table summary and <abbr> for day abbreviations.
nfreear [Wed, 8 Mar 2006 16:52:23 +0000 (16:52 +0000)]
Accessibility: code taken from function calendar_get_mini, for new function calendar_get_popup.
tjhunt [Wed, 8 Mar 2006 16:10:24 +0000 (16:10 +0000)]
Refactor course deletion code to eliminate about 70 lines of duplication.
thepurpleblob [Wed, 8 Mar 2006 14:43:23 +0000 (14:43 +0000)]
Added instructions for blackboard 6+
thepurpleblob [Wed, 8 Mar 2006 14:35:58 +0000 (14:35 +0000)]
Added string for blackboard_6
thepurpleblob [Wed, 8 Mar 2006 14:32:54 +0000 (14:32 +0000)]
Adding support for BlackBoard V6 (and 7). Modified from contrib version.
Needs more testing and some fixes, but more-or-less works.
thepurpleblob [Wed, 8 Mar 2006 14:27:26 +0000 (14:27 +0000)]
Fixed missing courseid param in paging bar
nfreear [Wed, 8 Mar 2006 14:22:36 +0000 (14:22 +0000)]
Accessibility: additional styles, img.resize and .searchform button
nfreear [Wed, 8 Mar 2006 14:12:04 +0000 (14:12 +0000)]
Accesibility: added 'breadcrumb' strings.
thepurpleblob [Wed, 8 Mar 2006 13:58:55 +0000 (13:58 +0000)]
Fixed some urls (mod/quiz to question).
thepurpleblob [Wed, 8 Mar 2006 13:12:46 +0000 (13:12 +0000)]
changed filename cleaning from PARAM_CLEANFILE to PARAM_FILE
nfreear [Wed, 8 Mar 2006 12:50:43 +0000 (12:50 +0000)]
Accessibility: fixes .clearer, .skip-block, img.resize now in styles_fonts, .breadcrumb now a list.
nfreear [Wed, 8 Mar 2006 12:38:43 +0000 (12:38 +0000)]
Accessibility: /pix/a for accessibility and usability related images - 1em resizable.
nfreear [Wed, 8 Mar 2006 12:33:21 +0000 (12:33 +0000)]
Accessibility: function print_navigation now uses <ul> list, replaced » with image, fixed print_side_block using $block_id.
nfreear [Wed, 8 Mar 2006 12:24:57 +0000 (12:24 +0000)]
Accessibility: /pix/a for accessibility and usability related images - fixed path.
nfreear [Wed, 8 Mar 2006 12:20:04 +0000 (12:20 +0000)]
Accessibility: /pix/a for accessibility and usability related images.
nfreear [Wed, 8 Mar 2006 12:11:30 +0000 (12:11 +0000)]
Accessibility: replaced <input type="submit"> with button-embedded image.
skodak [Wed, 8 Mar 2006 11:20:38 +0000 (11:20 +0000)]
fixed missing global $CFG - anyway it worked even without it :-D
toyomoyo [Wed, 8 Mar 2006 06:57:53 +0000 (06:57 +0000)]
took out some debug code for koen
toyomoyo [Wed, 8 Mar 2006 05:08:44 +0000 (05:08 +0000)]
counting is not sensible is not sorting by id asc
vyshane [Wed, 8 Mar 2006 04:54:57 +0000 (04:54 +0000)]
Made some of the tabs linked even if selected in the different views.
vyshane [Wed, 8 Mar 2006 04:53:48 +0000 (04:53 +0000)]
Added attribute $linkedwhenselected to tabobject class. Basically defines
whether the tab should be linked even if it is selected.
vyshane [Wed, 8 Mar 2006 03:53:54 +0000 (03:53 +0000)]
Added course module in call to navmenu() so that we have the < (prev) and >
<next> buttons in all the views for the data module. To keep things
consistent.
vyshane [Wed, 8 Mar 2006 03:23:22 +0000 (03:23 +0000)]
When updating a resource, $CFG->pagepath should be /mod/resource/type instead
of /mod/resource/mod.
toyomoyo [Wed, 8 Mar 2006 03:17:31 +0000 (03:17 +0000)]
wrong type for remove, should be an int, it is an id
skodak [Wed, 8 Mar 2006 00:08:51 +0000 (00:08 +0000)]
lots of incorrect required_param()'s - there MUST be only two parameters not three!!
skodak [Tue, 7 Mar 2006 23:59:33 +0000 (23:59 +0000)]
fixed category switching bug
skodak [Tue, 7 Mar 2006 23:51:21 +0000 (23:51 +0000)]
incorrect use of required_param()
skodak [Tue, 7 Mar 2006 23:41:22 +0000 (23:41 +0000)]
fixed includes in included files - see bug #4891
skodak [Tue, 7 Mar 2006 23:30:27 +0000 (23:30 +0000)]
fixed incorrect use of required_param()
mjollnir_ [Tue, 7 Mar 2006 22:14:40 +0000 (22:14 +0000)]
Adding more indexes to the log table - bug 4112 + version bump
skodak [Tue, 7 Mar 2006 21:46:34 +0000 (21:46 +0000)]
short php tags once more
skodak [Tue, 7 Mar 2006 21:35:13 +0000 (21:35 +0000)]
short php tags
skodak [Tue, 7 Mar 2006 21:06:46 +0000 (21:06 +0000)]
missing p() in value
skodak [Tue, 7 Mar 2006 20:40:21 +0000 (20:40 +0000)]
fixed warning
skodak [Tue, 7 Mar 2006 20:32:49 +0000 (20:32 +0000)]
missing db prefix
skodak [Tue, 7 Mar 2006 20:26:27 +0000 (20:26 +0000)]
nasty empty line at the end of file ....
skodak [Tue, 7 Mar 2006 19:53:56 +0000 (19:53 +0000)]
finally now the restore should work and with correct unicode related coding style, sorry
skodak [Tue, 7 Mar 2006 19:36:13 +0000 (19:36 +0000)]
parameter cleaup - round 8; short php tag in group-edit.html
skodak [Tue, 7 Mar 2006 19:20:23 +0000 (19:20 +0000)]
change value of PARAM_RAW from 0 to 666, becasue we need to detect incorrect param types (such as PARAM_IND) and incorrect order - optional_param('xx', PARAM_INT, 0)
This might break faulty code...
nfreear [Tue, 7 Mar 2006 17:38:02 +0000 (17:38 +0000)]
Accessibility: fixed bug, duplicate call to blocks_print_group.
skodak [Tue, 7 Mar 2006 16:42:30 +0000 (16:42 +0000)]
parameter cleaup - round 7; corrected search in user.php, semicolon in case fixed in utfdbmigrate (I wonder if it caused any problems)
thepurpleblob [Tue, 7 Mar 2006 16:04:44 +0000 (16:04 +0000)]
Added note that blackboard import is not compatible with BB v6
skodak [Tue, 7 Mar 2006 11:13:57 +0000 (11:13 +0000)]
parameter cleaup - round 6; major cleanup and fixing in uploaduser.php
bobopinna [Tue, 7 Mar 2006 10:51:21 +0000 (10:51 +0000)]
Fixed a word error (bug 4895) Many thanks to Ray
thepurpleblob [Tue, 7 Mar 2006 10:34:08 +0000 (10:34 +0000)]
Put $CFG->pagepath in a more logical position
bobopinna [Tue, 7 Mar 2006 10:03:36 +0000 (10:03 +0000)]
Updated with attempts management
skodak [Tue, 7 Mar 2006 09:01:49 +0000 (09:01 +0000)]
parameter cleaup - round 5; timezone.php fixed
vyshane [Tue, 7 Mar 2006 08:53:40 +0000 (08:53 +0000)]
Fixed bug: wrong parameter for input field (max size of uploaded file)