- 02 Feb, 2015 1 commit
-
-
Robert Lyon authored
See bug report for more info ... Change-Id: I4aa27975cb70ebc356c8b6e8349e2000b575f924 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 01 Feb, 2015 1 commit
-
-
Bug 1236102. Also sorting the "text" and "image" blocks while I'm at it. Change-Id: I09c3a1bec1ec9a7ddf0b3f1cfca735759dd2bbbe
-
- 30 Jan, 2015 3 commits
-
-
Aaron Wells authored
Bug 1411090: If a change to a view is big enough to trigger a watchlist notification, we should go ahead and updated view.mtime Change-Id: I70c23c210a7b711035de88d3a916f4847d156882
-
Aaron Wells authored
Bug 1409545: Also cleaning up this old & messy function Change-Id: I9c338aa35208148811bdfe77aee4938f23d8313f
-
Aaron Wells authored
Bug 1401210. The get_artefacts() method is used by the Blogpost artefact to find all the blocks that use a particular blogpost, for storing in the view_artefacts table. I needed to add a table, blocktype_taggedposts_tags, to store the tags in a manner that was easier to query than a serialized blockconfig. Change-Id: Ieef58715e404689d95848e32ccd4132ea3fbcdc5
-
- 29 Jan, 2015 4 commits
-
-
Yuliya Bozhko authored
Change-Id: I3b94130c605592ef22e1d5d30f038d3aafe1e03a Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralms.com>
-
Aaron Wells authored
Bug 1415713 Change-Id: I4ffca92d78267910894ff37de179289105178601
-
Yuliya Bozhko authored
Change-Id: I8ac41fc9915e5ceb7be4b452164d5749b14470a0 Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralms.com>
-
Aaron Wells authored
Bug 1415709 Change-Id: Ib6758dfe1d10884f69261179687d5ffde7ff81f9
-
- 28 Jan, 2015 9 commits
-
-
Aaron Wells authored
Bug 1401210. The get_artefacts() method is used by the Blogpost artefact to find all the blocks that use a particular blogpost, for storing in the view_artefacts table. Change-Id: I53d8fd5924ae2ce4d56866efa655424a75f662f7
-
Aaron Wells authored
Bug 1401210. The get_artefacts() method is used by the Blogpost artefact to find all the blocks that use a particular blogpost, for storing in the view_artefacts table. This one was skipping the blogposts themselves, and it was including content from unpublished blog entries. Change-Id: I4248be998ba4082722648a1ddbcf1c9334672409
-
Aaron Wells authored
Bug 1401210. In order for a newly published blog entry (using the "publish" button) to be able to trigger a watchlist notification, it needs to fire a saveartefact event, and update the view_artefact table, the same as the standard route for editing/creating a blog entry. So the best way to do that is to use the same commit() method. Change-Id: I35b93d6f7415ae69ed8eede3e10306b712ea1b68
-
Aaron Wells authored
Bug 1401210. In order for watchlists to properly handle blog blocks, we need to give the Blog artefact a chance to update the view_artefacts table before the "saveartefact" event gets fired at the bottom of ArtefactType::commit(). So I'm adding a postcommit_hook() method which gets called in the middle of commit(), and shifting ArtefactType's commit() method into there. Change-Id: I23986597fd411fa8f93da7cdbfa8d0b577de66fc
-
Aaron Wells authored
Change-Id: I4349d8c2816a1bec3b01121a6f2ae165add4477c
-
Robert Lyon authored
This was causing some problems with tagged posts - also hiding the 'add comment' link on page edit screen. And making the comments info show when no comments were on item and allow comments for artefact was enabled. This is an issue with newer versions of php. Also placing some of the template files in the new correct location Change-Id: I599e16b0899559a3ebcdf68cff53220b1d83f2d6 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
To include and/or exclude certain tags - has two pools of tags; those that are 'in' and those that are 'out'. To exclude a tag begin your search with a minus sign. Change-Id: I32a3b3d3f244d08bd0547d72db25b8189642fc0e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
there are places where people have added html with view/artefact.php links - needs to be artefact/artefact.php now Change-Id: I28a54bbbe5ffb21a6bc0ca94e65cdb1114c9f08d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Yuliya Bozhko authored
Change-Id: Idd892a2e4df42b002d81060b004402b7e79e17ee Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralms.com>
-
- 27 Jan, 2015 4 commits
-
-
Son Nguyen authored
Bug 1415246 Change-Id: I863596d10826fdd606b92a38bf89182b55a1717f Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: Ib3006eb459c0f5ce72909f59c10517b3668c3e3d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Son Nguyen authored
The old format caused a strict standards warning in PHP 5.5 Change-Id: I3014aae0bbdca131c63735a5daade299d11a265b Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: I1d082e04e546dbad0deb2fc8878d9cb17aa7e854 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 26 Jan, 2015 1 commit
-
-
Robert Lyon authored
Also got the subject to pre-populate the compose message form Change-Id: Id9e7a1af1f4516c145fa91a09fa12fd4175a7e41 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 25 Jan, 2015 1 commit
-
-
Robert Lyon authored
To test - create an institution and give it the custom theme. Add user to institution and log in with that user. Between each test you will need to re-save the institution so that the custom theme data in the db gets updated by the template change. Change-Id: I21d97c77896d872cbfc335473fbf510999b5187b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 21 Jan, 2015 4 commits
-
-
Refactor the query Add json update for pagination Change-Id: I8f9ffb67c928f95187e3429492d8e7893d24d61d
-
Son Nguyen authored
Bug 1406372 After upgrade ADOdb, the SQL query which uses keywords as field name causes the syntax error. Change-Id: I072e9fd35d9415246f755186e7481a9686ce431f Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
This patch adds an admin setting. If enabled, newly created users will have multiple blogs by default. Change-Id: I0beb474d007b49cfd09a6a6a1c479db0b03e68ae
-
and add the behat test Change-Id: Icfefdee0143f77a04d240f33b6c989ab12352f99
-
- 20 Jan, 2015 4 commits
-
-
Liam Stewart authored
Added a new array where variable 'maxlength' is equal to 255 characters in the requestfriendship.php file. You now cannot send friendship requests with messages over 255 characters long. Change-Id: Ib13c65314964269c56e32dc206add85f7aaccb16
-
Liam Stewart authored
"Complaint relates to: [Link]" now goes straight to artefact instead of profile page of the reported user. Change-Id: Idd7453e9a53094afa6f6951d3e2b1cc687d56eff
-
Change-Id: Id9555f5c3fa2846a1f4458ab2667a73c11b9c275
-
Son Nguyen authored
Change-Id: I58635b1a878c18f6626acadcc1a5974f6fd3d40f Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 19 Jan, 2015 2 commits
-
-
Patrick O'Keeffe authored
Change-Id: I8d5c7bc844dd6c461865149526509abe5e8cee29
-
Aaron Wells authored
Bug 1387511: Also making the "Sent messages" screen into the default return screen regardless of how you got to the Compose screen. Change-Id: Ifa3d48fa4cc1cd15a6ae3218915f336216cc6473
-
- 16 Jan, 2015 1 commit
-
-
Aaron Wells authored
Bug 1411459: Google's site that issues recaptcha keys calls them "site" and "secret" instead of "public" and "private". We should do the same, to avoid confusing users. Change-Id: I591f267ccce440459d3033bed04215a65bcb46cf
-
- 15 Jan, 2015 4 commits
-
-
Doris Tam authored
Change-Id: If7e77e237db1262522fd6dace684cf4c2b60f291
-
Amelia Cordwell authored
This patch makes plan description show up on a portfolio page which it is a part of. Previously the description would only show up on the content / plans page rather than on a page it was a part of. Change-Id: I7436d6c2384a5064780f7281968467d08ca60490
-
Patrick O'Keeffe authored
Change-Id: I914f6ba55fc8b95ac0db6d226aa4b90f39e2ae2f
-
Aaron Wells authored
Bug 1411004: This patch adds an option to the "group pages" block, to limit the "pages shared with this group" and "collections shared..." sections so that they only show pages & collections authored by current members of the group Change-Id: I95185d61d384aa298fba065a96ccd635c3430ec5
-
- 14 Jan, 2015 1 commit
-
-
Patrick O'Keeffe authored
Change-Id: I6f8f5c5292f8c2df39b198d56f6fd9ecdfb58c71
-