| 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 |
| 0e7a52f9 | 05-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
updated jquery-migrate to v1.2.1 |
| fe5a50c3 | 05-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
fix single line comments in CSS compression
double slashes in url() always have to be ignored |
| 0499ebed | 05-Mar-2014 |
Andreas Gohr <gohr@cosmocode.de> |
added (failing) test case for broken jquery ui compression |
| fc8dbb92 | 05-Mar-2014 |
Andreas Gohr <gohr@cosmocode.de> |
updates jquery and jquery ui
we now pull jQuery directly from jquery's CDN instead of google because google serves slightly outdated versions under the /1/ branch
The updated smoothness theme curre
updates jquery and jquery ui
we now pull jQuery directly from jquery's CDN instead of google because google serves slightly outdated versions under the /1/ branch
The updated smoothness theme currently breaks compression. Haven't figured out why, yet.
show more ...
|
| 9a9ddee0 | 05-Mar-2014 |
xiqingongzi <Xiqingongzi@Gmail.com> |
translation update |