| b78bf706 | 30-Jan-2012 |
romain <romain.coltel@gmail.com> |
Added support for the %GROUP% wildcard.
%GROUP% is the same as %USER% except it's done on each group a user is in. %USER% and %GROUP% cannot be mixed on an ACL line. |
| 378325f9 | 30-Jan-2012 |
Andreas Gohr <andi@splitbrain.org> |
made the tpl_getMediaFile() function more flexible |
| 27833958 | 29-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
added tpl_getMediaFile() to replace tpl_getFavicon()
The function tpl_getFavicon() was doing more than its name was implying. Therefore the new tpl_getMediaFile() was introduced (which is doing near
added tpl_getMediaFile() to replace tpl_getFavicon()
The function tpl_getFavicon() was doing more than its name was implying. Therefore the new tpl_getMediaFile() was introduced (which is doing nearly exactly the same) and tpl_getFavicon() was deprecated. tpl_favicon() can still be used, though.
show more ...
|
| 3b9a3b55 | 29-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
added missing actions to tpl_actiondropdown() |
| 61917024 | 29-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
added 5 new language strings for action tools and skip link (needs translations)
This is in preparation for the new default template. This also updates the tpl_actiondropdown() to use most of them. |
| c2790ba2 | 25-Jan-2012 |
Emanuel-Emeric Andrași <em.andrasi@mandrivausers.ro> |
Romanian language update |
| 6d06b26a | 24-Jan-2012 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
added INIT_LANG_LOAD event |
| 59f3611b | 22-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
removed 'view original' button from new media manager again (was added in b8a84c03) and made a link around the image instead, as that is a more minor change (as it should be during the RC phase) and
removed 'view original' button from new media manager again (was added in b8a84c03) and made a link around the image instead, as that is a more minor change (as it should be during the RC phase) and is what was originally planned
show more ...
|
| 200ff6b7 | 22-Jan-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
removed unused class |
| e96b69da | 19-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
corrected old mediaupload introduction text |
| 4fcd684a | 15-Jan-2012 |
Michael Hamann <michael@content-space.de> |
Disable E_STRICT error reporting
This change disables the reporting of strict standard errors in PHP 5.4, in PHP versions prior to 5.4 E_STRICT wasn't part of E_ALL so for these versions this doesn'
Disable E_STRICT error reporting
This change disables the reporting of strict standard errors in PHP 5.4, in PHP versions prior to 5.4 E_STRICT wasn't part of E_ALL so for these versions this doesn't cause any change (however E_STRICT is available in all versions of PHP 5 so this doesn't cause any problems). See also FS#2427.
show more ...
|
| 47251657 | 15-Jan-2012 |
Michael Hamann <michael@content-space.de> |
Make Sitemapper functions static as they were used as static functions
All calls to the Sitemapper were static function calls, this caused notices because they weren't static, with this commit they
Make Sitemapper functions static as they were used as static functions
All calls to the Sitemapper were static function calls, this caused notices because they weren't static, with this commit they are marked as static. Furthermore two FIXME comments were removed as dbglog now checks if debugging is enabled.
show more ...
|
| e3b5f536 | 13-Jan-2012 |
Martin Michalek <michalek.dev@gmail.com> |
Slovak language update |
| 23735ba4 | 13-Jan-2012 |
lupo49 <post@lupo49.de> |
localization: removed strings from old flashuploader |
| d5a60123 | 13-Jan-2012 |
Begina Felicysym <begina.felicysym@wp.pl> |
Polish language update |
| b8a84c03 | 12-Jan-2012 |
Andreas Gohr <andi@splitbrain.org> |
readded missing "view original" button to the new media manager
Template authors need to update their _mediamanager.css |
| 02eb484f | 12-Jan-2012 |
Andreas Gohr <andi@splitbrain.org> |
always show full filename as tooltip in mediamanager |
| 2dba8df4 | 13-Jan-2012 |
Adrian Lang <mail@adrianlang.de> |
Fix sorting in media manager search (FS#2423) |
| 063fb5b5 | 09-Jan-2012 |
Andreas Gohr <andi@splitbrain.org> |
do not rely on tmpfile() in the AJAX uploader backend FS#2417 |
| d5d19f6f | 09-Jan-2012 |
Oscar M. Lage <r0sk10@gmail.com> |
Galician language update |
| e61127e4 | 08-Jan-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
refactored RemoteAccessDenied to RemoteAccessDeniedException |
| f9501785 | 08-Jan-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
delegate file and date transformation to remote library |
| 1232df5e | 08-Jan-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
treat null as empty array |
| cb0d045e | 08-Jan-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
added missing getTime |
| bb680e43 | 08-Jan-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
added missing getVersion |