]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agoMDL-8031 Enforce password complexity for user authentication - original patch by...
skodak [Wed, 25 Apr 2007 19:36:47 +0000 (19:36 +0000)]
MDL-8031 Enforce password complexity for user authentication - original patch by IƱaki Arenaza

18 years agoEliminate support for old-style question editing forms.
tjhunt [Wed, 25 Apr 2007 18:20:04 +0000 (18:20 +0000)]
Eliminate support for old-style question editing forms.

18 years agoMDL-3079 allow review of password on signup page
skodak [Wed, 25 Apr 2007 18:10:23 +0000 (18:10 +0000)]
MDL-3079 allow review of password on signup page

18 years agoMDL-9565 - Fix error in previous commit. Merged from MOODLE_18_STABLE.
tjhunt [Wed, 25 Apr 2007 17:59:53 +0000 (17:59 +0000)]
MDL-9565 - Fix error in previous commit. Merged from MOODLE_18_STABLE.

18 years agoMDL-9657 cleaning abstractype code.
pichetp [Wed, 25 Apr 2007 16:48:33 +0000 (16:48 +0000)]
MDL-9657 cleaning abstractype code.

18 years ago* Fix layout problem on password form. (invisiblefieldset). \r* Question state fixes...
tjhunt [Wed, 25 Apr 2007 15:45:24 +0000 (15:45 +0000)]
* Fix layout problem on password form. (invisiblefieldset). \r* Question state fixes: \r  + Don't change from EVENTOPEN too soon. \r  + Make sure all questions get closed at the end of the attempt in adaptive mode. \r* Get rid of the delay on the redirect when you submit all and finish.

18 years agoClean up whitespace.
tjhunt [Wed, 25 Apr 2007 15:37:01 +0000 (15:37 +0000)]
Clean up whitespace.

18 years agoNew lang string for clarifying quiz UI.
tjhunt [Wed, 25 Apr 2007 15:31:34 +0000 (15:31 +0000)]
New lang string for clarifying quiz UI.

18 years agoAdded redirects after all actions.
jamiesensei [Wed, 25 Apr 2007 14:06:37 +0000 (14:06 +0000)]
Added redirects after all actions.
Added methods to category class to generate a url from an array of parameters stored in the object.
Cleaned up some old redundant code for actions now processed in list class.

18 years agoThe question core code was restricting question types unnecessarily. This is a tempor...
tjhunt [Wed, 25 Apr 2007 11:20:22 +0000 (11:20 +0000)]
The question core code was restricting question types unnecessarily. This is a temporary fix, prior to a proper refactoring.

18 years agoMDL-9577:
thepurpleblob [Wed, 25 Apr 2007 09:43:37 +0000 (09:43 +0000)]
MDL-9577:
Fixing change of name (answer => correctanswer) for true/false questions.

18 years agoMDL-9657 cleaning abstractype code.
pichetp [Wed, 25 Apr 2007 09:06:35 +0000 (09:06 +0000)]
MDL-9657 cleaning abstractype code.

18 years agoremoving comments and print_r
pichetp [Wed, 25 Apr 2007 08:52:47 +0000 (08:52 +0000)]
removing comments and print_r

18 years agoMDL-9496 Adding multianswer to calculated and MDL-9657 cleaning abstractype code.
pichetp [Wed, 25 Apr 2007 08:15:50 +0000 (08:15 +0000)]
MDL-9496 Adding multianswer to calculated and MDL-9657 cleaning abstractype code.

18 years agoClean up whitespace.
tjhunt [Tue, 24 Apr 2007 23:39:22 +0000 (23:39 +0000)]
Clean up whitespace.

18 years agoOccasional unique-key violations were caused by some really weird code to do with...
tjhunt [Tue, 24 Apr 2007 23:37:32 +0000 (23:37 +0000)]
Occasional unique-key violations were caused by some really weird code to do with units in numerical questions. This cleans it up.

18 years agoBase class methods preparitory to deleting a lot of essentially duplicated code from...
tjhunt [Tue, 24 Apr 2007 23:31:41 +0000 (23:31 +0000)]
Base class methods preparitory to deleting a lot of essentially duplicated code from the various question types.

18 years agoClean up whitespace.
tjhunt [Tue, 24 Apr 2007 23:26:48 +0000 (23:26 +0000)]
Clean up whitespace.

