- 13 Jun, 2011 1 commit
-
-
Hugh Davenport authored
Bug #796380 Change-Id: I79d897fd8f5588213f1b9f6e57fee8929068a53a Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
- 08 Jun, 2011 1 commit
-
-
Richard Mansfield authored
-
- 07 Jun, 2011 8 commits
-
-
Hugh Davenport authored
This fixes the strings and links on group and institution pages to not show the copy collections, as collections do not exist in groups/institutions. Change-Id: I1aee3c64a09bddcea892a6eefd19e0eca2ba11d8 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Richard Mansfield authored
Change-Id: I600447b0cb045cd1efe3e72f4939f236d510d6d3 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Brett Wilkins authored
Have added support for various media sources, which neccessitated the ability to support iframes and page scraping for certain sources but not others. for this reason, I have broken the sources out into their own classes, all implementing a common interface. This also allows later additions to the sources to be added more easily. Unfortunately language strings still need to be kept in the same place. Other changes include the ability to set the width/height parameters as percentage values, should the source need to be able to support that. Change-Id: I802ffa8d8cf1172c9c45d1b71822d0d99c57b480 Signed-off-by:
Brett Wilkins <brett@catalyst.net.nz>
-
Francois Marier authored
-
Hugh Davenport authored
Change-Id: I6d44a6ad4dade82037610a14ee6d7aa342bcb2bc Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Francois Marier authored
-
Hugh Davenport authored
Test by appending each directory in PHP_SELF to DOCUMENT_ROOT when the realpath of that is the same as dirname(__FILE__) then stop processing. For most users there is little performance hit, only a few will have more than say two levels above DOCUMENT_ROOT If nothing can be autoconfigured, use a default of root (ie no path) Bug #780237 Change-Id: I60339a180ac043ab0b89c3a49ff5f2485112f567 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Francois Marier authored
This is a cherry-pick of the following commits: 688a5063 b4c77eb6 0e7a938a ff8b17d3 b8ca346a The original one was done to fix bug #530656 but was then reverted in 55a8fead after the tinymce autoresize plugin was enabled. However, the autoresize plugin was removed after causing problems in bug #791854 (see 651fcdba ) so we'll restore this work-around for the time being. Change-Id: I74176a3a155a7d9442448d09f206250b55394611 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 06 Jun, 2011 3 commits
-
-
Francois Marier authored
-
Francois Marier authored
-
Francois Marier authored
-
- 04 Jun, 2011 1 commit
-
-
Francois Marier authored
The auto-resize plugin is currently broken in Chrome: http://tinymce.moxiecode.com/develop/bugtracker_view.php?id=4416 This effectively reverts 5525cb60 and reopens bug #530656. Change-Id: I2729dec02247ea1eb3d5d10f9a4f4a8bf93f1b52 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 03 Jun, 2011 3 commits
-
-
Ruslan Kabalin authored
* changes: Add copy collection to copy page page Collection preview Initial support for copying collections
-
Hugh Davenport authored
Change-Id: Ibf3847cac7ed1905146360ab72e81df14a3faaa2 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Hugh Davenport authored
Change-Id: I37a455d728b5b162ac5c82a73b813f45a1e78d77 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
- 02 Jun, 2011 10 commits
-
-
Darryl Hamilton authored
This change allows you to specify an array of forum ids, from which active topics are returned. Used in the sitemap generation code to limit topics to forums attached to public groups. Change-Id: Ibe849e844b3a229c427a554f641373d3911be225 Signed-off-by:
Darryl Hamilton <darrylh@catalyst.net.nz>
-
Hugh Davenport authored
Code adapted from /lib/view.php Change-Id: I3da189b7f3391c34ec53e3755b119f9c3fd1c9f9 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
This bug was introduced by commit c243ea69 (see bug #619115). Change-Id: Ic144d4b351a33a05d059a843d3c94811eed78d27 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Change-Id: I8dd6f820d64fe69c69eaa265e3264ff1f908bc6d Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Darryl Hamilton authored
This includes updated language packs, and removal of the media plugin (see c5c0cf7b ). Change-Id: Iec45662f9ae9dac42b09ac9a240160ac06e3e998 Signed-off-by:
Darryl Hamilton <darrylh@catalyst.net.nz>
-
Francois Marier authored
-
Hugh Davenport authored
The code to automatically get the default quota did not do the following: - Check if user was site admin - Return json requests correctly This patch fixes these bugs Introduced in the following commit cc8c6d0d Change-Id: Id35b489eeacf19ea56a35585b3aa6bb9d82d54f3 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Francois Marier authored
-
- 01 Jun, 2011 10 commits
-
-
Hugh Davenport authored
Change-Id: Id4880764ab395ea56395a57f52258968097bb02b Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Iñaki Arenaza authored
If the LDAP attribute is empty, some LDAP servers don't return the attribute in the answer (as an empty value). This means the missing attribute is not present in the $ldapdetails array returned by get_userinfo_ldap(). If we try to compare the missing entry with the existing user value, they are always different (unless the existing entry was also empty). Which means we assign an empty value to the user profile field (which is not allowed by the db). Simply testing if the LDAP attribute has been retrieved and is not empty before making the comparison fixes the problem. Tested with both MS AD (on W2003) and OpenLDAP 2.4.23 (on Debian). Fixes bug #656679 (which also fixes bug #788029) Change-Id: I81b59114b7fedeb8b575738b21ca4d6fd2670532 Signed-off-by:
Iñaki Arenaza <iarenaza@mondragon.edu>
-
Francois Marier authored
-
Francois Marier authored
-
Hugh Davenport authored
Also add in default quota for each institution Change-Id: Ibfdd5a10990e9c6a936b9ad5921f734df1f5c805 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Francois Marier authored
-
Hugh Davenport authored
Change-Id: Ia8376964f279c368779fa78dc137adf3041cbeb4 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Francois Marier authored
-
Francois Marier authored
-
Francois Marier authored
-
- 31 May, 2011 3 commits
-
-
Hugh Davenport authored
Change-Id: Ic2ff7a9e2b836dfaedead7a4be002dccdc528ac2 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Francois Marier authored
-
Richard Mansfield authored
-