- 09 Sep, 2017 7 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
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>
-
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
* changes: Bug 1694171: Fixing up outstanding issues for v5.0 Bug 1694171: manually merge low level elasticsearch code from Yulia Bozhko's "Bug 1694171: Elasticsearch rewrite" Totara commit. Bug 1694171: Added Elastic search library
-
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>
-
Robert Lyon authored
-
- 08 Sep, 2017 2 commits
-
-
"Bug 1694171: Elasticsearch rewrite" Totara commit. Minimal merge only since the Totara patch does much that we don't need or want (e.g., ES becomes the only search engine). Remove elastica TODO: remove this TODO when faceted search is fixed, either in this commit or a follow-on. Change-Id: I1a6b589900eb689e488c21d36f40729b541f1d19 Signed-off-by:
Gerald Quimpo <gerald@catalyst.net.nz>
-
from https://github.com/elastic/elasticsearch-php and removed the docs / phpunit tests behatnotneeded Change-Id: I483f7625677e2bde74847877fcae89c5c752fddb
-
- 07 Sep, 2017 6 commits
-
-
Robert Lyon authored
* changes: Bug 1694875: Getting annotation behat test to actually test right thing Bug 1715260: Keep tinymce fields on block config form error
-
behat test added to add_tags.feature Change-Id: I014b29c0b7e22a0ff87f321fe60ccb66edd88bbe
-
Robert Lyon authored
Change-Id: I04cdd63a45484fd289fd6e90b5f3f135df8fda67 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
behatnotneeded - will be covered by annotation_block.feature Change-Id: Ibc5652e208ff4d65d2e845678db00ce245e91f63 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Rebecca Blundell authored
makes sure test is on the right profile tab to fill in the info. Change-Id: Ice551dbc92ec1aad65cc204ee8a3c5341029c564
-
Robert Lyon authored
-
- 06 Sep, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
also fixed behat tests and comments behatnotneeded Change-Id: Ic56c1ccf652f00312c40e4093ec73666096ed80a
-
- 05 Sep, 2017 3 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Remove default date format and require it to be passed in. Reinstate if statement which now runs if the date format is not found in the langconfig.php file. Also fix format in the modified_date.feature file so the test works for single digit dates. Change-Id: I532e8db518a34e803c47d9192fd9cc74231d3999
-
- 04 Sep, 2017 3 commits
-
-
Cecilia Vela Gurovic authored
under 'Group pages' section WR#278529 behatnotneeded Sponsored by SWITCH Change-Id: I5a722527fca5e5f388113e69bcdcaf35b176b31e
-
Validation on portfolio collections Validation on smartevidence grid Behat tests added A new feature file added Change-Id: Ib5adf627f3391fb53805b0566a7c405313a3066b
-
Robert Lyon authored
-
- 03 Sep, 2017 2 commits
-
-
Robert Lyon authored
If we are trying to fetch only 1 field then we can't use the $rs->GetAssoc() function as that expects 2 fields minimum. We can get around this in lib/dml.php by creating our own assoc return object. behatnotneeded Change-Id: I6a4a9beadc4abeebc5d73bac6128d56f46ce4676 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
behatnotneeded - to come later Change-Id: I42f40d997559c4fda132e9c36dc8e2c9d016c61e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 01 Sep, 2017 1 commit
-
-
Robert Lyon authored
-
- 31 Aug, 2017 3 commits
-
-
This commit moves all the test feature files into new folders, hopefully to make them easier to find. Please feel free to check out and see if you think the new order makes sense. Change-Id: I5f07fc296a159f986f883d273bc72d4ea1a40d32 Bug 1703736 - change domains to example.org Dear git, please let me push this. Love Rebecca Change-Id: I5f07fc296a159f986f883d273bc72d4ea1a40d32
-
Robert Lyon authored
-
Robert Lyon authored
-
- 30 Aug, 2017 4 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Niranjan Bandi authored
Made changes according to the code review. Change-Id: Ie3d169216b831450967fefbe2dc85289ee72355f
-
behatnotneeded Change-Id: Ib51cd670a4cebee9756b896ec83ef26c9a5f5d85
-
- 29 Aug, 2017 3 commits
-
-
Robert Lyon authored
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I488cc4cfffdc9c30f67f001c6d7ce72ae71cc20d
-
Robert Lyon authored
-
- 28 Aug, 2017 4 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
- 25 Aug, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I035644f81d46ade96bc9bcf7b37d176cb235405d
-