- 16 Nov, 2014 1 commit
-
-
Robert Lyon authored
Now that we want to show multiple feedbacks on the view page we need to switch the styles off the id and onto a class Change-Id: I0e9c54909dbc37132606a01b4cb104612efbc827 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 11 Nov, 2014 1 commit
-
-
Aaron Wells authored
Bug 1390339: Before, we had hard-coded the "image" and "text" blocks into the top of the block picker. With this change, a block developer can just give their blocktype the category "shortcut" and it will show up there. Change-Id: Ibaafc481745dd290442aa125b637394084705b00
-
- 10 Nov, 2014 1 commit
-
-
Tobias Zeuch authored
Bug 1391073: Adding the closing {/if} tag to {if $item.icon} in the dwoo template topright.tpl Change-Id: Ie2b0a08fd2f7ea3ff9c85209eab20e3ea883e379 Signed-off-by:
Tobias Zeuch <tobias.zeuch@kit.edu>
-
- 06 Nov, 2014 1 commit
-
-
Robert Lyon authored
Ideally the new attribute should be called 'title' in the array used to populate the tabs - but as we've called the link text 'title' it's not worth changing that to 'text' and having the new attribute = 'title' so I've called it 'tooltip' in the array. Change-Id: I4e34a48e020691f9eefbdfe1a3cd45ee217c62d8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 05 Nov, 2014 1 commit
-
-
Aaron Wells authored
Bug 1384481 Change-Id: Ia34c51ccae2859e3860896a5fa9fda5a4cbff1dc
-
- 23 Oct, 2014 1 commit
-
-
Aaron Wells authored
Bug 1384497. This also adds a new $config->series to lib/version.php, which stores the major version (or as we sometimes call it, "the series") of the current release. It seemed better to store this separately rather than to try to parse it from $config->release, because we may change our release numbering strategy in the future. Change-Id: If4c0d7352e9433cdaf54a03bb922356d6c950e7d
-
- 17 Oct, 2014 1 commit
-
-
Robert Lyon authored
This way the user can toggle the same help info by either clicking on the help icon or by clicking the help text. Also changed 'shall have access' to 'can access'. Change-Id: Ia86c713a7a74ab3dce11bb9ed6552eb49c90776d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 06 Oct, 2014 1 commit
-
-
Robert Lyon authored
Bug 1377542 Change-Id: I337937f432c46ee827b7aa69dd5be7ea3f448b14 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 24 Sep, 2014 2 commits
-
-
Aaron Wells authored
Bug 1373170 Change-Id: Iff193aef8021c34cb19214d1f07d4ef8c429b3ff
-
Nigel Cunningham authored
Change-Id: I660dee4111aea8e3f1b10e7d5887c8b2f56317d6 Signed-off-by:
Nigel Cunningham <nigelc@catalyst-au.net>
-
- 23 Sep, 2014 1 commit
-
-
Aaron Wells authored
Bug 1372322 Change-Id: I00bc97920a0c38b8e17758ac7173c10bbcf5c718
-
- 22 Sep, 2014 2 commits
-
-
Kristina Hoeppner authored
Various lang string fixes right before RC1 Change-Id: If25cca56b8dd6fff16d586f58d9df9b02fcde31f Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
Robert Lyon authored
Bug 750301 Change-Id: Ie0b0ac8b7f500b4ba417c71b5e36aab066b3223a Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 18 Sep, 2014 1 commit
-
-
Robert Lyon authored
This patch contains: - The export queue system where pages/collections on release from submission are added to the export queue table ready to be archived. - The export queue admin page showing what is in the queue to be exported. The cron runs every 6 minutes. Queue items failed to export are also shown here. - The archive list admin page, where one can download the generated leap2a files for the archived submissions. In this patch you should be able to add things to the export queue by either releasing a sumbission on a group that has 'archive submissions' option ticked. This will add the archive to that archived submission page, or you can also run a leap2a export from portfolio export which will add the export queue and send you an email once the export is done. Things to note: - The is a server busy function that stops the export queue from running but I'm not too sure if the threshold is too low/high - The export queue tries t...
-
- 17 Sep, 2014 1 commit
-
-
Evonne Cheung authored
Change-Id: I4af9dd67d04085337b12eb0409c0a2812be9c8e5 Signed-off-by:
Robert Lyon <robertl@brumbies.wgtn.cat-it.co.nz>
-
- 16 Sep, 2014 2 commits
-
-
Robert Lyon authored
(Bug #1267239) The datepicker is now keyboard accessible but not fully screenreader accessible - but the folks at datepicker are working on that The key bindings you need to know for datepicker: PAGE UP: Move to the previous month. PAGE DOWN: Move to the next month. CTRL+PAGE UP: Move to the previous year. CTRL+PAGE DOWN: Move to the next year. CTRL+HOME: Move to the current month. Open the datepicker if closed. CTRL+LEFT: Move to the previous day. CTRL+RIGHT: Move to the next day. CTRL+UP: Move to the previous week. CTRL+DOWN: Move the next week. ENTER: Select the focused date. ESC: Close the datepicker The key bindings added for timepicker: (to avoid clashes with existing key bindings) ALT+UP: Move hour slider up one step ALT+DOWN: Move hour slider down one step SHIFT+LEFT: Move minute slider down one step SHIFT+RIGHT: Move minute slider up one step Also added the prev/next year button options Change-Id: Iff857ba9efb23fd123de6af8f78ceffee9c0ac79 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Nigel Cunningham authored
This patch adds support for anonymising pages. It creates a site option in the General Settings section named 'Allow anonymous pages' that must be checked for any page to be anonymised. If the site option is enabled, a new 'Anonymise' setting in the 'Edit title and description' tab of pages is enabled, allowing the owner to request that this page be anonymised. When both settings are enabled and a user views a page, two things may happen to the author's information. First, if the user is not logged in or does not have admin, staff or owner privileges for the page, the author's name is replaced by the anonymous text (defaulting to "(Author's name hidden)") in both the body of the page and the metadata author field. If the user does have admin, staff or owner privileges for the page, the author's name is anonymised as above except that the text displayed is made into a link. When this link is clicked, the anonymous author text is replaced by the normal aut...
-
- 15 Sep, 2014 1 commit
-
-
Aaron Wells authored
When you request that check_upgrades() checks for upgrades in all components, the return data now includes a false component called "settings". I've moved "disablelogin", "newinstallcount" and "toupgradecount" into that settings component. Change-Id: I57e26e0e05848da607b8a44089c92547ebda078b
-
- 12 Sep, 2014 1 commit
-
-
Evonne Cheung authored
Change-Id: Ia7d3759acd3deb1224782970ebde5f5f8e6a08e8 Signed-off-by:
Robert Lyon <robertl@brumbies.wgtn.cat-it.co.nz> Signed-off-by:
Ghada El-Zoghbi <ghada@catalyst-au.net>
-
- 11 Sep, 2014 1 commit
-
-
Tobias Zeuch authored
Bug 1368091: fixed unclosed td-tags and a double thead tag Change-Id: Ie66f0188478f4fa8c18ecda2087de7c7b15f5798 Signed-off-by:
Tobias Zeuch <tobias.zeuch@kit.edu>
-
- 08 Sep, 2014 1 commit
-
-
Robert Lyon authored
So as to seperate the 'text' block from the 'note' block I figured just changing the viewable text from 'text box' to 'note' will be fine as we have in another occasion changed blog to journal but still have the info in the db recorded as blog. I've also replaced the hardcoded 'textbox/note' block option to with the new 'text' block option at top of chooser list. And forced the site upgrade to install this new 'text' block. Change-Id: Ib40815cc359fc0d4eb715009e506f5fd3e36ee57 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 26 Aug, 2014 2 commits
-
-
Nigel Cunningham authored
This patch adds a new button that allows the user to copy secret URLs to the clipboard without having to manually select the URL text (a process prone to error). Since Javascript can't do this directly, it uses the ZeroClipboard library's Flash based implementation, which adds an invisible 'movie' over the button. The patch includes error handling, so that if Flash is disabled or Zeroclipboard is unable to run for some other reason, the buttons are automatically hidden. Note that if Adobe is set to ask whether to allow flash to run, the buttons are enabled and there's no way for us to detect if the user then denies permission. Since they're explicitly refusing permission and there's nothing we can do, I'm just documenting the fact here. Change-Id: Idf6a408b77adc3f5401192688046d8aaa9e125ae Signed-off-by:
Nigel Cunningham <nigelc@catalyst-au.net>
-
Robert Lyon authored
Now that the left hand side box can search users as well we don't need two Change-Id: I7f0ad243cc1d8268d1341dbb6d58ccf1faf177b8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 24 Aug, 2014 1 commit
-
-
Robert Lyon authored
Help alert admin users to the fact that there are new core Mahara plugins available in the release upgrade. Change-Id: I85e52d925d35328e27c8785ccf4ea851cad09cd8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 21 Aug, 2014 1 commit
-
-
Son Nguyen authored
(Bug 1358582) Change-Id: Ida84b9137c1ecb4ef9cc1cbb4a23fb84d06ae38a Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 20 Aug, 2014 2 commits
-
-
Robert Lyon authored
The 'Add pages to collection' list needs an all/none option. Change-Id: I36e3ae4c5066e0963cb9da8f1b5a824c61de7d68 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Added helpful text to explain what is happening Changed the 'link to' text in inbox to be easier to understand than a >> or 'more ...' Change-Id: I3b3b01232c01cba66cf8b39f3985affd524fd8da Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 19 Aug, 2014 1 commit
-
-
Robert Lyon authored
when one is using their own logo rather than default Change-Id: I9cbf0b674e6a59bf108877a8f971e19b11cbb15a Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 15 Aug, 2014 2 commits
-
-
Aaron Wells authored
Bug 1337013 Change-Id: Ibb3c54e62830b74e50f3bf02053c47dd2d4123f6
-
Aaron Wells authored
Bug 1337013 Change-Id: I1f0537a4c9a4eff427555751aa3215247ffade28
-
- 24 Jul, 2014 1 commit
-
-
Robert Lyon authored
If a user is in two (or more) institutions and the first institution has profile progess set up for it and the other doesn't, the switching of the select box makes the progress sideblock disappear. This patch checks that if any institution the user belongs to has profile progress then display the select box if they belong to two or more institutions and show either the bar or a message mentioning this intitution doesn't have progress. To test: - user with 1 institution that has progress - user with 1 institution that has no progress - user with 2 institution that both have progress - user with 2 institution where one has progress - user with 2 institution where none have progress Change-Id: I4daca26b4b9cfef9faa73be34c34ad931d89465e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 21 Jul, 2014 1 commit
-
-
Tony Butler authored
Change-Id: Iba6f4266557448f54e4dc69c9dbc6727dba9aad6 Signed-off-by:
Tony Butler <tonyjbutler@gmail.com>
-
- 13 Jul, 2014 1 commit
-
-
Robert Lyon authored
You can now alter the sorting of the list by dragging the page name to a new position. You can also add in new pages to the collection by dragging them in from the 'add pages to collection' list. If there are no existing pages in collection you need to drop a page onto the 'No pages' grey box. Also added touch-punch js lib to allow for the drag/drop to work as well on mobile devices. Change-Id: Id1af83abc50b76a7a8d56da8767ed4ce0ef76f77 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 26 Jun, 2014 1 commit
-
-
Robert Lyon authored
These calls became obsolete due to the changes in commit 5580903d Change-Id: If992b24b3632429c2c2707f2f711988b1f8b2840 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 24 Jun, 2014 1 commit
-
-
Robert Lyon authored
Using the settings that the user has in their account settings. Also fixing up group_get_user_groups() so that it can return count before any limiting is applied. Change-Id: I66318b9d739530b121e5a14928326ef4bdf2f880 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 16 Jun, 2014 1 commit
-
-
Valerii Kuznetsov authored
Change-Id: I5558449a0d5c4911bfaec166d185ebd1da863f1c Signed-off-by:
Valerii Kuznetsov <valerii.kuznetsov@totaralms.com>
-
- 12 Jun, 2014 1 commit
-
-
Aaron Wells authored
Change-Id: I49fffc7f4f0386407ddcf309239a6324047805d6 Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralms.com>
-
- 05 Jun, 2014 2 commits
-
-
Robert Lyon authored
- Added the aria-labelledby attribute (read by orca) - Added the aria-label attribute (not read by orca but seeing if it will be read by Jaws) - Added an accessible hidden span to alert screenreader what is to follow Change-Id: I21e48b9cce3998e3435b157e144a6ece9c47974b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Yuliya Bozhko authored
- Created 'objectionable' table - Migrated existing objectionable records to a new table - Added is_objectionable() method to View class - Fixed can_view_view() and elasticsearch to use new table - Fixed artefact.tpl style to match view page when displaying "Not objectionable" form - Make forum reports use new 'objectionable' table Change-Id: Ib3759e86c4003216ad57f3cf68911b13e50e9c67 Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralms.com>
-
- 04 Jun, 2014 1 commit
-
-
Robert Lyon authored
So that 'Groups' reads out as either 'Administer groups' for those screenreaders that respect aria-hidden or 'Groups (Administer groups)' in admin section when dropdown navigation is off to differentiate it from the 'Groups' in main section. When the dropdown is on the submenu list is read out so easily indicates where one is already. Change-Id: Ia70d742e8940fa6ec35957c97588a2ad719a62df Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-