- 16 Dec, 2013 3 commits
-
-
Jono Mingard authored
Changed profile picture string to include the user's name. Added this string to profile pictures where the lack of alt text was preventing the attached username from being read out by screen readers Change-Id: I6be98e4b6131d8c01c2384222edeec2349a7d0ac Signed-off-by:
Jono Mingard <reason.koan@gmail.com>
-
Robert Lyon authored
-
Change-Id: I4bd3680e9866a3371b46de807e34712fa1029472 Signed-off-by:
Gregor Anzelj <gregor.anzelj@gmail.com>
-
- 15 Dec, 2013 3 commits
-
-
Robert Lyon authored
-
Son Nguyen authored
Change-Id: I32cf198a8fa33a9e9773a752c6b32ce5fa079c7b Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Son Nguyen authored
1. Add the begining of PHP file, call JavascriptDetector::check_javascript(); 2. Call JavascriptDetector::is_javascript_activated() or $SESSION->get('javascriptenabled') to get the current status. 3. Call JavascriptDetector::reset() when users logout. Change-Id: Ia12e1678ae2f3f74f3b8e5fb2c0bfdd20d5ae906 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 11 Dec, 2013 1 commit
-
-
Aaron Wells authored
Bug 974855: It's not great that the helpfile doesn't actually contain the URL for your sitemap, but we'd need to implement the ability to put parameters or variables into help files to make that happen. Change-Id: I7cc414510ffe78432a4e21d61a829f67ff1d9929
-
- 10 Dec, 2013 2 commits
-
-
Son Nguyen authored
-
Son Nguyen authored
-
- 09 Dec, 2013 4 commits
-
-
When there are 3 pages to display and the current page is the second, the link to the first page is missing. This patch fixes the problem. Change-Id: I18103086a0564b06c0a92b5821067da1b60f9108 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
This patch is related to the bug #959926. When it was merged with responsive design, some codes were missed. Change-Id: Ib8b282245ac17c8e92de2e73254bdcec3d79f884 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
-
- 08 Dec, 2013 5 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
Merge "Notify administrators (site and institution) when membership is full when a new user requests a membership."
-
- 05 Dec, 2013 5 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
Currently the getConnection() in Elastica/Client.php can give false positive and also throws error if no connection. What is needed is a true/false check to allow for things like notice feedback on extensions page or giving a warning when switching to 'elasticsearch' on site options page when it is unreachable. Change-Id: I43506f03b943d79eb019d39fe794037fc50bd05a Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
Bug 1247722: Note that the patches we'd applied to version 1.0.4 have all been incorporated into 1.0.5. Hence the empty changes list in README.Mahara Also, version 1.0.5 has the Pear Log class as a dependency, so I'm including that. Change-Id: Ib57c19ebfbf1f5656adea70b282064e387482bae
-
- 03 Dec, 2013 5 commits
-
-
Robert Lyon authored
Currently, if a site admin tries to edit an institution page and attach a file to a block (eg image block) and they don't belong to that institution, the process fails. Have altered the can_publish_artefact() to allow those that can edit institutions to be allowed to also publish. Change-Id: I05a2160e84814add067019e4bde654a6ebd561b1 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
Bug #1255378 This fundamentally changes the behavior of find_key_name(). Before, it only generated what the default name for the key would be, now it actually checks whether a key of that description exists in the DB and returns its actual name in the DB. In core the method was only used by XMLDBGenerator in the methods for dropping or altering a key, so this change will actually make it more robust. In theory, though, if there is third-party code relying on the current behavior of find_key_name(), they could have problems. Change-Id: I0470422a6e6514af98beb83e884178ee7f341ccd
-
Change-Id: I690c83aefb15c163b11045b4f6b92c730f494db6 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Son Nguyen authored
-
Son Nguyen authored
-
- 02 Dec, 2013 1 commit
-
-
Robert Lyon authored
-
- 28 Nov, 2013 2 commits
-
-
Robert Lyon authored
Because the profile tabs are created on the fly by javascript in htdocs/artefact/internal/js/profile.js (which is mochikit) after the page loads I couldn't use the exact same trick as other places in site. Insetad I had to add the necessary dom elements and onclick toggle to the tab block as they were being created. And then got htdocs/js/rd-nav.js to check for the existance of profile tab set and if exists deal with it like the others. I also discovered all the instances where TABS heading was used happened to be a hardcoded string so tidied that up also Change-Id: I38a93ec8d06d05daed04406704590b5b1e1ac2fe Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
Bug 1246580: The customizations we had on our 5.1 version aren't necessary in 5.2.7 Change-Id: I9f62a82a659e0414535048678db818d02d83e751
-
- 27 Nov, 2013 1 commit
-
-
This patch introduces a setting which, if turned on, allows users to access linked site files which are placed in subfolders. Linked site files are set up under Configure site -> Menus Change-Id: Iae4b9e10ef6a921cbf5a3afd9881f33b4c9f280c Signed-off-by:
Adrian Schlegel <adrian@liip.ch>
-
- 26 Nov, 2013 5 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
Change-Id: Ic6e58855750da341208f0bd21f66eba74758d859 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Son Nguyen authored
-
1. Add a new column 'last_processed_userid' into the table activity_queue 2. Enable the notify_users() method to work with split user chunks 3. Modify the activity_process_queue() function to update the activity_queue with the new process Change-Id: Id404aa8e8fa6515cfeb557a4ea11c14c43771fe7 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 25 Nov, 2013 3 commits
-
-
Son Nguyen authored
in the paginator Change-Id: I362704b27761c334be712a32f3b3e5f73c3b3b37 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Son Nguyen authored
This is a regression of https://bugs.launchpad.net/mahara/+bug/1160093 Change-Id: I14c47799dbda019572140270dd58de1d050125e1 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Robert Lyon authored
When clicking the add to watchlist link on artefact page it indicates which page (view) you are actually adding to watchlist. Change-Id: Id929114852c5739e9e83621e25002bb0e6d96dd2 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-