Skip to content
Snippets Groups Projects
  1. 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
  2. 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
      d09b5b64
  3. Feb 01, 2018
  4. Jan 24, 2018
  5. Oct 28, 2017
  6. Aug 15, 2017
  7. May 23, 2017
  8. 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
  9. Jun 02, 2016
  10. 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
  11. Dec 07, 2015
  12. Nov 27, 2015
  13. Sep 05, 2015
  14. Jul 23, 2015
  15. Jul 22, 2015
  16. Jul 16, 2015
  17. Feb 13, 2015
  18. Feb 12, 2015
  19. Dec 09, 2014
  20. Dec 02, 2014
  21. Sep 29, 2014
  22. Jun 30, 2014
  23. Mar 19, 2014
  24. Feb 25, 2014
  25. Feb 16, 2014
  26. Feb 15, 2014
  27. Feb 14, 2014
  28. Feb 02, 2014
  29. Jan 05, 2014
  30. Aug 04, 2013
  31. Aug 02, 2013
  32. Aug 01, 2013
    • Michael Hamann's avatar
      Remove search_references() and the refshow configuration option · 3e7e0277
      Michael Hamann authored
      The refshow configuration option wasn't used as described anymore
      already in the latest release and after the introduction of the media
      usage index the parameter is also no longer relevant for internal
      optimization. The only place where it was still used is the no longer
      used search_references()-function which is removed here, too.
      3e7e0277
Loading