- 24 May, 2018 1 commit
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: Ide581c47d02772478fe04a85673e8d72cdd919e0
-
- 07 May, 2018 1 commit
-
-
behatnotneeded Change-Id: If9c4bfbc7e1113cd4de131712db821a048ba2136
-
- 19 Apr, 2018 1 commit
-
-
Robert Lyon authored
A mistake made in the patch for Bug 1367539 behatnotneeded Change-Id: If0b27c356887483532693153f0b8936b7d12eb14 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 10 Apr, 2018 1 commit
-
-
Robert Lyon authored
Currently there is a regex to append the view id to the embedded url But it doesn't take into account the domain of the site If you use a link from anther mahara it tries to append the viewid of the page the link is being used in causing confusion behatnotneeded Change-Id: Iece12b1c993d53cdf48e13da16af1156e3ddc9e2 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 04 Apr, 2018 1 commit
-
-
Robert Lyon authored
When the contenthash is missing Also set the new orientation column as not null behatnotneeded Change-Id: I64de51a2a0f456ac54f7a47cbc6398fb1b588594 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 19 Mar, 2018 1 commit
-
-
Robert Lyon authored
This patch contains the following: - created a relatedtags.php page + json file + template to handle the viewing of related tags for a user, the differences for this to tags.php page are: -- it can be viewed publically -- it requires a tag and viewid - Adjusted the filters for blog/blogpost, plan/task so they appear under their own filters as well as 'text' filter - adjusted the dwoo function list_tags so that we can pass an array of viewids/tags and/or just a view id -adjusted the portfolio_search_* functions so they would work for both my tags and related tags pages - fixed a filter js problem for tags.php where choosing the filter was not updating the displayed filter string behatnotneeded Change-Id: Ie3a2c3cb56e94ced0e021265bce88e35a9cfba5d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 13 Mar, 2018 1 commit
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I3d9927777a543441ea00335e625fcd54b5d51ba0
-
- 07 Mar, 2018 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I7fb2fa618719dd12d6b77177a9e1ad127ea175d2 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 19 Nov, 2017 1 commit
-
-
Ilya Tregubov authored
behatnotneeded Enables Mahara to save files to an external file system - object storage (such as AWS's S3) - which can reduce the cost of storage Change-Id: I76822612f2922ba0ef2a0b7a4efb9cd2b96979a6
-
- 09 Oct, 2017 1 commit
-
-
Robert Lyon authored
Rather than fetching by array now that we have multiple extensions using the 'video/mp4' mimetype. This would cause problems for older sites where the file was correctly saved as 'video' artefacttype but where the fetching from db of the mimetypes to compare would associate a different extension to 'video/mp4', eg 'm4v'. This also meant that videos uploaded after commit a5cf7d59 could end up being saved as atefacttype 'file' rather than 'video' This patch fetches mimetypes as array and tidies things up for video behatnotneeded Change-Id: I53dc2d5ddb573d630f1de408cc9c027e488cd99e 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>
-
- 17 May, 2017 1 commit
-
-
Robert Lyon authored
We need to actually define an alias for the column to return behatnotneeded Change-Id: I6eec34389a24c1eef647963348ae8bcb60d716f5 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 02 May, 2017 1 commit
-
-
Robert Lyon authored
When the viewer of the artefact is anonymous behatnotneeded Change-Id: Ice5ea6be95209df4a444f901f22ccd43060eba04 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 27 Feb, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
Replaced most calls to DB to request group basic information, for get_group_by_id() method in group library behatnotneeded Change-Id: Ie03520a6c7a364ead63ccedaff07118a5928348e
-
- 24 Jan, 2017 1 commit
-
-
Robert Lyon authored
When switchbox is outside pieforms behatnotneeded Change-Id: I5c8d53fba46267a16b70b7d288f18488cdd82b29 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 19 Dec, 2016 1 commit
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I1a61e47154cef6fdcb62276aa3ba212037121064
-
- 18 Dec, 2016 1 commit
-
-
Robert Lyon authored
Allow recursive counting so that: When in 'subfolder A' we get size of 'sub-sub folder A' and when we are in parent of 'subfolder A' we get size of both. behatnotneeded Change-Id: Iea7600a7c46205fc2fe315c2c4d231cc31f83e96 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 09 Dec, 2016 1 commit
-
-
Also, update mp4_video type to mp4 in the internalmedia block configuration settings. And, remove the id column from the artefact_file_mime_types table. It's not required with the addition of the primary key made up of the mimetype and description columns. behatnotneeded Change-Id: I607ec4aaabf8edb6fa5fa9731890a40ac62a0af0
-
- 07 Dec, 2016 1 commit
-
-
Cecilia Vela Gurovic authored
In a group page, a site admin can add an image block with a site file that is not inside the public folder. The fix adds this case when checking the permissions edit, view and republish of the image. behatnotneeded Change-Id: I00bcff663b05eb5f47463f11da900901b049a5a5
-
- 01 Dec, 2016 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: Id1c51f16e1d9503348600033b2804411ad03ec78 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 11 Oct, 2016 1 commit
-
-
Aaron Wells authored
behatnotneeded: Covered by existing tests Change-Id: Iec9939b02b7b38fbf0f3217d6be45d538e3a9760
-
- 02 Sep, 2016 1 commit
-
-
Son Nguyen authored
- OGG - WEBM - 3GPP behatnotneeded Change-Id: I8a07f46ad11fd4b781679d9e0a76a653e0c60abb
-
- 31 Aug, 2016 1 commit
-
-
This will support zipped, tar and gzip files Fix errors when extract an archive which has more than 10 entries behatnotneeded Change-Id: I60c53a59ad28bbc1ae9ebfcd0d638b6d09f7ecb7
-
- 25 Jul, 2016 1 commit
-
-
Dmitrii Metelkin authored
behatnotneeded Change-Id: Icaafe3e7f3ee77aaece9f891fda1db40d5a235fe
-
- 21 Jul, 2016 1 commit
-
-
Kristina Hoeppner authored
They are not appropriate anymore with our move to use "Yes/No" options instead. Change-Id: I47fcf8d87ac647879d02d328b627e287bf4767a8 behatnotneeded: Only help description changes
-
- 15 Jul, 2016 1 commit
-
-
Aaron Wells authored
Change-Id: I07bb4031679fec26ea0535dc9b6604b5d1c42bc8 behatnotneeded: Covered by existing tests
-
- 11 Jul, 2016 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I6b114ec554ceea0bc1d74009959a4e82a455af16 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 23 Jun, 2016 1 commit
-
-
Liam Sharpe authored
behatnotneeded Change-Id: Ia392c12ca0ea2e135ff30da3be8d2bfa37fc0425
-
- 27 Apr, 2016 1 commit
-
-
Robert Lyon authored
They need to be consistent in PHP7 and include the parameter types. behatnotneeded - existing tests are ok Change-Id: I5d94ee53962a92db6faf3718e5a54f48ea31e367 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 22 Apr, 2016 1 commit
-
-
And tidying up a hardcoded string behatnotneeded Change-Id: I6f42d57adf414c94b6522602742c4f36d4d7367f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 31 Mar, 2016 1 commit
-
-
TODO: Currently a DB constraint on our mimetypes table prevents us from having two file suffixes mapped to the same mimetype, which means we can either support .ogg or .oga files, but not both. Since .oga files are already in our table, I'm going with that for now. behatnotneeded Change-Id: Ie364b111f7b4dc956712b179fefca6e76b23d5e9
-
- 21 Mar, 2016 1 commit
-
-
Robert Lyon authored
Now that 'mahara' can have blog/blogpost artefacts we want to ignore them from site menus options for logged in links Change-Id: I8d1be32678ae97d93187181eb4aedcb331e543eb Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 22 Feb, 2016 1 commit
-
-
Liam Sharpe authored
behatnotneeded Change-Id: Id1daeae4d24b47b9c8de5c2547291e8042cadd73
-
- 08 Sep, 2015 1 commit
-
-
behatnotneeded Change-Id: I4a41de2cc085c9f161391f9555211f11314b78b0
-
- 15 Jun, 2015 2 commits
-
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: Ibff86b39cbcee44e51d8891a2f38874091ac942c
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I332f8f2ea0c317b5171fe9163912c760f6bc2c77
-
- 21 Apr, 2015 1 commit
-
-
Kristina Hoeppner authored
This string is used in the Extensions, file artefact, resizing of images section. Change-Id: If36f0a39dbbbdc7e55403f9ac936a023a1d9ff8c Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
- 30 Mar, 2015 1 commit
-
-
Robert Lyon authored
The video/x-ms-asf mimetype is valid for .asf, .wmv and .wma files but as we can't map more than one extension to the same mimetype I've added a little hack allowing the .wmv and .wma extensions to also include the video/x-ms-asf mimtype in the list of valid mimetypes. Change-Id: I706d86c9bc0c5d0c0eb6ab0a09b1f16208557b00 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 26 Mar, 2015 1 commit
-
-
Gilles-Philippe Leblanc authored
Change-Id: I724a844fc9e4fbae9e58834082279b4f3f21995c
-
- 12 Mar, 2015 1 commit
-
-
Kristina Hoeppner authored
Change from checkboxes to switchboxes. Changes affect the blocktype and artefact type in the plugin administration. Change-Id: I9a3c69bd63350fb49267290d029531a1c1b5bdba Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-