| 37abef5f | 23-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 ...
|
| a470adc3 | 23-Sep-2014 |
Syl <syl@mailoo.org> |
translation update |
| 7ce0a39e | 22-Sep-2014 |
Mohamed Belhsine <b.mohamed897@gmail.com> |
translation update |
| 2c99198d | 20-Sep-2014 |
Jaroslav Lichtblau <jlichtblau@seznam.cz> |
translation update |
| fc8bcbfb | 19-Sep-2014 |
Marcel Eickhoff <eickhoff.marcel@gmail.com> |
translation update |
| ba6828f2 | 19-Sep-2014 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| c3df44ff | 17-Sep-2014 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 616de5f5 | 15-Sep-2014 |
Viktor Zavadil <vzavadil@newps.cz> |
translation update |
| 505d947e | 13-Sep-2014 |
June-Hao Hou <junehao@gmail.com> |
translation update |
| de4634ec | 12-Sep-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Additionally allow more media types
They are generated from the default ones and any additional one given by the template. This allows to e.g. split admin styles from end user styles in a closed wik
Additionally allow more media types
They are generated from the default ones and any additional one given by the template. This allows to e.g. split admin styles from end user styles in a closed wiki. You can then deliver only the user styles using the metaheaders plugin.
show more ...
|
| 0073bb09 | 10-Sep-2014 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| 2c917972 | 10-Sep-2014 |
Mohamad Mehdi Habibi <habibi.esf@gmail.com> |
translation update |
| c3dd5e61 | 08-Sep-2014 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| d9de855c | 03-Sep-2014 |
Prof Gra <christophegragnic@gmail.com> |
fr/newpage.txt: translation suggestion
autorisations suffisants -> permissions suffisantes |
| 65833968 | 01-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix userlink title when no authplugin is available or no user is found |
| 04585e6c | 29-Aug-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
rfc2231 compatible encoding for header()
This is only used in the filename header field and ensures correct interpretation of an encoded filename. This is will be needed especially for download of f
rfc2231 compatible encoding for header()
This is only used in the filename header field and ensures correct interpretation of an encoded filename. This is will be needed especially for download of files with umlauts with an Internet Explorer.
show more ...
|
| 0a6d5cde | 27-Aug-2014 |
pokesakura <pokesakura@gmail.com> |
translation update |
| 1349d49f | 27-Aug-2014 |
Felipe Castro <fefcas@gmail.com> |
translation update |
| 682adb32 | 17-Aug-2014 |
Hamid <zarrabi@sharif.edu> |
translation update |
| 8f1efc43 | 15-Aug-2014 |
Andreas Gohr <andi@splitbrain.org> |
sanity check update message
This should avoid problems when a WiFi login redirect intercepts the update check. See https://forum.dokuwiki.org/post/45076 |
| 41b835a4 | 09-Aug-2014 |
Fabio <fabioslurp@yahoo.it> |
translation update |
| badde455 | 07-Aug-2014 |
Igor Degraf <igordegraf@gmail.com> |
translation update |
| ea8f310e | 07-Aug-2014 |
Igor Degraf <igordegraf@gmail.com> |
translation update |
| 3e217a36 | 06-Aug-2014 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Last Update Date info of extension fix
This request makes "Your last update" of the extension info shown when clicking more info triangle mark. The first installed date of the extension may not be n
Last Update Date info of extension fix
This request makes "Your last update" of the extension info shown when clicking more info triangle mark. The first installed date of the extension may not be necessary for local site admin work.
show more ...
|
| 702e97d3 | 02-Aug-2014 |
Anika Henke <anika@selfthinker.org> |
fixed scrutinizer issues |