Skip to content
Snippets Groups Projects
  1. Feb 02, 2013
  2. Jan 25, 2013
    • Andreas Gohr's avatar
      Merge branch 'confmanager' into future · b303add4
      Andreas Gohr authored
      * confmanager:
        fixed problems with spaced arrays
        parse arrays from config file
      b303add4
    • Andreas Gohr's avatar
      Merge branch 'confmanager' into future · 33e75ca2
      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
      33e75ca2
  3. Jan 16, 2013
  4. Nov 16, 2012
  5. Nov 10, 2012
  6. Nov 09, 2012
  7. Nov 08, 2012
  8. Nov 06, 2012
    • Andreas Gohr's avatar
      avoid multiple paralell update checks · 63d9b820
      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.
      63d9b820
    • Andreas Gohr's avatar
      fix regression bug in HTTPClient FS#2621 · bfd975d2
      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.
      bfd975d2
  9. Nov 05, 2012
  10. Nov 04, 2012
  11. Nov 03, 2012
Loading