- 12 Dec, 2014 2 commits
-
-
Kristina Hoeppner authored
Removed reference to IE7 and made some other updates in regards to the login box itself. Change-Id: I96cc0c6e0eba59be5f8a932107a5cdd81a177ea9 Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
Change-Id: I32faf161d9ef7c9cd020134a08998ce48acc7060 Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralms.com>
-
- 11 Dec, 2014 16 commits
-
-
Robert Lyon authored
Now we pass round the userid rather than the username as well Change-Id: I633d058e7b0cc6efd9b3fcb626635f380aa55968 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: Ief2496eefd3f827a84c49e39580aad630ead5ecc Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
This allows one to add a pieform element 'type' => 'switchbox' to render a checkbox styled as a toggle switch. See file for list of arguments that can be passed to switchbox Change-Id: I446b676326a9d5e756d5ff645761d8daf27222b5 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
1) Stop the callback function firing onload of page 2) Allowing to specify the function by reference so one can have either: callback_on: function() { }, or callback_on: "my_function", 3) Allowing the hidden checkbox to still exist in the tab index for screenreaders Change-Id: Ic7a153083446be89eca9f6457b3e05e69cb55a4b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
-
Aaron Wells authored
-
Aaron Wells authored
-
Robert Lyon authored
This jquery-ui plugin graphically styles a checkbox into a toggle switch Change-Id: Id5f3f5dd9d308aa1231fe8017a505c22f7cf1796 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Have adjusted the testclient to alert bad user/pass for one of the strings - this should be ok as it's only for the testclient interface, which only the admins can see. Change-Id: I5f8857058243108715ef19e7d51587b9bf800f7b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: Ib728376b9262bc0bcd45c3f72abba4903dede902 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Aaron Wells authored
Bug 1401324 Change-Id: I82cc854004937161c29d74a6c26fc6a00352470b
-
Robert Lyon authored
We can't pass anything other than an array or null to get_recordset_sql() Change-Id: I62717401d3f4960f0e5a5fc76bf8156b0853b9fc Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 10 Dec, 2014 5 commits
-
-
Aaron Wells authored
Bug 1401313: The "toupgradecount" was only counting plugins, not core and local. This specifically caused problems for the command-line upgrade script. Change-Id: Ia7b666af890d84613ed34f0c72f395c77fdad358
-
Aaron Wells authored
-
Aaron Wells authored
Bug 1400975 Change-Id: I0b7145a6febdb9a5e7c32da9e5ae6cc138840f9b
-
Aaron Wells authored
-
Son Nguyen authored
-
- 09 Dec, 2014 9 commits
-
-
Robert Lyon authored
-
Aaron Wells authored
Bug 1400524: On a large site, the database queries to retrieve all records from the artefact table can take too long to execute and cause the PHP script to time out. This optimization attempts to fix that by separately handling the simpler case of parentless artefacts, and by removing a redundant "select * from artefact" Change-Id: Iddcfea3161fbfe804ec808119fe771757e7cdd5e
-
Son Nguyen authored
-
Robert Lyon authored
Before, the webservices admin pages were appearing under various different menus. I've taken them and put them as a third tier under the Extensions -> Webservices menu Change-Id: I8866da25ec54ba1a98392bfde628fe5182602270 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Will need some design team cleaning up of the css so best test to make sure it functionally works/makes sense Change-Id: I3ac5e45aa1210c14a93b18c31a0c826a1b2dfd83 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
- Changing the readonly checkboxes to be icon images - adding a sitewide function display_icon() to render the ticks/crosses - added a list of generic states to the mahara lang file - tidied up the varying uses of enabled/disabled to use the generic ones Change-Id: I009c6d54f0033dd46391c61387c84575536dcd4b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
* changes: Change webservice config to not have nested Pieforms (Bug #1397128) Fix data in service group on creation Restricting the institution get members (Bug 1393530) Handling webservices validate_password better (Bug 1393530) Tidying up the initial code to mahara standards (Bug #1393530) Adding the webservices plugin (Bug 1393530)
-
Robert Lyon authored
The webservices config had a parent Pieform without <form> tags, which was used solely for layout. Inside this it nested other Pieforms. This caused problems due to the nested forms (fieldsets and legends didn't work properly). This patch replaces the parent Pieform with a Dwoo template to avoid those problems. Change-Id: Ic5b8fa935f403e1002669efa315627f110bcdcc3 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Bug #1396433: Service groups should be disabled upon creation, and tokenuser cannot be null (or it'll crash) Change-Id: Id33279390c275e4c1b6f5316d85700a445970d71 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 08 Dec, 2014 3 commits
-
-
Robert Lyon authored
To test: checkout master - try and add a comment to a page on page reload you should get an error With patch - adding/viewing comments should work again Change-Id: Ic32a5f7daf273385b745c57622abac369e388197 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Yuliya Bozhko authored
Change-Id: I63c4c566504492abb947202f8cf3ba5838770c9f Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralms.com>
-
Robert Lyon authored
A mistake was made where a user was allowed to add more than one "group pages" block to the group homepage. This wasn't a problem until we added pagination to the "group pages" block. This patch attempts to clean up that error and merge any existing multiple block instances into one "group pages" block instance. Change-Id: I38acada835a4c245c97f0008543519a9dd2072a3 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 04 Dec, 2014 5 commits
-
-
Bug 1399464: $values param must be an array Change-Id: Ia865e42641830400fffeb3950f6cbe4fbed7ccbb Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Son Nguyen authored
Change-Id: I1b8f1d002dd4679b25c7ae4fdcdb6af2ee73e933
-
Robert Lyon authored
Changing the value from postgres7 to postgres as we are really only supporting postgres 8.3+ Also updated the list of reserved keywords to contain all the reserved keywords that exist in postgres 8.3. And added new postgres 9.3 reserved words to end of list Change-Id: Ia233b8f21bff9983cf6918691283886467a607e4 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Son Nguyen authored
in the calls of the dml function: get_record_sql() Change-Id: I28d6d03258c6141e9cdca21bf201228522d8b809 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Aaron Wells authored
Bug #1384473 Change-Id: I7a74dc86cb3794b8442084e30f2d13a89b80a7bd
-