History log of /dokuwiki/inc/ (Results 2401 – 2425 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e371095701-Oct-2014 Gerrit Uitslag <klapinklapin@gmail.com>

more phpdocs and minor check

253d4b4801-Oct-2014 Gerrit Uitslag <klapinklapin@gmail.com>

more PHPDocs, unused var, small bit code reformatting

42ea7f4401-Oct-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Many PHPDocs, some unused and dyn declared vars

many PHPDocs
some unused variables
some dynamically declared variables declared

9d7d72dc30-Sep-2014 Davor Turkalj <turki.bsc@gmail.com>

translation update

59bc3b4829-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

more scrutinizer issue improvements

80d9f3dd29-Sep-2014 lisps <stummp@loewen.de>

parse AT parameter: first strtotime then timestamp
remove config option

e0c2628229-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

scrutinizer documentations issues

c50a128d28-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

move more strings to lang.php

a55c49a228-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

move strings to lang.php

82f2bcd028-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

add placeholders for create page text

0440ca4628-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

phpdocs parserutils

21d806cd28-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

improve some scrutinizer issues

different types
unused vars
PHPDocs

7341158728-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

visibility plugin methods

dd7a615928-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

use config cascade for loading of localizations

89417bb727-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

reformatting config cascade

64d489db27-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

add lang files to cascading

ece4159b27-Sep-2014 Andreas Gohr <andi@splitbrain.org>

Send CRLF to Windows UAs for code blocks #863

92b9f19627-Sep-2014 Andreas Gohr <andi@splitbrain.org>

work around missing gzopen on certain systems #865

73b19ad126-Sep-2014 Yuwei Sun <yuwei@hrz.tu-chemnitz.de>

translation update

1d053a5626-Sep-2014 lisps <stummp@loewen.de>

fix scrutinizer issues

1dc0e65f26-Sep-2014 Andreas Gohr <andi@splitbrain.org>

fixed typos in docblock comments

5e9e105426-Sep-2014 Andreas Gohr <andi@splitbrain.org>

do not allow empty passwords

When a username but no password is submitted, the login is denied right
away instead of relying on the backend to refuse the login.

395c2f0f23-Sep-2014 Andreas Gohr <andi@splitbrain.org>

clean user credentials from control chars

This is to prevent zero byte attacks on external auth systems as
described in
http://www.freelists.org/post/dokuwiki/Fwd-Dokuwiki-maybe-security-issue-Null-

clean user credentials from control chars

This is to prevent zero byte attacks on external auth systems as
described in
http://www.freelists.org/post/dokuwiki/Fwd-Dokuwiki-maybe-security-issue-Null-byte-poisoning-in-LDAP-authentication

show more ...

37abef5f23-Sep-2014 Andreas Gohr <andi@splitbrain.org>

added filter method to INPUT class

the filter() function can be chained between the accessor and the value
function to get a filtered value. When no filter allable is given in the
filter() function,

added filter method to INPUT class

the filter() function can be chained between the accessor and the value
function to get a filtered value. When no filter allable is given in the
filter() function, stripctl() is used to strip all control chars (ASCII<32)

Examples:

$INPUT->post->filter()->str('foobar');
$INPUT->get->filter('myfilter')->int('baz');

show more ...

a470adc323-Sep-2014 Syl <syl@mailoo.org>

translation update

1...<<919293949596979899100>>...266