- 12 Jun, 2011 5 commits
-
-
Richard Mansfield authored
Change-Id: I17ccc4e7297fed5ec828047b72e4835296338489 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Adds an 'Update Users' checkbox to the CSV upload page. When checked, users on the site whose usernames appear in the CSV file will have their details overwritten by the values in the CSV file. To be updated, existing users must be in the same institution as the one specified in the upload form. Change-Id: Ia47f7034adbade21dd26f455c356f58ed7bbf730 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Change-Id: I83c4ba70d69724bca120bbd757732fb34a23192e Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Change-Id: I4c2dc5beff99e5540196b25cd87357b15d226169 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
This will be useful for doing multiple passes of the csv file, but keeping errors together when they're associated with a particular line number. Change-Id: I6f3fe7049878cf32e2a562adea0f318849f15535 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 09 Jun, 2011 3 commits
-
-
Francois Marier authored
The redirect to HTTPS added in 02cf299a was causing problems when cron was running using PHP cli (bug #792290). Change-Id: I991f51d2cc9272e5f33e5f4b7486d3565924d8c7 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Stacey Walker authored
bug #794361 Change-Id: I505acd49a0bdc67364076a631f3e84d1db6e1beb Signed-off-by:
Stacey Walker <stacey@catalyst-eu.net>
-
Francois Marier authored
-
- 08 Jun, 2011 9 commits
-
-
Francois Marier authored
-
Hugh Davenport authored
Change-Id: Ia684afea3125dc8964d21b3bf288c6592b3d8303 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Ruslan Kabalin authored
Change-Id: I65de62a6ccbc680b3ee6055482cc84370a56e106 Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
-
Stacey Walker authored
bug#794368 Change-Id: I5d658b6da7591accb5680a812f8759a2384ae5ac Signed-off-by:
Stacey Walker <stacey@catalyst-eu.net>
-
Richard Mansfield authored
-
Richard Mansfield authored
In some languages, the string for the username label is so short that the username text field appears on the same level as the label. It looks especially ugly when the password field sits on a new line, but the username field doesn't. Change-Id: I6a2cb05ac18ea547585ab6c738abee3d689adc66 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Darryl Hamilton authored
Code to generate a sitemap generation code, using the sitemaps.org standard/protocol. The default generation is daily, with a full generation done on the first of the month. The full generation can also be forced by passing 'true' to the constructor. Sitemap file(s) are placed in a 'sitemaps' directory just off the docroot, with an index file placed in the docroot itself. If the 'sitemaps' directory does not exist, one will be created. More information can be found on https://wiki.mahara.org/index.php/Developer_Area/Specifications_in_Development/Sitemaps Change-Id: Ib28983ca1c3b5ff06a6e603f402460531b987067 Signed-off-by:
Darryl Hamilton <darrylh@catalyst.net.nz>
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 07 Jun, 2011 9 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
Because the $lang variable is declared as static in current_language(), a call to get_string in the sanity checks can set the language for the entire request, even before the site language has been read in from the config table. This ensures the language is reset immediately after config has been read. Change-Id: Ic81dfaedd70de75d93a6d38dd89915eeabcccd6e Signed-off-by:
Richard Mansfield <richard.mansfield@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 7 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>
-