18 years agoClean up trailing whitespace.
tjhunt [Tue, 24 Apr 2007 23:25:33 +0000 (23:25 +0000)]
Clean up trailing whitespace.

18 years agoRemove duplicate $Id$
tjhunt [Tue, 24 Apr 2007 23:23:25 +0000 (23:23 +0000)]
Remove duplicate $Id$

18 years agoFix comedy require_once. Merged from MOODLE_16_STABLE.
tjhunt [Tue, 24 Apr 2007 21:16:14 +0000 (21:16 +0000)]
Fix comedy require_once. Merged from MOODLE_16_STABLE.

18 years agoMDL-9485 resource summary now optional again; merged from MOODLE_18_STABLE
skodak [Tue, 24 Apr 2007 21:11:39 +0000 (21:11 +0000)]
MDL-9485 resource summary now optional again; merged from MOODLE_18_STABLE

18 years agoMDL-9568 Choice does not count correct; merged from MOODLE_18_STABLE
skodak [Tue, 24 Apr 2007 20:09:01 +0000 (20:09 +0000)]
MDL-9568 Choice does not count correct; merged from MOODLE_18_STABLE

18 years agolets prevent detection of strict PHP5 errors in redirect in developer debug mode
skodak [Tue, 24 Apr 2007 18:53:12 +0000 (18:53 +0000)]
lets prevent detection of strict PHP5 errors in redirect in developer debug mode

18 years agoMDL-6368 and MDL-6369 - allow question type plugins to easily provide some bits of...
tjhunt [Tue, 24 Apr 2007 17:32:21 +0000 (17:32 +0000)]
MDL-6368 and MDL-6369 - allow question type plugins to easily provide some bits of Javascript and CSS - I forgot about the review page.

18 years agoStop "Undefined variable: ALLOWED_TAGS" errors all over the place.
tjhunt [Tue, 24 Apr 2007 17:09:12 +0000 (17:09 +0000)]
Stop "Undefined variable: ALLOWED_TAGS" errors all over the place.

18 years agoMDL-9565 - Question preview links don't work in developer debug mode, and not XHTML...
tjhunt [Tue, 24 Apr 2007 16:59:32 +0000 (16:59 +0000)]
MDL-9565 - Question preview links don't work in developer debug mode, and not XHTML strict. Merged from OU Moodle.

18 years agoMDL-9561 Langimport does not ignore langlist when langcache used
skodak [Tue, 24 Apr 2007 16:33:06 +0000 (16:33 +0000)]
MDL-9561 Langimport does not ignore langlist when langcache used
MDL-9563 Improve refreshing of langcache, detect permission problems
part2
merged from MOODLE_18_STABLE

18 years agoMDL-9561 Langimport does not ignore langlist when langcache used
skodak [Tue, 24 Apr 2007 16:14:16 +0000 (16:14 +0000)]
MDL-9561 Langimport does not ignore langlist when langcache used
MDL-9563 Improve refreshing of langcache, detect permission problems

merged from MOODLE_18_STABLE

18 years agoMDL-9560 $CFG->langlist should accept both short (en) and long (en_utf8) names; merge...
skodak [Tue, 24 Apr 2007 14:58:43 +0000 (14:58 +0000)]
MDL-9560 $CFG->langlist should accept both short (en) and long (en_utf8) names; merged from MODOLE_18_STABLE

18 years agoFixes bug MDL-9520, "groups_groupids_to_groups should return groups indexed by group...
nfreear [Tue, 24 Apr 2007 14:25:50 +0000 (14:25 +0000)]
Fixes bug MDL-9520, "groups_groupids_to_groups should return groups indexed by group ID". Merged from 1.8 branch.

18 years agoMDL-9559 setup_lang_from_browser should respect $CFG->langlist; merged from MOODLE...
skodak [Tue, 24 Apr 2007 14:24:03 +0000 (14:24 +0000)]
MDL-9559    setup_lang_from_browser should respect $CFG->langlist; merged from MOODLE_18_STABLE

18 years agoMerged MDL-9556: HTML editor shortcut button should only appear when JS enabled
sam_marshall [Tue, 24 Apr 2007 11:59:17 +0000 (11:59 +0000)]
Merged MDL-9556: HTML editor shortcut button should only appear when JS enabled

18 years agoMDL-9506 Set up the unit test bed and continued to implement gradebook API.
nicolasconnault [Tue, 24 Apr 2007 08:50:19 +0000 (08:50 +0000)]
MDL-9506 Set up the unit test bed and continued to implement gradebook API.

