111 Commits

Author SHA1 Message Date
toyomoyo
59fe9db0e5 utilities js needs to be called before connection for YUI 2.3.0 to work 2007-08-03 03:03:05 +00:00
toyomoyo
a160cf0b17 fix for MDL-9983, trigger certain events out of the core to modules 2007-07-10 02:33:38 +00:00
toyomoyo
e513826187 MDL-9983, adding triggers for certain events, no handler implemented 2007-07-09 06:43:33 +00:00
Martin Langhoff
a9b24e489b cvsimport fixups - new files 2007-07-07 14:30:55 +12:00
Martin Langhoff
08103c9364 cvsimport fixups 2007-07-07 14:18:30 +12:00
skodak
cdbbd26f80 MDL-10064 global $CFG in unit test files is non standard, it is recommended to use MOODLE_INTERNAL test in all library files 2007-06-09 16:32:36 +00:00
skodak
52f81103d3 MDL-10063 simpletestlib.php included from majority of unit tests - let's include it once from the test runner itself 2007-06-09 16:17:33 +00:00
skodak
0ac948ea2a MDL-984adding forgottent rs_close() - thanks Eloy! merged from MOODLE_18_STABLE 2007-05-18 09:52:11 +00:00
skodak
93759defcf MDL-9842 Groups from groupings not moved to "Not in a grouping"; merged from MOODLE_18_STABLE 2007-05-18 09:20:52 +00:00
poltawski
e670e7fc30 MDL-9742 - Converting tabs to spaces in groups code 2007-05-09 00:25:51 +00:00
poltawski
dd87bde774 MDL-9742 - Converting tabs to spaces in groups code 2007-05-09 00:06:29 +00:00
poltawski
46e15fa354 MDL-9742 - Converting tabs to spaces in groups code 2007-05-08 23:44:31 +00:00
poltawski
f261e052f2 Fixed MDL-9639 and syntax error, merged from 18_STABLE 2007-05-05 15:16:39 +00:00
poltawski
5fe855d178 MDL-9660 - Fixed groups matches functions and added unit tests for them.. 2007-05-01 12:03:45 +00:00
skodak
54bb33eb10 MDL-9652 rename new password reveal to unmask 2007-04-30 18:03:19 +00:00
skodak
1ae083e424 MDL-9647 simplify dealing with headers/footers in admin sections 2007-04-30 17:08:34 +00:00
skodak
e4be47a0de MDL-9217 rearanged groups installation and upgrade - roles require groups; merged from MOODLE_18_STABLE 2007-04-29 11:40:26 +00:00
nfreear
73caba13ed Fixes bug MDL-9520, "groups_groupids_to_groups should return groups indexed by group ID". Merged from 1.8 branch. 2007-04-24 14:25:50 +00:00
skodak
e96167d2fa MDL-9181 Use new password field with reveal option in editadvanced and enrolment, group and quiz keys 2007-04-06 16:23:48 +00:00
nfreear
eb674f8b21 Fixes bug MDL-9221 "new group admin - can't view full group name". 2007-04-05 10:55:04 +00:00
nicolasconnault
f595adf57b MDL-9145 Fixed 1) and 2) 2007-04-04 01:43:31 +00:00
nfreear
9f9217cda1 Fixes bug MDL-9175 "Groups simpletest, fatal errors", also DONOTCOMMIT. Merged. 2007-04-03 10:21:38 +00:00
nicolasconnault
e4596a4a1c MDL-9167 and MDL-9113 both solved 2007-04-03 06:41:58 +00:00
nicolasconnault
27c69abeea MDL-9115 Added new strings to lang/en_utf8/group.php (where in roles.php before!). Also cleaned up page a little more so the backend code is at the top, with the HTML output at the bottom. We may be able to use mform with this page eventually. AJAX would also help. 2007-03-30 08:31:20 +00:00
nicolasconnault
53b16b2b68 MDL-9118: The group/edit page now fetches the groupingid for the selected group if it isn't already provided. Note that this will need changing when/if multiple grouping membership is implemented, since only the first grouping is returned at present. 2007-03-30 07:52:56 +00:00
nicolasconnault
be833e823c handled another potential xhtml error: empty select when no members in group. 2007-03-30 06:32:10 +00:00
nicolasconnault
e91cc88ce3 MDL-9111: Changed to "Back to groups" 2007-03-30 06:14:50 +00:00
nicolasconnault
06670c2669 MDL-9112: Fixed htmleditor height. 2007-03-30 06:01:53 +00:00
nicolasconnault
c7b0485ffb 1. Converted grouping edit form to mform
2. Added 2 buttons to disable state when pseudogroup is selected
2007-03-30 05:14:29 +00:00
nicolasconnault
b4e80a8be9 1. Fixed xhtml errors
2. Added correct breadcrumb back to group/index page, preserving selections.
2007-03-30 03:14:22 +00:00
nicolasconnault
73d7d22bd1 1. Added proper breadcrumb to group/edit|create page (preserves previous grouping/group selections)
2. Changed "Create Orphan group" to "Create orphan group"
3. Added help string for groupenrolmentkey
4. Edited moodle docs for groups edit page
2007-03-30 02:39:46 +00:00
nicolasconnault
80efbf98c8 MDL-9062: Completed new group form. 2007-03-29 08:40:08 +00:00
nicolasconnault
77e90955b5 MDL-9062 Created two new files so the unfinished conversion doesn't affect any current code. Also added a convenience groups_update_group($data) method. Patience, this is taking a while but I'm learning to use these mforms for the first time :-) 2007-03-28 08:40:32 +00:00
nicolasconnault
fa2d60c5c2 MDL-9040: Enabled disabling of any buttons that always lead to errors. Javascript dynamically displays/hides buttons depending on which groupings/groups are selected. This required a number of extensive modifications, but degrades nicely without JS. 2007-03-27 04:03:51 +00:00
nicolasconnault
1ecd677e1c MDL-9039: Corrected old groupid and groupingid URL variables. 2007-03-26 09:11:54 +00:00
nicolasconnault
4b3b962514 MDL-9038: Groups can now be created outside of any groupings. The number of groups within [Not in a grouping] is also correct now. 2007-03-26 08:00:21 +00:00
nicolasconnault
10bf97305d MDL-8982 : Cleaned up group/index.php and added options with   to satisfy strict XHTML. 2007-03-26 06:42:38 +00:00
tjhunt
c2f51fe3be Groups upgrade fails if you have groups defined, but none of them contain any members. 2007-03-09 14:33:50 +00:00
nfreear
8834b12ad2 Follow-up fixes for MDL-8531 "Groups icons..." -PARAM_ALPHANUM bug. 2007-03-08 10:35:28 +00:00
nfreear
2721fe0cdf Fixes MDL-8531 "Groups icons are no longer being uploaded" 2007-03-07 19:09:16 +00:00
moodler
eb353c5727 Fix for separate groups / all groups view MDL-8300 2007-03-06 04:29:41 +00:00
moodler
511ec76be0 Merged fixes from stable for MDL-8741 2007-03-05 02:15:32 +00:00
nfreear
dbcf4d014b Follow-up fix for Bug MDL-8617 "Implement groupings & course modules..." internal - define, any_grouping=0 (merged from 1.8 branch). 2007-03-01 11:45:26 +00:00
nfreear
454a015ac4 Follow-up fix for Bug MDL-8617 "Implement groupings & course modules..." internal (sam's patch, thank you!) merged from branch. 2007-03-01 11:37:55 +00:00
nfreear
ab6138d2bc Partial fix for MDL-8668 - group upgrade - applying part of the patch. 2007-02-28 13:16:51 +00:00
moodler
6ba65fa08d Merged Nicolas' changes from MDL-8582 into HEAD. 2007-02-28 06:25:22 +00:00
nfreear
f677bf92cb Follow-up fix for Bug MDL-8638 "Can't move groups between groupings" 2007-02-26 10:55:45 +00:00
nfreear
7e4648a160 Fixes MDL-8638 "Can't move groups between groupings" 2007-02-23 17:48:05 +00:00
nfreear
0424f2e9c4 Followup fix for Bug MDL-8617 "Implement groupings & course modules..." 2007-02-23 15:15:39 +00:00
nfreear
c333aeea9c Fix typo in comment (Bug MDL-8617). 2007-02-22 15:31:16 +00:00