History log of /dokuwiki/inc/ (Results 2976 – 3000 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b44a5dce03-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 ...

0a57f27e03-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 ...

00e3e39403-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.

89274c0d03-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 ...

79e53fe503-Aug-2013 Anika Henke <anika@selfthinker.org>

improved code for videos (restrict to 3 mimetypes, removed codec info from type attribute)

092b768303-Aug-2013 Klap-in <klapinklapin@gmail.com>

for negative or zero number of revs to return return empty array by getRevisions

afb2c08203-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 ...

ad3d68d703-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 ...

6a8cbb1203-Aug-2013 Henrik <henrik@idealis.se>

translation update

99f943f602-Aug-2013 Anika Henke <anika@selfthinker.org>

added poster attribute to video if jpg or png with same file name exists

3d7a9e0a02-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 ...

2a2a2ba202-Aug-2013 Anika Henke <anika@selfthinker.org>

added basic suport for embedding (html5) videos

5b230a4502-Aug-2013 Andreas Gohr <andi@splitbrain.org>

HTTPClient don't pull too much bytes when no content-length is given

c5c17fda02-Aug-2013 Klap-in <klapinklapin@gmail.com>

improve method name and phpdocs

73012efd02-Aug-2013 Christopher Smith <chris@jalakai.co.uk>

coding corrections. correct type hint, remove unused variable assignment

dc06805202-Aug-2013 Matthias Schulte <post@lupo49.de>

de/de-informal updates: Replace "Nutzer" with more common word "Benutzer"
/ fix several typos / Fixes FS#2821

d317fb5d02-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 ...

20284fef02-Aug-2013 Andreas Gohr <andi@splitbrain.org>

HTTPClient don't pull too much bytes when no content-length is given

e8ec13b902-Aug-2013 Klap-in <klapinklapin@gmail.com>

localized texts for templates

8ae55d6802-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 :-/

d6d8550901-Aug-2013 DokuWiki Translation <>

translation update

b8bc53ce01-Aug-2013 Christopher Smith <chris@jalakai.co.uk>

simplify comment

cc036f7401-Aug-2013 Klap-in <klapinklapin@gmail.com>

remove hash for external images, but use token url parameter instead

74ef177801-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.

4d4b1f8c01-Aug-2013 Andreas Gohr <andi@splitbrain.org>

use http_build_query() in HTTPClient

this ensures nested POST data is correctly encoded

1...<<111112113114115116117118119120>>...266