- Feb 02, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jan 25, 2013
-
-
Andreas Gohr authored
* confmanager: fixed problems with spaced arrays parse arrays from config file
-
Andreas Gohr authored
* confmanager: added failing test for array type started to add some unit tests to config manager Revert "config manager: let PHP parse the config file" added 'array' type for config manager config manager: let PHP parse the config file config manager: removed dead/commented code added PCRE UTF-8 checks to do=check FS#2636 avoid multiple paralell update checks fix regression bug in HTTPClient FS#2621 changed PAGEUTILS_ID_HIDEPAGE to has BEFORE/AFTER added event PAGEUTILS_ID_HIDEPAGE added test for isHiddenPage() add index file similar to fileicons to show active smileys fix E_STRICT errors FS#2427
-
- Jan 16, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Nov 16, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
Parsing the config file should be completely tested before we can rely on it and safely extend it. This just adds the first very basic tests.
-
Andreas Gohr authored
This reverts commit b8f41ef0. We had good reasons for parsing the file ourselves. For example to keep expressions like 7*60*60*24 intact.
-
- Nov 10, 2012
-
-
Andreas Gohr authored
This allows to use simple arrays in the config file but have a comma separated list in the config manager.
-
Andreas Gohr authored
Until now, the config manager did read and parse the various PHP config files itself. This fails for more complex setups like arrays. I'm not really sure why this was done. This patch replaces the parsing with a simple include() call. Everything still seems to work.
-
Andreas Gohr authored
-
Andreas Gohr authored
Saving worked, but did you log out everytime. Now it is checked if the auth mechanism was actually changed before assuming the login is invalid.
-
Andreas Gohr authored
okay. I can't read. we already had a multiline config. It's the default. So I reverted my change, except for making use of formText/cleanText for proper line ending handling and I added made focused textareas a bit larger.
-
Andreas Gohr authored
-
- Nov 09, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
* code/PHP5 cleanup
-
Andreas Gohr authored
* fixes merge messup (code was made up from parts of authad) * code and PHP5 cleanup
-
Andreas Gohr authored
* use proper plugin config * code/PHP5 cleanup
-
Andreas Gohr authored
* makes proper use of plugin config * adds a few first defaults, but the whole config metadata is still missing * proper PHP5 use and comments
-
Andreas Gohr authored
* fixes incorrect $this->adldap calls * makes use of correct plugin config
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
This does nothing currently but allows us adding certain things to the base class later.
-
Andreas Gohr authored
-
- Nov 08, 2012
-
-
Andreas Gohr authored
-
- Nov 06, 2012
-
-
Andreas Gohr authored
we now touch the messages before the actual update happens. this should lower the chance of more than one update check running at a time.
-
Andreas Gohr authored
In the recent refactoring of the HTTPClient, a problem with certain systems was reintroduced. On these systems a select() call always waits for a timeout on the first call before working properly on the second call. This patch reintroduces the shorter timeouts with usleep rate limiting again. Since this bug is not reproducible on other systems it can't be unit tested unfortunately.
-
- Nov 05, 2012
-
-
Andreas Gohr authored
Added PAGEUTILS_ID_HIDEPAGE Event
-
Dominik Eckelmann authored
-
- Nov 04, 2012
-
-
Andreas Gohr authored
fix E_STRICT errors FS#2427
-
Andreas Gohr authored
add index file similar to fileicons to show active smileys
-
Andreas Gohr authored
* master: (45 commits) TarLib code cleanup TarLib: fixed appending in non-dynamic mode fixed third method of adding files in TarLib fix lone zero block in TarLib created archives fix use of constructor in TarLib Slovak language update Korean language update Latvian language update removed redundant variables in tpl_include_page() (because of 3ff8773b) added cut off points for mobile devices as parameters to style.ini Corrected typo: ruke -> rule Persian language update Spanish language update russian language update Kazach language update correctly check hash parameter in media dispatcher FS#2648 avoid broken browser_uid on IE Removed acronyms for "Perl" and "PERL" as Perl is not an acronym. See http://learn.perl.org/faq/perlfaq1.html#Whats-the-difference-between-perl-and-Perl- Made striplangs.php executable release preparations ...
-
- Nov 03, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
Appending files now works at least for uncompressed tar files. Seeking in compressed tars is not yet supported.
-
Andreas Gohr authored
You can give a path and file contents in an array. However this didn't work because the file_exist() check was done before checking for an array
-
Andreas Gohr authored
-
Andreas Gohr authored
-