- 20 Jul, 2011 3 commits
-
-
Richard Mansfield authored
Change-Id: I4e9ba99028f5fed2702c71f7327624ba72e30399 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Piers Harding authored
Bug #810302 Enable links to multiple auth instances to be maintained so that users can have dual login eg: internal + auth/saml etc. Improve validation around switching auth_instance and changing the remoteuser at the same time. Add checks to ensure remoteuser does not get clobbered by update for another user. Allow override for the CVS upload case (file == unit of update). Change-Id: I5321c0270aeaa93bd193e8e759b08ab7f8b50ded Signed-off-by:
Piers Harding <piers@catalyst.net.nz>
-
Piers Harding authored
Bug #810302 Add a link to auth/saml if the SAML auth plugin is enabled This appears on all login panels (whitespace given back) Switched to checking auth_instance Moved login string to this commit This appears on login diversion page Change-Id: Ia8a799396a9f33bc0cc6e0c59549e2464253ca31 Signed-off-by:
Piers Harding <piers@catalyst.net.nz>
-
- 19 Jul, 2011 6 commits
-
-
Richard Mansfield authored
-
Hugh Davenport authored
-
Edward Murrell authored
This patch also set the default configdata for blocktype of groupviews so that the database matches the configuration screen for new views. Where the configdata is null for already existing groupviews, the configdata will be set to the new defaults during rendering. Change-Id: I22effce47b050892f881074659b60e0ca3c262e0 Signed-off-by:
Edward Murrell <edwardm@catalyst.net.nz>
-
Hugh Davenport authored
-
Hugh Davenport authored
-
Richard Mansfield authored
-
- 18 Jul, 2011 5 commits
-
-
Eugene Venter authored
Bug #812113 Always display first and last page. Change-Id: I65607bed4525dab65dc50d7abd23f33f8a550cd6 Signed-off-by:
Eugene Venter <eugene@catalyst.net.nz>
-
Ruslan Kabalin authored
-
Ruslan Kabalin authored
-
Kristina Hoeppner authored
Change-Id: Ib1fc29c29d41f51b4e30fa175c8465b4a25ba3f3 Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
Eugene Venter authored
Bug #812066 IE 6/7/8 doesn't like trailing commas in JS arrays. Change-Id: Ibd2c7f62112702403ec6ac55b8f8af16fc2795fb Signed-off-by:
Eugene Venter <eugene@catalyst.net.nz>
-
- 17 Jul, 2011 3 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 15 Jul, 2011 2 commits
-
-
Eugene Venter authored
Bug #803179 Remove 'pagelinks' Dwoo plugin. Admin user search now utilises build_pagination() in lib/web.php. Change-Id: I3632fd0e722b81f485b40fc4f76b217dc029383c Signed-off-by:
Eugene Venter <eugene@catalyst.net.nz>
-
Eugene Venter authored
bug #605747 and bug #806501 When a user uploads a new profile icon, it now gets added to the "images" folder in their files area. Profile icons are emphasised and descriptions aren't editable. Warning notifications, when deleting a default profile icon or when deleting a folder containing profile icons, are implemented. Signed-off-by:
Eugene Venter <eugene@catalyst.net.nz> Change-Id: I3f8c93c4b65814aa183f0eaa8e1739e750c87905
-
- 14 Jul, 2011 2 commits
-
-
Richard Mansfield authored
Commit 0c9774b9 added a foreign key constraint on the profile icon field of the user table. But when a profile icon is deleted, this field isn't updated in the global $USER object, unless the icon is deleted from the profile icons page, so the bad profileicon can hang around in the session, and then cause an sql error the next time the usr table is updated from $USER. This change will fix that problem when a user deletes their own profile icon, however it may still be possible for the error to occur if for example the user is logged in twice. Change-Id: I2f8792fcd392be351b8ee9ac77337fd41b046a3d Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Mikael Mrozik authored
If user has admin access on a group, reorder the list of pages so that the Group Homepage link appears at the top, in both the page and the block Change-Id: I6918a80b87de2b8004259dae8e5b5055c7db826e Signed-off-by:
Mikael Mrozik <mikael@catalyst.net.nz>
-
- 13 Jul, 2011 5 commits
-
-
Hugh Davenport authored
-
Hugh Davenport authored
-
Hugh Davenport authored
-
Francois Marier authored
-
Eugene Venter authored
Bug #697843 Add additional page jump links between first- and current-, and current- and last page links. These links will appear as necessary/applicable and is scalable. Change-Id: Ib5ece5d78832ccaab0fa5b4433a7eafbff103772 Signed-off-by:
Eugene Venter <eugene@catalyst.net.nz>
-
- 12 Jul, 2011 13 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Edward Murrell authored
This change was added to limit deleting of comments in standard groups views to admins only, and admins and tutors in course groups. This commit adds the functions User::can_moderate_view() and GroupType::get_view_moderating_roles() to implement this functionality. Change-Id: Ifb8f4fc55d31fd7c5928c73c3d81710934bfdad8 Signed-off-by:
Edward Murrell <edwardm@catalyst.net.nz>
-
Richard Mansfield authored
-
Hugh Davenport authored
-
Ruslan Kabalin authored
Change-Id: I09578fc19ed3e739492a45af0b3eff83151924b2 Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
-
Francois Marier authored
Mahara's mimetype detection function wasn't working properly and so it would not be able to set the right mimetype when a browser (typically IE) sets it to a generic value. The workaround in 821a693c is not sufficient because symlinks, like directories, don't work but the is_file() function will resolve them and may return true. http://nz.php.net/manual/en/function.is-file.php#50742 Change-Id: Ie8485ee10e5142a5f00032116c5492b9778dae51 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Francois Marier authored
This triggers errors in the IE Javascript interpreter when adding feedback to a view for example. It should have been part of 651fcdba Change-Id: Icefa271dedc93bfa24d479a55e9e7c00d603ad52 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Eugene Venter authored
Bug #806777 General account options/settings added to functionality for manually adding a single user, as well as adding users via CSV. These are exactly the same settings as found in the 'General account options' section on the Settings page. Change-Id: I4fa5b50a588abc4747098f6dce186f600f73097f Signed-off-by:
Eugene Venter <eugene@catalyst.net.nz>
-
Hugh Davenport authored
introduced in 13485914 Change-Id: I17e9880da3e5a426a651f0d4c237f7a16ea526ba Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Eugene Venter authored
Bug #809105 Change-Id: If2a2826f1386253fb9e88a6d76fb3616f8a1a21f Signed-off-by:
Eugene Venter <eugene@catalyst.net.nz>
-
Eugene Venter authored
Bug #807275 Instead of displaying the 'Access Denied' message, display profile icon and display name, with any options that the viewing user might have (e.g request friendship). Change-Id: I1e8c5e411a9c600c3c03f56fbb9faaa32a2f55a4 Signed-off-by:
Eugene Venter <eugene@catalyst.net.nz>
-
Mikael Mrozik authored
Replace the string View by Page in blocktype/googleapps/lang/en.utf8/help/forms/instconf.appsid.html Change-Id: I12b2840cef4db2272cce60b8dfce32c72fb55524 Signed-off-by:
Mikael Mrozik <mikael@catalyst.net.nz>
-
- 11 Jul, 2011 1 commit
-
-
Francois Marier authored
The broken download link has been removed when a directory is selected (both in the AJAX call and the form setup). This also fixes the display of the "No files found" message to make sure that it's only displayed when the selection list is empty and to hide it in the case of folder selection. Change-Id: I1a2b2e5d6ea7cf803b7c9d23e9a91186a39d9b03 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-