- 05 Oct, 2015 2 commits
-
-
Robert Lyon authored
Instead of only allowing pagination by 10 item we can specify how many tasks to display/paginate by Change-Id: Id3532bffce8912eb017069cc34f5e7ed1c3b924f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: I3a6a327cb395f329b9cf2286697ca4c518851b3b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 20 Sep, 2015 1 commit
-
-
behatnotneeded Bug #1465107 Change-Id: I27492cbc38416fd4790e1e62ec8090c19602d171
-
- 30 Jul, 2015 1 commit
-
-
Change-Id: I6bbd0edde9b09c7a01cc0e36fa5bfe55972a14e8
-
- 15 Jun, 2015 4 commits
-
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I2fbc8593a97edf9721edb40fe2ecc0561c98c15b
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I7196464441c27c657820742b2d310de4fb409b2d
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I332f8f2ea0c317b5171fe9163912c760f6bc2c77
-
Bug 1465107: Use Bootstrap CSS Framework Style plans and tasks pages Style resume pages excluding collapsible elements Style plans and tasks pages Change-Id: Ied782c101b231d919cf1dcd6b267a70d18d39c70
-
- 26 Mar, 2015 1 commit
-
-
Gilles-Philippe Leblanc authored
Change-Id: I724a844fc9e4fbae9e58834082279b4f3f21995c
-
- 21 Mar, 2015 1 commit
-
-
Kristina Hoeppner authored
Change-Id: Idff8e9b753d101c3f6411a1b502dfe053277509a Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
- 19 Mar, 2015 1 commit
-
-
Robert Lyon authored
- Like plan tags already do Change-Id: If284d0288ce4043294653c194a84eea228b5dd6b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 14 Mar, 2015 1 commit
-
-
Kristina Hoeppner authored
Change from checkbox to switchbox. Here I did use the "Yes/No" values rather than "On/Off" because it made more sense. Change-Id: Iecc43a469806031c2d6d7987085ef87f5ece5808 Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
- 10 Mar, 2015 1 commit
-
-
Doris Tam authored
Change-Id: I75aab9ff6fa902999156e8f12dc7cde06394f5c7
-
- 04 Feb, 2015 1 commit
-
-
Robert Lyon authored
- Currently ordered as per this comment https://bugs.launchpad.net/mahara/+bug/1236102/comments/1 Change-Id: I95b5eac314dcbf2fef58e8b16836d4a6822b8b40 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 15 Jan, 2015 1 commit
-
-
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
-
- 03 Dec, 2014 1 commit
-
-
... in order to silence all the E_ALL notices Change-Id: I0fdc9fc68ae7ffd2fa2dffe68dfbd79ee9599c06
-
- 22 Oct, 2014 1 commit
-
-
Aaron Wells authored
Theme files for plugins can now live under the plugin's directory or under the theme's directory. Moving the files for the core plugins to /theme should make life easier for theme developers by putting them all in one place. Change-Id: Icff863c46c80ed2d6be07cd49404bc0b7f5fc4c0
-
- 07 Oct, 2014 1 commit
-
-
Robert Lyon authored
Allowing other language's date formats to be used - eg German dates like 10.05.2013 As the datepicker uses yet another format for parsing dates we need to add in some new strings to handle this. Note - lang strings will need to be added to the langconfig.php file for the languages you are testing, eg: $string['calendar_dateFormat'] = 'dd.mm.yy'; $string['calendar_timeFormat'] = 'HH:mm'; Change-Id: I40e7c50687d9e42d0f78df450fff0004dd6d5710 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 27 May, 2014 1 commit
-
-
Robert Lyon authored
- Also includes fix to show profile tagged blogpost in profile block with correct blog id Change-Id: I5b6a3b844ad98b8c4bdb3fc02ebc4ae12af32847 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 09 May, 2014 1 commit
-
-
Fixes in this patch: - Moved artefact.php to artefacts directory to separate it from pages. - Fixed reference to a wrong 'artefactonlyviewableinview' string. - Removed add_to_render_path() and its calls which have no purpose at all. - Removed 'artefact_parent_cache' table. - Removed cron jobs related to 'artefact_parent_cache' from DB. - Added 'path' column in 'artefact' table to easier calculate hierarchy. - Added ArtefactTest.php for artefacts unit tests Change-Id: Ia14cd85b94c32a950354446ee3565bd2964c625c Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralms.com>
-
- 07 May, 2014 1 commit
-
-
Robert Lyon authored
- regression due to this commit 572d93fc Change-Id: Id4b48d411d264fdd116c63caa3e733e8e9ac160b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 31 Mar, 2014 2 commits
-
-
Bug 1259538 Change-Id: Ifb09d2b9f9c9d4fbe3ef461c0bb12e81624c2138
-
Aaron Wells authored
Bug 1259538 Change-Id: Ia16408369a06516e4bfebe3c0d92e77c17303678
-
- 27 Mar, 2014 1 commit
-
-
- added ability for file and blogpost items that get updated via js to also update the proogess bar as well without needing page reload. -- made the system more pluggable and created a pseudo plugin called 'social' to handle the social progress bar items Change-Id: I39c83018879b4717667ad32a6aa28cf902e42137 Signed-off-by:
Gregor Anzelj <gregor.anzelj@gmail.com>
-
- 03 Mar, 2014 1 commit
-
-
Linked to labels, added hidden text to labels describing what will be added/ignored/etc. Also made links only show for items that actually have hidden information to show to avoid confusion when clicking on the links. Change-Id: I59b64d7d506449ef102028d842953e113d2f2ca9 Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
- 02 Mar, 2014 1 commit
-
-
Change-Id: If5d628ebc63be8b97a688e4835e21ca4001c7e3f Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
- 19 Feb, 2014 1 commit
-
-
Jono Mingard authored
Design fixes by Evonne Affects the following pages - Pages - Collections - Plans - Wall posts - Profile and Online users sideblocks (moved profile picture and online user count after title) Change-Id: I2d1a0a10e81f9a1c20dba280cc3006dcdba73cb8 Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
- 18 Feb, 2014 1 commit
-
-
Jono Mingard authored
Edit and Delete buttons should now have consistent, descriptive alt text - where possible this includes the title of the object to be edited or deleted Change-Id: Ic10775c961a27c8e1ce1fcc011be1f6c46ee9c1f Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
- 14 Jan, 2014 2 commits
-
-
Bug #1259377 Change-Id: Ibf89c33ba1e7d858be0107fc9438b2d35785becc Signed-off-by:
Piper Biswell <piperbiswell.student@wegc.school.nz>
-
Piper Biswell authored
Change-Id: I0bd8259407b80f6781bc5f0af3756aa79f6cb3a3 Signed-off-by:
Piper Biswell <piperbiswell.student@wegc.school.nz>
-
- 03 Jan, 2014 1 commit
-
-
Jono Mingard authored
In /artefact/plans/plan.php and "Plans" blocktype: Added "Completed" alt text to tick image, "Overdue" alt text to warning image and hidden "Incomplete" text for tasks which are not completed or overdue. Change-Id: I261fb764715446efe39545c489f15791807e7d4c Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
- 12 Nov, 2013 1 commit
-
-
Robert Lyon authored
Currently we only hide links to artefact when we 'hide' them on the extensions page rather than have them not accessible. This patch will check to see if artefact is active and if it isn't will display a access denied message. note for testing: when hiding an artefact plugin it turns off the blocktypes associated with it - but when you re-enable the artefact it does not re-enable the blocktypes Change-Id: Ic2282ededa7e85696dcaaac0768d35c52ecf3d01 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 21 Oct, 2013 1 commit
-
-
Robert Lyon authored
In the edit form the text shows as paragraphed but when the text displays to the screen. Added a preg_replace to turn \n\n into paragraphs. Change-Id: I0705b698730fcb4071ad07fcd99f90e361875983 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 14 Oct, 2013 1 commit
-
-
Robert Lyon authored
- have updated copyright for the pages that had existing copyright notices (except for the lib/pieforms/ section as i'm not too sure if that needs changing as it is a different Catalyst IT product) Change-Id: I11c65ad26cb9cd856cf16b1dccbd4223ba086645 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
- 30 Sep, 2013 1 commit
-
-
Change-Id: Iaa122f9ab71ccf337532f49b3c1f656267047de2 Signed-off-by:
Son Nguyen <sonn@catalyst.net.nz> Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
- 26 Sep, 2013 1 commit
-
-
Kristina Hoeppner authored
Fixing small language string problems prior to the RC for 1.8. Change-Id: Iadf84c061a8de55b67f1ae6bdc97dc650b067cee Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
- 10 Sep, 2013 1 commit
-
-
Change-Id: I631b4a441ee1ba89bf1e2c217b784e45f80db552 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 21 Aug, 2013 1 commit
-
-
Robert Lyon authored
- Bugs #1201258, #1181010, #1199563 As these are all integrated together it is easier to test them as one patchset. Change-Id: I5ce68a4ea2de1de8b9deeb7d95380fcdcae095a0 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 19 Jul, 2013 1 commit
-
-
Here are all the UI changes that were made by Evonne Change-Id: I08d98d759a701deaf0a332af9e9392b7270704a5 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 27 Jun, 2013 1 commit
-
-
Son Nguyen authored
Add a new function Artefact::artefact_get_tags($artefactid) to return a list of sorted tags associated to an artefact Display tags of plans Change-Id: I3720b4954be2e928539e75362dab8059fbe35169
-