- 15 Jun, 2015 2 commits
-
-
Bug 1465107: Use Bootstrap CSS Framework Applied bootstrap tabs and tidy up form styling Mobile menu Add bootstrap accessibility, tab styling to bootstrap Change-Id: Ifa42d482f5fd7e1cdfb52bae1ebb5ff3bf5085a9
-
Bug 1465107: Use Bootstrap CSS Framework Styling forms Bootstrap grid, respsonsive, menus Change-Id: I3378f05bddf4636a8a02631919c23ca4b9dfb5df
-
- 04 Jun, 2015 1 commit
-
-
Robert Lyon authored
Change-Id: Ic54abae41ec2d8773d097eb930fb78ef859f2656 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 03 Jun, 2015 3 commits
-
-
Robert Lyon authored
There is no need to go to tha lang string info as the items already have the layout info we need. Currently breaks where lang packs have the strings defined to something else Change-Id: I93dfef6975a60b26980fbea7aefa645d30948a32 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
The query to load other textboxes when displaying textbox config. forms is very heavy in a large instance of Mahara. This patch postpones the listing of other textboxes in the textbox config. form, until the link to display them is clicked. This enables the textbox config. form to load and display quickly. TODO: optimise loading speed of list of textboxes. This process is still as slow as it was before - all this patch does is defer it until it's actually required! Change-Id: I92c77e22753882a2b9ed5be3738b8d26b7f5709d Signed-off-by:
Mike Kelly <m.f.kelly@arts.ac.uk>
-
Bug 1457709: We only do this when the command comes from an Index object itself, which means that all the data in the bulk request will have the same index anyway. You'll still need to set rest.action.multi.allow_explicit_index:false in your config.yml, or else the data will be able to override the index name in the URL. See https://www.elastic.co/guide/en/elasticsearch/reference/current/url-access-control.html Change-Id: I2f441bd3613e3c3195c88609989d122e6e26de76
-
- 01 Jun, 2015 1 commit
-
-
Robert Lyon authored
Bug 1460850 As we shouldn't be able to see/use it if we are anonymous user Change-Id: I1e454bcbd17667c88650360cee82069801e7c36b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 29 May, 2015 1 commit
-
-
Removes the dependency on commandline zip/unzip utilities in favour of PHP's ZipArchive class Change-Id: Id7f0833edd36529ac778feb9cbe97d4eb70f403c
-
- 28 May, 2015 3 commits
-
-
Aaron Wells authored
Bug 1447377 Change-Id: Id0f64a6dc883f31de69595a05a321e2ec7ac1b09
-
div#configureblock when enter fullscreen mode. Bug 1455265 As the class has transformations, it affect the fullscreen function to get the correct position, width, and height values. Change-Id: I3dbd590da8b1c992a296704a7c67b9f6394efad3
-
Bug 1417120 The language location check now goes in this order: 1. /local string in selected language 2. theme/plugin directory, in selected language 3. langpack, in selected language 4. /local string in parent language (if any) 5. theme/plugin directory, in parent language 6. langpack, in parent language 7. /local string in English 8. theme/plugin directory, in English Change-Id: I24f61e24fadbca3a62fefa3855f4f444165d750a Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 26 May, 2015 1 commit
-
-
Bug 1384498 Change-Id: Ib3241f69ff92c6ec11cdf69425bd44ea3d728f2a
-
- 20 May, 2015 1 commit
-
-
Aaron Wells authored
Change-Id: I607830471cd4ffe2555421b05a2e99eabf74bb06
-
- 18 May, 2015 2 commits
-
-
Aaron Wells authored
Bug 1430567 Change-Id: I839f40c00117a6ba798e6060b1bacaf1afe69bd9
-
Aaron Wells authored
Change-Id: I94adfb0ad3cb6c0ce7e2cddf31b06ca7ec878420
-
- 07 May, 2015 1 commit
-
-
Robert Lyon authored
Bug #1448807 Change-Id: I300c4d45d6a9c0568339a49dd3eeedce7ad9a117 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 01 May, 2015 1 commit
-
-
Robert Lyon authored
This will help us better identify problems when upgrading sites and also allow the community to post more helpful info about their problems. Currently patch has only the info I used to help debug a site I was trying to upgrade from 1.9 -> 15.04 Change-Id: I4918e2e76477028d1bef338d84e662d367378020 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 30 Apr, 2015 2 commits
-
-
Aaron Wells authored
Bug 1447865 Change-Id: Ia4b09ff1bf379421f1fc1b77de07d86353569452
-
Robert Lyon authored
Change-Id: I93bfa145149494abf8ad9d766079b987701b779f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 29 Apr, 2015 2 commits
-
-
Institution names were not being escaped properly in the accesslist. This patch escapes them properly as well as clearing the compiled cache for the templates where this problem occurs. Change-Id: I2e675af0b84a3a7106e0245a5faa6ee2095a7e06 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
So that it works similar to how the add social profile page works Change-Id: I55816577ccc7b2b5f242d09408dcc6ebae88a65a Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 23 Apr, 2015 1 commit
-
-
Nigel Cunningham authored
On the basis of my profiling and testing over the last week, all of the scripts affected by this patch don't need their raise_memory_limit calls. Ensure_sanity currently sets the memory limit to 128MB, which has been seen to be more than sufficient for each of these use cases. Tests have involved at least 1000 records being imported in each case, and sometimes as many as 20,000. I would have liked to have tested with some really full profiles (eg lots of pictures and content), but am satisfied that there's enough margin to cover those cases. In any case, such files are often handled using external apps and therefore won't be counted toward PHP's memory use anyway. Finally, the limit can easily be increased by the user if necessary for a particular case. Change-Id: Ifecc83fd47da51268bae6cbd6960735eb91f9403 Signed-off-by:
Nigel Cunningham <nigelc@catalyst-au.net>
-
- 21 Apr, 2015 2 commits
-
-
Robert Lyon authored
Bug #1444784 I've not added an upgrade option as the default templates can be altered via the admin interface if needed. Change-Id: Ieaee73bc9a4352cbd2ef572df34590a95c60bf3a Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
It was wanting to check if the user was in the correct institution to edit the group - but was wailing if the user was in group 'mahara' or no institution. Change-Id: Ia77cb601774bdde6a2a176a0ed26760e4ccd8ea8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 20 Apr, 2015 1 commit
-
-
Robert Lyon authored
So that the function webservice_clean_webservice_logs() is available to the cron. Change-Id: I40048bb8a687a63c364ff63e1a83937e32cb2722 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 17 Apr, 2015 1 commit
-
-
Aaron Wells authored
Note that this drops support for the $CFG->pathtoaspell setting, and replaces it with a new $CFG->tinymcespellcheckerengine setting. Bug 1384491 Change-Id: I1692df6ed7a4c6ea3ea98e32855736e11e40dc66
-
- 16 Apr, 2015 1 commit
-
-
Bug 1286935 Seeing as we check the url against FILTER_VALIDATE_URL and that only site admins can add to the 'allowed iframe sources' that should be enough without having to add the / to the end of the url. Change-Id: I82e3623d3df2fa03012278d334994224c51a092e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 15 Apr, 2015 1 commit
-
-
Robert Lyon authored
Discovered this problem when I fixed the HTML export - it was exporting blocks with the loading spinner rather than actual block content Change-Id: Id9c790f7cc6058141fb98c6d984af188ae265d6c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 14 Apr, 2015 2 commits
-
-
Aaron Wells authored
Bug 1443736 Change-Id: I809cd3bc2f7e2865dc6641ee2448d22b96426415
-
Aaron Wells authored
Bug 1443730 Change-Id: I827a7f7d45b6248da37570bfcedb58ecfee34849
-
- 13 Apr, 2015 2 commits
-
-
Robert Lyon authored
And this ends up breaking the 'more' link in the inbox. Normally we don't expect the url to contain the full path so we need strip it off as it's added back in via the template. Change-Id: Ibf22f361aaf7697e9903a2374f15d4fb031d01ef Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
when the tinymce is not on the view/blocks.php page Change-Id: Ie477c41ac2143fae2017f4d3251daa11cf41f97b Signed-off-by:
Bob Lyon <bob@katipo.co.nz>
-
- 31 Mar, 2015 3 commits
-
-
Son Nguyen authored
- Add new resourcetype 'description' for the view description - Display embedded images in view description - Update embedded image urls when copy and export/import view Change-Id: I8088be317ddb1659de2d091a2940bea6665e4af0 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Robert Lyon authored
The upgrade does a db find/replace on the fields except block_instance configdata as that is handled special Change-Id: Ic7add32573428b1cccbdead23dbfcd3aaba24ab0 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
This reverts commit f247b267. Bug 1438475: Thanks to commit edaf831d, we no longer need to wait until after creating the blocktype sortorder column before we install blocktype.text. Moving it back to its original location avoids the awkward "Nothing to update" message seen when upgrading from 1.9 -> 15.04 Change-Id: I78c290d6d69f285fc172f76a2433546b0f7b2cb1
-
- 30 Mar, 2015 1 commit
-
-
Change-Id: I0ae87e94bd7ad723a19045598280a6c4880aa3d8 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 29 Mar, 2015 1 commit
-
-
Robert Lyon authored
Bug 1437929 If a page that is shared to a group has their stop date before current time or start date in the future don't display them on group homepage in the "Pages shared with this group" section. Change-Id: Idc605047184e2b8e04ef2b6c17e53f469ac8cd2f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 27 Mar, 2015 2 commits
-
-
This is a fix for a regression which introduced the display of the username in various areas of Mahara where they were not displayed before. Change-Id: I0e63cc99ef55ae51d1276e5f776a16d7e1934f23 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: I3d7b926c1889412ff7f750101ae7e8c955178371 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 26 Mar, 2015 1 commit
-
-
Gilles-Philippe Leblanc authored
Change-Id: I724a844fc9e4fbae9e58834082279b4f3f21995c
-