Commit graph

190 commits

Author SHA1 Message Date
Sam Hemelryk
02848cbf4a navigation MDLSITE-970 Check module support function exists before calling it 2010-10-01 06:22:08 +00:00
Sam Hemelryk
d69e84b7fe navigation MDL-23902 Added format_string call to cm->name when adding modules to navigation 2010-09-21 01:57:53 +00:00
Sam Hemelryk
12f701f173 navigation MDL-24216 Tweaked the navigation clear cache method to remove all navigation caches 2010-09-15 08:32:15 +00:00
Sam Hemelryk
1433768899 navigation MDL-24214 Hidden categories are now dealt with correctly by the navigation 2010-09-15 06:02:02 +00:00
Sam Hemelryk
1fa692ede1 navigation MDL-24164 Fixed bug whereby site pages was being loaded twice 2010-09-10 03:13:45 +00:00
Sam Hemelryk
ee9ff05953 navigation MDL-22709 Implemented use of section names in course editing links code. Thanks Brandon for the patch. 2010-09-08 08:44:16 +00:00
Petr Skoda
57ebd15e1d MDL-23308 reverting previously reverted deprecation of legacy course files - we have agreed during the meeting on Thursday that we add new setting to allow this, not keeping the course files everywhere forever 2010-09-03 19:14:33 +00:00
Dongsheng Cai
e921afa874 "MDL-23308, bring course files back" 2010-08-30 08:22:14 +00:00
Sam Hemelryk
abaece1e26 navigation MDL-23981 Fixed up simpletests for the navigation 2010-08-30 02:50:22 +00:00
Sam Hemelryk
39ae5e541f navigation MDL-23953 initialise signature of global_navigation_for_ajax is the same as the class it extends 2010-08-27 02:09:07 +00:00
Sam Hemelryk
f5c1e62149 navigation MDL-23852 Added is_role_switched method to accesslib and implemented use of it 2010-08-27 01:44:25 +00:00
Sam Hemelryk
136ca7c87d NOBUG: Tidied up coding style in navigationlib 2010-08-26 06:23:14 +00:00
Sam Hemelryk
022d66485a restore MDL-23862 Course restore link in front page settings is now active again 2010-08-24 03:52:52 +00:00
Sam Hemelryk
93ea1294e3 navigation MDL-23881 Labels are now added to the navigation but the display property is set to false. 2010-08-23 02:03:54 +00:00
Petr Skoda
99f9f85f00 MDL-23489 auth plugins can specify own edit profile url - patch submitted by Jay Knight + tweaking change password url to use new moodle_url at the same time, it is backwards compatible, custom plugins may still use string url for now 2010-08-18 22:07:00 +00:00
David Mudrak
370d793c98 MDL-23318 Consistent usage of 'pluginadministration' string for the Settings block
AMOS BEGIN
 MOV [assignmentadministration,mod_assignment],[pluginadministration,mod_assignment]
 MOV [dataadministration,mod_data],[pluginadministration,mod_data]
 MOV [feedbackadministration,mod_feedback],[pluginadministration,mod_feedback]
 MOV [folderadministration,mod_folder],[pluginadministration,mod_folder]
 MOV [forumadministration,mod_forum],[pluginadministration,mod_forum]
 MOV [glossaryadministration,mod_glossary],[pluginadministration,mod_glossary]
 MOV [chatadministration,mod_chat],[pluginadministration,mod_chat]
 MOV [choiceadministration,mod_choice],[pluginadministration,mod_choice]
 MOV [imscpadministration,mod_imscp],[pluginadministration,mod_imscp]
 MOV [labeladministration,mod_label],[pluginadministration,mod_label]
 MOV [lessonadministration,mod_lesson],[pluginadministration,mod_lesson]
 MOV [pageadministration,mod_page],[pluginadministration,mod_page]
 MOV [quizadministration,mod_quiz],[pluginadministration,mod_quiz]
 MOV [resourceadministration,mod_resource],[pluginadministration,mod_resource]
 MOV [scormadministration,mod_scorm],[pluginadministration,mod_scorm]
 MOV [surveyadministration,mod_survey],[pluginadministration,mod_survey]
 MOV [urladministration,mod_url],[pluginadministration,mod_url]
 MOV [wikiadministration,mod_wiki],[pluginadministration,mod_wiki]
 MOV [workshopadministration,mod_workshop],[pluginadministration,mod_workshop]
