- 17 May, 2011 7 commits
-
-
Francois Marier authored
The "External feeds" tab looked a bit empty with just the External Feeds block. We now have enough blocks to make it worthwhile to have a tab for them: externalvideo, externalfeed and googleapps. Change-Id: I193240f6a16c0081625d2180599047ea5fcee00a Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Francois Marier authored
-
Richard Mansfield authored
-
Richard Mansfield authored
Change-Id: I27cd03fcd221cd19935d4a75d8f0f867b7df95b5 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Darryl Hamilton authored
Change-Id: Id4f587f3416b461b20657ba2a629386e0fdb3b0b Signed-off-by:
Darryl Hamilton <darrylh@catalyst.net.nz>
-
Francois Marier authored
-
Francois Marier authored
-
- 16 May, 2011 17 commits
-
-
Hugh Davenport authored
Initial import of a contrib plugin for a googleapps blocktype. Change-Id: Ib49a83965b1e17bec9f2f79b6b0e41235d9b5a91 Author: Gregor Anželj <gregor.anzelj@gmail.com> Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Richard Mansfield authored
There is an existing display_name dwoo function which calls the user/lib.php function with the same name. This change wraps that call in hsc(), and removes explicit escaping from all the templates that use it. In future, template authors won't have to remember to put "|escape" after every call to display_name. Change-Id: Ia8a614f6679f6cfa1b17508b2c820717cc311ef4 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Ruslan Kabalin authored
-
Andrew Robert Nicols authored
Change-Id: I27e9fec91d9ee77e108d796e94f6d6c7e2b3466a Signed-off-by:
Andrew Robert Nicols <andrew.nicols@luns.net.uk>
-
Francois Marier authored
Since we can no longer push directly to the repo, let's make the "push" target in the makefile push to Gerrit. Change-Id: I2a6d26f2bae41ffa586eae7b97b3cc3193b2460f Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Francois Marier authored
A broken image was introduced in e5c184f5 Change-Id: I0ebee17c793ba24f5a5522c2df53104a99086763 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Francois Marier authored
-
Hugh Davenport authored
Bug #783208 Change-Id: Id52cb248adbf1cdb6b6841f8c16dd102bed11cc6 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Francois Marier authored
-
Francois Marier authored
-
Richard Mansfield authored
-
Francois Marier authored
Merge "Add some sanity checks to the warnings on the admin home page Remove log_environ calls for those warnings from ensure_sanity, so they don't appear on every page Move all the admin warnings into a single function Display warnings on the home page after the redirect from a successful site upgrade"
-
Brett Wilkins authored
bug #548143. Change-Id: Ib4feede29dc3b4a7be5e84b6a98f45835103cff0 Signed-off-by:
Brett Wilkins <brett@catalyst.net.nz>
-
Francois Marier authored
Bug #783282 Change-Id: I45b5116d74298fba213fcdd4a9d993a4d0650917 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Richard Mansfield authored
Grouping views and collections with the same access lists saves space, but is confusing for users because secret urls must remain per-view and per- collection and cannot be grouped together. This change displays a single row for each view & each collection, and just repeats the access list for view/collection with the same access list. This allows the get_accesslists function to be simplified; most of its work can now be done by the existing get_views_and_collections function instead. Change-Id: Ie3f21919f1d20cd4ea67afdfd385ce5f34eaa7fc Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 15 May, 2011 1 commit
-
-
Hugh Davenport authored
If a group members list was in the left of multiple columns the output was overlapping with the column to the right. This patch changes the way the members are displayed by doing the following: - Replace row and column options to be the number of members to show - Default to show 12 members instead of 6 - Displays the given number of users without overlapping bug #649626 Change-Id: I1dcb9f4e518aede53732d53b8e28fe55b9e94b1e Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
- 13 May, 2011 15 commits
-
-
Ruslan Kabalin authored
wwwroot will be autogenerated on every page load if it is not set in the config file. There are some implications of storing it in the database, it particular it affects the hostname and protocol changes. Since its autogeneration takes just 2ms there is no much sense keeping it in the database. Change-Id: I7c08539c6ad4e4c5fba819a459b7f60bb1d9741e Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Francois Marier authored
-
Francois Marier authored
-
Darryl Hamilton authored
Change-Id: Ia4690c0967bef0536471da19fbb11c8cb8bf267f Signed-off-by:
Darryl Hamilton <darrylh@catalyst.net.nz>
-
Francois Marier authored
-
Francois Marier authored
These superflous executable bits probably come from FAT/NTFS filesystems. Change-Id: I56d21b2eed3202916ae67459dff5bf7b82c87f66 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Francois Marier authored
This is what was run: find . -iname '*.png' -exec optipng -o7 -q {} \; find . -iname '*.gif' -exec gifsicle -O2 -b {} \; find . -iname '*.jpg' -exec jpegoptim -p --strip-all {} \; find . -iname '*.jpeg' -exec jpegoptim -p --strip-all {} \; Change-Id: I6a516782e673167f04ef0945a04a417514ad5cf2 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Hugh Davenport authored
Bug #779251 Change-Id: I3b902d0fe39e52013329c50e28a3d5c87566eab8 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Francois Marier authored
These closing tags are unnecessary and against our coding guidelines. Let's get rid of them all in one go. Change-Id: Ia94f103e525185597ee3780a3839d7577cdd0c29 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Richard Mansfield authored
Remove log_environ calls for those warnings from ensure_sanity, so they don't appear on every page Move all the admin warnings into a single function Display warnings on the home page after the redirect from a successful site upgrade Change-Id: I63f732ab9c0047ed70919eb6948c4fbf5d759b4b Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Hugh Davenport authored
Mention that %z is a PHP formatting code, and that the problem is usually due to running PHP on windows. Change-Id: Ice010d59826aa99965ced045cd82a883be349603 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Richard Mansfield authored
-
Richard Mansfield authored
-