| 5381a7ee | 13-Nov-2013 |
Elan Ruusamäe <glen@delfi.ee> |
remove 'infos' misspelling
http://english.stackexchange.com/questions/117552/why-does-information-not-have-a-plural-form |
| fe578fe9 | 13-Nov-2013 |
Elan Ruusamäe <glen@delfi.ee> |
media_isexternal do not capture
do not capture groups in media_isexternal. saves perhaps some cpu cycles and some bytes memory |
| 47f862d1 | 12-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Fix an issue with style.ini replacements values not having relative locations corrected, when those values are "url(...)".
Explanation: In the change to the less css extension, variable replacement
Fix an issue with style.ini replacements values not having relative locations corrected, when those values are "url(...)".
Explanation: In the change to the less css extension, variable replacements now happen after the less/css files are processed for correction of relative locations.
show more ...
|
| 62dfca59 | 12-Nov-2013 |
Martin Michalek <michalek.dev@gmail.com> |
translation update |
| 9970bf3d | 12-Nov-2013 |
Martin Michalek <michalek.dev@gmail.com> |
translation update |
| a2edc01b | 12-Nov-2013 |
soer9648 <soer9648@eucl.dk> |
translation update |
| ac4d41ba | 12-Nov-2013 |
soer9648 <soer9648@eucl.dk> |
translation update |
| 0fdcfd96 | 12-Nov-2013 |
Jonas Gröger <jonas.groeger@gmail.com> |
translation update |
| 95b73a82 | 12-Nov-2013 |
Myeongjin <aranet100@gmail.com> |
translation update |
| 90a057c9 | 12-Nov-2013 |
alex <ralexay@gmail.com> |
translation update |
| 797e3eee | 12-Nov-2013 |
Artur <ncuxxx@gmail.com> |
translation update |
| 3b77d6b3 | 12-Nov-2013 |
Ben Fey <benedikt.fey@beck-heun.de> |
translation update |
| 12ffbbc3 | 11-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
refactor to improve elegance |
| 4eb5f931 | 11-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
fix sp. in comment |
| cfe186a5 | 11-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
updated inline documentation about location of local style.ini |
| fb482880 | 11-Nov-2013 |
Danny Lin <danny0838@gmail.com> |
Update zh-tw translation |
| fc84dec2 | 10-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
removed redundant line |
| d2ea6dc1 | 09-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
changed how to approve users in installer ACL policy |
| 74850f29 | 09-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
added possibility to approve users to ACL policies in installer |
| b4304655 | 08-Nov-2013 |
Michael Hamann <michael@content-space.de> |
Fix password decryption during LDAP rebinding
The LDAP rebinding was still using the old blowfish encryption instead of AES so rebinding failed. |
| ab1fef66 | 05-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Test to ensure less can parse the @import rewritten by css_loadfile()
This test is horrible, but I believe necessary to ensure that the @import of less files actually works.
It is horrible as its n
Test to ensure less can parse the @import rewritten by css_loadfile()
This test is horrible, but I believe necessary to ensure that the @import of less files actually works.
It is horrible as its not a unit test and its not a true functional test. It probably implies the code in css_out() should be refactored to make it easier to test intermediate results.
show more ...
|
| 6d7e4640 | 05-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
additional tests where for relative path to @import less file |
| de737055 | 05-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
update url/file rewriting in css_loadfile() to support @import of less files |
| 30f686eb | 05-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add DOKU_INC to less import directories |
| 5f598213 | 05-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Improve css_loadfile() tests - use TMP_DIR constant rather than /tmp - swap order of parameters in csstest() to match reported 'expected' & 'actual' - add tests for use of 'url()' in @import - add te
Improve css_loadfile() tests - use TMP_DIR constant rather than /tmp - swap order of parameters in csstest() to match reported 'expected' & 'actual' - add tests for use of 'url()' in @import - add tests for @import of '.less' files (these test will fail per FS#2875)
show more ...
|