History log of /dokuwiki/inc/ (Results 2751 – 2775 of 6436)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5441303905-Aug-2013 tsangho <ou4222@gmail.com>

translation update

024914eb05-Aug-2013 Pavel <ivanovtsk@mail.ru>

translation update

c03b461104-Aug-2013 Tor Härnqvist <tor.harnqvist@gmail.com>

translation update

72a0f40104-Aug-2013 Constantinos Xanthopoulos <conx@xanthopoulos.info>

translation update

d580816304-Aug-2013 Sven <Svenluecke48@gmx.d>

translation update

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

refactored audio/video code, removed wrong link around audio

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

FS#2806 - fix auth capability listing in html_debug()

5d92c7d204-Aug-2013 mprins <mprins@users.sf.net>

translation update

6d4af72a04-Aug-2013 Anika Henke <anika@selfthinker.org>

fixed typo

08d5d52a04-Aug-2013 Andreas Gohr <andi@splitbrain.org>

FS#2829 check if auth_random is available in PassHash

99dca51303-Aug-2013 Andreas Gohr <andi@splitbrain.org>

added missing default

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

FS#2677 support arrays in to, cc, bcc headers in Mailer

This does not fix FS#2677, it only adds support for fixing it later.

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

1...<<111112113114115116117118119120>>...258