| 494cd513 | 17-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
notloggedin removed from nl as well + fix of AD domain string. |
| 5267006f | 17-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
notloggedin lang string left |
| bc2be47d | 17-Mar-2014 |
Rene <wllywlnt@yahoo.com> |
translation update |
| f934b764 | 17-Mar-2014 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 5057e700 | 17-Mar-2014 |
Simon <st103267@stud.uni-stuttgart.de> |
translation update |
| 59b1d918 | 17-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
adjust logic of caching comments for _nocache |
| c2a1d01e | 16-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
update unittests for THEAD rules |
| 4d5fc927 | 16-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
use more consistent names |
| cd4635ee | 16-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Rename userinfo() to userlink() |
| c0953023 | 16-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
improve phpdocs editorinfo() |
| 5f3da53e | 16-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
put PHPDocs comment back the way it should be |
| 01486f86 | 16-Mar-2014 |
Anika Henke <anika@selfthinker.org> |
tiny improvement on diffnav select width |
| cef031c1 | 13-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
implement rules for when the top rows of a table qualify for a THEAD element 1. TD < 2 in a row 2. TD <= 50% of total cells 3. Not all table rows can be THEAD rows |
| b2356002 | 16-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Fix longstanding issue with cache class & cachetime setting
1. cachetime setting should only be applied to the cache_renderer class. Previously it was applied to cache_parser (and by extensio
Fix longstanding issue with cache class & cachetime setting
1. cachetime setting should only be applied to the cache_renderer class. Previously it was applied to cache_parser (and by extension cache_handler). 2. two special cachetime values, -1 & 0, weren't handled, per FS#2183
To handle the cachetime setting, -1, disable caching, a new property _nocache is added. When that property is true, any cache file must not be used and storecache() should not store any values
show more ...
|
| 259571aa | 16-Mar-2014 |
Michal Koutný <xm.koutny@gmail.com> |
Fixed cache dependency for template's style.ini
Web path was used instead of filesystem one. |
| f8fb2d18 | 15-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
strip sourcemaps in CSS and JS #601
source maps are invalid for our dispatched sources and may even cause problems. this makes sure any sourcemap declarations are stripped from the output |
| c18baa7e | 15-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
override user link icon in header |
| 06e3e0c7 | 14-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
use $requireGroups constants in auth classes; comments; code improvements |
| 15f3bc49 | 14-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
enable editorinfo and userinfo to return plain text names |
| 16ca217d | 14-Mar-2014 |
Michael Hamann <michael@content-space.de> |
Add a basic test case for the cache
This very basic test ensures that the useCache method works as expected for simple scenarios. This test case fails without commit a8795974051a91137b01ff88dbf5586a
Add a basic test case for the cache
This very basic test ensures that the useCache method works as expected for simple scenarios. This test case fails without commit a8795974051a91137b01ff88dbf5586a647b24ce and then also triggers the warning that was introduced in bc2ddb548f71b1a822dd03c3bc7c3c0e7cd9b152
show more ...
|
| bc2ddb54 | 14-Mar-2014 |
Michael Hamann <michael@content-space.de> |
Events: Trigger a warning if the default action is not callable
This adds a warning in the case that the default action is not null but also not callable which can happen when the supplied method is
Events: Trigger a warning if the default action is not callable
This adds a warning in the case that the default action is not null but also not callable which can happen when the supplied method is not public.
show more ...
|
| a8795974 | 13-Mar-2014 |
Michael Hamann <michael@content-space.de> |
Fix caching (make the event callback public again)
Caching had been completely broken (disabled) for caches with events because the default event handler (cache::_useCache()) was protected and thus
Fix caching (make the event callback public again)
Caching had been completely broken (disabled) for caches with events because the default event handler (cache::_useCache()) was protected and thus couldn't be executed by the event handler. This was broken in c59b3e001d1e8258b1d118909257b70516c8a6b1
show more ...
|
| 410c9c40 | 13-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
remove test expectation for E_USER_WARNING |
| 6e6d16ed | 13-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Fix a couple of issues with PR#571
1. renderer validity checks were too stringent for plugins, format should only need to be checked when mode is 'xhtml' 2. E_USER_WARNING message should now be o
Fix a couple of issues with PR#571
1. renderer validity checks were too stringent for plugins, format should only need to be checked when mode is 'xhtml' 2. E_USER_WARNING message should now be obsolete, its previous use was to generate a warning when 'xhtml' rendering failed. PR#571 insures 'xhtml' rendering always succeeds.
show more ...
|
| 88945224 | 13-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Add encoding fix to tpl_img_getTag()
Run jpeg meta tags through cleanText for a conversion to UTF-8 from latin-1 if possible. MediaManager already uses this conversion. Addresses a side issue of F
Add encoding fix to tpl_img_getTag()
Run jpeg meta tags through cleanText for a conversion to UTF-8 from latin-1 if possible. MediaManager already uses this conversion. Addresses a side issue of FS#1988
show more ...
|