- 15 Jun, 2015 3 commits
-
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: Ie12353b9d57fa6ebe53fe387488420fec88f8919
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I3f79ff19d94e52c15607b761bde94bad78ba1cac
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: Iaac575babb46a09eb246ac76b9a406124c800ab8
-
- 14 Oct, 2013 1 commit
-
-
Robert Lyon authored
- have updated copyright for the pages that had existing copyright notices (except for the lib/pieforms/ section as i'm not too sure if that needs changing as it is a different Catalyst IT product) Change-Id: I11c65ad26cb9cd856cf16b1dccbd4223ba086645 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
- 03 Jan, 2013 1 commit
-
-
Son Nguyen authored
Wrong use of the empty() function causes this problem. - !empty($query) must be replaced by isset($query) && ($query != '') - !empty($values['query']) replaced by isset($values['query']) && ($values['query'] != '') Change-Id: I5dee9187f48fa3b3f1eeddd23bf29413bb6433c8 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 13 May, 2011 1 commit
-
-
Francois Marier authored
These closing tags are unnecessary and against our coding guidelines. Let's get rid of them all in one go. Change-Id: Ia94f103e525185597ee3780a3839d7577cdd0c29 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 24 Aug, 2010 2 commits
-
-
Ruslan Kabalin authored
Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
-
Ruslan Kabalin authored
On pages where searching is done using search_submit function, make sure that parameters with no value are not shown in the URL used in redirection. Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
-
- 20 Jul, 2010 1 commit
-
-
Francois Marier authored
Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 08 Jul, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 07 Jul, 2010 2 commits
-
-
Richard Mansfield authored
Restore group categories site option form on group categories page Internationalise a couple of strings on manage groups page Add manage groups section to admin home page Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Josh Schmidt authored
-