- 10 Dec, 2017 1 commit
-
-
Robert Lyon authored
Currently we have a mahara_log function that logs page visits So I decided we also need a mahara_touch_record($table, $id) function that updates the 'atime' for a record when called behatnotneeded Change-Id: I2f645c8357426112f9edcdd24f1b8b85513cb7cb Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> (cherry picked from commit b335fdb7)
-
- 27 Feb, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
Replaced most calls to DB to request group basic information, for get_group_by_id() method in group library behatnotneeded Change-Id: Ie03520a6c7a364ead63ccedaff07118a5928348e
-
- 16 Jan, 2017 1 commit
-
-
alexeyomelchenko authored
* Auth * BlockType * Group, * Interaction * Index.php * module * user * search * selfsearch behatnotneeded: same functionality Change-Id: I22f18019443b2be7dc4332b275d0b5a676b7d903 Signed-off-by:
alexeyomelchenko <alexeyomelchenko@catalyst.net.nz>
-
- 04 Aug, 2016 1 commit
-
-
Robert Lyon authored
So that we can differentiate between plugin types that have the same plugin name, eg comment artefact vs comment blocktype behatnotneeded Change-Id: I0f7ffe6da3f7a4ff88cf625a1010c6d2012932d0 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 11 Jul, 2016 2 commits
-
-
Robert Lyon authored
To be more inline with bootstrap stylings Also passing in $view object so we can find the user's default theme if the view's one doesn't exist rather than defaulting to 'default' behatnotneeded Change-Id: Ia4cc0552604698a1fd1aa2f6de666e82b6b86564 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Same fix as the portfolio page behatnotneeded Change-Id: I0ba3dda00239fb0c6472360dcac6ccf4952b29fb Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 11 Apr, 2016 1 commit
-
-
behatnotneeded Change-Id: Id81a439cf2166ed04663099331540e579feec13c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 21 Mar, 2016 1 commit
-
-
Robert Lyon authored
As they are set to TITLE we can just assign TITLE to PAGEHEADING in the smarty function call. We can later override the PAGEHRADING with $smarty->assign('PAGEHEADING', string); if we need to. Have also updated a few files where TITLE was not defined. behatnotneeded - everything should work as before Change-Id: I3ea592cd37344e68c6e90a3c64947cf99db59471 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 16 Dec, 2015 2 commits
-
-
behatnotneeded Change-Id: I39faf88ac8932891a704868f5282a5794ae1387d
-
behatnotneeded Change-Id: I536f7d4ab8bd96d653e0ae3bba635437f0d2c17c
-
- 09 Dec, 2015 1 commit
-
-
Robert Lyon authored
behatnotneeded - existing tests should suffice Change-Id: I69a59b5f70bc6e5e3379106faf975f9c99af07b0 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 19 Oct, 2015 1 commit
-
-
behatnotneeded: styling only Change-Id: Ie47b903e93816c7bac53437bdbb3842020a0effe
-
- 21 Sep, 2015 1 commit
-
-
Jen Zajac authored
behatnotneeded Bug #1495364 Change-Id: I74045931da05899cdfd33f1950b15e8b270129a8
-
- 17 Aug, 2015 1 commit
-
-
Aaron Wells authored
Change-Id: Ie1b2e8fb8a72a339f3decd127eeb320191d11842
-
- 30 Jul, 2015 1 commit
-
-
Change-Id: I6bbd0edde9b09c7a01cc0e36fa5bfe55972a14e8
-
- 20 Jul, 2015 1 commit
-
-
Tobias Zeuch authored
To change the plugin type from artefact to module, the code is moved and the superclass reference is changed to PluginModule. Obsolete classes for the former unused artefact types are deleted. The references to the old script paths are changed. Plugin Tables are renamed and references updated. The new plugin mustn't be installed when the old plugin is still active, but on upgrade, the database tables are renamed and references in artefact_installed and artefact_event_subscription and the triggers are changed. Change-Id: Id5f1198b780ffb92181f7d60785aad9ffe2259da Signed-off-by:
Tobias Zeuch <tobias.zeuch@rwth-aachen.de>
-
- 15 Jun, 2015 4 commits
-
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I83a5945d5cfd051eefc0752d910253d193e14042
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: Ib9b1ee3b0b3dc77cd0080f28c12e87d8d1af2422
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: Ib2031b2090244733104f0da2be0253f1dfe16c64
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I332f8f2ea0c317b5171fe9163912c760f6bc2c77
-
- 26 Mar, 2015 1 commit
-
-
Gilles-Philippe Leblanc authored
Change-Id: I724a844fc9e4fbae9e58834082279b4f3f21995c
-
- 08 Mar, 2015 1 commit
-
-
Robert Lyon authored
This is a straight copy of the skins code in view/view.php to user/view.php Change-Id: If277fb245dd47f363da718ff086c511bb4a16cef Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 05 Feb, 2015 1 commit
-
-
Change-Id: I448b74850bb387c8d9569a3df72da3927ca691d9
-
- 05 Nov, 2014 1 commit
-
-
Bug 1384481 Change-Id: Ia34c51ccae2859e3860896a5fa9fda5a4cbff1dc
-
- 16 Jul, 2014 1 commit
-
-
Nathan Lewis authored
Change-Id: I4b5fb0da8567e95fd9c0e57806baca835b50764e Signed-off-by:
Nathan Lewis <nathan.lewis@totaralms.com>
-
- 15 Jul, 2014 1 commit
-
-
Robert Lyon authored
Also getting it to work on profile page And trying to fix up display for chrome Change-Id: I56967689f09b791bd3ab9d72e45585518c02e5e3 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 01 Jul, 2014 1 commit
-
-
Son Nguyen authored
- Add function comment, - Make it compatible to old calls - Sort the list out of the queries to reduce the MYSQL queries - Set the sort default value when displaying the my group side bar Change-Id: I50decadcebe8a5cb38706809d70a784e6694c46d Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 24 Jun, 2014 1 commit
-
-
Robert Lyon authored
Using the settings that the user has in their account settings. Also fixing up group_get_user_groups() so that it can return count before any limiting is applied. Change-Id: I66318b9d739530b121e5a14928326ef4bdf2f880 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 04 Jun, 2014 1 commit
-
-
Aaron Wells authored
As vetted in the May 2014 dev meeting http://meetbot.mahara.org/mahara-dev/2014/mahara-dev.2014-05-01-08.01.log.html Change-Id: I353ed74d69a5346fbe4e8e521e5c349dbe8dcbac
-
- 28 Feb, 2014 1 commit
-
-
Yuliya Bozhko authored
For each block on page added check for themed css in the same way as for plugins. Also added dynamic CSS including for new blocks in page editor. See bug descrition for details and usage example. Change-Id: I7cbe407b7f6811a116301ddac2c0392cbf90b121 Signed-off-by:
Valerii Kuznetsov <valerii.kuznetsov@totaralms.com> Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralms.com>
-
- 17 Feb, 2014 1 commit
-
-
Jono Mingard authored
- Changed trigger to an anchor instead of a <td>, moved js file out of resume (since resume isn't the only thing using it) and added focus management - the first link in the expander is focused when it's opened - Modified the expander in Cookie Consent 2 to use the same logic - Fixed Resume blocktypes, which were no longer displaying properly after the change Change-Id: I399ea9558482c1af91bd904f4057851cdb0b3ee7 Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
- 22 Oct, 2013 1 commit
-
-
-- because of the change to allow skin to pick the microheader logo on view/view.php I had to tell the other pages using microheaders to use the default logo Change-Id: I18094e0568f3ab4717ef9cc7f6808fc9ed9ee597 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>
-
- 23 Aug, 2013 1 commit
-
-
Robert Lyon authored
- appending the release number to the url so that browsers will fetch new version on update/upgrade - urls for external js/css are now of the form [url]?v=[releasenumber] - eg http://mahara.org/theme/views.css?v=1.7.2 Change-Id: I409746e8c60240c4da5db96fe16c93e8a2bd3dac 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>
-
- 20 Aug, 2013 1 commit
-
-
Aaron Wells authored
Bug1158625: If the user hasn't made their profile public, don't even show their pic and name to logged-out users. And in order to prevent enumeration attacks, show the same access denied screen to a logged-out user, whether they hit the URL for an exising profile or whether they entered an invalid URL. Change-Id: Ic926fde3e04a59728868fffecc9272136fb83855
-
- 26 May, 2013 1 commit
-
-
Robert Lyon authored
Problem was the $smarty instance created before forms were generated. I moved the smarty instance call to after form generation and passed the $smarty->assign calls to it then Change-Id: I12705f06b22cee76cd84017e807ba2b0c5ef213e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 27 Jun, 2012 1 commit
-
-
Son Nguyen authored
view/blocks.php view/view.php user/view.php group/view.php index.php Change-Id: Ie1ba5cb82489756d419c5ace9f5d2d56eee3311d Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 08 Jun, 2012 2 commits
-
-
Richard Mansfield authored
Bug #1006634, part 3 When adding a user to a group directly from a user profile. Change-Id: If97f429b4cd1106e50ec1c66800f42571d6ab603 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Bug #1006634, part 3 Adds a new profile_url function which respects the cleanurls configuration, and makes use of this function in many places where the user's url field is already available: - Admin user account settings page - Redirects after inviting/adding users to groups - Redirects & notifications after accepting/denying friend requests or unfriending - The name plate in the top right header & small view header - Online users sideblock - Display of threaded personal messages Change-Id: Ia43ae0867af12f6d78c0ad389fae25c58ac69b43 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-