Commit graph

1853 commits

Author SHA1 Message Date
Petr Skoda
ba206b3a2f curl now mandatory 2010-08-10 09:26:12 +00:00
Petr Skoda
bce08d9a37 MDL-23739 improved ajax headers - now using application/json with the exception of YUI upload 2010-08-10 08:50:08 +00:00
Petr Skoda
cc1d9893d7 MDL-23719 some more explanation how longtimenosee works in enrol_self 2010-08-09 10:25:54 +00:00
Petr Skoda
770ab27f1d MDL-23719 longtimenosee finally reimplemented - it is now used in self enrol only. It should be faster, easier to configure and finally there should not be any "my users are disappearing" reports in the future 2010-08-09 10:19:25 +00:00
Petr Skoda
6aae37125d MDL-23708 removing ENrol cohort button when no cohort visible by user or user not allowed to use it 2010-08-09 07:35:35 +00:00
Sam Hemelryk
9f49935eff enrol MDL-23688 added missing argument to table::set_fields 2010-08-06 02:11:01 +00:00
jerome mouneyrac
cac3999e34 webservice MDL-23679 fix get_enrolled_users return description 2010-08-05 16:44:51 +00:00
Sam Hemelryk
b0060fe57b enrolment MDL-23669 Added missing call to $PAGE->set_course from enrol/index.php 2010-08-05 02:24:39 +00:00
Petr Skoda
52d588210e MDL-22789 addding forgotten group enrol option 2010-08-02 07:05:16 +00:00
Petr Skoda
684784c81c MDL-23502 fixing headers, navigation and form submit buttons 2010-08-01 19:59:25 +00:00
Petr Skoda
97c65be564 MDL-23502 fixed php docs in enrol/imsenterprise 2010-07-31 20:36:21 +00:00
Petr Skoda
4a77c44359 MDL-23502 fixed php docs in enrol/ldap 2010-07-31 20:33:43 +00:00
Petr Skoda
9779585953 MDL-23502 oops, die()! 2010-07-31 20:30:29 +00:00
Petr Skoda
e2382027e2 MDL-23502 fixed php docs in enrol/meta + adding config cap 2010-07-31 20:28:32 +00:00
Petr Skoda
af82383fde MDL-23502 fixed php docs in enrol/mnet - minor coding style fixes 2010-07-31 20:24:04 +00:00
Petr Skoda
f699087144 MDL-23502 fixed php docs in enrol/guest + fixed use of config cap 2010-07-31 20:22:29 +00:00
Petr Skoda
974fedfeda MDL-23502 sorting lang strings again 2010-07-31 20:19:53 +00:00
Petr Skoda
4460eab552 MDL-23502 fixed php docs in enrol/flatfile 2010-07-31 20:18:50 +00:00
Petr Skoda
9232bceb53 MDL-23502 fixed php docs in enrol/database + removed unnecessary caps 2010-07-31 20:15:36 +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
fe4419332b MDL-23502 fixed php docs in enrol/category 2010-07-31 20:07:51 +00:00
Petr Skoda
e25f24669b MDL-23502 improved new instance function name 2010-07-31 20:02:56 +00:00
Petr Skoda
42761bc637 MDL-23502 PayPal plugin now using separate edit form; added missing capabilities and unenrol self support 2010-07-31 20:00:14 +00:00
Petr Skoda
8372f76728 MDL-23502 improved coding style 2010-07-31 19:14:44 +00:00
Petr Skoda
c65171b738 MDL-23502 ohlala, sorting lang strings and adding new unenrolself string 2010-07-31 19:09:47 +00:00
Petr Skoda
5eb222fbe8 fixed docs 2010-07-31 19:07:03 +00:00
Petr Skoda
953234e097 MDL-23502 added missing instance data validation 2010-07-31 19:04:57 +00:00
Petr Skoda
06fa8101fc whitespace fix 2010-07-31 19:03:39 +00:00
Petr Skoda
862259bea0 MDL-23502 fixed unenroll self login in self plugin 2010-07-31 18:54:14 +00:00
Petr Skoda
a00a44e150 MDL-23502 fixed unenroll self login in manual plugin 2010-07-31 18:53:59 +00:00
Petr Skoda
24a625725a MDL-23502 php docs improvements and cleanup 2010-07-31 18:41:28 +00:00
Petr Skoda
5379726a09 MDL-23502 fixed package info 2010-07-31 13:48:27 +00:00
Petr Skoda
0f4ac87010 MDL-23502 fixed version info 2010-07-31 13:47:04 +00:00
Petr Skoda
c9f9c90009 MDL-23502 self enrol not part of course edit page any more 2010-07-31 13:45:44 +00:00
Petr Skoda
c1adaed0b5 MDL-23502 no form field disabling necessary any more 2010-07-31 13:22:44 +00:00
Petr Skoda
c1dfc4a8cf MDL-23502 coding style 2010-07-31 13:10:00 +00:00
Petr Skoda
0848a19608 MDL-23502 make sure there are not multiple instances of manual enrol plugin 2010-07-31 12:20:23 +00:00
Petr Skoda
eafb7a72dc MDL-23502 manual enrol plugin is not part of course edit screen any more 2010-07-31 12:13:38 +00:00
Petr Skoda
2d4b1f3e0d MDL-23502 refactoring towards separate instance config forms 2010-07-31 09:58:36 +00:00
jerome mouneyrac
41e962ffb0 webservice MDL-23440 more explicit error message when validation context fail in some external functions. 2010-07-30 06:00:32 +00:00
David Mudrak
4bac47bd65 MDL-21695 Dropping enrol/authorize help - to be added by the plugin maintainer 2010-07-28 11:04:11 +00:00
samhemelryk
9fe92ae8c3 enrol MDL-22854 Fixed usage of $PAGE and $OUTPUT within enrol table component 2010-07-28 09:24:08 +00:00
samhemelryk
4a370785b6 enrol MDL-22854 Re-jigged the enrolment dialogue putting the role and options up the top 2010-07-28 09:11:03 +00:00
Petr Skoda
12b8f43314 MDL-21524 fixed wrong var names, credit goes to Heiko Schach 2010-07-27 19:07:58 +00:00
Petr Skoda
74f64f62bb MDL-22783 fixing default roles in ims settings 2010-07-25 17:33:14 +00:00
Petr Skoda
d67fb0413c MDL-23412 fixed incorrect settings defaults - it was causing problems in install 2010-07-25 17:21:57 +00:00
Petr Skoda
0cd579d7de MDL-22788 fixed wrong currency default 2010-07-25 17:19:29 +00:00
Sam Hemelryk
9f15347e2c enrol MDL-23447 Others users page now only lists roles that have moodle/course:view 2010-07-23 08:21:42 +00:00
Aaron Barnes
fa36ca3db7 MDL-22783 upgrade enrol/flatfile plugin to use enrolments
Adding/removing files missed in last patch
2010-07-22 03:33:28 +00:00
Aaron Barnes
e8e0d84584 MDL-22781 upgrade enrol/flatfile plugin to use enrolments
Adding/removing files missed in last patch
2010-07-22 03:11:27 +00:00