85 Commits

Author SHA1 Message Date
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
nfreear
429e531e17 Fixes for Bug MDL-8617 "Implement groupings & course modules..." 2007-02-22 15:27:30 +00:00
nfreear
1a9e3005df Fixes for Bug MDL-8617 "Implement groupings & course modules..." 2007-02-22 12:59:39 +00:00
toyomoyo
bf1c14038e replacing <fieldset> with <div> as it's causing weird problems 2007-02-20 06:26:16 +00:00
nfreear
5e4074b6ab Followup fix for Bug MDL-8434 "...can't delete groups" - delete _groupings_. 2007-02-19 16:38:18 +00:00
nfreear
457b32ce06 Followup fix for Bug MDL-8438 "...can't delete groups" - delete _groupings_. 2007-02-19 16:37:41 +00:00
nfreear
b39552afd3 Fixes Bug MDL-8533 "Can't add a user to more than 1 group in groupings" 2007-02-15 14:09:51 +00:00
nfreear
82fee14ae8 Fixes for MDL-8048 groups/AJAX - todo with group/member display-names, sorting etc. (see patch in tracker). 2007-02-09 16:04:50 +00:00
nfreear
df03328863 Fixes bug MDL-8454, "students can't post to forums" 2007-02-07 12:14:11 +00:00
nfreear
5bca3fed8f Fixes bug MDL-8434, "group administration - can't delete groups". 2007-02-06 15:34:09 +00:00
vyshane
ae13dbc845 Changed to make use of require_js(). 2007-02-02 06:36:34 +00:00
moodler
a4d72543f9 There's no need to die with an error if groups_temp doesn't exist, is there? 2007-01-30 05:09:49 +00:00
nfreear
77b88375c3 Fixes bug MDL-8294 "During upgrade group IDs aren't maintained..." 2007-01-29 15:02:50 +00:00
vyshane
77ea333014 UI now selects the relevant grouping and/or group when these are passed as GET parameters to the script.
Also fixed javascript for hiding view buttons. Was not working in IE [insert swear words here].
2007-01-24 03:03:10 +00:00
nfreear
6e55c60a94 Fixes incorrect group function documentation (MDL-7380) 2007-01-23 19:51:05 +00:00
nfreear
0414d79d93 Fixes bug MDL-8234, "New groups code & AS keyword" - fixed typo in last commit. 2007-01-23 19:11:40 +00:00
nfreear
e5902150b5 Fixes bug MDL-8234, "New groups code & AS keyword" 2007-01-23 19:08:22 +00:00
vyshane
95bea1edfa Fixed some JS issues for IE. MDL-8183. 2007-01-23 06:20:47 +00:00
skodak
371a32e308 (MDL-8250) install/upgrade autopilot 2007-01-22 20:15:12 +00:00
stronk7
85bb13e776 Adding FK + Unique Indexes to the groups module. MDL-8240 2007-01-22 17:50:42 +00:00
vyshane
298481260e Fixed MDL-8183. 2007-01-22 06:57:40 +00:00
vyshane
ac433d418a Fixed loader image removal. MDL-8183. 2007-01-22 06:06:08 +00:00
stronk7
deb12ef4cd Convert DB lang fields to 30cc. Part of MDL-7157 2007-01-21 23:37:54 +00:00
stronk7
26a1b2f35b Now group->description and groups_groupings->description are NULLable
Also, some incorrect default values are out (XMLDB handles them).

MDL-7356 & MDL-8239
2007-01-20 18:59:22 +00:00
nfreear
2dee6abd1d Fixes bug MDL-8233, "Delete course action, groups typos and groupings not deleted" 2007-01-20 10:57:47 +00:00
nfreear
d8aa3550bb Fixes bug MDL-8057, "Backup/restore code not considered in new groups code" 2007-01-20 09:28:26 +00:00
vyshane
8bfa86fd2c Added loading in progress image feedback. 2007-01-19 09:23:22 +00:00