summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
...
| * | | | Turkish language updateErdem2013-01-18
| | | | |
| * | | | Catalan language updateDaniel López Prat2013-01-18
| | | | |
| * | | | grayscaled some interwiki iconsAndreas Gohr2013-01-13
| | | | |
| * | | | Traditional Chinese language update日向小郎2013-01-09
| | |_|/ | |/| |
| * | | Arabic language updateOsama Al-Kofahi2013-01-06
| | | |
| * | | lib/exe/indexer.php: Fix sending of the GIF when it is deferred FS#2646Michael Hamann2012-12-03
| | |/ | |/| | | | | | | | | | | | | Before this change the GIF wasn't sent at all when the PHP settings indicate that sending of the GIF needs to be deferred and it was sent when the debug output was on.
| * | some coding style improvementsDominik Eckelmann2012-11-29
| | | | | | | | | | | | | | | | | | - removed some dead/unused code - fixed phpdoc - added typing on methods
| * | Correct German plugin manager translation (download != install)Michael Hamann2012-11-28
| | |
| * | correct return in sendDigest()Andreas Gohr2012-11-27
| | | | | | | | | | | | | | | the function always returned true, even if no action was taken. This resulted in no further indexer tasks being run.
| * | Galician language updateLeandro Regueiro2012-11-23
| | |
| * | added another place to look for logo to make it more consistent (FS#2656)Anika Henke2012-11-14
| | |
| * | French language updateAnael Mobilia2012-11-12
| | |
| * | Merge pull request #140 from splitbrain/tarAndreas Gohr2012-11-12
| |\ \ | | | | | | | | New Tar Archive library
| | * | removed old TarLib and changed plugin manager to use new oneAndreas Gohr2012-11-03
| | | |
| * | | Czech language updateJakub2012-11-12
| | | |
| * | | compat js findPosX/y more closely mimic historical functionSchplurtz le Déboulonné2012-11-12
| | | |
| * | | crossbrowser fixes for quicksearch shortening FS#2660Andreas Gohr2012-11-12
| | | | | | | | | | | | | | | | | | | | | | | | fixes the problem with missing innerText in Firefox (and other browsers) and corrects shortening in regard to paddings and the use of the text-overflow attribute
* | | | added config metadata for authpgsql pluginAndreas Gohr2013-02-02
| | | |
* | | | added config metadata for authmysql pluginAndreas Gohr2013-02-02
| | | |
* | | | dded config metadata for authldap pluginAndreas Gohr2013-02-02
| | | |
* | | | added config metadata to authad pluginAndreas Gohr2013-02-02
| | | |
* | | | Merge branch 'confmanager' into futureAndreas Gohr2013-01-25
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * confmanager: fixed problems with spaced arrays parse arrays from config file
| * | | | fixed problems with spaced arraysAndreas Gohr2013-01-16
| | | | |
| * | | | parse arrays from config fileAndreas Gohr2013-01-16
| | | | |
* | | | | Merge branch 'confmanager' into futureAndreas Gohr2013-01-25
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | | added failing test for array typeAndreas Gohr2012-11-16
| | | | |
| * | | | started to add some unit tests to config managerAndreas Gohr2012-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | Revert "config manager: let PHP parse the config file"Andreas Gohr2012-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b8f41ef0bac4e82cb3b02cd318efaddbaaeb1a78. We had good reasons for parsing the file ourselves. For example to keep expressions like 7*60*60*24 intact.
| * | | | added 'array' type for config managerAndreas Gohr2012-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | This allows to use simple arrays in the config file but have a comma separated list in the config manager.
| * | | | config manager: let PHP parse the config fileAndreas Gohr2012-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | config manager: removed dead/commented codeAndreas Gohr2012-11-10
| |/ / /
| * | | Merge pull request #121 from splitbrain/strictAndreas Gohr2012-11-04
| |\ \ \ | | | | | | | | | | fix E_STRICT errors FS#2427
| | * | | fix E_STRICT errors FS#2427Andreas Gohr2012-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes all E_STRICT messages shown when running the test suite. There might be more problems not covered by tests, yet. For compatibility reasons with plugins, E_STRICT errors are still supressed.
| * | | | Merge pull request #130 from glensc/smileys-indexAndreas Gohr2012-11-04
| |\ \ \ \ | | |_|/ / | |/| | | add index file similar to fileicons to show active smileys
| | * | | add index file similar to fileicons to show active smileysElan Ruusamäe2012-09-17
| | | | |
* | | | | fixed saving in config pluginAndreas Gohr2012-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | partial revert of 23e8f02b8aa3a74fed70f1a496bdb5423908133aAndreas Gohr2012-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | added 'text' to config plugin for multi line text configsAndreas Gohr2012-11-10
| | | | |
* | | | | fixed authplainAndreas Gohr2012-11-09
| | | | | | | | | | | | | | | | | | | | * code/PHP5 cleanup
* | | | | authpgsql fixesAndreas Gohr2012-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | * fixes merge messup (code was made up from parts of authad) * code and PHP5 cleanup
* | | | | authmysql fixesAndreas Gohr2012-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | * use proper plugin config * code/PHP5 cleanup
* | | | | fixes for authldapAndreas Gohr2012-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * makes proper use of plugin config * adds a few first defaults, but the whole config metadata is still missing * proper PHP5 use and comments
* | | | | authad fixesAndreas Gohr2012-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | * fixes incorrect $this->adldap calls * makes use of correct plugin config
* | | | | merge old auth style configs with plugin configAndreas Gohr2012-11-09
| | | | |
* | | | | moved adLDAP to authad plugin and fixed includesAndreas Gohr2012-11-09
| | | | |
* | | | | some comment cleanup in authadAndreas Gohr2012-11-09
| | | | |
* | | | | make all sub auth classes call the parent constructorAndreas Gohr2012-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | This does nothing currently but allows us adding certain things to the base class later.
* | | | | don't merge any global confs into auth plugin configsAndreas Gohr2012-11-09
| | | | |
* | | | | Merge branch 'master' into futureAndreas Gohr2012-11-04
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * | | | Korean language update이명진2012-11-02
| | | | |