33 Commits

Author SHA1 Message Date
Petr Skoda
081003b685 MDL-31807 fix invalid nulls in cohort components
Credit goes to Stephen.
2012-03-03 10:56:31 +01:00
Ruslan Kabalin
543009cba4 MDL-29695 cohorts: Add pagination and search to cohorts adminstartion page 2011-10-18 10:54:59 +13:00
Rajesh Taneja
e9de1cf49c MDL-27896 context - Fixed editor context to observe filter status 2011-08-12 11:33:21 +08:00
Petr Skoda
50584dd3cc MDL-28468 fix cohort assign check 2011-08-05 21:43:29 +02:00
Sam Hemelryk
9c52c8a4b0 Merge branch 'w27_MDL-25954_m22_cohortnav' of git://github.com/skodak/moodle 2011-07-11 16:20:03 +08:00
Sam Hemelryk
48ae99cbaf Merge branch 'w27_MDL-28273_m22_cohortremove' of git://github.com/skodak/moodle 2011-07-11 14:50:56 +08:00
Petr Skoda
9aa14ff4b2 MDL-28278 use icons in cohort UI 2011-07-10 10:03:42 +02:00
Petr Skoda
21c8d60dac MDL-25954 fix cohort navigation issues 2011-07-09 17:18:06 +02:00
Petr Skoda
5121a95da2 MDL-28273 waring that removing user from cohorts may unenrol from courses 2011-07-09 16:23:36 +02:00
Sam Hemelryk
367a75fae4 themes lib MDL-24895 Multiple fixes to better handle overflow.
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
Petr Skoda
fbaea88faa MDL-24321 switching to stdClass in /c*/ 2010-09-21 08:13:11 +00:00
Petr Skoda
707f4136c1 fixed phpdocs package and improved author link 2010-09-17 11:51:49 +00:00
Petr Skoda
edaf7ff3e2 spelling typo 2010-09-17 11:50:06 +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
Dan Marsden
13f6694500 Cohort MDL-23484 typo - thanks to Daren Chandisingh for patch 2010-07-23 00:40:30 +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
Petr Skoda
0defeb1671 MDL-21781 fixed idnumber validation - thanks David for spotting the problem 2010-05-31 15:05:47 +00:00
Rossiani Wijaya
bd08a24a8a add page heading 2010-05-27 09:33:46 +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
Petr Skoda
f6eb428ea6 MDL-21781 trying to fix context+page title filtering trouble 2010-04-23 10:39:47 +00:00
Petr Skoda
a174e4a31a MDL-21781 fixed coding style 2010-04-23 09:16:18 +00:00
Petr Skoda
92343cd2eb MDL-21781 added support for autocreation of groups from cohorts 2010-04-23 09:15:55 +00:00
Petr Skoda
62bc50190b MDL-21781 fixed case 2010-04-23 09:15:27 +00:00
Petr Skoda
4a0ef03e8a MDL-21781 protect cohorts created by external systesm - we can not edit them with our UIs 2010-04-23 09:15:04 +00:00
Petr Skoda
e60ff53619 MDL-21781 move cohorts away when deleting course category 2010-04-23 09:14:36 +00:00
Petr Skoda
9e1065a812 MDL-21781 cohorts may be moved to different course categories/system context 2010-04-23 09:13:49 +00:00
Petr Skoda
864e2805d0 MDL-21781 integrating cohorts into UI - admin tree and list of categories in edit mode (there is no other better place which shows all categories imho) 2010-04-23 09:13:19 +00:00
Petr Skoda
c5070d06d7 MDL-21781 fixed some more cohort assign issues 2010-04-23 09:11:48 +00:00
Petr Skoda
b1e2e6b8b3 MDL-21781 fixed incorrect options in user selectors 2010-04-23 09:11:16 +00:00
Petr Skoda
cec5baaabb MDL-21781 fixed nav bar 2010-04-23 09:10:43 +00:00
Petr Skoda
a379029c54 MDL-21781 cohort id duplicates detection 2010-04-23 09:10:05 +00:00
Petr Skoda
c7d5ed1cf3 MDL-21781 fixed cap checks 2010-04-23 09:08:37 +00:00
Petr Skoda
b980c56e2e MDL-21781 very basic cohorts UI 2010-04-23 09:07:51 +00:00