Skip to content
Snippets Groups Projects
  1. 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
  2. Oct 28, 2017
  3. Aug 15, 2017
  4. May 23, 2017
  5. 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
  6. Jun 02, 2016
  7. 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
  8. Dec 07, 2015
  9. Nov 27, 2015
  10. Sep 05, 2015
  11. Jul 23, 2015
  12. Jul 22, 2015
  13. Jul 16, 2015
  14. Feb 13, 2015
  15. Feb 12, 2015
  16. Dec 09, 2014
  17. Dec 02, 2014
  18. Sep 29, 2014
  19. Jun 30, 2014
  20. Mar 19, 2014
  21. Feb 25, 2014
  22. Feb 16, 2014
  23. Feb 15, 2014
  24. Feb 14, 2014
  25. Feb 02, 2014
  26. Jan 05, 2014
  27. Aug 04, 2013
  28. Aug 02, 2013
  29. 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
  30. Jul 31, 2013
    • Michael Hamann's avatar
      Remove search_references() and the refshow configuration option · 0320882f
      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.
      0320882f
  31. Jun 12, 2013
  32. May 27, 2013
Loading