- 26 Nov, 2015 2 commits
-
-
Robert Lyon authored
This is 2 of 6 patches to standardize pagination behatnotneeded Change-Id: I7741ae0d436d7e11fe248307936757d3d8027cc1 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
This is one of 6 patches to standardize pagination To help test this there is a zip file in Bug 1515774 behatnotneeded Change-Id: I278ae35cdbe83929cd8eca2b28d1191cab5c3ea6 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 24 Nov, 2015 1 commit
-
-
Aaron Wells authored
Bug 1510421 Defines a new static PluginBlocktype method, get_css_icon(), which fetches the name of the CSS icon to use for this blocktype. It returns false by default, which tells the theme to "fall back" to the old thumbnail.png instead. 3rd-party plugins can override this to specify a particular icon to use. All the core blocktypes have been refactored to extend MaharaCoreBlocktype, which uses the blocktype name as the name of the CSS icon to use. I also deprecated the "SystemBlocktype" class while I was at it. PluginBlocktype::get_blocktypes_for_category() now returns both the results of get_css_icon() and the thumbnail.png path, so that themes can decide which they want to use. (And of course thumbnail.png is served via thumbnail.php, so 3rd party themes can provide their own custom image files if they wish.) behatnotneeded: Requires installing third-party plugins to test Change-Id: Idb1ecfc7b21175913708e695788906c11133b0c0
-
- 15 Nov, 2015 2 commits
-
-
Robert Lyon authored
1) Group member search results pagination 2) Blog index page (when user has multiple blogs turned on) 3) Collection index page didn't have json pagination when it should for consistency 4) My views block on index page Was looking for certain ID to replace results table but could not find it behatnotneeded Change-Id: I7f55717fd4375d5c6bd1a4977a834a32dd172338 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Added the .tpls back in and also adjusted them to do pagination better Change-Id: Iba2a5174434e0876e9a9c9f7c786a452f7353477 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 13 Nov, 2015 1 commit
-
-
Liam Sharpe authored
behatnotneeded Change-Id: Ibc067c8f06fcd87a9aa38d129fc3acc0bbe68bb1
-
- 11 Nov, 2015 1 commit
-
-
Jono Mingard authored
Some of these files aren't loaded on any pages, some (ie. debug.js) are no longer necessary with modern debugging tools, and some have been replaced by Bootstrap functionality behatnotneeded: should be functionally identical Change-Id: I6d1b3874de5d42ccc00a8c0d2bb0e8bc162747d4
-
- 08 Nov, 2015 1 commit
-
-
Robert Lyon authored
So it can be passed to 'edit access' page from the 'edit page' page on the 'Share page' link Change-Id: I1968d205b12840cd3dcfbd80a6ffdd26a498361d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 06 Nov, 2015 1 commit
-
-
Robert Lyon authored
behatnotneeded: can't test a select2 that loads data via ajax yet Change-Id: Iae07e3d19b376acbbe4ca531bd8aebb555f6b377 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 05 Nov, 2015 2 commits
-
-
Robert Lyon authored
I can't replicate but believe it's due to the .tpl file compiling to a call to empty() with an expression as the parameter (which is not supported by PHP prior to 5.5) behatnotneeded: covered by existing tests Change-Id: Ic44b89070de169790dbc5ab6d32a12484925c7e3 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Jen Zajac authored
Examples are currently spurious, this is just to flesh out the technical underpinnings. Requires some assets via a CDN to keep the dependancies minimal. URL is /theme/styleguide.php and user must be logged in. A link to to the style guide shoulde be added to themeing docuementation once the guide has been populated with the componenents we want to include. behatnotneeded Change-Id: Idae9a96ef24e44111e5c7013f62f6ecb0caaf344
-
- 04 Nov, 2015 1 commit
-
-
Robert Lyon authored
Normally it should load more options if they exist when one scrolls to the bottom of the list, but was not working as the 'more' bits of code were left out. behatnotneeded: can't test a select2 that loads data via ajax yet Change-Id: Ica89fa229e1c9c2a1e58aa7e2d73882ffb19b65e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 01 Nov, 2015 1 commit
-
-
Pat Kira authored
behatnotneeded Note: Only on default theme Also fix repsonsive view for user search form with advanced options Change-Id: Ida62dde454039e9e66b34f947ad1a558e75a9deb
-
- 29 Oct, 2015 1 commit
-
-
Pat Kira authored
behatnotneeded: styling only Change-Id: I61be74929e88a5f32126849a0812cccf863c8a96
-
- 28 Oct, 2015 1 commit
-
-
Liam Sharpe authored
behatnotneeded Change-Id: Ib1fcd5eee67e49af659d3f70a481a2c27cde3814
-
- 27 Oct, 2015 1 commit
-
-
Pat Kira authored
behatnotneeded: styling only Change-Id: I8d63f86bb369c1d34a44fcd145b47d49ab8cf6d1
-
- 23 Oct, 2015 2 commits
-
-
Aaron Wells authored
The main thing this fixes, is that it causes the JS calendar to use ONLY the new lang strings pieform_calendar_dateformat & pieform_calendar_timeformat, for its formatting. These strings are in strftime() format, and are converted into the JQuery Datepicker/Timepicker format by PHP (if we change to a different calendar plugin in the future, we can change the PHP conversion function). This fixes the bug where translators could break the calendar by changing the JS format strings so they no longer matched the PHP format strings. As a side effect of this change, I've also made it so that the help strings are derived from the format string, and are translatable. behatnotneeded: Date field is already tested by resume_page.feature Change-Id: I152962cc27f36f93b51ee0327ed942fb089f7f5b
-
Robert Lyon authored
When turning off allowcomments page-wise and adding them per 'Share with' options Change-Id: Ic367fa89a04fa91c655c3f42005685181b948f78 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 22 Oct, 2015 5 commits
-
-
Liam Sharpe authored
behatnotneeded Change-Id: Ibe2edeeb178018e7d0bdf9814ce31c2f03f742fb
-
Pat Kira authored
behatnotneeded: styling only Change-Id: Ia3c8d500a21f6ada115334db8e8799cd8e25e6e8
-
Pat Kira authored
Task no: 24843, 24842, 24841 Also quick fix on switchbox styling Change-Id: I082de8afddaf4dffff1cd278d3d4046fcb027edb behatnotneeded: styling only
-
Pat Kira authored
Minor fix - align extension setting button right (task no. 24699) behatnotneeded: styling only Change-Id: Ia25d63d9adb87915f86131972dbef0e9d7129db9
-
Pat Kira authored
behatnotneededL styling only Change-Id: I86466e83de0043bf8cb022aa006cf7662c81cdce
-
- 21 Oct, 2015 1 commit
-
-
Pat Kira authored
behatnotneeded Change-Id: I7bebd67a8a860d707eeaa0b867352559910223b5
-
- 19 Oct, 2015 2 commits
- 15 Oct, 2015 1 commit
-
-
Pat Kira authored
behatnotneeded: styling only Change-Id: I257f53cc85e8f8cc025c1d1a7ea783a8605d4bc2
-
- 14 Oct, 2015 1 commit
-
-
Pat Kira authored
behatnotneeded Change-Id: I3529bf658543ac64892f1132b640b3b690e74445
-
- 12 Oct, 2015 1 commit
-
-
Pat Kira authored
Also include google app icons locally behatnotneeded: styling only Change-Id: I388abe085db161f5ad49f8b6e27ee85307e0d7fb
-
- 07 Oct, 2015 1 commit
-
-
Pat Kira authored
Change-Id: Id1f33a00eadd44757344c26b3e9a249bfe290a00 behatnotneeded: styling only
-
- 06 Oct, 2015 2 commits
- 04 Oct, 2015 1 commit
-
-
Robert Lyon authored
and fix the deleting of auth instance by deleting the correct div by count rather than child node by count Change-Id: I09cda531660519815b4f383cb4a229e6a594aba2 Signed-off-by:
Bob Lyon <bob@katipo.co.nz>
-
- 01 Oct, 2015 1 commit
-
-
Liam Sharpe authored
behatnotneeded Change-Id: I1b6edd6a429a25ec51dcdef67b74f05e1ad03544
-
- 29 Sep, 2015 1 commit
-
-
Pat Kira authored
Put the right markup for no results displayed inside a table Change-Id: I274651c90b297b43f6678892198fe6680cf16752
-
- 28 Sep, 2015 2 commits
- 27 Sep, 2015 3 commits
-
-
Pat Kira authored
Make replybutton works when comments are in a block behatnotneeded: styling only Change-Id: If2d71568f57c7aa4e75797259bcc69a8a8b5722c
-
Jono Mingard authored
behatnotneeded Change-Id: Ib8e37d56b12916f257a5a054608b0fff02c5962e
-
Robert Lyon authored
This fixes a bug with long page names in the collection management screen and tidies up some other drag and drop weirdness. behatnotneeded: exisiting test coverage should cover this Change-Id: I44ee2f91b4e6ff3c612584d10abe79fc18693752 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-