add wpru interwiki prefix
conf: remoteuser doc inprovement
Add FYI
Fix .htaccess files for Apache 2.4 (and 2.2)Refer to module by suitable file name (mod_*.c).Test for mod_authz_core.c (instead of mod_authz_host.c) to properlydetect Apache 2.4 and avoid false po
Fix .htaccess files for Apache 2.4 (and 2.2)Refer to module by suitable file name (mod_*.c).Test for mod_authz_core.c (instead of mod_authz_host.c) to properlydetect Apache 2.4 and avoid false positive for Apache 2.2.
show more ...
removed safemode hackSafemode has been removed in PHP 5.4.0. We finally no longer need todeal with this insanity.
shortened new search configsshorter names are more in line with what we already use, makes lesslayout problems in the documentation and is easier to type when tellingpeople about it.
feat(search): add config options to adjust default behaviorThis adds two new config options:`search_limit_to_first_ns`:Limit the search to the current X namespaces. When a search is executedfro
feat(search): add config options to adjust default behaviorThis adds two new config options:`search_limit_to_first_ns`:Limit the search to the current X namespaces. When a search is executedfrom a page within a deeper namespace, the first X namespaces will beadded as filter.Possible use case could be with language namespaces to ensure that thedefault search is initially within the current language.`search_default_fragment_behaviour`:Option to specify the default fragment search behavior
feat: use style replacements for background and theme colorThis also adds the default theme color for the DokuWiki template as thegreen from the existing links.
fix: add default manifest.jsonThis should have been part of the previous commit5e0255e36bf156b973d6ab46192daa88891c0027Some simple static defaults for the PWA manifest
Support for configurable e-mail return path
Support Web Video Text Tracks Format subtitles
Fix minor typo in the distributed user configuration
split off jquery from other JS and add CDN option #1766jQuery (and UI and Migrate) are now loaded separately from the rest ofthe JavaScript. This adds at least one HTTP request more but has somea
split off jquery from other JS and add CDN option #1766jQuery (and UI and Migrate) are now loaded separately from the rest ofthe JavaScript. This adds at least one HTTP request more but has someadvantages:* 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 bitThis split allowed for the introduction of a new config: jquerycdn. Whenenabled the 3 jquery files are loaded from jQueries CDN. This addsanother 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 downloadThe option currently defaults to 'off', but I would argue 'on' would bethe better default.
simplified amazon interwiki links. closes #1588
inline small images into the CSS by defaultSince we no longer support old IE 8 and below we can enable data urisby default now. The picked size here is open for discussion.A typical HTTP header
inline small images into the CSS by defaultSince we no longer support old IE 8 and below we can enable data urisby default now. The picked size here is open for discussion.A typical HTTP header for a static image ressource is about 200 to 250bytes at dokuwiki.org. I picked twice of that as the cutoff for inliningimages.
Adapt .htaccess files for Apache 2.4
adjust PHP function interwiki shortcut #1402Skips one (sometimes flaky) redirect
update Creative Commons licenses to 4.0. fixes #1286https://wiki.creativecommons.org/wiki/License_versionshttps://wiki.creativecommons.org/wiki/Frequently_Asked_Questions#Why_should_I_use_the_late
update Creative Commons licenses to 4.0. fixes #1286https://wiki.creativecommons.org/wiki/License_versionshttps://wiki.creativecommons.org/wiki/Frequently_Asked_Questions#Why_should_I_use_the_latest_version_of_the_Creative_Commons_licenses.3F
Remove splitbrain.org interwiki link
Document all options in the interwiki config
Remove non-functioning interwiki links
Unit test for interwiki URL encoding bug
Change interwiki links to HTTPS
Update wordblock.confmoved those keywords to http & added penis
Update wordblock.conf
12345678910>>...13