Dan Marsden
20d694ac59
MDL-29290 fix spacing
2011-11-16 08:51:57 +13:00
Dan Marsden
cffd976ee3
MDL-29290 Enrol IMSEnterprise - use correct course defaults - thanks to Adam Barbary for the fix
2011-11-16 08:51:57 +13:00
Eloy Lafuente (stronk7)
8ac9d33f49
Merge branch 'MDL-26647-master' of git://github.com/sammarshallou/moodle
...
Conflicts:
lib/db/upgrade.php
report/completion/index.php
report/progress/index.php
version.php
2011-11-11 03:37:55 +01:00
Eloy Lafuente (stronk7)
cff6d78a7b
Merge branch 'MDL-30027' of git://github.com/mouneyrac/moodle
2011-11-10 01:58:57 +01:00
Eloy Lafuente (stronk7)
7ca578dea9
Merge branch 'w44_MDL-30148_m22_guestpass' of git://github.com/skodak/moodle
2011-11-09 23:59:02 +01:00
Eloy Lafuente (stronk7)
d64cb2fb73
Merge branch 'w44_MDL-30131_m22_enrolcaching' of https://github.com/skodak/moodle
2011-11-09 23:47:01 +01:00
Eloy Lafuente (stronk7)
ff64599f25
Merge branch 'w44_MDL-29897_m22_upgradetxt' of git://github.com/skodak/moodle
2011-11-09 16:35:57 +01:00
Sun Zhigang
81bb0556d9
MDL-29722 - No default guest enrol instance for requested courses
2011-11-09 15:20:00 +08:00
Petr Skoda
817e396a84
MDL-30148 remember guest access key
...
Remember password for course guest access and reuse it if the enrol cache is reset. Do not print guest access form when already using guest course access.
2011-11-06 11:00:31 +01:00
Petr Skoda
bbfdff344c
MDL-30131 improve current user enrol caching
2011-11-06 09:40:06 +01:00
sam marshall
b849c21255
MDL-26647 (8) Support showuseridentity on enrol screen
...
Includes support for the table display, plus the AJAX, including search. (The fallback version uses user selector so is already supported.)
2011-11-04 13:57:21 +00:00
Petr Skoda
ee362526f8
MDL-29897 Update upgrade.txt files
2011-11-03 08:11:55 +01:00
Jerome Mouneyrac
f4a75854b7
MDL-30027 support no options + fix wrong param validation call
2011-11-01 15:22:28 +08:00
Aparup Banerjee
b6d2f5b266
Merge branch 'w43_MDL-29984_m22_enroltoday' of git://github.com/skodak/moodle
2011-10-31 15:25:55 +08:00
Petr Skoda
9ccb37ad8b
MDL-29824 bump up version after new lang string
2011-10-30 13:35:12 +01:00
Petr Skoda
78c5042e06
MDL-29824 improve notification of max number of enrolled users
2011-10-30 13:34:23 +01:00
Petr Skoda
4f500c259c
MDL-29984 fix undefined $today when no course start date
2011-10-28 15:11:42 +02:00
Eloy Lafuente (stronk7)
85819105a6
Merge branch 'w42_MDL-29688_m22_enrol' of git://github.com/skodak/moodle
2011-10-26 11:40:01 +02:00
Petr Skoda
dcb9a0c1f1
MDL-29688 rewrite complex joins to be compatible with MySQL
...
Unfortunately MySQL does not handle complex EXISTS queries properly…
2011-10-26 11:35:42 +02:00
Sam Hemelryk
e6acc5518b
MDL-29106 white space clean up
2011-10-25 15:28:52 +13:00
Sam Hemelryk
44d10ad002
Merge branch 'w42_MDL-29688_m22_enrol' of git://github.com/skodak/moodle
2011-10-25 14:02:20 +13:00
Jerome Mouneyrac
5d1017e11d
MDL-29106 new web service naming convention
2011-10-24 11:06:00 +08:00
Petr Skoda
379434e440
MDL-29688 add support for status sync in enrol meta plugin
2011-10-23 20:52:10 +02:00
Petr Skoda
804796138a
MDL-29688 properly reactivate ext db enrolment
2011-10-23 20:51:39 +02:00
Petr Skoda
358fb4dc06
MDL-29688 fix user enrolment modification event
...
Fixed invalid event name and usage.
2011-10-23 20:30:33 +02:00
Eloy Lafuente (stronk7)
c2551ed593
Merge branch 'w41_MDL-29602_m22_accesslib' of git://github.com/skodak/moodle
2011-10-18 13:15:13 +02: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
Petr Skoda
e922fe23b6
MDL-29602 accesslib improvements
...
Refactoring and improvements of the accesslib.php library including prevention of access for not-logged-in users when forcelogin enabled, improved context caching, OOP refactoring of contexts, fixed context loading, deduplication of role definitions in user sessions, installation improvements, decoupling of enrolment checking from capability loading, added detection of deleted and non-existent users in has_capability(), new function accesslib test, auth and enrol upgrade notes.
More details are available in tracker subtasks.
2011-10-16 14:05:18 +02: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
Eloy Lafuente (stronk7)
3afd493065
Merge branch 'w36_MDL-29326_m22_sqlsrv' of git://github.com/skodak/moodle
2011-09-13 17:33:42 +02:00
Aparup Banerjee
d1e362405e
Merge branch MDL-29186-master of git://github.com/samhemelryk/moodle
...
- resolved conflicts, minor whitespace and fixed quote.
- note: textlib_get_instance() is already deprecated
2011-09-13 16:06:21 +08:00
Aparup Banerjee
5433da6064
Merge branch MDL-29189-master of git://github.com/samhemelryk/moodle
...
- resolved conflicts.
2011-09-13 11:39:06 +08:00
Sam Hemelryk
eb38d45b4e
MDL-29189 course Minor fixups after code review
2011-09-13 11:17:18 +12:00
Petr Skoda
5cc6b84731
MDL-29326 add support for auth and enrol using mssqlnative adodb driver
2011-09-12 09:23:47 +02:00
Sam Hemelryk
f8adfe6cc0
Merge branch 'w36_MDL-28701_m22_tempcachedir' of git://github.com/skodak/moodle
2011-09-12 18:26:09 +12:00
Petr Skoda
05e60bd206
MDL-29306 support multiple roles in ext enrol db
2011-09-10 23:30:58 +02:00
Tom Lanyon
af9b14446d
MDL-28701 Change uses of make_upload_directory(temp) to make_temp_directory().
2011-09-10 10:43:49 +02:00
Tom Lanyon
7aa06e6ded
MDL-28701 Change all uses of $CFG->dataroot/temp to $CFG->tempdir
2011-09-10 10:35:39 +02:00
Sam Hemelryk
91d284c145
MDL-29186 multilang Reviewed the uses of course fullname and ensured things were being formatted consistently
2011-09-08 09:38:46 +12:00
Sam Hemelryk
8ebbb06adf
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:27 +12:00
Petr Skoda
89631804a4
Merge branch 'w33_MDL-28554_m22_yui' of github.com:skodak/moodle
2011-08-25 11:40:07 +02: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
Eloy Lafuente (stronk7)
a2e87acfc5
Merge branch 'w33_MDL-29020_m22_clidbenrol' of git://github.com/skodak/moodle
2011-08-24 03:50:41 +02:00
Sun Zhigang
c03ae03383
MDL-29019 enrol - fix a typo
2011-08-24 01:30:57 +02:00
Eloy Lafuente (stronk7)
3a6cd081e4
Merge branch 'w33_MDL-29011_m22_nomanualenrol' of git://github.com/skodak/moodle
2011-08-23 23:12:34 +02:00
Eloy Lafuente (stronk7)
fb57247ed2
MDL-28962 enrol imsenterprise - whitespace fix
2011-08-23 18:39:48 +02:00
Petr Skoda
1e3c41c0cf
MDL-29011 do not require manual enrol cap on the enrolled users page
2011-08-21 18:17:43 +02:00
Petr Skoda
6650f3dedf
MDL-29020 add CLI verbose mode and stop requiring course idnumber when external column specified
2011-08-20 12:59:23 +02:00
Dan Marsden
5375c60ad4
MDL-28962 enrol imsenterprise - incorrect conversion of new dml syntax - thanks to Patrick Gagnon for report and fix.
2011-08-18 13:39:22 +12:00