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
|
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
|
457b32ce06
|
Followup fix for Bug MDL-8438 "...can't delete groups" - delete _groupings_.
|
2007-02-19 16:37:41 +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 |
|
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
|
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 |
|
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 |
|
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 |
|
vyshane
|
3cdc1e28cd
|
Added ajax for groups management interface.
|
2007-01-19 04:57:46 +00:00 |
|
nfreear
|
163fab1a96
|
Fixes Bug MDL-8200, "Group admin interface shows all groups sitewide!"
|
2007-01-17 16:13:21 +00:00 |
|
nfreear
|
b1f627d9eb
|
Partial fix for MDL-8048, groups cleanup including hiding unimplemented buttons in GUI, fixing error strings.
|
2007-01-17 13:56:09 +00:00 |
|
Martin Langhoff
|
f3f7610c90
|
cvsimport fixups -- cvshead had strayed from upstream
|
2007-01-04 13:15:04 +13:00 |
|
nfreear
|
f24a257d85
|
lib.php, moved to group/ (Part of MDL-7380, new groups)
|
2006-12-04 17:29:03 +00:00 |
|
nfreear
|
94181b2c2c
|
Replaced isteacheredit with has_capability, as in moodlelib (Bug MDL-7380 "groups".)
|
2006-11-23 11:59:25 +00:00 |
|
nfreear
|
bff18190d1
|
Fixes to g...group_displayname, g..grouping_displayname (Bug MDL-7380 "groups".)
|
2006-11-23 11:40:44 +00:00 |
|
nfreear
|
7cf77becec
|
Fixes for interface change, groups_add_member, remove_member - lib and simpletest/test_groupinglib (Bug MDL-7380 "groups".)
|
2006-11-23 11:28:22 +00:00 |
|
nfreear
|
9459e87ff1
|
Interface fix in groups_add_member, remove_member - basicgrouplib.php, dbXX.php, test_XX.php (Bug MDL-7380 "groups".)
|
2006-11-07 17:15:27 +00:00 |
|
nfreear
|
fc1c3bfcae
|
Fix bugs from unit test, dbsetup.php, groupinglib.php groups_set_default_group_settings (Bug MDL-7380 "groups".)
|
2006-11-07 16:44:19 +00:00 |
|
nfreear
|
b1ba14f8c0
|
Fixes from unit test $groupinfo->picture, groups_users_in_common_group (Bug MDL-7380 "groups".)
|
2006-11-07 16:02:28 +00:00 |
|
nfreear
|
7ba3e75aac
|
Fixed include-paths, replaced include, include_once with require_once. (Bug MDL-7380 "groups".)
|
2006-11-07 14:37:32 +00:00 |
|
nfreear
|
897e026f44
|
Initial commit for Bug MDL-7380 "groups" - Juliette White's code. NOTE, for the moment the existing code/tables will be used by default.
|
2006-11-07 11:42:49 +00:00 |
|