18 years agoMDL-9506 Finished initial draft of gradebook API.
nicolasconnault [Tue, 24 Apr 2007 05:41:28 +0000 (05:41 +0000)]
MDL-9506 Finished initial draft of gradebook API.

18 years agogrades tables
toyomoyo [Tue, 24 Apr 2007 03:28:31 +0000 (03:28 +0000)]
grades tables

18 years agoMDL-9474: Updated build_navigation() to use global $COURSE
mattc-catalyst [Mon, 23 Apr 2007 21:11:10 +0000 (21:11 +0000)]
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>

18 years agoMDL-9389 - True / False penalty factor field redundant. Merged from MOODLE_18_STABLE.
tjhunt [Mon, 23 Apr 2007 16:23:17 +0000 (16:23 +0000)]
MDL-9389 - True / False penalty factor field redundant. Merged from MOODLE_18_STABLE.

18 years agoMDL-9524 - Formslib gets confused if a required field is frozen. Merged from MOODLE_1...
tjhunt [Mon, 23 Apr 2007 16:19:25 +0000 (16:19 +0000)]
MDL-9524 - Formslib gets confused if a required field is frozen. Merged from MOODLE_18_STABLE.

18 years agoMDL-9447 - Default grade field is redundant in embeded answer (Cloze) question. Merge...
tjhunt [Mon, 23 Apr 2007 13:55:22 +0000 (13:55 +0000)]
MDL-9447 - Default grade field is redundant in embeded answer (Cloze) question. Merged from MOODLE_18_STABLE.

18 years agoMDL-9506 First draft of gradelib, and the stubs for the unit tests.
nicolasconnault [Mon, 23 Apr 2007 09:00:32 +0000 (09:00 +0000)]
MDL-9506 First draft of gradelib, and the stubs for the unit tests.

18 years agoAdded some dummy files to help define the export/import structure for grades
moodler [Mon, 23 Apr 2007 06:52:07 +0000 (06:52 +0000)]
Added some dummy files to help define the export/import structure for grades

18 years agoSome dummy files to define the grade reports structure
moodler [Mon, 23 Apr 2007 06:49:24 +0000 (06:49 +0000)]
Some dummy files to define the grade reports structure

18 years agoMDL-9457 Missed a few files
nicolasconnault [Mon, 23 Apr 2007 04:14:11 +0000 (04:14 +0000)]
MDL-9457 Missed a few files

18 years agomerged fix for MLD-7544, hidden users show up on participants block
toyomoyo [Mon, 23 Apr 2007 03:06:01 +0000 (03:06 +0000)]
merged fix for MLD-7544, hidden users show up on participants block

18 years agoNow resource/view.php?r=XXX links are recoded properly in backup/restore. MDL-9450
stronk7 [Sun, 22 Apr 2007 22:07:03 +0000 (22:07 +0000)]
Now resource/view.php?r=XXX links are recoded properly in backup/restore. MDL-9450

Merged from MOODLE_18_STABLE

18 years agoMDL-9491 fixed problem with broken change/reset password in db auth when using intern...
skodak [Sun, 22 Apr 2007 21:40:28 +0000 (21:40 +0000)]
MDL-9491 fixed problem with broken change/reset password in db auth when using internal passwords

18 years agoAdd one missing return causing db(internal) pass change not to work.
stronk7 [Sun, 22 Apr 2007 14:19:43 +0000 (14:19 +0000)]
Add one missing return causing db(internal) pass change not to work.
Partially, MDL-9491

Merged from MOODLE_18_STABLE

18 years agoMDL-2201 handle url parameters in change Password link
skodak [Sat, 21 Apr 2007 21:20:17 +0000 (21:20 +0000)]
MDL-2201 handle url parameters in change Password link

18 years agoMDL-6917 Incorrect <INPUT> sizes and maxlengths in the signup_form.html
skodak [Sat, 21 Apr 2007 20:40:59 +0000 (20:40 +0000)]
MDL-6917  Incorrect <INPUT> sizes and maxlengths in the signup_form.html

18 years agoMDL-9233 denied and allowed email address domains are not matched correctly
skodak [Sat, 21 Apr 2007 20:06:56 +0000 (20:06 +0000)]
MDL-9233 denied and allowed email address domains are not matched correctly

