- 25 Feb, 2018 2 commits
-
-
Moving buttons to after drop-down mennu and adjusting to fit in single line with collection title to be bigger visually than the page title behatnotneeded: Style change only Change-Id: I57989b790c04f68dc5bd07edbf1e5595a1d909a3 Signed-off-by:
Evonne Cheung <evonne@catalyst.net.nz>
-
Add fieldset and legend to blocks behatnotneeded Change-Id: Iae4266b5261dbaef05586aca30c494580c1b991c
-
- 23 Feb, 2018 3 commits
-
-
behatnotneeded Change-Id: I2e4e1da62f182484b20ebb044eee4dddc6efad95
-
Liam authored
behatnotneeded Change-Id: Idda5f2541f64e904b0dfd753c53be50136ff1f3d
-
This commits adds a mechanism that will build links to the manual pages such that: - user's language is used if manual exists in that language, else en - the manual for this mahara/series is used The key -> manual page map will need to be populated and these links added to pages. Change-Id: Id7871395821dce660841341dda200f231e75de16
-
- 21 Feb, 2018 1 commit
-
-
Liam authored
behatnotneeded Change-Id: I6847110e207a688f695aa7e8c50a2c131526931f
-
- 16 Feb, 2018 1 commit
-
-
added settings - institution level: reviewselfdeletion 0 if the institution does not require approval from an admin to delete an account 1 if the institution requires an admin to approve account deletion requests from users if not set, it takes the value from the site's default - site level: defaultreviewselfdeletion (Site options->User Settings -> Review account before self-deletion) 1 if the site's default is requiring approval null otherwise Account deletion by a user when a user accesses to the account settings, a 'Delete account' button is displayed. This will: - If the user belongs to an institution that requires approval (or does not have the settings but the site requires approval by default) then a notification will be sent to the admins of the institutions that require approval that the user belongs to - if the user belongs to institutions and none of them require approval (or does not have the setting but the site does not require approval by default) then the account is deleted - if the user does not belong to any institution then the action will depend on the setting of the 'mahara' institution or sites default if 'mahara' doesn't have the setting Approval by institution admins An institution admin can see the pending deletion requests in Admin menu-> Institution -> Pending deletions After approving/denying a request, the user that requested the account deletion will receive a notification behatnotneeded Change-Id: I4ccd9c798cab065ec557eaddf7dfc3a51920b6d0
-
- 13 Dec, 2017 1 commit
-
-
Robert Lyon authored
To stop user clicking the button multiple times thinking it didn't work the first time. This is via the 'Copy' button within the collection. Also fix up the changing of button to 'processing ...' and showing the spinner when copying collection/page on 'Copy page or collection' page behatnotneeded Change-Id: I4188abded7135f6722c679114b8299a92dfbf2aa Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 16 Nov, 2017 1 commit
-
-
Added new html custom filter to allow voki embed code with javascript tags. issue with the creation/edition of blocks: Voki embed code its a javascript code that loads js functions from a remote file and makes a call to a AC_Voki_Embed() function parameters: function AC_Voki_Embed (width, height, chsm, sc, transparent, bgcolor, returnFlag, playerType) The number of parameter makes the difference between old and new voki code. The old one will have only 7, the new one will have one more. The new embed code will have playerType = 1 The function uses an XMLHttpRequest to obtain the new embed code. When we are loading the page, there is no problem. But when we are editing or creating the block, the the connection with the object gets lost and the embed code is never loaded. Solution found: reload the page after editing or adding a block with new voki code. The old voki code can have returnFlag = 1 will return a string with the code returnFlag = 0 will load the embed code in the page (by default) In this last case, after the function creates the embed code, it will call document.write('embed code') if we are loading a page with the embed code, we have no problem but if we have the page already loaded and we are editing the block or creating it, the document.write will replace all the html with the embed code. Solution found: change parameter of the function so it returns the code instead, then manually add it in the correct place of the html. behatnotneeded Change-Id: Ieed00b6c6887715b707b8123082a1312f3db1d9c
-
- 09 Nov, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I4b466290c468ed4122b5b850ceb1f1aa2ec223b2
-
- 01 Nov, 2017 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: If68427764654a1f92df89453515ee2c3f710bb61 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 24 Oct, 2017 1 commit
-
-
- Make all counts for assessment statuses available in the evidence matrix page. - Select in the site administration area, which statuses you want to make available for a particular standard. Sponsored by: PH Bern for SWITCHportfolio behatnotneeded Change-Id: I815e9de6c02b3f503e637c01d0083519b95f09a3
-
- 16 Oct, 2017 1 commit
-
-
Robert Lyon authored
About the danger of displaying big PDF files behatnotneeded Change-Id: I451c6daafc0d1fa537e4d3fdeb16d164be92ac0a Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 12 Oct, 2017 2 commits
-
-
Cecilia Vela Gurovic authored
For both raw and raw_old Not moving files that are only used for styling html exported static page: theme/raw/plugintype/export/html/style/style.css theme/raw/plugintype/export/html/style/print.css theme/raw/plugintype/artefact/internal/export/html/style/style.css used only in exported static page: <path-to-static-page>/files/internal/index.html theme/raw/plugintype/artefact/resume/export/html/style/style.css used only in exported static page: <path-to-static-page>/files/resume/index.html the same for raw_old Change-Id: Ief02aaee3bd86a30c6cae529953500a3a36ca8c9 behatnotneeded: styles
-
Update a number of language strings that were either missing or in the wrong place. Added help files for the "User activity" report columns. behatnotneeded Change-Id: If0758649b749451827eb6f9b426c410776b9c5bb
-
- 06 Oct, 2017 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I70dcf51b64067e480733c4143019370f1de6a753 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 28 Sep, 2017 2 commits
-
-
Cecilia Vela Gurovic authored
change it for clickable standard elements behatnotneeded Change-Id: I2832a1855d198fb234e6db185944ac5284828c0b
-
behatnotneeded Change-Id: I3a2da0df534ce721aeebe0e611baa9b0f58cb16f
-
- 27 Sep, 2017 1 commit
-
-
Robert Lyon authored
On the artefact chooser behatnotneeded Change-Id: I91bc80b5aff35d68d5bb90bf68abb6b058d5849b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 20 Sep, 2017 1 commit
-
-
Robert Lyon authored
Because the cluster can be giving a 'yellow' warning but the index this particular site uses might be 'green' and therefore working as expected behatnotneeded Change-Id: I9d38a4696cee777d4c20f368be917f22c3dde3d8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 09 Sep, 2017 4 commits
-
-
Robert Lyon authored
This patch will contain the fixes for: - Navigation placement - Collaboration report - CSV's of reports - Overview page for the graphs - Making Institution selector a select2 field - Moving all configs for reports into the modal and combine 3rd level menu with submenu choices in select2 field - Ignore non logged in users from user activity report - Move more variables for reports into sticky (session) vars - Allow results to be fetched from elasticsearch Change-Id: I725b7615ac3cd6b1d9b6352bae9f6be0d5161e1b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Introduce a new navigation bar to allow going through the different types of reports: - Change the page title according to the selected report section and report - Decide which columns to display in a report - Configure reports via the "Configure reports" button Add existing reports into the new interface. Create new and expand existing reports: - User activity - Page activity - Collaboration Sponsored by the AAIM project with funding from University of Sussex and Dublin City University. Change-Id: I1eb6920890af27c34c902fe22ff5ce3591b73cb0 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
When we have $cfg->publicsearchallowed = true; and are viewing the site when logged out and have langpacks installed we get an overlap of the language selector and searc box. When we don't have langpacks installed the search box doesn't align to the right. This patch tries to align things up correctly behatnotneeded Change-Id: I6f2175af0aa9e164f4c4302f4c1e7012423d1235 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
This patch will sit above Geralds one to sort out last minute things including: - upgrade compatibility -- Will need to compare current elasticsearch version with compatible version and alert about problems -- Will allow one to set the shards/replicas as part of config -- alert the cluster health (non green) status and unallocated replica shards - Allow empty search query to return all related results - Allow collections to record / search on collection tags - Index group access correctly - Get correct results to display for each tab rather than all results bunched together - Allow highlight on description field - Add a basic behat test - removed the built in docs/ and tests/ dirs as well as the phpunit test files Change-Id: I09b4eaf502a8400499debde2ff1d2a5316f20fbf Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 10 Jul, 2017 1 commit
-
-
To improve accessibility, add a CSS outline to the "More options" icon on "Pages and Collections". behatnotneeded Change-Id: I44597a611962d46cd667921f7a95f7228592a5e0
-
- 08 Jul, 2017 1 commit
-
-
To improve readability in the admin area behatnotneeded: style change only Change-Id: I5986ad6dc9618e5fa4538f82bbc6bbd36d3d9b7a
-
- 29 Jun, 2017 3 commits
-
-
- Amended classes for access not allowed message - Moved elements inside view-container on accessurl.tpl - Minor style fixes behatnotneeded: styling only Change-Id: I5f4694fdfbc2297dac1f7266709e6bdd43d6499b
-
Cecilia Vela Gurovic authored
Bring title, layout and skins into the same "Settings" screen and display them in panels. Still to do: - Fix existing Behat tests where needed - Remove code that is not needed anymore behatnotneeded Change-Id: I0da607187f1e2b7b03fc1ebbbbe205ca1d3e87c2
-
behatnotneeded Change-Id: Ic74144a55e7e3f8e82380b6d5394e258787e0471
-
- 27 Jun, 2017 1 commit
-
-
Initial commit of info plus some moving about of files to 'raw' theme from 'raw2' theme behatnotneeded - will be in child patch Change-Id: I0e8a2683d658df0f25a1586f6ecd9e74cf43062d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 11 Jun, 2017 1 commit
-
-
When allow submission is on and the user has group admin privs - adjusted the initial patch to have pagination Change-Id: I7022c10a3cf93da929d276bc3015a04319a2d632 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 09 Jun, 2017 1 commit
-
-
Pat Kira authored
- Changed label and wrapper display so the help icon is positioned next to radio input group - Ensured that help icon is next to input field on smaller screen Change-Id: I4a36ba5523ebceb3fbc736578886d452b62b9133 behatnotneeded: styling only
-
- 06 Jun, 2017 1 commit
-
-
To allow for the problem where we have tonnes of standards/substandards Also added ability to remember ope/closed state as part of browser session behatnotneeded - style change Change-Id: Iac8cc977804454154666cb7e83bf361afd714a17 Signed-off-by:
Bob Lyon <bob@katipo.co.nz>
-
- 02 Jun, 2017 1 commit
-
-
- The URL was incorrect and resulted in an error message. - Added missing adminusersearch.js behatnotneeded Change-Id: I02c59c2f67bf051803c479ea6b466e547aea2724
-
- 25 May, 2017 1 commit
-
-
Pat Kira authored
Added a class to page and collection panels so we can use CSS to select every second item on smaller screen and 4th item on larger screen then set collection list and page access dropdown to right align. Other collection list and page access dropdowns are left align. Change-Id: If09e7e9d66dc727ee334dc3f9f4311e6a45716e9 behatnotneeded: styling only
-
- 15 May, 2017 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I012c3356fd82450823987934b65071e9bc4bf8e7 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 07 May, 2017 1 commit
-
-
Pat Kira authored
- Removed extra styles on _user-pages.scss - Added class for similar table layout behatnotneeded: styling only Change-Id: I90bc5894cb5e659fb07519959ee78d32c089549c
-
- 26 Apr, 2017 1 commit
-
-
- For both raw and old raw - Remove extra conditions for adding class - Remove unused css selectors - Rename classes for clarity - Move styles to one file; _panel-quarter.scss - Consolidate elements and class for maintainability behatnotneeded Change-Id: I1e499e697013a16fcfac2b9a73772944619680a4
-
- 20 Apr, 2017 1 commit
-
-
- Make svg of supported extension. - Add svg versions of Mahara logo to all core themes including footer logo. - Tidied up upgrade footer styles and templates as well as using theme_image_url instead of image path with specific file extension. Note 1: We are not removing exisiting png version of both logos just in case someone needs it or want to use it. Fixed configurable custom logo display - Check if there is a custom logo if so add to data attribute on the template. - Add a check in js if there's custom logo we won't replace the logo Note 2: Displaying correct version of Mahara logo based on header background could be done at the backend (PHP) since the background value stored in the database (I think). behatnotneeded Change-Id: I377401a9477e3b06e9fcee366579bbfc09bc73ea
-
- 18 Apr, 2017 1 commit
-
-
Robert Lyon authored
There is a gap between them and the should touch like other button groups behatnotneeded Change-Id: Ie9b2843f87d76277f6b1d4239e2fb34f5cfdaede Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-