- 14 Aug, 2018 1 commit
-
-
Upgraded to 1.3.7 Issues: Needed to change calls to class names to not use underscores Changed calls to the Dwoo/$dwoo class to Core/$core discovered that wrong file path wass being called for the dataroot changes to use namespaces instead of requires Changed Mahara plugins to camelcase naming. Dwoo now uses composer to autoload files and composer needs to cache the paths to classes before Dwoo will run. behatnotneeded Change-Id: Ia6b7f41c96fe5695a1ed94476e21eca5a9f1c9ee
-
- 12 Jul, 2018 4 commits
-
-
Robert Lyon authored
-
Cecilia Vela Gurovic authored
-
Robert Lyon authored
-
Robert Lyon authored
* changes: Bug 1722861: Display institution tags in a table Bug 1722861: Restricting use of institution tags Bug 1775106: Creating page from tags
-
- 09 Jul, 2018 2 commits
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I631d7bacce3760e1043acfc43f09d181479fcfe0
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I1f54b6d7649c1ff60661ba65cf0e1ac0d7c26af3
-
- 05 Jul, 2018 5 commits
-
-
Robert Lyon authored
-
Use correct variable in template when creating the legend for charts. In Chart.js legendTemplate uses var 'datasets' or 'segments' depending on the type of charts type Doughnut/PolarArea/Pie use segments type Line/Radar/Bar use datasets We have to check which one is defined in the Chart object before modifying the legend template Also delayed the updating of page by .5 secs so not to clash with chart jsons stuff behatnotneeded Change-Id: Id3ef35a5037ac2c30d342279e0af7052584f7d16
-
As an alternative for memcache / redis behatnotneeded Change-Id: I8be8894f1cda6d0102db31475025236a5a4b86ca Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
To be more in tune with their original counterparts. This means adding new namespace way of calling things and other fixes to make them wok as expected for version 1.15 behatnotneeded Change-Id: If70569de61cbc1425283b68e9389ca8359b85286 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
behatnotneeded Change-Id: I7015e84895533aa3ae338da27c872d0d00b97b84 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 04 Jul, 2018 3 commits
-
-
On the admin page of institution tags (/admin/users/institutiontags.php), display tags in a table. behatnotneeded Change-Id: I9a5a7c6fd6d4c5fad3ba127d6df87d684d19d7b2
-
Robert Lyon authored
If we are not a member of the institution we shouldn't be able to use the institution tag Also, if we leave the institution, the references of institution tags we are using should be turned into normal tags for us behatnotneeded Change-Id: I5e8eb270a995fd5b556c72707ead48b767e1f686 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Added the 'create via tags' field to Page settings. Can add certain tagged artefacts/blocks to the page Note: if the block with the tag already exists on the page it will not add it again behatnotneeded Change-Id: I97e930e36a40d43a4ffdbf0337ae3303dbb72f19 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 03 Jul, 2018 1 commit
-
-
Robert Lyon authored
-
- 02 Jul, 2018 2 commits
-
-
Robert Lyon authored
-
Sarah Kirby authored
container div if comments are not present or enabled behatnotneeded Change-Id: I7fed5fb90c34fcf955fc8551dacf128792e68cd7
-
- 28 Jun, 2018 3 commits
-
-
Cecilia Vela Gurovic authored
-
Robert Lyon authored
If the configuration for a block instance has a tags field it can save the tag against this block behatnotneeded Change-Id: Ib2f0f73aa6e082472879acb0e4fc1eb60e744087 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
As it fails on jenkins Change-Id: I0f0c59cdf1d4025a046b8104eaf56c21798d41f7 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 27 Jun, 2018 1 commit
-
-
Robert Lyon authored
So that we now can search by title/description/tag for valid artefacts Note: For 18.10 system of tags behatnotneeded Change-Id: I9c514f98998b0a97326a8ba7c1de4566453a38aa Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 25 Jun, 2018 1 commit
-
-
Rebecca Blundell authored
Stop consistent jenkins fails of help_icon test. @TODO Put back in as per Bug 1778439 (once jenkins is updated) Change-Id: Ib6ba54f6a00ed17fc8cf6296455157cd0b308144
-
- 20 Jun, 2018 2 commits
-
-
Robert Lyon authored
Merge "Bug 1774308: Behat test Show last updated date and time when seeing a portfolio page - took out breakpoint"
-
Robert Lyon authored
behatnotneeded Change-Id: I71fc705d8d02bb0273aa51cdba31e64abc860fab Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 19 Jun, 2018 11 commits
-
-
Robert Lyon authored
* changes: Bug 1722861: Allow admins to delete institution tag Bug 1722861: Display tag prefix on tagged journal search Bug 1722861: On file edit, display the tag prefix Bug 1722861: Fix the institution tags display on tags.php Bug 1722861: Select and save institution tags Bug 1722861: Add the create institution tag logic Bug 1774103: Looking to combine all the *_tag tables Bug 1774103: New structure for the tags table Bug 1722861: Add the institution tags page Bug 1722861: Add the option to use institution tags
-
The institution/site admins can delete the institution tags that have not been used by any user. If a tag has been used, instead of the delete icon, the admins will see how many times the tag has been used. Change-Id: I29be28c2b62e278952412f9e648eba5dd9e0ed91
-
Change-Id: I833caaa90b2640c3902c81d96ffaf451489abbcb
-
Change-Id: I665d03d083e217647e00e64ab5573e263534276c
-
1. On the tags.php page the institution tags shoud be displayed with the institution name as prefix. 2. The institution tags should not be available for editing. 3. Fixed the side block display as well. Change-Id: I4383f3ec6c6976a40897c406887c49c2a219c644
-
The user can tag artefacts, collections and views with the institution tags (if he is part of that institution). The institution name appears in front of the institution tag to differentiate itself from the other tags. Change-Id: I6b71ed160ecf20fb7813bf127ad34b30432ba7af
-
1. Added the create tag form on the institution tags page. 2. Store the isntitution tag in the "tag" table. Change-Id: I837ec4137758d28d8a42c7629433b92f04a82600
-
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>
-
Robert Lyon authored
-
Robert Lyon authored
-
- 18 Jun, 2018 4 commits
-
-
Rebecca Blundell authored
new general step for interacting with comment based on text in comment edited property step to abstract out switch statement into its own funct test making a comment public works on one comment only test functionality for page owner/comment owner approval of making comments public. Change-Id: I411e854ef2280b9d8731e5307d81f5a507902bd6
-
Robert Lyon authored
-
Robert Lyon authored
This allows to get an element out of been hidden by a topbar menu Change-Id: Ib6b8f704919ac141e7170e10ad25e247e645b16d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Kenneth Hendricks authored
This flag will set whether the function should attempt to create the file if it doesn't exist. E.g. image resizes. This allows an external file system to call get_local_path with this flag set to false to skip the processing. This allows an external file system to avoid an infinate loop when calling get_local_path to check local file availibility. Sponsored by Central Queensland University behatnotneeded Change-Id: Iaade0b06fcc2cd1755467231e0bafea6b90a99ec
-