AMOS END
2010-08-17 17:35:12 +00:00
Petr Skoda
3f873af7bf MDL-23842 cohort UI now linked from course category settings block too 2010-08-17 13:05:33 +00:00
Sam Hemelryk
e44d2cad8f navigation MDL-23832 Labels are no longer shown on the navigation 2010-08-17 02:47:17 +00:00
Sam Hemelryk
ad93ddd5f7 course-import MDL-23752 Implemented course import functionality back into Moodle 2.0
The course import now makes use of the backup and restore processed and the backup UI to allow the user to import one course into another.
The new UI is much the same as the backup ui except preceeded by a course selector to choose the course to import from.
2010-08-17 02:07:30 +00:00
Petr Skoda
4f622c38a1 MDL-23774 only administrators may edit administartor accounts 2010-08-12 09:44:28 +00:00
Tim Hunt
633c0843b3 navigation NOBUG clone the URL passed to override_active_url
Grrr! just spent ages debugging a really subtle bugs because moodle_urls can
change, and override_active_url was keeping a reference to the caller's URL
rathern than taking a private copy.
2010-08-06 16:12:31 +00:00
Sam Hemelryk
d0cfbab331 NOBUG: Updating PHP docs for navigation - make_active and override_active_url 2010-08-05 08:17:27 +00:00
Sam Hemelryk
deaf04c7b7 NOBUG updating PHP docs for lib/navigationlib.php 2010-08-05 02:44:03 +00:00
Sam Hemelryk
cede87e05b navigation MDL-23670 Added capability and enrollment checks to course generation 2010-08-05 02:22:48 +00:00
Petr Skoda
69816a5ce7 MDL-22547 more legacy files UI cleanup - we have to make obvious that course files are history 2010-08-02 13:33:19 +00:00
Sam Hemelryk
9acb824122 navigation MDL-22749 Added course information to a users navigation when viewing another user. 2010-07-30 09:32:51 +00:00
Sam Hemelryk
3347f95be9 navigation MDL-23551 Fixed broken password change link, fixed regression 2010-07-29 04:42:45 +00:00
Sam Hemelryk
ed510e64d9 navigation MDL-23551 Fixed broken password change link, thanks Jay for the patch 2010-07-29 04:39:49 +00:00
Sam Hemelryk
588a3953ae navigation MDL-22973 AJAX expansion of a course now includes enrolled users in participants branch 2010-07-28 05:34:09 +00:00
Petr Skoda
78bfb562a0 MDL-21249 improved php docs and adding direct access prevention in core libs 2010-07-25 13:35:05 +00:00
Sam Hemelryk
d9219fc988 navigation MDL-23378 Added additional = sign to find method of nav node collection 2010-07-23 02:59:13 +00:00
Sam Hemelryk
14d35a26a5 navigation MDL-23323 Site pages content is ALWAYS generated now so that it is available when JS is disabled 2010-07-23 02:38:59 +00:00
Rossiani Wijaya
3aa11c75c3 MDL-21619 - add label to activities and resources icons. 2010-07-23 02:15:43 +00:00
Petr Skoda
792881f0fe fixed some comment typos 2010-07-22 09:43:30 +00:00
Sam Hemelryk
785d6603dd backup MDL-23109 Implemented base restore UI within Moodle and linked through the navigation. 2010-07-22 07:48:02 +00:00
Sam Hemelryk
f9bf32f82d navigation MDL-23439 Moved inclusion of resource lib file up within the load_module_settings 2010-07-21 02:53:52 +00:00
Martin Dougiamas
82af55d7e3 MDL-23367 First cut at moving the private files interface under /user. Has a few small bugs, working on them. 2010-07-19 13:21:16 +00:00
Sam Hemelryk
5ac851fba1 messaging MDL-23223 Fixed navigation link being added when messaging disabled 2010-07-13 02:35:31 +00:00
Mike Churchward
f601756991 MDL-23182 - Removed use of tabs. Added in PAGE functions and parameters so that nav menu will appear properly. Changed use of 'course' parameter to 'courseid' parameter to be more accurate. 2010-07-12 20:04:38 +00:00
Dongsheng Cai
78765507c4 MDL-23174 Private files editing page needs headings, navbar etc like a normal page 2010-07-12 09:39:47 +00:00
Martin Dougiamas
20d6b374f1 MDL-23175 Change "Settings" to "Edit settings" for module and course editing 2010-07-09 08:20:39 +00:00
Petr Skoda
64f93798d4 MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment 2010-07-03 13:37:13 +00:00
Sam Hemelryk
1af67ecb1a navigation MDL-23036 Fixed issue when generation was limited to course+categories causing JS to error 2010-07-01 03:33:16 +00:00
Martin Dougiamas
e30fabaec5 NOBUG Fixed an obvious typo 2010-06-29 14:27:10 +00:00
Andrew Davis
02f2c7bda1 messaging MDL-22320 replaced the old popup index.php with the new non-popup index.php 2010-06-29 07:27:24 +00:00
Andrew Davis
08fc3df296 messaging MDL-22320 Removed duplicate messages settings link 2010-06-28 02:32:27 +00:00
Sam Hemelryk
958921976d navigation MDL-22953 Fixed referencing issue in navigation for the site course 2010-06-28 01:50:50 +00:00
Andrew Davis
c81b9f69c6 messaging MDL-22320 changes to navigationlib.php for new messaging UI 2010-06-25 08:20:16 +00:00
Petr Skoda
df997f841f MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
    MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
    MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
    MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
    MOV [enrolenddate,core],[enrolenddate,enrol_self]
    CPY [welcometocourse,core],[welcometocourse,enrol_self]
    CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
    MOV [notenrollable,core],[notenrollable,core_enrol]
    MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
    MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
    MOV [coursemanager,core_admin],[coursecontact,core_admin]
    MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
    MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
    MOV [enrolme,core],[enrolme,core_enrol]
    MOV [unenrol,core],[unenrol,core_enrol]
    MOV [unenrolme,core],[unenrolme,core_enrol]
    MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
    MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
    MOV [enrolments,core],[enrolments,core_enrol]
    MOV [enrolperiod,core],[enrolperiod,core_enrol]
    MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
Sam Hemelryk
538891b5fc navigation MDL-22732 Removed add resources and activities branches from nav when editing 2010-06-11 05:33:50 +00:00