18 years agoMDL-2978 Privacy Statements on signup.php; server validation used instead of client...
skodak [Sat, 21 Apr 2007 19:47:20 +0000 (19:47 +0000)]
MDL-2978 Privacy Statements on signup.php; server validation used instead of client one because the JS error messages prevented clicking on policy link

18 years agoMDL-9484 cm-idnumber implementation is incorrect
skodak [Sat, 21 Apr 2007 13:15:34 +0000 (13:15 +0000)]
MDL-9484 cm-idnumber implementation is incorrect

18 years agoMDL-9483 Problem with question restore relinking when quiz not selected; merged from...
skodak [Sat, 21 Apr 2007 12:38:56 +0000 (12:38 +0000)]
MDL-9483 Problem with question restore relinking when quiz not selected; merged from MOODLE_17_STABLE

18 years agoMDL-9481 Prevent redirection to alt login url after login (when url on the same server)
skodak [Sat, 21 Apr 2007 07:40:40 +0000 (07:40 +0000)]
MDL-9481 Prevent redirection to alt login url after login (when url on the same server)

18 years agoMDL-9465 Pass information about failed login back to alternate login url + other...
skodak [Fri, 20 Apr 2007 19:08:19 +0000 (19:08 +0000)]
MDL-9465 Pass information about failed login back to alternate login url + other minor cleanup

18 years ago(MDL-9470) Survey submission JS broken; merged from MOODLE_18_STABLE
skodak [Fri, 20 Apr 2007 17:52:41 +0000 (17:52 +0000)]
(MDL-9470) Survey submission JS broken; merged from MOODLE_18_STABLE

18 years agoMDL-9467 workaround for broken langcache problems when editting user profile; merged...
skodak [Fri, 20 Apr 2007 14:43:03 +0000 (14:43 +0000)]
MDL-9467 workaround for broken langcache problems when editting user profile; merged from MOODLE_18_STABLE

18 years agoMDL-9429 make clear that alternate change password url is used only when user is...
skodak [Fri, 20 Apr 2007 10:02:38 +0000 (10:02 +0000)]
MDL-9429 make clear that alternate change password url is used only when user is logged in, for example change url may contain $USER->username; other minor cleanup

18 years agoFixed many xhtml errors
nicolasconnault [Fri, 20 Apr 2007 07:54:42 +0000 (07:54 +0000)]
Fixed many xhtml errors

18 years agoevent update code
toyomoyo [Fri, 20 Apr 2007 05:43:11 +0000 (05:43 +0000)]
event update code

18 years agoadd string of Update the category button
pichetp [Fri, 20 Apr 2007 02:43:28 +0000 (02:43 +0000)]
add string of Update the category button

18 years agoadding a new key
toyomoyo [Fri, 20 Apr 2007 01:39:22 +0000 (01:39 +0000)]
adding a new key

18 years agoxmldb: added $CFG options for disabling next / previous value checkings & enforced...
mjollnir_ [Fri, 20 Apr 2007 00:10:52 +0000 (00:10 +0000)]
xmldb: added $CFG options for disabling next / previous value checkings & enforced comment checking. merged from mahara :)

18 years agoMDL-9432 - Forgot to return success/failure in two places.
tjhunt [Thu, 19 Apr 2007 17:37:14 +0000 (17:37 +0000)]
MDL-9432 - Forgot to return success/failure in two places.

18 years agoFix error message to say the right thing.
tjhunt [Thu, 19 Apr 2007 17:16:20 +0000 (17:16 +0000)]
Fix error message to say the right thing.

18 years agoadd an update category submit button to update the display of shareable wild cards
pichetp [Thu, 19 Apr 2007 16:49:25 +0000 (16:49 +0000)]
add an update category submit button to update the display of shareable wild cards

