- 09 Aug, 2013 2 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
At this stage the drag drop should only work in HTML5 compliant browsers Displays a preview of the file if an image Added styles to display a zone area to drop file (even though the whole page is a drop zone) Made the dropzone area show by default for compatible browsers and have hidden the preview images. Added visual feedback to user for dropping items in dropzone Change-Id: I7a3104d7ded53f1c805779db86d407d2ec1aac26 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 06 Aug, 2013 1 commit
-
-
Aaron Wells authored
Bug #1072972: This includes the KATAKANA-HIRAGANA PROLONGED SOUND MARK, which should solve some issues for Japanese language users. It also removes the 16-bit surrogate characters D800-DFFF from the exclusion class. Change-Id: Iaaa70b891219d97758b3d7982d69a4522a477009
-
- 05 Aug, 2013 2 commits
-
-
Aaron Wells authored
Bug1073625: Removing this feature per Mahara's security standard of assuming the admin web account is more easily compromised than the filesystem or database. In order for this feature to be useful, it needs to be able to print Javascript, on every page in the site, in the header and footer. Change-Id: Id2337c66d037dced514e0cc347370d97cac80093
-
(Bug #1193927) Change-Id: Ie2e87cabe541b77c8afebf5213439224ca971b36 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 29 Jul, 2013 3 commits
-
-
added in new pdf icon Change-Id: Ib351064e1bd7adbcb3ec0243fb5d1436c520a740 Signed-off-by:
Son Nguyen <sonn@catalyst.net.nz>
-
Disable Open file feature Change-Id: If13332299e430126b3ac78e06d80e7ed189ebcaa Signed-off-by:
Son Nguyen <sonn@catalyst.net.nz>
-
Version: 0.8.75 Change-Id: Ic6719f16662c1934fe13718fe67c8f9d2e313594 Signed-off-by:
Son Nguyen <sonn@catalyst.net.nz>
-
- 26 Jul, 2013 2 commits
-
-
Robert Lyon authored
-
Aaron Wells authored
Bug 1203965 Change-Id: Ief9864607b951057df28d3d5d76f3c4af1b47084 Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
- 25 Jul, 2013 3 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
- 24 Jul, 2013 5 commits
-
-
Aaron Wells authored
Bug1183612 Change-Id: I458cfd08a0326f3e21aefe656e00bcdeb6c85bbc Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
Aaron Wells authored
Bug 1046750 Change-Id: I3baa2138d52f9ec415145d408dbe198ad302a777
-
Robert Lyon authored
-
Robert Lyon authored
-
Aaron Wells authored
Bug1180194 Change-Id: Idfaad6ba9138eabc8e0efa4f72a5a3da224c7eab
-
- 23 Jul, 2013 3 commits
-
-
Aaron Wells authored
Bug 1199563 Change-Id: I1f57ed79f410b627b120c1f1b28d2b76d3323c8d
-
Aaron Wells authored
Bug1201055 Change-Id: Id767f48df9cbb04060cb35361eaf943fb7430b2d
-
Aaron Wells authored
Bug1201052 Change-Id: I10dd1f28eb7b47d7608f9df29a4661300a99e4fb
-
- 19 Jul, 2013 5 commits
-
-
Ruslan Kabalin authored
This allow admin to embed something without modifying the template, e.g. Google Analytics snippet. Change-Id: I030b4d1c682708fdf988e9a4a0dea836b4f285b9 Signed-off-by:
Ruslan Kabalin <r.kabalin@lancaster.ac.uk>
-
Ruslan Kabalin authored
It can be used for any site content, not site pages only. Change-Id: Ia901ce1444ab26c50b6327089cf2040a95fbe148 Signed-off-by:
Ruslan Kabalin <r.kabalin@lancaster.ac.uk>
-
Robert Lyon authored
To get a private -> public comment moderated the system needs to check: * if the view has approvecomments set to 1 * if the submitter has checked the make public checkbox * if the submitter is not the owner of the view * if the view is a group view * if the approvecomments are set per view And update the comment table accordingly and now sends off notify message if needed. Removed some unneeded variable declarations Change-Id: I276c3d3fa67a99d9030d10a6172048c255e91b5b Signed-off-by:
robertl <robertl@catalyst.net.nz>
-
Change-Id: Ic85c30bfdcedb4236c21986470ee68aa9acb29e7 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Here are all the UI changes that were made by Evonne Change-Id: I08d98d759a701deaf0a332af9e9392b7270704a5 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 18 Jul, 2013 1 commit
-
-
Dirk Meyer authored
The time stamp now also shows the year instead of only date and time. Change-Id: I8b630e932369c08e7e3dd5ecbe903641533f9cc0 Signed-off-by:
Dirk Meyer <dirk.meyer@icampus21.com>
-
- 16 Jul, 2013 1 commit
-
-
Change-Id: I48866b92bd3a54fe41dd72781d193de7ccecad12 Signed-off-by:
Gregor Anzelj <gregor.anzelj@gmail.com>
-
- 12 Jul, 2013 1 commit
-
-
Robert Lyon authored
Create the ability for Institutions to override the site default for displaying drop-down navigation instead of tabs for main menu. Can now: Set drop-down navigation option on Administer institutions screen /admin/users/institutions.php Users who are in more than one institution will have drop-down setting of the institution whose theme they are using as their theme. If $cfg->sitethemeprefs = true, where a user can pick any theme then for those themes associated with an institution they will use the institution's setting otherwise they will use the site's setting for drop-down navigation. Can not do: Have user make their own choice for whether they see drop down or not for any particular theme Change-Id: I580953c62b35cbc8169d47781c8bf88cc94d9fe8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 11 Jul, 2013 4 commits
-
-
Son Nguyen authored
-
Son Nguyen authored
-
Son Nguyen authored
-
Robert Lyon authored
The auth_remote_user db table was not being updated correctly when users were being moved from one auth method to another in bulk. Fix adds in the correct lines to that table. Code similar to what is used in admin/users/edit.php for single user update. Moved some things around to improve performance and fixed a mistake Used a better way to check authname Change-Id: Ieb2d453bc06646444aadaff92ea5b42af4246411 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 10 Jul, 2013 5 commits
-
-
Son Nguyen authored
-
Son Nguyen authored
-
Son Nguyen authored
-
Son Nguyen authored
-
Son Nguyen authored
-
- 02 Jul, 2013 2 commits
-
-
This will still open the edit form if validation failed and javascript is turned off. Change-Id: Ia3572412b21e1e89942d35d7b365f898f302eb76 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
To test: - Fresh install upload some groups via csv - Add a new group to the csv and then try and upload with the 'Update groups' option checked should give broken 'page not found' - Apply patch - Add a new group to the csv and then try and upload with the 'Update groups' option checked should tell you the line where things are wrong in normal error. Change-Id: Ifb7558c5c3b51f7fa0d6c677e7ef65badd1d0a24 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-