| 0320882f | 31-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Remove search_references() and the refshow configuration option
The refshow configuration option wasn't used as described anymore already in the latest release and after the introduction of the medi
Remove search_references() and the refshow configuration option
The refshow configuration option wasn't used as described anymore already in the latest release and after the introduction of the media usage index the parameter is also no longer relevant for internal optimization. The only place where it was still used is the no longer used search_references()-function which is removed here, too.
show more ...
|
| 0e1777cb | 31-Jul-2013 |
Anika Henke <anika@selfthinker.org> |
added aria attributes to tree and show/hide functions |
| fd975da7 | 31-Jul-2013 |
Anika Henke <anika@selfthinker.org> |
removed possibility to have rtl.less files in plugins |
| e8e5221c | 31-Jul-2013 |
Anika Henke <anika@selfthinker.org> |
switched to LESS variables in rest of template's css files |
| b0a0b422 | 30-Jul-2013 |
Anika Henke <anika@selfthinker.org> |
unlessified and lessified a few more css |
| ea9bf416 | 30-Jul-2013 |
Anika Henke <anika@selfthinker.org> |
fixed broken structure |
| c6f665dd | 30-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Don't recommend the deprecated default template for JS debugging |
| fbaa8777 | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed debug statement. sorry |
| cbe37079 | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
convert ini replacements to less vars first
This makes it possible to safely overwrite ini replacements from within any less file |
| b0df08e2 | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
make sure calculations are correct |
| 45d33630 | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
lessified more files |
| bd9a4965 | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
lessyfied another one |
| c19c611e | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
lessyfied the first of template's CSS files |
| c51b334e | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed ini replacement to less variables stuff |
| 1b7fc214 | 30-Jul-2013 |
Mohamed Amine BERGAOUI <mabergaoui@gmail.com> |
corrected coding style, deleted ?>, renamed function keys and used plugin_load |
| 9f8068d2 | 30-Jul-2013 |
Mohamed Amine BERGAOUI <mabergaoui@gmail.com> |
moving ACL remote functions to the ACL plugin |
| d4a1ece8 | 29-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
add LESS support
still needs testing |
| 7d8a6abb | 29-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Fix popularity data submission in the backend FS#2808
The POST data contained the raw data instead of an array with the data that should be submitted like in the requests from the browser. The serve
Fix popularity data submission in the backend FS#2808
The POST data contained the raw data instead of an array with the data that should be submitted like in the requests from the browser. The server backend has been fixed to be able to process both versions.
show more ...
|
| 9b136f13 | 28-Jul-2013 |
Anika Henke <anika@selfthinker.org> |
fixed typo in commented section indenting css |
| 22064dd9 | 28-Jul-2013 |
Márton Sebők <sebokmarton@gmail.com> |
Hungarian language update |
| 4b0e9be1 | 28-Jul-2013 |
Maciej Matejczuk <mmatejczuk@gmail.com> |
Polish language update |
| b3fd8639 | 28-Jul-2013 |
이명진 <aranet100@gmail.com> |
Korean language update |
| 654436fb | 21-Jul-2013 |
Anika Henke <anika@selfthinker.org> |
fixed references to images in old template (FS#2816) |
| 6b0ec830 | 21-Jul-2013 |
Michael Hamann <michael@content-space.de> |
In debug mode: catch and log JS errors with file information
When debugging is enabled (allowdebug enabled) JS errors are now catched for each non-core JS file and logged with the additional informa
In debug mode: catch and log JS errors with file information
When debugging is enabled (allowdebug enabled) JS errors are now catched for each non-core JS file and logged with the additional information from which file they came. This should make it easier to find out which plugin is the cause for broken JS code. The feature isn't enabled by default as defining functions inside try-clauses isn't allowed in strict mode and causes a warning at least in Firefox.
show more ...
|
| c71db656 | 21-Jul-2013 |
Anika Henke <anika@selfthinker.org> |
added tpl_classes() to return useful layout classes |