2410 Commits

Author SHA1 Message Date
Rossiani Wijaya
fb66c52e06 MDL-20447 - add page heading 2010-05-27 09:55:39 +00:00
Rossiani Wijaya
b3ddf59ab4 add page heading 2010-05-27 09:47:33 +00:00
jerome mouneyrac
bab04a6d98 publication MDL-19315 add activities and blocks information when publishing a course 2010-05-27 07:09:55 +00:00
Sam Hemelryk
e34a326f72 course-section MDL-22262 Added a summaryformat field to the database and implemented it when editing/viewing sections and backup 2010-05-27 03:07:54 +00:00
Sam Hemelryk
24e27ac0c1 course MDL-8369 Front page combo list is now restructured and exandable by JavaScript
This patch also implements a course renderer.
2010-05-27 01:40:11 +00:00
jerome mouneyrac
1daea7fa49 publication MDL-19315 trivial code improvement 2010-05-26 07:00:57 +00:00
jerome mouneyrac
8f6e76c1e6 course publication MDL-19315 fix regression: do not delete any temp backup when advertising a course 2010-05-26 06:30:57 +00:00
jerome mouneyrac
804360f9e1 course publication MDL-19315 fix warning bug during backup upload + send right ws token to the hub 2010-05-26 06:13:58 +00:00
jerome mouneyrac
2a648ff2c2 publication MDL-19315 add hub listing status checking functionality 2010-05-25 08:26:16 +00:00
Petr Skoda
bf34822b9d MDL-22547 course->legacyfiles switch implemented 2010-05-22 13:10:05 +00:00
Sam Marshall
31c9330392 accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php 2010-05-21 11:51:23 +00:00
jerome mouneyrac
544501449d publication MDL-19315 display message when no hub can be selected 2010-05-21 02:13:22 +00:00
Sam Hemelryk
d6d07a6821 navigation MDL-14632 Fixed up pagelayouts and navbars in the group section 2010-05-20 07:35:44 +00:00
Sam Hemelryk
7c4efe3bc4 navigation MDL-14632 Added fuzzy matching as a worst case scenario to find the active node and tidied up course report page layouts 2010-05-19 07:57:00 +00:00
Martin Dougiamas
dec1351465 MDL-19315 Tidying up the publish page to remove the layout table 2010-05-19 07:41:25 +00:00
jerome mouneyrac
e2ed692db3 publication MDL-19315 add informative text to the hub selector page + select Moodle.org by default 2010-05-19 07:39:52 +00:00
jerome mouneyrac
b46a984259 publication MDL-19315 add Sam's javascript select for subject field 2010-05-19 06:00:09 +00:00
jerome mouneyrac
bde8d7717e publication MDL-19315 add publisher email field + some help icons + reorder some fields + change some default 2010-05-19 05:30:34 +00:00
jerome mouneyrac
4676eaf79b publish course MDL-19315 refactor the publish index page + add unpublish operation 2010-05-19 03:21:58 +00:00
Petr Skoda
adf176d711 MDL-22479 removed all get_admin calls from upgrade script, fixed regessions in get_users_from_config() and reimplemented admin support in admin_setting_users_with_capability(), switch non-unique usernames in admin settings to user ids and upgraded existing settings + some more validation 2010-05-18 16:59:08 +00:00
Sam Hemelryk
87c215de67 navigation MDL-14632 Fixed up user profile navigation and settings after recent changes. 2010-05-17 05:38:59 +00:00
jerome mouneyrac
eece88be25 course publish MDL-19315 fix improper use of moodle form (=> require values go now through validation) 2010-05-17 02:33:37 +00:00
Martin Dougiamas
99cca8470e MDL-19124 Continued misc user profile cleanups
- fixed user styles in base theme
    - added new divs for better control on user profile and user index pages
    - reduced data on course user profiles down to minimum
    - removed user/tabs.php completely and all uses of it
    - changed default user icon pix to something very bland (bye bye smiley cake)
2010-05-16 08:21:12 +00:00
David Mudrak
4868e95f58 Use defaultrequestcategory for new course from print_courses() if no other category is available
print_courses() produced PHP notice (Trying to get property of
non-object) and generated an invalid button to create a new course in this
case: (1) Passed paramater $category is 0 to display all categores (as in
case of home page, for example) and (2) get_child_categories(0) returns
more than one record. In such case, $categories is still a plain
integer, does not contain ->id property and the called /course/edit.php
exits with error.
This patch uses $CFG->defaultrequestcategory as category id in this
case.
2010-05-14 14:06:39 +00:00
jerome mouneyrac
2b52fe433c course publish MDL-19315 improve publication form (add restriction on the top subject selection) 2010-05-14 07:42:50 +00:00
Sam Hemelryk
c07dfe7021 navigation MDL-14632 Added pagelayout calls to set more appropriate page layouts 2010-05-14 07:07:15 +00:00
jerome mouneyrac
178097a0c0 course publication MDL-19315 retrieve previously published information when republished 2010-05-13 08:49:13 +00:00
Martin Dougiamas
bfebaf64d8 MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script. 2010-05-13 02:02:05 +00:00
Martin Dougiamas
15ac57cbc0 MDL-19313 Use an existing exception code 2010-05-12 07:56:48 +00:00
David Mudrak
27d1a27c21 MDL-21695 Migrating the usage of root help files so far re-worded
AMOS BEGIN
 HLP forcepasswordchange.html,[forcepasswordchange_help,core]
 HLP interestslist.html,[interestslist_help,core]
 HLP newpassword.html,[newpassword_help,core]
 HLP permissions.html,[permissions_help,core_role]
 HLP picture.html,[newpicture_help,core]
 HLP picture.html,[newpicture_help,core_group]
 HLP roles.html,[roles_help,core_role]
