- 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>
-
- 02 May, 2014 1 commit
-
-
Aaron Wells authored
Bug 1314460: No need to remove $locked from $progressbaritems, because the list of progressbaritems is limited by the $onlytheseplugins array, and that has already had $locked removed from it. Change-Id: Ie8418703d0333eaf2ef2ba8301ec235e4dcddd03
-
- 22 Apr, 2014 1 commit
-
-
Robert Lyon authored
Bug #1308479 Allow the same license, licensor, licensorurl help files to be accessible in block instance config form for both the 'license' section and the attachments 'license' section Change-Id: I20dc64c6d4c3cf25138c46348c2d8e5bf7a8fc94 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 06 Apr, 2014 1 commit
-
-
update of the plugin. Caught exception InstallException results in the error-message being presented to the user and the plugin not being installed while the installation process continues Change-Id: Iba04bbfebe7b192409cd2e943d7449f0ec258eca Signed-off-by:
Tobias Zeuch <tobias.zeuch@kit.edu>
-
- 31 Mar, 2014 4 commits
-
-
Aaron Wells authored
Bug 1259538: We created a new artefact plugin called "social" to hold three of the profile completion tasks. But I think this is too much overhead just for that, so I'm folding them into the "internal" and "comment" plugins. (In the long run, we should probably make it possible for *any* plugin type to add progress bar tasks, and then add these as local plugins or something.) Change-Id: I7d129069325f45409be0c73dedd6ddcc3db17489
-
Bug 1259538 Change-Id: Iec129bdcd71d9dd48cfbada5cb4b106e9d4a89e3
-
Bug 1259538 Change-Id: Ifb09d2b9f9c9d4fbe3ef461c0bb12e81624c2138
-
Aaron Wells authored
Bug 1259538 Change-Id: Ia16408369a06516e4bfebe3c0d92e77c17303678
-
- 30 Mar, 2014 1 commit
-
-
Aaron Wells authored
Change-Id: I4b4b802cd0af7223ab9488e3624d02ca56d611d8
-
- 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>
-
- 25 Mar, 2014 1 commit
-
-
Aaron Wells authored
Bug 1252101 1. New users get 2 "new user points" on their user record 2. While they have these, they're on probation and can't post links in public places, or make public pages. 3. "new user points" are decreased each time a non-probationary user responds to a forum post by the user 4. Admins & Staff are automatically non-probationary Change-Id: Ibccd2e330945f66b07aac062c4f51b67a0c0dba2
-
- 07 Mar, 2014 1 commit
-
-
Aaron Wells authored
Bug 1067724 Change-Id: Ie3f6b1136307e4c715929e94d6892e43636c7baf
-
- 03 Mar, 2014 1 commit
-
-
The only place that calls the get_view_from_token() does nothing with the output. It is left over code from version 1.2 where the token was checked to see if an anonymous user could add feedback to a view or artefact. The code changed completely in v1.3 where things like tutors came into play so I've removed the legacy old code from view/artefact.php Change-Id: Id1bf9732d87d4ac50ab2d12d1279b400d5f6ee30 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 09 Feb, 2014 1 commit
-
-
Jono Mingard authored
Pieforms now adds a global error message if there are any validation errors in a form, in addition to the messages beside each element. This is modified from the existing jserrormessage Change-Id: I15b9f4238ec3e5b1e6cb7fcff0514855565f0364 Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
- 14 Jan, 2014 1 commit
-
-
Aaron Wells authored
Bug 1266320 Change-Id: I24f72049f13e145f46145df2d248a02e2a3af8ba
-
- 08 Jan, 2014 2 commits
-
-
Jono Mingard authored
The get_configs_user_institutions() method used the global $CFG variable without declaring it, causing warnings when trying to set a property of it Change-Id: Id02edcf735ffc3c8a779dc787715a6ba20626af1 Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
Aaron Wells authored
Bug 1264429: This patch creates the table, refactors the get_institution_config() method, the Institution class, and the institution editing page, to use the new table. Henceforth columns should only be added to the main "institution" table if they represent a required setting (like name and displayname), or they need to be accessed frequently by direct SQL queries. Change-Id: I4564240d2c55ec2b6ec90868290a61cf4321460a
-
- 07 Jan, 2014 1 commit
-
-
Robert Lyon authored
Compressing array of tags to unique case insensitive values if needed Eg array('Test','cat','test','TEST','Cat'); will become array('Test','cat'); for mysql sites that have case insensitive tables Change-Id: Idf0b8a4440ef0f9273d5be685cf7ad22fecc746a Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 31 Dec, 2013 1 commit
-
-
If TinyMCE is enabled/disabled in the site settings it should always be enabled/disabled for Feedback. If TinyMCE is set to User-defined, it will only be enabled if the logged-in user has enabled it in their user settings. This means it will be disabled for anonymous users and people who've turned the HTML editor off. Change-Id: I5565e69574c65296067f7883b2e66c50a8f15919 Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
- 21 Nov, 2013 1 commit
-
-
Robert Lyon authored
Change-Id: Id8b24afcd7dcfc315b1f62cf70e57de289ba784f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 12 Nov, 2013 1 commit
-
-
Aaron Wells authored
Bug 1250256 Change-Id: Iefd489adb4f7d458d1e8b45727fab5509c61398b
-
- 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>
-
- 23 Sep, 2013 1 commit
-
-
Aaron Wells authored
Upgrade our ADODB driver from the long-obsolete mysql driver to the actively developed mysqli driver Bug 1187964: The biggest improvement is that the ADODB mysqli driver actually supports transactions! Change-Id: I8e55ea28cd6e6b8ed5c883646c1172d318af5554
-
- 19 Sep, 2013 2 commits
-
-
Aaron Wells authored
Bug1168213 Change-Id: Id23b2d6c163def4365d17e26b6c701a4cdadc948
-
Gregor Anzelj authored
see also https://mahara.org/interaction/forum/topic.php?id=4404 Change-Id: Iab8524b3f1f86ceacb9854d57cdd00e62aa5e32f Signed-off-by:
Gregor Anzelj <gregor.anzelj@gmail.com> Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> Signed-off-by:
Aaron Wells <aaronw@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>
-
- 06 Aug, 2013 1 commit
-
-
Aaron Wells authored
Bug #1196781 Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz> Change-Id: Ibc6740f45e59804720823b5cc34e80ca33b3c621
-
- 24 Jul, 2013 1 commit
-
-
Aaron Wells authored
Bug1183612 Change-Id: I458cfd08a0326f3e21aefe656e00bcdeb6c85bbc Signed-off-by:
Aaron Wells <aaronw@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 2 commits
-
-
Son Nguyen authored
Change-Id: I33ce7dc6e6c14917c9632afc672c0faf5718647b
-
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
-
- 13 Feb, 2013 1 commit
-
-
Jiri Baum authored
Change the help text handling so that when a help text is not found for a specific form/element combination, it also looks for a wildcard ANY/element help text. This is used by the license metadata feature to provide uniform help text for the license fields on all forms where they appear. Change-Id: I4c3f1a38d81ae54081e555b2296d28955329cf77 Signed-off-by:
Jiri Baum <jiri@catalyst-au.net>
-
- 21 Jan, 2013 1 commit
-
-
Jiri Baum authored
Log events, including both user IDs when masquerading is in progress. The log can be configured to log all events or only those while masquerading is in progress or none. The log is expired after a configurable delay. Note that this logs all events (or all masquerading events) even though this feature only includes one report of one type of event. Change-Id: I7a59d98b84b0527a55363b4d01448b9b1809aa9e Signed-off-by:
Jiri Baum <jiri@catalyst-au.net>
-
- 20 Nov, 2012 1 commit
-
-
Melissa Draper authored
Was broken by commit 544c62b7 for (Bug #941551) Change-Id: I5ef546564677927e96541791ca3bbee1869e544b
-
- 19 Nov, 2012 1 commit
-
-
Son Nguyen authored
split() will be replaced by explode() if using a string as a delimiter and by preg_split() if using regular expression Change-Id: I93a84150197fb290f89a04f10d5f0fd1e380f0da Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 25 Sep, 2012 1 commit
-
-
Hugh Davenport authored
Also add a few theme changes that allow some more features on small devices. - Printing links - Settings link in top right corner - Create/copy page/collection link - Edit/delete buttons - Remove group members button - Help icons - Administration link Also made the admin link show in full The items that are disabled when device detection is on and user is on a mobile device are: - TinyMCE editor - Adding new blocks to pages, this is now a non-js version - Dropdown menu's - Export functionality Bug #1052060 Change-Id: I5a8fe3cf136bb0c3e76e50a2b3bc48179c675b6a Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
- 03 Sep, 2012 1 commit
-
-
Liuba Kazakov authored
as it doesn't work for some devices Change-Id: I34a72348b7d9c23a5840754a41022e806349c543 Signed-off-by:
Liuba Kazakov <liuba@catalyst-au.net>
-
- 31 Jul, 2012 1 commit
-
-
Christopher Tombleson authored
Change-Id: I10ac8fc0c53a66eabb2a7f558f4111f3a2d5e61a Signed-off-by:
Christopher Tombleson <christopher@catalyst.net.nz>
-
- 02 Jul, 2012 1 commit
-
-
Christopher Tombleson authored
Replace institution name with institution display name. Change-Id: Id1c358802b22665b300601062056c72f39a71723 Signed-off-by:
Christopher Tombleson <christopher@catalyst.net.nz>
-
- 29 Jun, 2012 1 commit
-
-
Hugh Davenport authored
Change-Id: Ibf300f85cbcea12f6ac6ddb89a1eb5f6ea47216b Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-