| d93ba631 | 29-May-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Rephrase description of io_replaceInFiles to be clarify use of regex |
| dc4a4eb0 | 29-May-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Abort io_replaceInLine when the search parameter is empty |
| e12c5ac7 | 29-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Minor Refactoring - put test comments in more appropriate spot - move appending replacement line alongside its search/delete code |
| 3dfe7d64 | 29-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
add anchors when constructing pattern from a non-regex oldline |
| 2b2b4cfe | 29-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
Upgrade to jQuery 1.11.3 and jQueryUI 1.11.4 closes #1175 |
| 9a734b7a | 28-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Refactor code to make it simpler. The changes should also: - fix unlikely edge case when replacement line is the same as the old line (would have resulted in timeout) - reduce memory footprint - av
Refactor code to make it simpler. The changes should also: - fix unlikely edge case when replacement line is the same as the old line (would have resulted in timeout) - reduce memory footprint - avoid applying string search beyond maxlines replacement limit
show more ...
|
| 4286c64e | 28-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
update confToHash() inline documentation for new parameter |
| edc61c3a | 28-May-2015 |
Ikuo Obataya <i.obataya@gmail.com> |
translation update |
| bdca103a | 22-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
avoid accessing nonexistant array key. fixes #1165 |
| d242ec8c | 22-May-2015 |
Tomas Darius Davainis <tomasdd@gmail.com> |
translation update |
| 10b38f10 | 18-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Define the negation character in a constant |
| 3a7669bd | 18-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Ensure single value negation is not affected by white space differences |
| f266a919 | 18-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Ensure filtering only removes empty string values (not other values which PHP evaluates to false) |
| a2237e34 | 18-May-2015 |
Noel Tilliot <noeltilliot@byom.de> |
translation update |
| 4c353447 | 17-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Support negating of config values include earlier in the cascade To negate a config value, prefix the value with an '!'.
E.g. to disable recognition of the gopher scheme !gopher
This applies to: -
Support negating of config values include earlier in the cascade To negate a config value, prefix the value with an '!'.
E.g. to disable recognition of the gopher scheme !gopher
This applies to: - scheme - stopwords
show more ...
|
| 45ae4bb8 | 17-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Add filtering to remove blank entries from key/value config retrieval This applies to: - acronyms - entities - interwiki - mime - smileys |
| a61966c5 | 16-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Provide a function to return admin plugin for the page request.
This was previously carried out in three separate places. Refactor that code to use the new function.
Update tpl_pageTitle test to us
Provide a function to return admin plugin for the page request.
This was previously carried out in three separate places. Refactor that code to use the new function.
Update tpl_pageTitle test to use a manager level admin plugin.
show more ...
|
| c248bda1 | 16-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
fix missing language code parameter for admin plugin titles add unit test coverage |
| 4a0a77ad | 16-May-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
var declaration, static declaration |
| 8381d1c1 | 16-May-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update to __construct |
| 68921571 | 16-May-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
replace deprecated getRevisions call |
| 79eec18f | 15-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
yet another class constructor |
| 2863d103 | 15-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
another class_name to __construct |
| 1cb97a10 | 15-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
update parent constructor calls to use __construct() |
| 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. |