summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* added PCRE UTF-8 checks to do=check FS#2636Andreas Gohr2012-11-08
|
* avoid multiple paralell update checksAndreas Gohr2012-11-07
| | | | | 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.
* fix regression bug in HTTPClient FS#2621Andreas Gohr2012-11-06
| | | | | | | | | | | | | 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.
* Merge pull request #139 from dom-mel/hidden_eventAndreas Gohr2012-11-05
|\ | | | | Added PAGEUTILS_ID_HIDEPAGE Event
| * changed PAGEUTILS_ID_HIDEPAGE to has BEFORE/AFTERDominik Eckelmann2012-11-05
| |
| * added event PAGEUTILS_ID_HIDEPAGEDominik Eckelmann2012-10-31
| |
| * added test for isHiddenPage()Dominik Eckelmann2012-10-31
| |
* | 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
| | | |
* | | | TarLib code cleanupAndreas Gohr2012-11-03
| | | |
* | | | TarLib: fixed appending in non-dynamic modeAndreas Gohr2012-11-03
| | | | | | | | | | | | | | | | | | | | Appending files now works at least for uncompressed tar files. Seeking in compressed tars is not yet supported.
* | | | fixed third method of adding files in TarLibAndreas Gohr2012-11-03
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | fix lone zero block in TarLib created archivesAndreas Gohr2012-11-03
| | | |
* | | | fix use of constructor in TarLibAndreas Gohr2012-11-03
| | | |
* | | | Slovak language updateMartin Michalek2012-11-02
| | | |
* | | | Korean language update이명진2012-11-02
| | | |
* | | | Latvian language updateAivars Miska2012-11-02
| |_|/ |/| |
* | | removed redundant variables in tpl_include_page() (because of 3ff8773b)Anika Henke2012-10-26
| | |
* | | added cut off points for mobile devices as parameters to style.iniAnika Henke2012-10-26
| | |
* | | Merge pull request #138 from mperry2/masterAndreas Gohr2012-10-24
|\ \ \ | | | | | | | | Corrected typo: ruke -> rule
| * | | Corrected typo: ruke -> ruleMatt Perry2012-10-24
|/ / /
* | | Persian language updateAmirH Hassaneini2012-10-23
| | |
* | | Spanish language updateMercè López2012-10-23
| | |
* | | russian language updatesh.khmit2012-10-23
| | |
* | | Kazach language updatesh.khmit2012-10-23
| | |
* | | correctly check hash parameter in media dispatcher FS#2648Andreas Gohr2012-10-23
| | |
* | | Merge pull request #137 from mperry2/masterAndreas Gohr2012-10-19
|\ \ \ | | | | | | | | Removed acronyms for "Perl" and "PERL" as Perl is not an acronym.
| * | | Removed acronyms for "Perl" and "PERL" as Perl is not an acronym.Matt Perry2012-10-16
| | | | | | | | | | | | | | | | See http://learn.perl.org/faq/perlfaq1.html#Whats-the-difference-between-perl-and-Perl-
* | | | avoid broken browser_uid on IEAndreas Gohr2012-10-18
|/ / / | | | | | | | | | | | | | | | | | | Internet Explorer 8 (and maybe others) seem to use different capitalization in the ACCEPT_CHARSET header between "normal" requests and AJAX requests. This causes a browser UID mismatch and thus an unecessary reauthentication.
* | | Merge pull request #136 from gturri/masterAndreas Gohr2012-10-13
|\ \ \ | | | | | | | | Made bin/striplangs.php executable
| * | | Made striplangs.php executableGuillaume Turri2012-10-13
|/ / / | | | | | | | | | Made it easier to use, and consistent with the others bin/*php scripts
* | | release preparationsAndreas Gohr2012-10-13
| | |
* | | RTL and IE7 fixes for code blocksAnika Henke2012-10-13
| | |
* | | beautified code blocks, also using lighter background colour (FS#2444)Anika Henke2012-10-13
| | |
* | | improved section highlighting stylesAnika Henke2012-10-13
| | |
* | | removed unnecessary print stylesAnika Henke2012-10-12
| | |
* | | fixed interwiki and filetype styles being included in all css modesAnika Henke2012-10-12
| | |
* | | moved some styles aroundAnika Henke2012-10-12
| | |
* | | Merge branch 'master' of github.com:splitbrain/dokuwikiAnika Henke2012-10-12
|\ \ \
| * \ \ Merge pull request #135 from Chris--S/masterAndreas Gohr2012-10-12
| |\ \ \ | | | | | | | | | | Proposed fix for #2541
| | * | | #2541, alter section highlighting to insert a container into the DOM to hold ↵Christopher Smith2012-10-12
| | | | | | | | | | | | | | | | | | | | the elements being highlighted & later remove it
* | | | | improved tab stylesAnika Henke2012-10-12
|/ / / / | | | | | | | | | | | | | | | | * added more selectors to allow different markup * added border to make tabs more distinctive, especially in other templates
* | | | fixed typo in style.iniAnika Henke2012-10-12
| | | |