Commit graph

15 commits

Author SHA1 Message Date
nicolasconnault
7c08ef3653 Fixed MDL-8582
Not sure if the hotpot module is converting ampersands correctly. $heading and $title are set up differently than in other modules: instead of outputting $course->title, a temporary $title variable is created and assigned that value. That made it difficult for me to decide whether it was already formatted elsewhere or not.

Also I didn't format_string() any of the variables included in $navigation rings, because I assume these strings get processed by print_navigation(), which includes format_string().
2007-02-28 05:36:13 +00:00
nfreear
dea80d1f30 Fixes MDL-8638 "Can't move groups between groupings" (merged from HEAD). 2007-02-23 17:50:15 +00:00
toyomoyo
545fa9f30f replacing a trouble making fieldset with div 2007-02-21 00:58:49 +00:00
nfreear
fdcabcb3f1 Followup fix for Bug MDL-8434 "...can't delete groups" - delete _groupings_ (merged from HEAD). 2007-02-19 16:41:40 +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
vyshane
ae13dbc845 Changed to make use of require_js(). 2007-02-02 06:36:34 +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
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
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
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
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
moodler
fa19c325a9 Some minor changes towards MDL-8048 ... much more to do 2007-01-03 08:17:56 +00:00