| e260f93b | 05-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
xml compatibility fixes (mainly entities to unicode conversions) |
| a0e07c15 | 04-Jul-2012 |
Kiril LastName <neohidra@gmail.com> |
updated: Bulgarian translation |
| 30ac1588 | 01-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
added forgotten deprecated comment to userrtl.css in config cascade |
| fc8dc822 | 01-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
improved preview to have same width as resulting page if it would have a sidebar |
| e66d3e6d | 01-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
Improved sidebar inclusion
Template authors now can use tpl_sidebar() to include the sidebar. Sidebars can be defined in subnamespaces as well |
| 578b2c23 | 01-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
added missing underscore to replaced char class chars |
| 545ebaa4 | 01-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
do not use char class in Mailer header cleaning
\w could match multibyte chars depending on system setup |
| e6101bb6 | 01-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
make MD5 crypt without salts always use PHP implementation
crypt seems to behave different on different systems when the salt is empty. |
| 8cb31473 | 30-Jun-2012 |
lupo49 <post@lupo49.de> |
de/de-informal: added missing localization / update existing ones |
| bd7a6180 | 30-Jun-2012 |
lupo49 <post@lupo49.de> |
de-informal: Fixed typos "Abonnementliste" (FS#2456) |
| 765fba80 | 30-Jun-2012 |
Вячеслав Третьяков <tret2003@gmail.com> |
iRussian language update |
| 9ce556d2 | 30-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed ACL loading after the recent changes/messup |
| 32e82180 | 30-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed group wildcards and added tests |
| 11f03531 | 29-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed another occurance of the obsolete config option |
| d0f8d50b | 29-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
simplified %GROUP% wildcard support |
| f0859d4b | 29-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Input wrapper for html forms |
| 8108113c | 29-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Input validation for media manager |
| 5d0aaf95 | 28-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
treat empty string inputs as unset for int and bool |
| a6ba0720 | 27-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Avoid timeout when content-length is 0 |
| 8243e610 | 27-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Limit size of reads when max_bodysize is set or content-length is present |
| 7d01a0ea | 27-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
more INPUT wrapper uses: cache purge, sectok, getID |
| 90f1b7bd | 27-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Input wrapper for action.php |
| 3272d797 | 25-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
some code cleanup and php docs |
| 591acd87 | 24-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
some Input class fixes and unit tests |
| bcc94b2c | 24-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
Input wrapper for auth.php |