Andrew Nicols
aba3f4f3ba
MDL-50647 groups: Documentation fix
2015-10-16 11:28:06 +08:00
Davo Smith
294c4bb0db
MDL-50647 group: add 'not in group' section to groups overview
...
Also adds 'No group' and 'No grouping' filters to the top of the page
2015-10-16 08:53:44 +08:00
John Okely
fa5a3cdedc
MDL-50709 groups: Prevent XSS in grouping description
2015-09-08 12:47:54 +02:00
Andrew Hancox
fef51794a0
MDL-48970 groups: Fix hover description on groups overview page
...
If a course exists within multiple groupings then the description
should display when you mouseover any instance of it on the overview
page.
2015-07-01 21:26:48 +01:00
Marina Glancy
93df807601
MDL-48847 groups: fixed incorrect user count
2015-01-15 11:12:45 +08:00
Marina Glancy
3ba635344f
MDL-43800 course: groupings are sorted alphabetically
2014-01-22 12:16:26 +08:00
Adrian Greeve
5b1944bbba
MDL-40612 libraries: Tidy up and improvement of the code for additional name fields.
...
Includes an update to get_all_user_name_fields() and the inclusion of set_user_name_object()
2013-11-11 11:01:14 +08:00
Adrian Greeve
a327f25ef1
MDL-31776 - lib: Alternate name fields
...
Add support for additional name fields and flexible formating of
user names.
2013-07-09 11:45:50 +08:00
Tim Hunt
9695ff811b
MDL-34657 user sorting: consistent sorting everywhere.
...
This commit coverts everything in the codebase to use the new
users_order_by_sql function when sorting lists of users. More details in
the bug.
Note that this does not change places where users are displayed in a
sortable table, and the sort order comes from the table.
2012-09-27 12:41:42 +01:00
Ankit Agarwal
bf0f06b1be
MDL-34471 libraries: Replace all uses of get_context_instance() with respective context_XXXX::instance() method
2012-08-02 15:37:38 +08:00
Adrian Greeve
4d8e241742
MDL-30997 - group - update of the api block documentation.
2012-02-21 11:17:27 +08:00
Sam Hemelryk
8ebbb06adf
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:27 +12:00
Eloy Lafuente (stronk7)
fc5016fcc8
MDL-25708 recordsets - fix group dir uses
2011-01-25 19:58:59 +01:00
Petr Skoda
99d19c13ae
MDL-25855 some more missing filelib includes
2011-01-23 18:34:41 +01:00
Sam Hemelryk
367a75fae4
themes lib MDL-24895 Multiple fixes to better handle overflow.
...
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
Petr Skoda
ace9051cc1
MDL-24321 switching to stdClass in /g*/
2010-09-21 08:16:49 +00:00
Sam Hemelryk
0dd819c7e1
group-overview MDL-22772 Fixed incorrect params in set_url call breaking blocks
2010-07-23 02:21:16 +00:00
Martin Dougiamas
b3b41f3856
MDL-22903 Thanks for the catch about groupings on front page, Paul Nicholls!
2010-07-21 14:18:32 +00:00
Martin Dougiamas
6647e82df9
MDL-23353 MDL-22903 Fixed a navigation regression.
2010-07-20 02:34:58 +00:00
Petr Skoda
e88dd87685
MDL-23202 group icons now stored in file storage pool
2010-07-11 13:07:24 +00:00
Petr Skoda
64f93798d4
MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment
2010-07-03 13:37:13 +00:00
Sam Hemelryk
d6d07a6821
navigation MDL-14632 Fixed up pagelayouts and navbars in the group section
2010-05-20 07:35:44 +00:00
Petr Skoda
98da60215e
MDL-22033 groupings now enabled unconditionally, groupmembersonly kept as experimental - this simplifies groups code logic a bit, user interface changes should not be significant because the groupings are not visible much until at least one created; hopefully the new description of groupmembersonly will have to preventsome gradebook complaints
2010-04-07 07:37:12 +00:00
Petr Skoda
070dea52cb
MDL-21400 fixed group sinlge selects
2010-03-21 18:00:34 +00:00
David Mudrak
16be897441
MDL-21652 html_table rendering refactored
...
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Sam Hemelryk
c24895978f
group MDL-21533 Replaced overlib usage within Group with YUI3 equivilant JavaScript code
2010-02-24 03:57:36 +00:00
Petr Skoda
f8dab96615
MDL-20204 a lot more steps away from html_select
2010-02-10 09:37:50 +00:00
Petr Skoda
60409fe103
MDL-21532 ->in_head() now really exceptional (after overrlib removal there will be just a few of them)
2010-02-06 14:09:33 +00:00
Petr Skoda
9dec75dbcc
MDL-21240 shortened urls now start with / everywhere
2010-01-18 20:57:32 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Sam Hemelryk
8bdc9cacad
files MDL-20601 Conversion of many of the uses of print_textarea, and the mforms htmleditor to the new editor
...
Please forgive me if I have missed converting any output statements. If you do find an output statement that is not formatting correctly please refere to the table I added to this bug in regards to how it should be formatted.
2009-11-04 06:14:06 +00:00
Petr Skoda
4ca6cfbfd4
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 12:00:47 +00:00
samhemelryk
458eb0d10c
overlib MDL-19735 Overlib is now included only where it is used
...
At the same time I have converted the calendar block to use YUI instead of overlib, this introduces one regression in that the panel is shown immediatly but should really have a minimal delay for usability.
This will be fixed once the theme changes for 2.0 have been commited
2009-09-17 07:46:20 +00:00
samhemelryk
af333695f4
group MDL-19798 Added set_url calls
2009-09-16 08:16:44 +00:00
samhemelryk
b87573d7ae
group MDL-19798 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
2009-09-07 06:43:02 +00:00
nicolasconnault
768cefa084
MDL-19798 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:41:11 +00:00
nicolasconnault
7b1f2c829f
MDL-19756 Renamed moodle_select to html_select for better API consistency
2009-08-10 08:38:45 +00:00
nicolasconnault
3ced388459
MDL-19798 Converted print_box* to $OUTPUT->box*
2009-08-10 04:54:48 +00:00
nicolasconnault
8076ad5a77
MDL-19798 Converted calls to popup_form()
2009-08-10 03:41:08 +00:00
nicolasconnault
653468d4d6
MDL-19798 Converted all print_footer() calls
2009-08-06 14:10:09 +00:00
nicolasconnault
04a7ba52e9
MDL-19756 Removed explicit aligning CSS class from $OUTPUT->heading() calls
2009-08-06 08:55:02 +00:00
nicolasconnault
9cb990ec3b
MDL-19798 Migrated calls to print_heading
2009-08-06 08:15:26 +00:00
skodak
5e2f308b91
MDL-18293 exception and DML cleanup
2009-02-17 16:50:36 +00:00
poltawski
0c0e87f8cf
Group overview displays incorrect user count
...
When there are no users in a group, the count displays
as 1 - MDL-16705
2008-10-02 15:40:23 +00:00
skodak
dfdaabd6a8
MDL-14679 towards /group conversion
2008-06-01 13:09:04 +00:00
skodak
f33e1ed4ae
MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs
2008-05-15 21:40:00 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
skodak
3980c306b1
MDL-11759 group edit cleanup; merged from MOODLE_18_STABLE
2008-01-18 10:16:39 +00:00
skodak
f16fa0a34b
MDL-12249 groups UI cleanup and improvements - see tracker for details; merged from MOODLE_19_STABLE
2007-11-19 20:31:57 +00:00
mattc-catalyst
acf000b077
MDL-11419 - groups: interface enhancements + new features:
...
* Display the grouping a course module belongs to on the course page - for course managers only.
* When adding users to groups, display the groups a user already belongs to.
* Added an overview report that shows groupings, groups and members for a course.
* Added a dialogue to automatically create groups and assign members based on either the number of desired groups or the number of desired users per group.
2007-09-24 21:55:15 +00:00