David Monllao
3de603a175
MDL-38821 enrol_cohort: Fixing setType missing calls
2013-04-02 15:37:00 +08:00
Frederic Massart
982f4bc40e
MDL-38301 usability: Fixed wrong icon size
2013-02-15 10:04:57 +08:00
Petr Škoda
a069c3f76a
MDL-35899 fix cohort sorting in enrol UI
2013-01-12 16:00:29 +01:00
Petr Škoda
c61162310c
MDL-37298 use progress_trace in enrol_cohort sync
2012-12-25 14:55:37 +01:00
Dan Poltawski
3280819b20
Merge branch 'MDL-30899_master' of git://github.com/dmonllao/moodle
2012-12-18 09:10:42 +08:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
David Monllao
f068cac195
MDL-30899 moodle-core-notification Adding focus to non modal windows
2012-11-27 14:40:10 +08:00
Petr Škoda
125e96f370
MDL-35839 add tests for enrol instance deleting
2012-10-06 19:37:05 +02:00
Petr Škoda
7881024ec4
MDL-31437 add group sync option to enrol_cohort
...
This patch includes following changes and new features:
* Group sync in enrol_cohort plugin.
* Option for editing of role in existing cohort sync instance.
* Group memberships are now restored after enrolments.
* New enrol method for restore of protected group membership.
* New component callback 'restore_group_member' for restore of general plugin group membership.
* New component callback 'restore_role_assignment' for restore of general plugin role assignments.
* Implemented group membership protection in enrolment UI.
* Other minor fixes and cleanup.
Notes:
* The YUI base enrolment page is not reimplemented yet - see MDL-35618.
2012-09-28 21:00:00 +02:00
Petr Škoda
08403f9e31
MDL-31437 add enrol_cohort tests
2012-09-27 14:40:24 +02:00
Nadav Kavalerchik
8e04747b8c
MDL-35248 - Left justify CLOSE button on users modal dialog, when in RTL mode
2012-09-17 12:12:12 +08:00
Eloy Lafuente (stronk7)
9549090df0
MDL-27856 Fix incorrect instanceid assignment.
2012-09-14 01:52:04 +02:00
Eloy Lafuente (stronk7)
b01c955fef
Merge branch 'w37_MDL-27856_m24_cohortrestore' of git://github.com/skodak/moodle
2012-09-14 01:19:50 +02:00
Petr Škoda
7fc9433c87
MDL-35270 fix ambiguously defined column
...
Credit goes to Sara Arjona, thanks.
2012-09-08 10:49:00 +02:00
Petr Škoda
e7193380d8
MDL-27856 coding style cleanup
2012-09-07 11:13:34 +02:00
Petr Škoda
94335e5a97
MDL-27856 support restore of cohort in the same site
2012-09-07 11:13:27 +02:00
Ankit Agarwal
d197ea4300
MDL-34549 libraries: Replace get_context_instance_by_id() by context::instance_by_id()
2012-08-24 11:30:10 +08:00
Dan Poltawski
d94ef56395
MDL-34870 enrol_cohort - don't need to do useless work
2012-08-22 10:02:53 +08:00
Adam Olley
238a7b3ae0
MDL-34870: Prevent cohort enrol sync when updating course record
2012-08-14 13:56:44 +09:30
Andrew Robert Nicols
d2a27ab01b
MDL-29007 Rename moodle-enrol-notification to moodle-core-notification
2012-07-25 16:22:18 +01:00
Dan Poltawski
18d3e39072
Merge branch 'MDL-34461-master-integration' of git://github.com/FMCorz/moodle
2012-07-24 17:08:13 +08:00
Frederic Massart
55bcef2954
MDL-34461 Librairies: Replaced deprecated get_context_instance()
2012-07-23 17:42:05 +08:00
Rajesh Taneja
405aca3532
MDL-32942 libraries: Replaced deprecated PARAM_ACTION and PARAM_FORMAT with PARAM_ALPHANUMEXT
2012-07-19 15:46:10 +08:00
Adam Olley
c71fe473bb
MDL-32057: Fix cohort enrolment css for ie7
2012-07-03 09:22:11 +09:30
Eloy Lafuente (stronk7)
c5e783e512
MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700
2012-06-18 02:37:00 +02:00
Petr Skoda
e807c0be4f
MDL-32095 fix event handler classes to be E_STRICT compatible
2012-03-26 16:04:47 +02:00
Sam Hemelryk
887fd0e4c7
Merge branch 'MDL-31831' of git://github.com/stronk7/moodle
2012-03-01 14:34:09 +13:00
Eloy Lafuente (stronk7)
5dbfbacc49
MDL-31831 whitespace clean - take2
2012-03-01 02:20:35 +01:00
Eloy Lafuente (stronk7)
eaf7533fc1
Merge branch 'wip-MDL-30985-m23' of git://github.com/samhemelryk/moodle
2012-03-01 01:07:33 +01:00
Petr Skoda
e67bc2a410
MDL-30964 fix phpdocs in access.php files in all plugins
2012-02-27 07:23:10 +01:00
Sam Hemelryk
1d1719f5dd
MDL-30985 Fixed up event API phpdocs
2012-02-27 14:34:06 +13:00
Petr Skoda
7cfe640499
MDL-30944 improve enrol_cohort plugin
...
List of changes:
* configurable unenrol action
* cron period increased to 1 hour in order to lower server load, courses should not get out of sync often
* CLI sync script for debugging or manual sync after configuration change
* phpdocs fixes
* when plugin is disabled all roles are removed, enrollments are kept
* uninstall script
* other bugfixing and performance improvements
2012-01-08 14:06:05 +01:00
Petr Skoda
9dbf768ede
MDL-30007 standardise enrol plugins version info
2011-11-29 21:09:42 +01:00
Sam Hemelryk
e797476fd2
MDL-29695 enrol-cohort: Minor code improvement
2011-10-18 11:02:00 +13:00
Ruslan Kabalin
22a811be2d
MDL-29695 enrol: cohort: Add pagination and search to quickenrolment interface
2011-10-18 10:54:51 +13:00
Ruslan Kabalin
7757237cdd
MDL-29692 enrol: cohort: Fix default role issue in Chrome
...
This is related to MDL-24280, the issue still persists in Chrome. The patch
fixes it for Chrome and works fine for the most major browsers.
2011-10-10 14:57:42 +13:00
Petr Skoda
0958759dc2
MDL-28554 workaround for http://yuilibrary.com/projects/yui3/ticket/2530999
...
Do not load io-xdr and io-upload-iframe on the same page.
2011-08-25 11:38:34 +02:00
Petr Skoda
6df9761774
MDL-28432 use enrol/cohort and enrol/manual capabilities correctly in cohort enrol UI and fix input validation in ajax
2011-07-22 09:52:12 +02:00
Petr Skoda
e0dd7cb005
MDL-23532 fix missing include
2011-04-27 08:56:12 +02:00
Sam Hemelryk
884faffda3
MDL-23532 enrol - fixed up SQL indenting and added missing sesskey calls that were removed after refactoring
2011-04-21 10:02:55 +08:00
Sam Hemelryk
076995bf91
MDL-23532 enrol - fixed regressions after latest weekly and improved moodle_page handling
2011-04-21 10:02:54 +08:00
Sam Hemelryk
cf855c0b7a
MDL-23532 enrol - separated AJAX functions from enrol/ajax.php to their respective enrol plugins
2011-04-21 10:02:54 +08:00
Sam Hemelryk
b69ca6bee4
MDL-23532 enrol - moved UI enrolment components from core enrol to their respective enrolment plugins
2011-04-21 10:02:54 +08:00
Petr Skoda
e1ce68c2f9
MDL-26991 use archetypes instead of deprecated 'legacy' when defining roles in enrol plugins
2011-03-28 19:19:54 +02:00
Petr Skoda
55f1e3426a
MDL-24276 reversed order of roles
2010-09-19 10:49:24 +00:00
Petr Skoda
650462dfac
MDL-24211 events subsystem cleanup and improvements
...
* handlers can be defined as internal or external
* external handlers are not called instantly when inside DB transaction
* code cleanup
* more robust detection of broken handlers
* refixed unit tests
* removing all pending events from 1.9 - these can not be processed due to encoding changes
* finally using real 'component' in handlers table
2010-09-15 15:55:18 +00:00
Petr Skoda
684784c81c
MDL-23502 fixing headers, navigation and form submit buttons
2010-08-01 19:59:25 +00:00
Petr Skoda
9779585953
MDL-23502 oops, die()!
2010-07-31 20:30:29 +00:00
Petr Skoda
465f508826
MDL-23502 fixed php docs in enrol/cohort + readding config capability for more fine grained access control
2010-07-31 20:12:13 +00:00
Petr Skoda
e25f24669b
MDL-23502 improved new instance function name
2010-07-31 20:02:56 +00:00