- 19 Jun, 2018 2 commits
-
-
Robert Lyon authored
So that we only have one 'tag' table that holds all the tag information behatnotneeded Change-Id: Ieb83e61da45edddfa8703816c11f3658c5394c47 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Looking at consolidating all the differnet *_tag tables into one table Also fixing up older upgrade where we add a column and then delete it again. It slows down the upgrade for no gain. behatnotneeded Change-Id: I715a076dab74bca2897c56b171cc0536d6c65ff4 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 17 Jun, 2018 2 commits
-
-
1. If a visible institution enables the institution tags, a "Tags" link will appear under the Institutions menu. 2. The link will take the user to the institution tags page. Change-Id: I29b2777c34253ebf57d0a3bd294081b7727cdc9b
-
On the institution settings page,admins are able to turn "Allow institution tags" on. Change-Id: I404f74c56aac435465c4bd67128d1c262405d5c3
-
- 15 Jun, 2018 1 commit
-
-
behatnotneeded Change-Id: I3ac817a31002b50687490a900d68ddc9ae8ace6d
-
- 07 Jun, 2018 1 commit
-
-
Change-Id: I62bf8065c82fba34f9eea1a3e3e004523b19abee
-
- 05 Jun, 2018 1 commit
-
-
Robert Lyon authored
The fix in Bug 1774309 fails to work correctly when the site is in a subdirectory of the apache root. To test: 1) Adjust your site's apache file and set the DocumentRoot to be parent of htdocs 2) Change the 'wwwroot' db value for site to include the 'htdocs/' bit 3) Restart the apache server 4) Go to site, adding 'htdocs/' to url 5) Try logging in before patch: end up not found page with url containing two 'htdocs/' after patch: end up at correct place behatnotneeded Change-Id: Ic5e1de2c5edaf96bbdd9b2403f0f65e45a4b80c0 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 01 Jun, 2018 1 commit
-
-
Robert Lyon authored
To allow checking for a popup we need to stop the after_step hook closing the popup before we check it. To do this we need to add tag called @allow_popups to the feature file so that popups stay open for the next step to check To use with steps: - And I should not see a popup - And I accept the alert popup - And I accept the confirm popup - And I cancel the confirm popup - And I should see "text" in popup Change-Id: I5fa4827b12b355204141dd8b052bc4f5c77ae3a0 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 31 May, 2018 3 commits
-
-
Adds timezone dropdown the site settings. If no timezone selected it uses site settings country to determine correct timezone and sets that in the database. PHP and DB session timezones will then assume this setting for all times. This makes setting $cfg->dbtimezone obsolete - there is a warning to admins to update their timezone setting on admin dashboard. Limitations: - A timezone or country MUST be selected in site options. - Will not correct existing incorrect times, as no timezone info was stored in the DB for dates/times, so it's impossible to determine what timezone was used when saving. - Changing the timezone will not adjust the display of existing times, for the same reason. behatnotneeded Change-Id: I34c64cd51ece6758e76dd8c37007dcb316005845
-
Pass error number and message correctly to the MaharaException call when coming back from the externalfeed curl call. Sponsored by Central Queensland University behatnotneeded Change-Id: I03a2b666bde3905d2466ffbe35f1b35ca8a088bf
-
Robert Lyon authored
If trying to access a page requiring login the system remembers the path (QUERY_STRING) you were trying to access when login is successful But if you login from the homepage there can be no QUERY_STRING set Noticed when doing behat tests behatnotneeded Change-Id: I38cf1f6df7432d70ced5fe5df84bd56b47f1f163 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 29 May, 2018 2 commits
-
-
Cecilia Vela Gurovic authored
Change-Id: Ieb4ebab6ac57ff0ef4f4f89b409884e9d6bc3db7
-
Cecilia Vela Gurovic authored
makes it possible to select date sorting for each artefact type behatnotneeded Change-Id: I7e74bdfbbe8b4df35028e1890833298e73516a45
-
- 28 May, 2018 3 commits
-
-
- changed some lang strings to make them work whether registered or not. - made Registration box always visible - added functionality to remove registration - removed option to change email setting. Registration means sending updates. - added registration_firstsent field to use for telling the admin how long their site has been regiestered. - removed switch for "Send weekly updates" from "Site options" page as it seemed confusing to have it in 2 places with different wording. - updated failing behat tests Change-Id: I47609df6a0ae34932e5c0d2d34a338fe08c7570a
-
Robert Lyon authored
The baseurl for the pagination was not getting set correctly if 'all' tags was joined with a special sort/filter. behatnotneeded Change-Id: Ic5ebcd4388b7808062a91ea463031e4c5ffa2083 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Rebecca Blundell authored
- changed composer dependencies to make 7.2 work - switched to carat syntax which allows upgrade up to anything below the next major version. - fixed use of count to check for null in Behat2Renderer.php - tested dependencies with php 5.6, 7.0, 7.1, 7.2. You do need to manually delete the composer.lock file and run make initcomposer to resolve issues. behatnotneeded Change-Id: I725d8ac6a2f8ca9d67c95d7d6184882a364c0762
-
- 27 May, 2018 3 commits
-
-
Robert Lyon authored
This can be missing in collection object when upgrading from older site and new db field is not created yet behatnotneeded Change-Id: I275a6387546eb8adaefd8b35f8b96dc754979cf5 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I798d052506c9acefa0e4b55c993135f3b70d27c5
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I9f2bf9d7db925e135107659e2d8e4e8b38d5f7ef
-
- 24 May, 2018 2 commits
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: Ide581c47d02772478fe04a85673e8d72cdd919e0
-
Niranjan Bandi authored
New test to check footer settings and headings correctly displayed Change-Id: I64fa379a05cbe555a22f3ec6104edb349544a24f
-
- 23 May, 2018 3 commits
-
-
Rebecca Blundell authored
behatnotneeded Change-Id: Ie69d2e9c91280c894bd67363c39301833cdb3ed2
-
are not present or enabled behatnotneeded Change-Id: Ie47a4e8735a8cc4fb13640a6c991b8af0c32171c
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: Idcd2689e6c196a6604e5f4706fb9019c4f0e3c88
-
- 22 May, 2018 3 commits
-
-
Maria Pappafloratos authored
The button to return to group pages and collections when editing a page required updating so that it reads "Return to group pages and collections". behatnotneeded Change-Id: I3ae44e7bf3887517e93f52992e2290673e7f5da7
-
Robert Lyon authored
If zipped up Leap2A files are uploaded containing files with viruses we need to check them before finishing the importation. Also we should check existing zipped files for viruses as well, eg: 1) Upload a zip file with virus 2) Turn on clamav 3) Try extracting the zip file behatnotneeded Change-Id: I7635deb5f69e6fdb60e89d11ddf9362bb7928994 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
behatnotneeded Change-Id: If8d390b3316c55ed5ee6da608fc9e975ae3b3c29
-
- 21 May, 2018 1 commit
-
-
Robert Lyon authored
By using redirect to avoid exposing sensitive data after login / password reset behatnotneeded Change-Id: I4d64c7c51bb1af81dac594de0563be243a990ed6 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 20 May, 2018 1 commit
-
-
Robert Lyon authored
This changes the parent patch a bit. Instead of recording on the view table if a page is able to be copied to existing group members we insetad record in a new existing copy table if a group page/collection has been copied to a member and if not make the copy. We've also made the switch a slide switch, eg when switching it to 'Yes' it does the task on save and then switches back to 'No'. This means at a later time if set to 'Yes' again it will do the copying again and give any newer members a copy of all pages/collections as well as give older members copies of any newer pages / collections / collection pages since the previous switching to 'No' Note: Currently adding new collection pages to older members will only add the pages as singular pages to their portfolio. behatnotneeded Change-Id: Ia22d8138d80ec5fdb5a401de7289b256f9e5fc69 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 19 May, 2018 1 commit
-
-
Robert Lyon authored
Added 'I click on "button" delete button' step so that the delete buttons with 'confirm' popup get accepted Change-Id: I0ec7d268cd275efb1398b58c26d87f3e8ffdc092 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 16 May, 2018 3 commits
-
-
Robert Lyon authored
behatnotneeded Change-Id: Ib646a8348e4533ff15b333eb839cf33ea085ec28 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Allowing us to delete members based on group they are in behatnotneeded Change-Id: If803519e9719622bf4fe4c4c1a677a47ab0ead6f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
A portfolio shall be copied automatically to existing regular group members, i.e. excluding group tutors and administrators, when setting up the sharing permissions for the portfolio and selecting the copying option in "Advanced options". When new people are added to the group, the portfolio is not automatically copied to their accounts as they were not in the group when the copying was turned on. behatnotneeded Change-Id: I5f706056e3c53f1edc8bcb86cfd41bad1df0185b
-
- 15 May, 2018 3 commits
-
-
And allow deleting of unused ones behatnotneeded Change-Id: I1e00cb207b8d5b29711a1301f7a25fed772b8e67 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
And some other files/dirs that are not needed behatnotneeded Change-Id: Id14427f026c8ab9e6d3fb664066e587bf7946540 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Change-Id: I8a3be5e79203188643e20f22608692b43885761c
-
- 14 May, 2018 1 commit
-
-
Steven Spinelli authored
Change-Id: I260176f0c8f39886335b0a9bfdd69a4c57e23f15
-
- 12 May, 2018 1 commit
-
-
Robert Lyon authored
Also adjusting both clean od groups and clean old users to create a csv on a more verbose dry run behatnotneeded Change-Id: I58c3c7d3f91ba6ff993b68e6bfaf0ebaaadb513d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 10 May, 2018 1 commit
-
-
Robert Lyon authored
When site public pages are turned off. If the user is a member of a group that has 'public' access and the site 'Allow public pages' are turned off, the user should be able to view the group's home page - therefore allowing them to paginate through the "Group portfolios" block in the group home page. behatnotneeded Change-Id: I1ea49927532f967c8a676b8a1590d1db3787cfc2 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 09 May, 2018 1 commit
-
-
Rebecca Blundell authored
behatnotneeded Change-Id: Ie5b2f00eb7ce0a49174243fe58b505d4a6365e22
-