Skip to content
Snippets Groups Projects
  1. Jun 17, 2018
  2. Jun 07, 2018
    • Andreas Gohr's avatar
      removed safemode hack · fe227084
      Andreas Gohr authored
      Safemode has been removed in PHP 5.4.0. We finally no longer need to
      deal with this insanity.
      fe227084
  3. Apr 11, 2018
    • Andreas Gohr's avatar
      shortened new search configs · 13ce475d
      Andreas Gohr authored
      shorter names are more in line with what we already use, makes less
      layout problems in the documentation and is easier to type when telling
      people about it.
      13ce475d
  4. Mar 22, 2018
    • Michael Große's avatar
      feat(search): add config options to adjust default behavior · d09b5b64
      Michael Große authored
      This adds two new config options:
      
      `search_limit_to_first_ns`:
      Limit the search to the current X namespaces. When a search is executed
      from a page within a deeper namespace, the first X namespaces will be
      added as filter.
      Possible use case could be with language namespaces to ensure that the
      default search is initially within the current language.
      
      `search_default_fragment_behaviour`:
      Option to specify the default fragment search behavior
      Unverified
      d09b5b64
  5. Feb 01, 2018
  6. Jan 24, 2018
  7. Oct 28, 2017
  8. Aug 15, 2017
  9. May 23, 2017
  10. Nov 26, 2016
    • Andreas Gohr's avatar
      split off jquery from other JS and add CDN option #1766 · 61537d47
      Andreas Gohr authored
      jQuery (and UI and Migrate) are now loaded separately from the rest of
      the JavaScript. This adds at least one HTTP request more but has some
      advantages:
      
      * browsers can cache it independently
      * the cache is only invalidated when versions update
      * we do not apply any transformations (replacements, minimizing, etc) on
        this code anymore which makes our dispatcher faster for the other JS
      * browsers seem to load (not execut) both (jquery and other) parallel,
        which might increase download speed a bit
      
      This split allowed for the introduction of a new config: jquerycdn. When
      enabled the 3 jquery files are loaded from jQueries CDN. This adds
      another two HTTP requests but:
      
      * since it's another host those files do not apply to the 4 request per
        host limit and can be loaded (not executed) in paralell which might
        increase download speeds a bit
      * the CDN is distributed worldwide which means files are requested from
        the closest location, increasing the download speeds
      * since these files/CDN are very popular, chances are high that people
        already have them cached in their browsers, reducing the download time
        to 0 and effectiely halving the javascript needed to download
      
      The option currently defaults to 'off', but I would argue 'on' would be
      the better default.
      61537d47
  11. Jun 02, 2016
  12. Apr 18, 2016
    • Andreas Gohr's avatar
      inline small images into the CSS by default · 7a964318
      Andreas Gohr authored
      Since we no longer support old IE 8 and below we can enable data uris
      by default now. The picked size here is open for discussion.
      
      A typical HTTP header for a static image ressource is about 200 to 250
      bytes at dokuwiki.org. I picked twice of that as the cutoff for inlining
      images.
      7a964318
  13. Dec 07, 2015
  14. Nov 27, 2015
  15. Sep 05, 2015
  16. Jul 23, 2015
  17. Jul 22, 2015
  18. Jul 16, 2015
  19. Feb 13, 2015
  20. Feb 12, 2015
  21. Dec 09, 2014
  22. Dec 02, 2014
  23. Sep 29, 2014
  24. Jun 30, 2014
  25. Mar 19, 2014
  26. Feb 25, 2014
  27. Feb 16, 2014
  28. Feb 15, 2014
  29. Feb 14, 2014
  30. Feb 02, 2014
  31. Jan 05, 2014
  32. Aug 04, 2013
Loading