History log of /dokuwiki/inc/ (Results 3701 – 3725 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a284275415-Oct-2011 Andreas Gohr <andi@splitbrain.org>

fix off-by-one error

6f0b0dd115-Oct-2011 Anika Henke <anika@selfthinker.org>

removed remnants of old flash uploader (FS#2335)

faba9a3515-Oct-2011 Andreas Gohr <andi@splitbrain.org>

added the missing bit to my last commit

a86cc52715-Oct-2011 Andreas Gohr <andi@splitbrain.org>

Fix performance issue in close_paragraph

Looks like a for loop is faster than array_splice

46213daa15-Oct-2011 Andreas Gohr <andi@splitbrain.org>

cleanup of handler.php

The file contained a few DOS lineendings and trailing spaces

407e65b915-Oct-2011 Andreas Gohr <andi@splitbrain.org>

Treat a whitespace-only page as empty and delete it FS#2283

639f8f4314-Oct-2011 Andreas Gohr <andi@splitbrain.org>

Check if given file is really a file in JpegMeta FS#2322

e0dd04a614-Oct-2011 Andreas Gohr <andi@splitbrain.org>

Added bcrypt support for password hashes

This method require PHP 5.3+ it will fail otherwise!

7ae6f87a14-Oct-2011 Andreas Gohr <andi@splitbrain.org>

Fixed test and broken salt generation in PassHash class

Turned out a test wasn't really testing what it should have been testing
and thus did hide a bug. Still puzzles me why it still worked some
ti

Fixed test and broken salt generation in PassHash class

Turned out a test wasn't really testing what it should have been testing
and thus did hide a bug. Still puzzles me why it still worked some
times.
This patch also sets the default iteration count for bmd5 and pmd5 to 8.

show more ...

931a41b314-Oct-2011 Andreas Gohr <andi@splitbrain.org>

don't run SimplePie_File constructor FS#2348

a762317210-Oct-2011 Jeroen Roeterd <jroeterd@gmail.com>

Dutch language update

a17cd80810-Oct-2011 Kaeptn Haddock <kaeptn.haddock@gmail.com>

German language update

f4aabe7610-Oct-2011 Rubén Figols <ruben.figols@gmail.com>

Spanish language update

bc64186e10-Oct-2011 Marius-Alex Olar <olarmariusalex@gmail.com>

Romanian language update

7fa35bb110-Oct-2011 Andreas Gohr <andi@splitbrain.org>

limit edit summaries to 255 characters

b824abd410-Oct-2011 Andreas Gohr <andi@splitbrain.org>

Fixes a problem with parsing overlong changelog lines

When an overlong edit summary was given for an edit, the resulting
changelog line could be longer than the chunk that is handled in the
changelo

Fixes a problem with parsing overlong changelog lines

When an overlong edit summary was given for an edit, the resulting
changelog line could be longer than the chunk that is handled in the
changelog reader (8192 bytes) causing the reader to abort the operation.

This meant that old revisions where no longer accessible. This patch
fixes the reader (it continues reading chunks until a full line is
found).

However, limiting the summary makes sense and will be added in another
patch.

show more ...

8032624927-Sep-2011 Anika Henke <anika@selfthinker.org>

media manager: IE7 fixes (and other small improvements)

edf35c4225-Sep-2011 Anika Henke <anika@selfthinker.org>

whitespace fixes: tabs to spaces

9a71fb5c25-Sep-2011 Anika Henke <anika@selfthinker.org>

media manager: fixed and improved diff views

b680ea0625-Sep-2011 Andreas Gohr <andi@splitbrain.org>

fix namespace cleaning FS#2295

This patch applies the correct pagename cleaning to namespaces as well.
Namespaces should follow the same rules as pagenames but due to a bug it
was possible to have n

fix namespace cleaning FS#2295

This patch applies the correct pagename cleaning to namespaces as well.
Namespaces should follow the same rules as pagenames but due to a bug it
was possible to have namespaces ending in a underscore.

If you used such a namespace it will be inaccessible after applying this
patch. You should rename the namespace directory on the filesystem
(removing the trailing underscore). You old links will then work
automatically again. Rebuilding the search index is recommended.

show more ...

554a8c9f24-Sep-2011 Adrian Lang <mail@adrianlang.de>

More mediamanager reworking

33e9147322-Sep-2011 Adrian Lang <mail@adrianlang.de>

Resize images in fullscreen mediamanager using CSS

bc314c5820-Sep-2011 Anika Henke <anika@selfthinker.org>

media manager: improved the panel widths

0831741319-Sep-2011 Adrian Lang <mail@adrianlang.de>

Add file revision above file detail page

86e64c1719-Sep-2011 lainme <lainme993@gmail.com>

Simplified Chinese language update

1...<<141142143144145146147148149150>>...266