| 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 |
| 9269d0b1 | 29-Oct-2013 |
Michael Hamann <michael@content-space.de> |
Fix the media usage index to include local links |
| 93d16b87 | 28-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
release preparation |
| e068f3bf | 29-Oct-2013 |
Robert Bogenschneider <bogi@uea.org> |
translation update |
| 32f6505f | 28-Oct-2013 |
Ahmad Abd-Elghany <tolpa1@gmail.com> |
translation update |
| e82704a0 | 28-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed strict violation in ACL plugin |
| c3d02ebb | 27-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Fix issues from teams:i18n:translation-check in localizations |
| 30eae855 | 25-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
ensure locale is set back to the original value |
| 01137572 | 25-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
skip FS#2867 test if \s doesn't match \xA0 after attempting to change the locale |
| 1f6e92fa | 25-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
unittests for auth_loadACL |