- 11 Oct, 2017 1 commit
-
-
Robert Lyon authored
As part of the db upgrade process. This allows us to turn the triggers off while updating a certain table and turning them on again afterwards. behatnotneeded Change-Id: I5d6f2f7fb7075fca5fe8c811820abe87d92790b3 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 26 Sep, 2017 1 commit
-
-
Robert Lyon authored
So that they have artefact_file_embedded rows associated with them and can display to non-admins behatnotneeded Change-Id: I477a910637ffc53e0e5be9ed44d0188f49b61bad Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 24 Sep, 2017 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I589cc42dd543ea4edfa418de8b85b711d3f0dd3e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 22 Sep, 2017 2 commits
-
-
Robert Lyon authored
Now that it has been obsolete for 1 year behatnotneeded Change-Id: Ifa784d9e815b950e4d8725a99acfc57e098ade65 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
This value would be present in < 1.10 versions behatnotneeded Change-Id: Ic92beea1a209580f798716227a7c53fb600a8869 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 14 Sep, 2017 1 commit
-
-
Robert Lyon authored
We want to record things like so: resourceid = view_access.id resourcetype = what type the view_access row is for, eg 'token', 'user', 'loggedin' etc parentresourceid = the id if the view the access is for parentresourcetype = 'view'; ownerid = the id of the owning resource, eg usr.id / group.id / institution.name ownertype = what owns the resource, eg user / group / institution Also this patch adjusts how we index things into elasticsearch behatnotneeded Change-Id: I079a42ded2fefaab64a6e49fc26e8aad303c9e8a Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 09 Sep, 2017 1 commit
-
-
Robert Lyon authored
Add 5 new new columns to event_log table make searching over the data easier and also record the id of any parent/related info as well Eg, if one deletes an image block from a page we now record: id - the event id resourceid - the block id resourcetype - the blocktype, eg image parentresourceid - the id of the parent, eg view id parentresourcetype - the type of parent, eg 'view' Because we would not be able to find related view info from just the block id anymore. Also added the ability to index and search over event information in elasticsearch search type event_log Change-Id: I280c1c75c35a6c58f42d8acb36cf5c24c70b902d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 03 Sep, 2017 1 commit
-
-
Robert Lyon authored
behatnotneeded - to come later Change-Id: I42f40d997559c4fda132e9c36dc8e2c9d016c61e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 29 Aug, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I488cc4cfffdc9c30f67f001c6d7ce72ae71cc20d
-
- 27 Jul, 2017 1 commit
-
-
Robert Lyon authored
As part of the install process behatnotneeded Change-Id: I0d74698a61f74508d2ab8ed5dcb4695e39a0c3fd Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 08 Jul, 2017 1 commit
-
-
behatnotneeded Change-Id: I26a13d2ef060078abd14bb21a61db147112a4100
-
- 29 Jun, 2017 2 commits
-
-
Robert Lyon authored
Added db upgrade where we update only the existing groupviews blocks where: 1) the group is submittable to 2) no choice has been selected to view submissions This way we don't accidentially overwrite a user's choice behatnotneeded Change-Id: Idd50fe3a75a7434cbbd5ff30d755708c9f855e7b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
behatnotneeded Change-Id: Ic74144a55e7e3f8e82380b6d5394e258787e0471
-
- 28 May, 2017 1 commit
-
-
Robert Lyon authored
Making the admin/statistics.php obsolete and getting admin/users/statistics.php to do the work. The institution 'all' shows the site statistics Sponsored by University of Sussex and Dublin City University behatnotneeded Change-Id: Ic2fb9d4ef355fdc5e5527c1ce776463d821c0c08 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 23 May, 2017 1 commit
-
-
Robert Lyon authored
This patch only deals with: 1) removing passwords from existing event_log table data 2) stopping the recording of passwords into the event_log table 3) sets the reset password on next login for those users It doesn't deal with removing the unnecessary cruft information that will be handled by the bug 1692385 behatnotneeded Change-Id: Id29148f78fa6918f5f5afcb89d211ccb3b60c95b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 11 May, 2017 1 commit
-
-
Robert Lyon authored
When copying a page with an annotation artefact on it behatnotneeded Change-Id: Ib40e6c4fdf2c31830c3855dcd5b5eedbcebce875 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 16 Mar, 2017 1 commit
-
-
Robert Lyon authored
Change-Id: Ib68c1b57bf8910702678b43b4499456ed88b53dc
-
- 15 Mar, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
Allow to set the theme in view table on the DB only when we have userscanchooseviewthemes = true and the theme is set when we are editing page behatnotneeded Change-Id: I16ef25e8efa6060aa7e5a30a44ed2f4698f6d625
-
- 13 Mar, 2017 1 commit
-
-
Robert Lyon authored
To avoid potential upgrade problems Change-Id: If2c70c092aa5e71e02e7180a9dc7062640f3ac9a Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 10 Mar, 2017 1 commit
-
-
Fergus Whyte authored
behatnotneeded Change-Id: If45120ccbd387b7198a3e15b666d43f14386a9a2
-
- 26 Feb, 2017 1 commit
-
-
Robert Lyon authored
Problem when upgrading from version where smartevidence does not exist behatnotneeded Change-Id: If2797efafa84fc3e6a90e9aef95ed4f4a3097796 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 24 Feb, 2017 1 commit
-
-
Fixing a spelling mistake in English. No string ID change required. behatnotneeded Change-Id: Ie00c6ceb061cf0a09e65a4766f6f06ff6ec13075
-
- 15 Feb, 2017 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I3a59c08e5bed2a43759cb30e44b246f4f1ea934c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 14 Feb, 2017 1 commit
-
-
Robert Lyon authored
This patch allows the dataroot/metadata/*.xml file to be named after the idp rather than the Mahara institution. Also added - A select dropdown so that institution can pick existing auth to be paired to - Upgrade to rename the dataroot/metadata/*.xml file - Check to stop being able to add blank metadata field - An alert for user when updating metadata if other institutions are also being effected - Delete the metadata if deleted institution is only one using it behatnotneeded Change-Id: Ie3f5cdc523404b1081352ede67aab591e79b6dbb Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 09 Feb, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
Collection shared to a group was not displaying in group page and shared with me page after first page of collection was deleted. Fixed by resetting the order when deleting a view. behatnotneeded Change-Id: I096114ecf50b7a3af6d1393b387073676a984006
-
- 26 Jan, 2017 1 commit
-
-
Robert Lyon authored
To allow us to easily turn of a 'bad' auth when it is trying to connect to a third party server but that server is not reachable. Currently it makes logging in slow as it needs to timeout on that auth instance before trying the next one. behatnotneeded Change-Id: Ieeaeeaeb1bc0aa61ed3faad8f3bf751edd9c1023 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 25 Jan, 2017 1 commit
-
-
behatnotneeded Change-Id: I68b0b86fe46945dc539193df789fa9f27cc70077
-
- 20 Jan, 2017 1 commit
-
-
Robert Lyon authored
Currently set the group shortname/institution to NULL but now we should leave shortname alone and change institution = 'mahara' behatnotneeded Change-Id: I390d5e8e17c3edca40a59438e5160db00fcc60fb Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 11 Dec, 2016 1 commit
-
-
Cecilia Vela Gurovic authored
When a collection is submitted to a group and then the group is deleted, then the collections are released. behatnotneeded Change-Id: I7e242e5992d8abdafd5aa7b989fba65aa3928b37
-
- 09 Dec, 2016 1 commit
-
-
Robert Lyon authored
Rather than shortname/institution pair Need to fix up how mysqli checks for index when table name is reserved word behatnotneeded - existing test should be ok Change-Id: I62e776a5497671f9455929a21d279f76cf3f4345 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 23 Nov, 2016 1 commit
-
-
When an anonymous comment was left it would set up a watchlist for the view to sent to root user (user id = 0) This patch stps that happening and removes any existing rows in usr_watchlist_view for usr = 0 behatnotneeded Change-Id: I8a560ac778359d2f4c398a318c7abac3573bb348 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 21 Nov, 2016 1 commit
-
-
Robert Lyon authored
Oversight on initial patch - should have been picked up in testing behatnotneeded Change-Id: I940e1792a2843cda3569a771758a7e98a802a2bf Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 10 Nov, 2016 1 commit
-
-
Robert Lyon authored
For the admin user on a site installed before version 15.04.1 behatnotneeded Change-Id: I026efdf7e427fabcd75ba725c20f36b07ae50f94 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 05 Nov, 2016 1 commit
-
-
Robert Lyon authored
The old ones based on lang strings behatnotneeded - can't test dataroot Change-Id: I08963fd73f2d2102c9c34535593e8afb50b6104b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 24 Oct, 2016 2 commits
-
-
Ghada El-Zoghbi authored
Large Maharas with thousands of users run into max execution time errors. behatnotneeded Change-Id: Ie9d5e9d1edb6cd3682afb93e435ebb2d01be355e
-
Ghada El-Zoghbi authored
Administrators may have removed the Glogster iframe. Do not force an insert of the iframe and update it only if the admin still allow it. behatnotneeded Change-Id: I46f23cd01f86e72c435d5a456e3e56cd53f18bd0
-
- 20 Oct, 2016 1 commit
-
-
In case we have any missing studentid/preferredname artefacts if a user was created with webservices before it was fixed behatnotneeded Change-Id: I520d580b5af496260d524ea9434aace41a22bcc1 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 11 Sep, 2016 1 commit
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I8f36fb267bfbd1a910e0c7f092c0e4cfe490ecdb
-
- 01 Sep, 2016 1 commit
-
-
Robert Lyon authored
To hold the id of the smartevidence framework the collection is using Defaults to null behatnotneeded: to come later Change-Id: Idb33e0d71adca8cc089f97aa48826e69e6f16fa8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 23 Aug, 2016 1 commit
-
-
Robert Lyon authored
And avoiding storing full path to dataroot temp dir in db for imported entries behatnotneeded Change-Id: I18fb3a76accd57517e340ce98a19f7b10bd4814c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-