- 29 Aug, 2012 1 commit
-
-
Liuba Kazakov authored
Bug #1041645 Change-Id: I6517352abbc888af961dabd8a1c3077bca1a214c Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
- 04 Jul, 2012 1 commit
-
-
Son Nguyen authored
Change-Id: I119576093e504735b4c6899851cf25c5b728ec49 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 03 Jul, 2012 2 commits
-
-
Son Nguyen authored
Change-Id: I2f181f4f85ceee3de9faded91682a52830f88ce6 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Son Nguyen authored
1. For group collections Only roles that can edit group pages can do these: - Listing group collections - Creating a new group collection - Deleting and editing an selected group collection. - Copying a collection 2. For institution collections Only institution admins can: - Listing insitution collections - Creating a new institution collection - Deleting and editing an selected institution collection. - Copying a collection Change-Id: I799bcfaf0f751d1a8c1fa9b5e5df4832832d8ea1 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 08 Jun, 2012 10 commits
-
-
Richard Mansfield authored
The editviewtabs.tpl template assumed that view urls contained a query string. This is no longer true, so the 'new' parameter is now added in view/(edit|layout|blocks).php rather than inside the template. Change-Id: I5b2cc7e937834bea3379f409fee1ec19687b3441 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Bug #1006634, part 3 This is the destination for the "Done" button at the bottom of the block editing page. Change-Id: I0ecb734af6370865832a538e289d919f6cfbea93 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Bug #1006634, part 3 For user and group links under "Access list" on the share tab. Change-Id: I48f0f78cf3741b0afac66da4c20df3f7184f83d7 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Bug #1006634, part 3 Change-Id: I643746b18d01fa90c8d31571fd6fc3c30c97e04b Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Bug #1006634, part 3 These need to continue to use ids rather than clean urls, because javascript on the page parses the href attribute for user and group ids. It's still better to use the appropriate url functions anyway, to reduce the number of hardcoded urls. Because clicks on these links are intercepted by javascript to display a preview window, users will not end up at these unclean urls unless they have disabled javascript. Change-Id: I6d0378c6c65d066d030958e96510f78bfd366a69 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Bug #1006634, part 3 The template can be simplified a bit by using View::display_title() instead of generating titles and links for the view and its owner. The owner_link function is called by display_title, and is updated here to return clean urls. Change-Id: Ia4653b2050be1f3b4443130165dcfcbe94a6121b Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Bug #1006634, part 3 Changes to get_extra_view_info allow the following pages to be updated with clean view urls, without any performance penalty: - Latest pages block - get_views_for_user mnet function - Group views block - My views block - Sitemaps - Shared pages Change-Id: I25be10092a7865d34c435196d5f3569e2f08c9c4 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Bug #1006634, part 3 Simplifies get_myviews_data() to make use of get_extra_view_info, as the results from that function now contain everything we need for display on the page. Change-Id: I16c826e93171ec74259136e998e73dc4db22bef2 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Bug #1006634, part 3 The view_search() function retrieves data about the user or group who owns each view in the result set, and this owner data is displayed in the Group pages and Latest pages blocks, and Shared pages. When the urlid column is also pulled from the db, user and group urls can be generated using the new functions. Change-Id: I4a018d8deba4a38ab8999161ad3feefd7edc36b0 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Bug #1006634, part 3 In many places user urlids are not currently available when the profile url is generated, but it is trivial to get it, and then change the user/view.php url to a profile_url call: - Admin page access report - Profile links in feedback lists - My friends block - Wall posts - Group members block - Group members tab - Recent forum posts block - Group admin lists on forums page - Group admin lists on my groups, find groups - Group admin lists in group info block - Profile sideblock - My friends & find friends pages - Institution landing page - Online users page Change-Id: I33e122896982037a887aad8e3362db450e123e3f Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 27 Feb, 2012 1 commit
-
-
Jono Mingard authored
Added the author name to pages (regardless of whether they are in a collection) below the page title. Added a language string "viewauthor" in lang/en.utf8/view.php. Added a function in lib/view.php to output this string with the proper username and URL. Added this to theme/raw/templates/view/view.tpl by passing a new string to smarty ($author) in htdocs/view/view.php Also moved page description to be below tabbed collection navigation in view.tpl Change-Id: I5799ccda3a7f29888692fbd3b4d6aac836cbc677 Signed-off-by:
Jono Mingard <reason.koan@gmail.com>
-
- 06 Jan, 2012 2 commits
-
-
Richard Mansfield authored
Change-Id: I0633b440452767f336ca821cccf811fd7ca9052b Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
The warning text for view deletion suggests exporting your view, which is impossible for group views. It also suggests that textbox content will be deleted, which is no longer true. Change-Id: I9072d7ec9b6ea0e41587d6fbb8d9bb2b500b2c7b Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 28 Nov, 2011 1 commit
-
-
Richard Mansfield authored
When the site or institution has disabled public views, there's a notice on the view access page to that effect, but the user can happily create new secret urls with no indication that they won't work. This patch removes the generate new secret url button, and adds a notice to the secret url page to inform the user when they're not allowed to create public pages. Also adds a sentence to the site setting to make it clearer that disabling public pages also disables secret urls. Change-Id: I93a36df425bf06c4748cfdbfaf62613017518872 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 06 Oct, 2011 2 commits
-
-
Richard Mansfield authored
As a result of profile view access changes in bug #807278, profile views are displayed on the share page. So the 'editing' version of view titles needs to be displayed in two places (my views/ group views etc., and on the share page). It makes sense to use the same View methods in both cases, and remove the old logic to get the view title and url from the template. Change-Id: Ifa36651dc3358acd71ca63407df79799ddd47299 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
The profile view title is now displayed on the share page, due to recent changes in profile view access (see bug #807278). However the view title from the database is now displayed on the share page instead of the translatable string. Change-Id: Ic691469731923faa0cef0c204b1207a9152e9fe2 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 27 Sep, 2011 1 commit
-
-
Evonne Cheung authored
New blocktype icons were introduced in commit e6fe5d86 , but hardcoded width & height properties in the blocktypelist template (used by the drag & drop javascript) were never updated to match the new icons. Change-Id: I8321945450a502dc91df05aa39f067713fd5e90d Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 13 Sep, 2011 1 commit
-
-
Richard Mansfield authored
When editing access for group and institution views, this link went to the share page for the individual logged-in user. It should go to the group's share page, or the institutions share page instead. Change-Id: I1af2b645fb2fcbee6cbb67306605dca5215256f2 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 12 Sep, 2011 1 commit
-
-
Richard Mansfield authored
Admins can set the 'locked' property on a group view, and this will stop non-admin members from editing the view, regardless of the view editing permissions given to roles within the group. Change-Id: I56c113a9d4e8fcab5463fa1c54bf456f7fc2364b Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 09 Sep, 2011 1 commit
-
-
Evonne Cheung authored
Changes to templates and css for: Forums list, Site statistics, Admin user search, Group members, Search boxes, My Views. Adds a few extra DIVs to make it possible to customize the layout further in themes that inherit from the raw theme. Change-Id: Ib534b2949f93277fd48c9168797c852f12801b7d Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 07 Sep, 2011 1 commit
-
-
Melissa Draper authored
When the view acl screen was changed to streamline the setting of access permissions to multiple views/collections at once, secreturls moved out of this screen. As it is still in the share tab, it is not obvious to users that they should return to the list of views and collections to find the secreturl screen. This text guides them there with a handy link and explanation of the screens. Change-Id: I47406747a374d5d210c46473a0b4c28134f829aa Signed-off-by:
Melissa Draper <melissa@catalyst.net.nz>
-
- 24 Aug, 2011 2 commits
-
-
Francois Marier authored
Part of bug #807278 Profile page now behaves more like a normal page/view, with the following exceptions: - Not removable - Title, description and tags not editable - No advanced sharing options - Cannot be part of a collection - Not available in bulk access update options Change-Id: Ia42cdaee7978fe2e737a89cd79b043feb02ceb0d Signed-off-by:
Eugene Venter <eugene@catalyst.net.nz>
-
Eugene Venter authored
Part of bug #807278 Enable the ability for users to share their views/collections with the institutions they are members of. Change-Id: Id647672141610cced579dbf199690292a249e7b7 Signed-off-by:
Eugene Venter <eugene@catalyst.net.nz>
-
- 27 Jul, 2011 1 commit
-
-
Evonne Cheung authored
Adds new wrapper divs to the main column and tabs for more flexibility in child themes. Styling of new blocktype panel (see bug #808601) Many other miscellaneous fixes, including to the dropdown menus Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz> Change-Id: Ie1de1861d967bb6e954bdb41c792c268245f6bb8 Author: Evonne Cheung <evonne@catalyst.net.nz>
-
- 26 Jul, 2011 1 commit
-
-
Richard Mansfield authored
This change reduces the height of the blocktype panel in the view editor, so that it takes up less vertical space. When js is on, the blocktype titles & descriptions are hidden and only the icon is visible. Titles & descriptions are displayed below the panel on hover. Change-Id: I4c95a4b71c12d15d870b6fc597553dfaa5069380 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 21 Jun, 2011 1 commit
-
-
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>
-
- 07 Jun, 2011 1 commit
-
-
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>
-
- 03 Jun, 2011 1 commit
-
-
Hugh Davenport authored
Change-Id: Ibf3847cac7ed1905146360ab72e81df14a3faaa2 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
- 24 May, 2011 1 commit
-
-
Hugh Davenport authored
Order is now - Edit Title and Description - Edit Layout - Edit Content - Display - Share The title and description page is opened by default for all new and existing pages when edit is selected Bug #761834 Change-Id: I0986f2953de81e75c042c67b4c09c069cb373ec4 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
- 16 May, 2011 2 commits
-
-
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>
-
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>
-
- 12 May, 2011 2 commits
-
-
Josh Corich authored
Add spacing for multiple buttons in my files, my views, collection views Stop overflow from pushing out the container for long headings and descriptions without spaces Change-Id: Ic2d21acf47bda8770d2b1cfda57931ce2f5fc40e Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Change-Id: I5f816b72cc5ef9192d58e773d59d32ac49c8681b Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 10 May, 2011 1 commit
-
-
Richard Mansfield authored
Change-Id: Id68927f3eebe863647a54eacdc79d27991a196b4 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 02 May, 2011 1 commit
-
-
Melissa Draper authored
Bug #731064 Change-Id: Icedb749c3c5495685f341bc22fb5854a03bca606 Signed-off-by:
Melissa Draper <melissa@catalyst.net.nz>
-
- 19 Apr, 2011 1 commit
-
-
Darryl Hamilton authored
Change-Id: I367fca812eeabc652c6dc9fcdbf66df1228738bc Signed-off-by:
Darryl Hamilton <darrylh@catalyst.net.nz>
-