| b44a5dce | 03-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
added support for html5 audio
Similar to videos, all .ogg, .mp3 and .wav files with the same filename are automatically chosen as alternative sources when only one of them is mentioned in the media
added support for html5 audio
Similar to videos, all .ogg, .mp3 and .wav files with the same filename are automatically chosen as alternative sources when only one of them is mentioned in the media syntax.
show more ...
|
| 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 ...
|
| 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 ...
|
| 79e53fe5 | 03-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
improved code for videos (restrict to 3 mimetypes, removed codec info from type attribute) |
| 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 ...
|
| 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 ...
|
| 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 ...
|
| 2a2a2ba2 | 02-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
added basic suport for embedding (html5) videos |
| 5b230a45 | 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
HTTPClient don't pull too much bytes when no content-length is given |
| c5c17fda | 02-Aug-2013 |
Klap-in <klapinklapin@gmail.com> |
improve method name and phpdocs |
| 73012efd | 02-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
coding corrections. correct type hint, remove unused variable assignment |
| dc068052 | 02-Aug-2013 |
Matthias Schulte <post@lupo49.de> |
de/de-informal updates: Replace "Nutzer" with more common word "Benutzer" / fix several typos / Fixes FS#2821 |
| d317fb5d | 02-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
fixed some bi-directionality issues
Fixed some issues which occur whenever RTL and LTR languages could potentially be mixed, using the HTML5 `<bdi>` element. This element is currently only supported
fixed some bi-directionality issues
Fixed some issues which occur whenever RTL and LTR languages could potentially be mixed, using the HTML5 `<bdi>` element. This element is currently only supported by Chrome and Firefox.
The old and only partially working fix for tpl_breadcrumbs() was removed in favour of this solution.
show more ...
|
| 20284fef | 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
HTTPClient don't pull too much bytes when no content-length is given |
| e8ec13b9 | 02-Aug-2013 |
Klap-in <klapinklapin@gmail.com> |
localized texts for templates |
| 8ae55d68 | 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
Revert "translation update"
This reverts commit d6d855093f24c6c3f608d005189385959a7efbf7.
I guess it was a bit too early to think straight :-/ |
| d6d85509 | 01-Aug-2013 |
DokuWiki Translation <> |
translation update |
| b8bc53ce | 01-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
simplify comment |
| cc036f74 | 01-Aug-2013 |
Klap-in <klapinklapin@gmail.com> |
remove hash for external images, but use token url parameter instead |
| 74ef1778 | 01-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
include namespace links when index access from the wiki start page and no automatic sitemap.xml is being generated. |
| 4d4b1f8c | 01-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
use http_build_query() in HTTPClient
this ensures nested POST data is correctly encoded |