| 1a043a5b | 06-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Revert "added stripped bit to language file"
This reverts commit 524df5769a0b9b7aa35af6500c85528c2b0515fe.
Conflicts: inc/lang/bn/lang.php inc/lang/fr/lang.php |
| ebb53cb7 | 06-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed index file |
| d66eecaf | 06-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
moved 16x16 icons to their original locations
for backwards compatibility |
| b7a3421a | 06-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
use \!empty() rather than error suppression |
| e1ecd6fd | 06-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
resolve notices generated in calls to updateTuple() when $metaidx[$id] doesn't exist |
| a9617800 | 06-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
remove reference to reference from comments |
| c01cdb70 | 06-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Fix unittests broken by previous two commits
Mostly this is for unit tests which use of \$_SERVER['REMOTE_USER']
It ensures the reference/alias connection between \$INPUT->server and \$_SERVER is r
Fix unittests broken by previous two commits
Mostly this is for unit tests which use of \$_SERVER['REMOTE_USER']
It ensures the reference/alias connection between \$INPUT->server and \$_SERVER is renewed before each test. Tests using TestRequest class will replace this \$INPUT with their own.
show more ...
|
| 585bf44e | 06-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
amend $_SERVER to $INPUT->server |
| e26a5837 | 06-Mar-2014 |
Janar Leas <janarleas@gmail.com> |
translation update |
| 1418498c | 06-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
extend to cover (PR#589) |
| 99327e8e | 06-Mar-2014 |
Juan De La Cruz <juann.dlc@gmail.com> |
translation update |
| a854a9a8 | 06-Mar-2014 |
Joerg <scooter22@gmx.de> |
translation update |
| 3cd4fc17 | 05-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
remove '&' from object parameters, PHP5 style not E_ALL |
| 39134585 | 05-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
add some braces (just style, not E_ALL) |
| d072820d | 05-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
improvements in acl plugin to avoid missing var errors |
| d30d4913 | 05-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
set empty 'do' key to avoid errors in other tpl functions |
| 9b4337c6 | 05-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
refactor to take into account missing value |
| f87b5dbb | 05-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
use isset() + ?: or error suppression where value may not be set |
| 6d2af55d | 05-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
suppress errors where list() may not fill all vars |
| 0e80bb5e | 05-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
use empty() where array values might not be set |
| 17dd401e | 05-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
fix return by reference not a var |
| 793c31f2 | 05-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
fix misspelled variable name, |
| 5c192694 | 05-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Update lang of img pagetools |
| 98cb8604 | 05-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed online comment stripping |
| c173650d | 05-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
strip sourcemaps after update |