- 23 Jun, 2011 2 commits
-
-
Richard Mansfield authored
Create new functions to add members, invite members, and decline membership requests for an institution. These functions check appropriate institutional admin permissions and are callable by the webservice api. Also modifies the existing bulk insitution membership page to make use of the new functions. Change-Id: I52aced5bf398835c8590bb2bab8a7028335af01b Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Francois Marier authored
-
- 22 Jun, 2011 11 commits
-
-
Francois Marier authored
-
christopher tombleson authored
Bug#799565 Changed Textbox Columns from 80 to 76. Change-Id: I63b91f5ea0e3f12ebca0c62112a44d1e8885729a Signed-off-by:
Christopher Tombleson <christopher@catalyst.net.nz>
-
Francois Marier authored
-
Hugh Davenport authored
Adds a table to store user tags. These tags will be used in the future for search queries, and the potential for other uses Bug #800926 Change-Id: Ia7b040790a9bf8e0b5833aaf7ca7e0f787f1289e Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Richard Mansfield authored
-
Ruslan Kabalin authored
-
Richard Mansfield authored
-
Richard Mansfield authored
* changes: Allow plugins to add to admin menu (bug #799989) Use keys in admin menu arrays (bug #799989)
-
Richard Mansfield authored
* changes: Remove institution sorting from admin user search page (bug #799617) Change query string interpretation in group member search (bug #799591) Move name search sql generation into separate function Change interpretation of admin user search query (bug #799591)
-
Richard Mansfield authored
Logged-in user language preferences were broken in commit 9ca6bb55 . This change removes caching on the session and config languages, which are quick to retrieve anyway, but leaves it in place for the user language preference and locale setting. Change-Id: Ib601f2227409bbbc63d269fe079915cc0e902fc2 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Francois Marier authored
-
- 21 Jun, 2011 19 commits
-
-
Richard Mansfield authored
This change just removes the link allowing you to sort by institution on admin user search when usersallowedmultipleinstitutions is turned on. Change-Id: I975d469ca3ca724ce4fd57e0bf0c427ec4ee361d Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Change-Id: I1e5d9c4a6e2d62a2095af2afd48205c32aaa22f9 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
This will be useful for group member searches, which should use the same query string parsing and the same same constraints on searching usernames, real names, and display names as are used in the general user searches. Change-Id: I9e648b50012c9834944cf5bc53450cc718842841 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
In admin user search, in the internal search plugin, use similar behaviour to ordinary user searches: Join search terms by "AND", search quoted phrases within a single field, respect the exact searches setting in the internal search plugin configuration. Change-Id: I41de40ce0f74c50c08da9ced9edeb29021865aa3 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
* changes: Show institution requests/invites on admin search page (bug #800020) Avoid sql error when logged-out & viewing public group page (bug #800024)
-
Richard Mansfield authored
Institutional admins are supposed to see users with open institution requests/invitations on the admin search screen. This has been broken since auto_escape was enabled in templates. Change-Id: I428b1dfe28891340191998269aeb98e763f00e83 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
The can_view_view function calls $view->get_owner_object without first checking whether the view is owned by an individual user. This change catches the case inside get_owner_object before triggering the sql error. Change-Id: Icf1ec4060dbe0621ea785fad73c3759bff36b25b Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Ruslan Kabalin authored
Change-Id: I52ba13a0fd05a2132d8ec41a8f35230e4fd2406b Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
-
Francois Marier authored
We no longer use this (it was there for Hudson) so there's no point in having it in the repo. If we ever have Jenkins run the selenium tests, we should find a better solution than this. Change-Id: Ib7870f8d64002a0c00083489ec15a60cd6c7cdbb Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Hugh Davenport authored
The find command fill print only a filename if given a filename, so it is sufficient to remove the check for a directory Now you can call this script with both directories and files, and it will clean either the entire directory recursively, or the individual file. Change-Id: Iee0e381b76fb42f7b9e610d93b7fb235611c87ff Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Francois Marier authored
-
Hugh Davenport authored
Bug #799024 This reverts some of the patch from the commit 20976809 Change-Id: I22d77323f635754f16de3a92ae93ffe85a9c696c Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Francois Marier authored
-
Hugh Davenport authored
Bug #799992 Fixes commit 349cde3b Change-Id: I169f74ba9073c952f220176961e245077108e2d7 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Richard Mansfield authored
Calling the plugin menu_items() functions outside the mahara_standard_nav function allows artefact and interaction plugins to add items to the admin menus. Change-Id: I8109310b885f46f011ae66ac0aed05f96d0aba42 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
This makes it easier to delete & change the order of menu items inside the local_main_nav_update function. Change-Id: I067ac615346b7af810b132c538ae9624c2383273 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Francois Marier authored
-
Francois Marier authored
-
Francois Marier authored
-
- 20 Jun, 2011 3 commits
-
-
Richard Mansfield authored
See bug #799566 The initial implementation of the institution-controlled favourites list was too strict. Institutional admins should only be able to edit the favourites lists for institution members, but there should be no restrictions on who can be added to a user's favourites list. Change-Id: I0d56e265aaa122ec0a03a93e96198620a4831d7e Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Change-Id: I9783aab92858cf1827609497d026aebd30cad36e Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Francois Marier authored
-
- 19 Jun, 2011 1 commit
-
-
Francois Marier authored
-
- 17 Jun, 2011 4 commits
-
-
Ruslan Kabalin authored
-
Richard Mansfield authored
* changes: Display favourite users on the share page Add function to create or update a favourites list Clean up favourites records on user & institution deletion Add favourites tables
-
Richard Mansfield authored
-
Francois Marier authored
-