18 years agoMDL-9151 fixed missing global definition, sorry :-(
skodak [Thu, 19 Apr 2007 12:18:44 +0000 (12:18 +0000)]
MDL-9151  fixed missing global definition, sorry :-(

18 years agoMDL-9437 lib/listlib.php for displaying and editing a nested list of items. And...
jamiesensei [Thu, 19 Apr 2007 08:57:54 +0000 (08:57 +0000)]
MDL-9437 lib/listlib.php for displaying and editing a nested list of items.  And changes to question\category.php to use the new lists.

18 years agomechanism to install events
toyomoyo [Thu, 19 Apr 2007 08:45:30 +0000 (08:45 +0000)]
mechanism to install events

18 years agoMerged changes from stable.
ikawhero [Thu, 19 Apr 2007 07:42:40 +0000 (07:42 +0000)]
Merged changes from stable.
Fixed typo.
Made constructor variables optional to reflect parent class

18 years agoMDL-9151 HTML Purifier cleaning support - enable switch is in experimental section
skodak [Wed, 18 Apr 2007 21:52:03 +0000 (21:52 +0000)]
MDL-9151 HTML Purifier cleaning support - enable switch is in experimental section
MDL-9435 Reviewved url cleaning in redirect()

18 years agoMDL-9432 - When restoring questions, links are not recoded. Merged from OU moodle.
tjhunt [Wed, 18 Apr 2007 15:56:21 +0000 (15:56 +0000)]
MDL-9432 - When restoring questions, links are not recoded. Merged from OU moodle.

18 years agoMDL-8209 - Force admin/index.php to redirect to upgrade settings screen
poltawski [Wed, 18 Apr 2007 09:39:49 +0000 (09:39 +0000)]
MDL-8209 - Force admin/index.php to redirect to upgrade settings screen
when some admin settings are not set.

18 years agoadding core events tables
toyomoyo [Wed, 18 Apr 2007 09:05:42 +0000 (09:05 +0000)]
adding core events tables

18 years agofix for MDL-9398, users need site:config to create course categories
toyomoyo [Wed, 18 Apr 2007 04:54:47 +0000 (04:54 +0000)]
fix for MDL-9398, users need site:config to create course categories

18 years agoadmin/uploaduser.php: Fixed not enrolling user into course if user already exists
cataluke [Wed, 18 Apr 2007 02:43:16 +0000 (02:43 +0000)]
admin/uploaduser.php: Fixed not enrolling user into course if user already exists

Author: Patrick Li <patrick@catalyst.net.nz>
Committer: Luke Hudson <luke@catalyst.net.nz>

18 years agoMDL-9420 - SSO fails over https
donal72 [Wed, 18 Apr 2007 02:23:20 +0000 (02:23 +0000)]
MDL-9420 - SSO fails over https

18 years agoMDL-8569 - mod/data sorting by numerical field now works with PostgreSQL
cataluke [Wed, 18 Apr 2007 02:11:09 +0000 (02:11 +0000)]
MDL-8569 - mod/data sorting by numerical field now works with PostgreSQL

Author: Luke Hudson <luke@catalyst.net.nz>

18 years agoChanges merged from 1.8
ikawhero [Wed, 18 Apr 2007 02:10:15 +0000 (02:10 +0000)]
Changes merged from 1.8
Fix for MDL-9415
New method is_empty() added.

18 years agoMDL-9403 Add "application/xhtml+xml" mime type for *.xhtml resource files
skodak [Tue, 17 Apr 2007 22:14:15 +0000 (22:14 +0000)]
MDL-9403 Add "application/xhtml+xml" mime type for *.xhtml resource files

18 years agoMDL-9409 User confirmation by admin doesn't support new auth->confirm_user function...
skodak [Tue, 17 Apr 2007 21:30:02 +0000 (21:30 +0000)]
MDL-9409 User confirmation by admin doesn't support new auth->confirm_user function; merged from MOODLE_18_STABLE

18 years agoMDL-9416 Double quotes and tags in helpable item breaks XHTML strict; merged from...
skodak [Tue, 17 Apr 2007 20:42:29 +0000 (20:42 +0000)]
MDL-9416 Double quotes and tags in helpable item breaks XHTML strict; merged from MOODLE_18_STABLE

18 years agoMerged some fixes for MDL-9402 from stable (causing forum unread counts to break)
moodler [Tue, 17 Apr 2007 09:29:55 +0000 (09:29 +0000)]
Merged some fixes for MDL-9402 from stable (causing forum unread counts to break)

18 years agoMDL-9387 Message "Adding discussions to this forum requires group membership" if...
skodak [Tue, 17 Apr 2007 08:36:58 +0000 (08:36 +0000)]
MDL-9387 Message "Adding discussions to this forum requires group membership" if not logged; nerged from MOODLE_18_STABLE

18 years agoMDL-7856 - make database search case-insensitive for PostgreSQL too.
cataluke [Tue, 17 Apr 2007 05:41:31 +0000 (05:41 +0000)]
MDL-7856 - make database search case-insensitive for PostgreSQL too.

Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>
Committer: Luke Hudson <luke@catalyst.net.nz>

18 years ago(iCalendar export) calendar: Removing filter controls from export page, as no purpose...
martinlanghoff [Tue, 17 Apr 2007 02:54:13 +0000 (02:54 +0000)]
(iCalendar export) calendar: Removing filter controls from export page, as no purpose and buggy

Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>

18 years agomod/wiki: HTML fix
mattc-catalyst [Mon, 16 Apr 2007 23:21:59 +0000 (23:21 +0000)]
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>

18 years agomod/exercise: HTML fixes
mattc-catalyst [Mon, 16 Apr 2007 23:20:39 +0000 (23:20 +0000)]
mod/exercise: HTML fixes

Fixed errors in HTML causing parser errors in Firefox when in developers
debug mode.

Author: Matt Clarkson <mattc@catalyst.net.nz>

18 years agomod/scorm: HTML fix
mattc-catalyst [Mon, 16 Apr 2007 23:18:32 +0000 (23:18 +0000)]
mod/scorm: HTML fix

Fixed and HTML causing a parser error in Firefox when in developer debug
mode.

Author: Matt Clarkson <mattc@catalyst.net.nz>

18 years agomod/glossary: HTML fixes
mattc-catalyst [Mon, 16 Apr 2007 23:16:25 +0000 (23:16 +0000)]
mod/glossary: HTML fixes

Fixed HTML errors causing parser errors in Firefox when in developer debug
mode.

Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt Clarkson <mattc@catalyst.net.nz>

18 years agomod/journal: HTML fixes
mattc-catalyst [Mon, 16 Apr 2007 23:12:26 +0000 (23:12 +0000)]
mod/journal: HTML fixes

Fixed HTML errors causing parser errors in Firefox when in developer debug
mode.

Author: Matt Clarkson <mattc@catalyst.net.nz>

18 years agoBreadcrumbs: course admin changes
mattc-catalyst [Mon, 16 Apr 2007 22:02:22 +0000 (22:02 +0000)]
Breadcrumbs: course admin changes

- Modified to use build_navigation() for breadcrumb generation.

Author: Matt Clarkson <mattc@catalyst.net.nz>

18 years agoBreadcrumbs: admin/settings changes
mattc-catalyst [Mon, 16 Apr 2007 21:58:50 +0000 (21:58 +0000)]
Breadcrumbs: admin/settings changes

- Added admin setting for controlling visibility of activities in the
  breadcrumb trail.

Author: Matt Clarkson <mattc@catalyst.net.nz>

18 years agoBreadcrumbs: mod/resource changes
mattc-catalyst [Mon, 16 Apr 2007 21:57:09 +0000 (21:57 +0000)]
Breadcrumbs: mod/resource changes

- Modified to use build_navigation() for breadcrumb generation.

Author: Matt Clarkson <mattc@catalyst.net.nz>

18 years agoBreadcrumbs: mod/journal changes
mattc-catalyst [Mon, 16 Apr 2007 21:43:05 +0000 (21:43 +0000)]
Breadcrumbs: mod/journal changes

- Modified to use build_navigation() for breadcrumb generation.

Author: Matt Clarkson <mattc@catalyst.net.nz>

18 years agoBreadcrumbs: mod/hotpot changes
mattc-catalyst [Mon, 16 Apr 2007 21:40:46 +0000 (21:40 +0000)]
Breadcrumbs: mod/hotpot changes

- Modified to use build_navigation() for breadcrumb generation.

Author: Matt Clarkson <mattc@catalyst.net.nz>

18 years agoBreadcrumbs: mod/exercise changes
mattc-catalyst [Mon, 16 Apr 2007 21:38:34 +0000 (21:38 +0000)]
Breadcrumbs: mod/exercise changes

- Modified to use build_navigation() for breadcrumb generation.

Author: Matt Clarkson <mattc@catalyst.net.nz>

18 years agoBreadcrumbs: mod/workshop changes
mattc-catalyst [Mon, 16 Apr 2007 21:35:36 +0000 (21:35 +0000)]
Breadcrumbs: mod/workshop changes

- Modified to use build_navigation() for breadcrumb generation.

Author: Matt Clarkson <mattc@catalyst.net.nz>

18 years agoBreadcrumbs: mod/wiki changes
mattc-catalyst [Mon, 16 Apr 2007 21:32:35 +0000 (21:32 +0000)]
Breadcrumbs: mod/wiki changes

- Modified to use build_navigation() for breadcrumb generation.

Author: Matt Clarkson <mattc@catalyst.net.nz>