AMOS END
2010-05-06 21:27:58 +00:00
David Mudrak
5fb882193f MDL-21695 Bye bye help/course*.html and help/rolerenaming.html, we have better friends now 2010-05-06 18:32:03 +00:00
David Mudrak
9f48fa3789 MDL-21695 Course fullname string 2010-05-06 18:06:05 +00:00
David Mudrak
976033c6f2 MDL-22367 Bye bye Course Fullname 101, you cost us too many queries 2010-05-06 17:53:34 +00:00
David Mudrak
036880940e MDL-21695 Strings and helps cleanup 2010-05-06 17:05:43 +00:00
jerome mouneyrac
99fbb74ebd publish MDL-19315 course url is now not editable, change advertise/share for enrollable/downloadable 2010-05-06 07:03:04 +00:00
Sam Hemelryk
ae2fa74f95 blocks MDL-22311 Fixed page layout for course/modedit.php
For future note and all those who read CVS commit messages calls to set pagelayout MUST come before any mforms instantiations.
2010-05-06 03:39:12 +00:00
David Mudrak
af455aa011 MDL-21695 Completion on grade help string + placeholder fix
AMOS BEGIN
 HLP completion/completionusegrade.html,[completionusegrade_help,core_completion]
AMOS END
2010-05-05 00:10:26 +00:00
David Mudrak
c8dcb793c4 MDL-21695 Yet some completion help strings fix
AMOS BEGIN
 HLP completion/completionicons.html,[completionicons_help,core_completion]
AMOS END
2010-05-05 00:03:13 +00:00
David Mudrak
13c76792a2 MDL-21695 Removing some help strings as suggested by Helen 2010-05-04 23:33:45 +00:00
David Mudrak
83fc9994bb MDL-21695 Fixing some regressions at the course settings page
AMOS BEGIN
 HLP expirynotify.html,[notify_help,core]
AMOS END
2010-05-04 10:07:47 +00:00
jerome mouneyrac
276f590e11 community MDL-19314 improved the community search function (still lot more coming soon), fix subject field when publishing course 2010-05-04 09:41:44 +00:00
David Mudrak
ddd9f9266b MDL-21695 Help strings for the activity module common settings
AMOS BEGIN
 HLP cmidnumber.html,[idnumbermod_help,core]
 HLP completion/completionexpected.html,[completionexpected_help,core_completion]
 HLP completion/completionlocked.html,[completionlocked_help,core_completion]
 HLP condition/completioncondition.html,[completioncondition_help,core_condition]
 HLP condition/conditiondates.html,[availablefrom_help,core_condition]
 HLP condition/conditiondates.html,[availableuntil_help,core_condition]
 HLP condition/showavailability.html,[showavailability_help,core_condition]
 HLP grouping.html,[grouping_help,core_group]
 HLP groupmembersonly.html,[groupmembersonly_help,core_group]
 HLP groupmode.html,[groupmode_help,core_group]
AMOS END
2010-05-03 20:43:55 +00:00
Petr Skoda
3e29781d11 MDL-21655 fixed regression which prevented guests to enter access key 2010-05-03 19:50:57 +00:00
David Mudrak
5e67868ef0 MDL-21695 Course settings page help strings
Many of them are missing at the moment, Helen shall fix that soon

AMOS BEGIN
 HLP courseavailability.html,[availability_help,core]
 HLP coursecategory.html,[category_help,core]
 HLP courseenrollable2.html,[enrollable_help,core]
 HLP courseenrolmentplugins.html,[enrolmentplugins_help,core]
 HLP courseformats.html,[format_help,core]
 HLP coursegrades.html,[showgrades_help,core]
 HLP coursehiddensections.html,[hiddensections_help,core]
 HLP courseidnumber.html,[idnumbercourse_help,core]
 HLP coursenewsitems.html,[newsitemsnumber_help,core]
 HLP coursereports.html,[showreports_help,core]
 HLP courseshortname.html,[shortnamecourse_help,core]
 HLP coursestartdate.html,[startdate_help,core]
 HLP courseuploadsize.html,[maximumupload_help,core]
 HLP expirynotify.html,[expirynotify_help,core]
 HLP expirynotifystudents.html,[expirynotifystudents_help,core]
 HLP expirythreshold.html,[expirythreshold_help,core]
 HLP groupmodeforce.html,[groupmodeforce_help,core]
 HLP groupmode.html,[groupmode_help,core]
 HLP metacourse.html,[managemeta_help,core]
 HLP rolerenaming.html,[rolerenaming_help,core]
AMOS END
2010-05-03 17:07:51 +00:00
jerome mouneyrac
7cfb760e41 course publication MDL-19315 remove personal log file call 2010-05-03 11:39:09 +00:00
jerome mouneyrac
a8f201f88c course publication MDL-19315 work version of course sharing 2010-05-03 11:37:00 +00:00
jerome mouneyrac
63c9d714b8 course publication MDL-19315 add help icons for course publication form 2010-05-03 06:31:39 +00:00
Dan Marsden
e7983475fd Events MDL-16203 - add user info to event trigger. 2010-05-02 22:43:35 +00:00
Martin Dougiamas
088e33633b Avoid a set_url notice on this page when user isn't enrolled 2010-05-02 09:12:18 +00:00
jerome mouneyrac
07ab0c80ec hub MDL-19309 new site registration form + course publication + community block 2010-05-01 05:05:55 +00:00