| 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 ...
|
| 13054fbf | 04-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
Revert "deleted wrongly added file"
This reverts commit 9b47ccb8d0bb02c6f5a7a67d261a43f0fd31413c. |
| 3f0e8c6c | 04-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
deleted another wronlgy added file
|
| 9b47ccb8 | 04-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
deleted wrongly added file
|
| a9d0f1c4 | 04-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
removed deprecated images |
| b1f535eb | 04-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
removed deprecated html_attbuild() |
| 0045ec49 | 04-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
removed deprecated tpl_getFavicon() |
| 8c867678 | 04-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
removed loading of deprecated RTL styles |
| c8bbb094 | 04-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
removed deprecated third param of cleanID() |
| 6a5d6817 | 03-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
Revert "Fixes validation problems with base64 encoded images in CSS."
This reverts commit 88833bac87e7fb295c0479a8260d1d63051bca8d. and fixes FS#2874 |
| a1288cae | 31-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
localize some meta header titels. Fixes FS#2409 |
| 6589c60c | 30-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
compatibility functions for missing ctype extension FS#2873 |