| 733675ab | 03-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add 'danger' alert to authmysql config settings |
| 7e2d1133 | 03-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add 'danger' alert to authldap config settings |
| 893decf1 | 03-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add 'danger' alert to authad config settings |
| 0a57f27e | 03-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed cleanPath bug in tar library FS#2802
This time the test case was correct and actually showed a bug in the tar library. The error occured only on the first build (directory build/0/) where the
fixed cleanPath bug in tar library FS#2802
This time the test case was correct and actually showed a bug in the tar library. The error occured only on the first build (directory build/0/) where the zero was stripped from the path name.
I added unit tests to the cleanPath function and discovered another bug with handling relative directories. I rewrote the cleanPath() function and now it should finally work.
Unit tests FTW!
show more ...
|
| c84391dc | 03-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
show media files in date order (most recent first) after an upload is completed |
| 00e3e394 | 03-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
fix the default ordering of media files to be "natural".
also allow the order to be specified in more places. |
| 89274c0d | 03-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
move the media search formlet up
Currently the search box is below the media file list, where it is effectively inaccessible in a namespace with lots of files. This change moves the search box abov
move the media search formlet up
Currently the search box is below the media file list, where it is effectively inaccessible in a namespace with lots of files. This change moves the search box above the media file list and below the upload form.
show more ...
|
| 681ee017 | 03-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
corrected comment in pagetools-item() mixin |
| 568ffd7e | 03-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
Readded style.local.ini and deprecated it |
| cc57a25b | 03-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
use only one mixin name for pagetools
less will use the right one based on parameter counts |
| 79e53fe5 | 03-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
improved code for videos (restrict to 3 mimetypes, removed codec info from type attribute) |
| a5365cbe | 03-Aug-2013 |
Matthias Schulte <post@lupo49.de> |
JSINFO in Media Manager: Initialize with empty array, as $ID and $NS aren't useful and available. This is just for adding more values in e. g. an action plugin. |
| 092b7683 | 03-Aug-2013 |
Klap-in <klapinklapin@gmail.com> |
for negative or zero number of revs to return return empty array by getRevisions |
| afb2c082 | 03-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
allow for a style.ini in conf/<tpl>/style.ini
This is another go at what pull request #227 tried to do. This removes support for a style.local.ini in the template file in preference of a style.ini i
allow for a style.ini in conf/<tpl>/style.ini
This is another go at what pull request #227 tried to do. This removes support for a style.local.ini in the template file in preference of a style.ini in the conf folder
show more ...
|
| 041a602d | 03-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
fix a bug in acl manager where it attempted to correct too high page permission levels using the wrong var |
| ad3d68d7 | 03-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Fix a couple of bugs in ACL substitution mechanism
- %GROUP% & %USER% can now both be used in the same rule, e.g.
%GROUP%:%USER% 2
- rules with tokens will be skipped when the user is not logge
Fix a couple of bugs in ACL substitution mechanism
- %GROUP% & %USER% can now both be used in the same rule, e.g.
%GROUP%:%USER% 2
- rules with tokens will be skipped when the user is not logged in previously %USER% was attempted
show more ...
|
| d1e37fb0 | 03-Aug-2013 |
Matthias Schulte <post@lupo49.de> |
Populate global variable JSINFO also in the Media Manager popup |
| fb845f0b | 03-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
lessified pagetools items, added mixins simplify maintenance |
| 354c39ff | 03-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
fixed old pagetools sprite loading from cache when hovering |
| 6a8cbb12 | 03-Aug-2013 |
Henrik <henrik@idealis.se> |
translation update |
| 99f943f6 | 02-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
added poster attribute to video if jpg or png with same file name exists |
| 3d7a9e0a | 02-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
Add several alternative formats to video for better browser compatibility
All .webm, .ogv and .mp4 files with the same filename are automatically chosen as alternative sources when only one of them
Add several alternative formats to video for better browser compatibility
All .webm, .ogv and .mp4 files with the same filename are automatically chosen as alternative sources when only one of them is mentioned in the media syntax.
show more ...
|
| dc235f96 | 02-Aug-2013 |
Matthias Schulte <post@lupo49.de> |
Re-enable displaying the date in the revert manager (Fixes FS#2073) |
| 02779b18 | 02-Aug-2013 |
Michael Hamann <michael@content-space.de> |
Extension manager: Implement extension table
This uses a lot of code and the whole design from the previous extension manager implementation. |
| c4d11518 | 02-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
style improvements |