| e56e2886 | 15-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
PHP7 Compat updates on the phpseclib
This is a quick fix in advance of the library being updated to the latest & PHP7 compatible version. |
| 45e8987e | 15-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
more object type hints and removal of '&' operator before objects |
| 5c3b310d | 15-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
more class constructors to __construct() |
| 26e22ab8 | 15-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Changes for PHP 7 Compatibility - replace PHP4 style class constructor function names (based on class name) with php 5 __construct() Also remove some '&' reference operators used with objects And a
Changes for PHP 7 Compatibility - replace PHP4 style class constructor function names (based on class name) with php 5 __construct() Also remove some '&' reference operators used with objects And add some object type hints
show more ...
|
| fffeeafe | 15-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Show a relevant page title for other actions
See Issue #1149 - Show 'admin' or the admin plugin name for admin functions - Show action name for user & site actions, e.g. login, sitemape
Show a relevant page title for other actions
See Issue #1149 - Show 'admin' or the admin plugin name for admin functions - Show action name for user & site actions, e.g. login, sitemape - Show page name + action for page actions, e.g. changes, backlinks - Show a utf8 pen glyph when editing - Otherwise show the page name (as previously)
show more ...
|
| 11aaacbe | 15-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Revert "Show a relevant page title for other actions"
This reverts commit c2fbf98617ceed35a8d735fbc917627e001f225b. |
| c2fbf986 | 15-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Show a relevant page title for other actions
See Issue #1149 - Show 'admin' or the admin plugin name for admin functions - Show action name for user & site actions, e.g. login, sitemape - Show page
Show a relevant page title for other actions
See Issue #1149 - Show 'admin' or the admin plugin name for admin functions - Show action name for user & site actions, e.g. login, sitemape - Show page name + action for page actions, e.g. changes, backlinks - Show a utf8 pen glyph when editing - Otherwise show the page name (as previously)
show more ...
|
| 853f1557 | 15-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
some more ignores |
| 41d51802 | 15-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
switched geshi higlighter to composer based repository |
| 9283184c | 15-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
added rudimentary README to vendor dir |
| 1bf2f04f | 15-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
remove tests that are now in upstream
|
| 605f8e8d | 15-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
added composer setup and the first composer package php-archive |
| 9c964356 | 14-May-2015 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| d596b864 | 14-May-2015 |
Menashe Tomer <menashesite@gmail.com> |
translation update |
| 1e8a4c18 | 14-May-2015 |
Menashe Tomer <menashesite@gmail.com> |
translation update |
| dfd8384e | 14-May-2015 |
Eduard Díaz <edudiaz@scopia.es> |
translation update |
| c99a5719 | 13-May-2015 |
Pietroni <pietroni@informatique.univ-paris-diderot.fr> |
translation update |
| ef0c211b | 11-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
added element query functions |
| 1f5d8b65 | 11-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
balance fieldsets |
| 370c6450 | 11-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
fixed label output |
| 2b71c2ee | 08-May-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Fix variable name typo |
| 0c26fb18 | 08-May-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Don't run redundant tests
io_deleteFromFile is a special case of io_replaceInFile. Since the io_replace tests check compressed files, it doesn't have to be done in the io_delete test. |
| 6c000204 | 08-May-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Limit number of lines to replace. |
| 64744a10 | 08-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
more elements and work on the legacy support |
| de19515f | 08-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
started with the compatibility layer |