- 07 Jan, 2014 9 commits
-
-
Change-Id: I1daef151b72a04469b8e78ebd0a487639b9843c1 Signed-off-by:
Mike Kelly <m.f.kelly@arts.ac.uk>
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Aaron Wells authored
-
Robert Lyon authored
-
Son Nguyen authored
also display number of views using the skin to delete Change-Id: I64faac110c8caa84ef28195368afdfbec8b0bc76 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Aaron Wells authored
-
Taking Melissa Newman's code snippets from bug and adapting it for core - <figure> and <figcaption> aren't semantically accurate in this context, so using <div> instead - Adding a block instance config checkbox setting to allow to turn it on/off Change-Id: I63ea2ccda0de2243782cc232e3ecb352ecd98d95 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 06 Jan, 2014 8 commits
-
-
Aaron Wells authored
If you set $cfg->renamecopies = false, copies can still have a number added to the end of them, which is a little counterintuitive because it's still a kind of renaming. Change-Id: I97e512c21d6e28417062eb3429b3accd92297e1d
-
In /artefact/internal/index.php and /skin/design.php the in-page tabs now focus their first focusable child when the current tab is changed. Using jQuery since MochiKit doesn't have an easy way to select all input-like elements. Change-Id: I1af75a9fb7464ad3bf2583e169d6f97a9605f688 Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
Robert Lyon authored
-
Jono Mingard authored
Expandable fields (accessed by "Add" and "Edit" buttons) in Resume now set focus to their first focusable child when opened and return focus to the Add/Edit button when cancelled. Change-Id: Ia1a4f5c5d3ce79ed416a7d146b91fef21f8c0744 Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
Mike Kelly authored
Bug #1266317 Change-Id: Ief7c8c5d2aef455d61e78feb5d3c7571d517c830 Signed-off-by:
Mike Kelly <m.f.kelly@arts.ac.uk>
-
Mike Kelly authored
Bug #1266317 when reading from and writing to usr_custom_layout table Change-Id: I27d83d9a7e76f250cfc903198567d2341168cacc Signed-off-by:
Mike Kelly <m.f.kelly@arts.ac.uk>
-
Bug #1266317 Group pages, site and institution pages were set as having usr = 0 in usr_custom_layout because the view owner is null. Fix by adding group column to table, foreign keyed to group table. usr column and group column have to be changed to allow null values, and to have null as default values. When saving a custom layout, check context, then set usr and group values accordingly. e.g. usr = 5, group = null usr = null, group = 321 In the case of site and institution pages: usr = null, group = null Change-Id: Id42ebcc543d29ee2455aef73227b57c569171385 Signed-off-by:
Mike Kelly <m.f.kelly@arts.ac.uk>
-
Robert Lyon authored
-
- 05 Jan, 2014 4 commits
-
-
Robert Lyon authored
The changing of the tabs from <input> to <button> broke the hover state of the cursor. Change-Id: Ia85a91fa0e08f49df51934c65ee77757712e2ca7 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
- 03 Jan, 2014 3 commits
-
-
Jono Mingard authored
Changed showhideComposite() to add the requested content (description and attachments) to the cell containing the title of the composite, rather than adding a new row to the table. This means that in places such as the Education history table, clicking on the qualification will open the description immediately below the title instead of creating a separate row. Change-Id: Id05bf73e2932108abd9979359bb7f64e6b3ca3fc Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
Jono Mingard authored
The "Set default" and "Delete selected profile pictures" buttons still had their tabindex set to 2, so that has been removed. Change-Id: Ic9255f12ea7be40b8bc22867527de89231057cfe Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
Robert Lyon authored
-
- 02 Jan, 2014 4 commits
-
-
Jono Mingard authored
When building the contextual help box, focus is set to the close button (which now has descriptive alt text) The help box is now inserted into the HTML immediately after the help icon that was clicked (or after its parent if the parent is a heading) so that the document still appears in a logical order to screen readers. Change-Id: Ib8a10e2766038cfd32b1c6c76883f9642255639b Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
Jono Mingard authored
Added hidden text to all in-page tabs to show that a) they are tabs and b) which one is selected. This applies to tabs defined in templates and tabs generated with JavaScript. Change-Id: I20969547081ad4b39fc698a24f8987be9a08508c Signed-off-by:
Jono Mingard <reason.koan@gmail.com> Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
-
- 31 Dec, 2013 2 commits
-
-
Jono Mingard authored
Change incorrect definition of RESUME_SUBPAGE so that the license tab gets the current-tab class when it's selected. Change-Id: I1f225b496167801c5a0bc491574d82c35d105a3a Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
Jono Mingard authored
Changed icons in Inbox blocktype and Inbox page to have consistent, descriptive alt text. Added CSS for hidden elements that are still read out by screen readers and used this to add hidden "Unread" text to unread notifications in Inbox blocktype. Change-Id: I1bfb3826474d6bb06544872c600bc5f966acac67 Signed-off-by:
Jono Mingard <reason.koan@gmail.com> Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
- 30 Dec, 2013 1 commit
-
-
Jono Mingard authored
All places where the profile picture is used should now have the new profileimagetext string as the alt attribute, except where the profile picture links to the "Edit profile picture" section Change-Id: Ic0105ffb6612077954ee7bfe78aedd071b9c8a66 Signed-off-by:
Jono Mingard <reason.koan@gmail.com> Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
- 23 Dec, 2013 5 commits
-
-
Robert Lyon authored
-
Kristina Hoeppner authored
Change-Id: Ied2c3a8fee37d0a8eb218a59ab8095fab953fe24 Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
Aaron Wells authored
-
Son Nguyen authored
-
Robert Lyon authored
Bug #1255780 When clicking the 'Copy a collection' button on the Portfolio -> Collections page the list of copyable pages is sorted by collection name rather than page name to make it easier to see what pages are in the collection that you are about to copy. Also the subheading highlighted is 'Collections' instead of 'Pages'. When clicking the 'Copy a page' link in Portfolio -> Pages things should work like before. - TODO: possibly limit each copyable collection to have one 'Copy collection' button and have the alternating row colours toggle for each collection rather than just each row. Change-Id: I4b9786ba95404e03f44039cacb6e6b4bf6a4b0d6 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 22 Dec, 2013 4 commits
-
-
Son Nguyen authored
-
Son Nguyen authored
-
Robert Lyon authored
The field is currently not being used but because the install.php file had the id column in it for v1.8 it means sites installed with 1.8 have the column but sites upgraded to 1.8 do not. Change-Id: If1e52cf68ad18ce730fd2e9be3abf8684a94368d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-