summaryrefslogtreecommitdiff
path: root/lib/exe
Commit message (Collapse)AuthorAge
* removed deprecated support for style.local.iniAnika Henke2015-07-31
| | | | use conf/tpl/<template-folder-name>/style.ini instead
* removed deprecated JavaScriptAndreas Gohr2015-07-31
|
* Merge remote-tracking branch 'origin/master' into stylerAnika Henke2015-07-25
|\ | | | | | | | | Conflicts: lib/exe/css.php
| * Revert "Additionally allow more media types" #982Andreas Gohr2015-07-24
| | | | | | | | This reverts commit de4634ec87b1a277c1686990d993dafc43db05ed.
* | Merge branch 'master' into stylerAndreas Gohr2015-06-26
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (26 commits) translation update translation update Replace old constructor call by __construct() in dokuwiki_xmlrpc_server translation update change two spaces to a space translation update translation update translation update translation update Upgrade to jQuery 1.11.3 and jQueryUI 1.11.4 closes #1175 update confToHash() inline documentation for new parameter translation update Plugins can send usage data fixed isBundled() check when remote info is unavailable avoid accessing nonexistant array key. fixes #1165 translation update Define the negation character in a constant Ensure single value negation is not affected by white space differences Ensure filtering only removes empty string values (not other values which PHP evaluates to false) translation update ...
| * Replace old constructor call by __construct() in dokuwiki_xmlrpc_serverGerrit Uitslag2015-06-15
| |
* | allow preview style replacementsAndreas Gohr2015-05-16
|/
* cache JavaScript per templateAnika Henke2015-05-04
|
* Merge pull request #1022 from cdwertmann/patch-1Andreas Gohr2015-03-19
|\ | | | | indexer.php: slow page loads on lighttpd due to missing ob_flush()
| * Speed up indexer on lighttpd by using tpl_flush()Christoph Dwertmann2015-03-17
| |
| * Add ob_flush() to sendGIFChristoph Dwertmann2015-02-05
| | | | | | | | | | | | | | I'm running this dokuwiki docker container: https://registry.hub.docker.com/u/mprasil/dokuwiki/ It uses lighttpd and fastcgi. For some reason, the ignore_user_abort() feature where the browser should close the connection after the GIF has been received is not working on lighty. The browser keeps loading the page until the indexer run is complete, which leads to extremely slow load times with a larger page index. Adding ob_flush() to sendGIF fixes the issue.
* | send JavaScript with correct mimetypeAndreas Gohr2015-03-03
|/ | | | | | | | | While Browsers (IE of course) still fail to accept the correct application/javascript mimetype in the type attribute of the script element, we should serve the scripts with the correct Content-Type header at least. This is especially important as the default configuration of mod_deflate expects application/javascript and will not compress text/javascript.
* Update css.phpRainbow Spike2015-01-12
| | | 1 little fix
* Merge pull request #982 from gamma/css.phpAndreas Gohr2015-01-08
|\ | | | | Allow arbitrary mediatype names for CSS
| * Merge branch 'master' into new_css.phpGerry Weißbach2014-12-22
| |\
| * | Additionally allow more media typesGerry Weißbach2014-09-12
| | | | | | | | | | | | | | | | | | | | | They are generated from the default ones and any additional one given by the template. This allows to e.g. split admin styles from end user styles in a closed wiki. You can then deliver only the user styles using the metaheaders plugin.
* | | Remove error supression for file_exists()Andreas Gohr2015-01-07
| |/ |/| | | | | | | | | | | In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
* | Extendable config cascade for userstyles and userscriptGerrit Uitslag2014-12-10
| | | | | | | | Added user*.less files to config
* | Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
| * | visibility from private to protected for DokuCssFileGerrit Uitslag2014-10-22
| | |
| * | Merge pull request #903 from LarsGit223/masterAndreas Gohr2014-10-17
| |\ \ | | | | | | | | Fixed unrecognized regular expressions behind '&&' or '||' operators in JavaScript compression. Finally fixes #897.
| | * | Fixed JavaScript compression. The compressor did not recognize a regular ↵LarsDW2232014-10-15
| | | | | | | | | | | | | | | | expression after a '&&' ot '||' operator. So it could happen that code had been cut off if the regular expression included '\//' (which was treated as a single line comment because of the regular expression not being recognized). Finally fixes #897.
| * | | Merge pull request #901 from LarsGit223/masterAndreas Gohr2014-10-14
| |\| | | | | | | | | | Corrected compression for ++ and -- operator. Partially fixes #897.
| | * | Corrected compression for ++ and -- operator. Partially fixes #897.LarsDW2232014-10-14
| | | |
| * | | Merge pull request #896 from splitbrain/lessmorecommentsAndreas Gohr2014-10-14
| |\ \ \ | | |/ / | |/| | preserve comments in less if 'compress' config disabled
| | * | preserve comments in less if 'compress' config disabledGerrit Uitslag2014-10-11
| | |/ | | | | | | | | | Otherwise comments are never visible in css.php
| * | Merge remote-tracking branch master into revisionslisps2014-09-26
| |\|
| * | Merge remote-tracking branch 'remotes/origin/master' into revisions_locallisps2014-03-19
| |\ \
| * \ \ Merge remote-tracking branch 'origin/diff_navigation' into revisionslisps2014-02-17
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: inc/parser/xhtml.php
| * | | | remove property rev from xhtml.phplisps2013-11-22
| | | | | | | | | | | | | | | | | | | | changed variable name $create_time to $modified_time
| * | | | add parameter at($DATE_AT) and mind revisionslisps2013-11-21
| | | | |
* | | | | PHPDocs and some improvementsGerrit Uitslag2014-10-02
| | | | |
* | | | | more PHPDocs, unused var, small bit code reformattingGerrit Uitslag2014-10-01
| | | | |
* | | | | Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | many PHPDocs some unused variables some dynamically declared variables declared
* | | | | more scrutinizer issue improvementsGerrit Uitslag2014-09-29
| | | | |
* | | | | scrutinizer documentations issuesGerrit Uitslag2014-09-29
| |_|_|/ |/| | |
* | | | fix mediamanager messages. closes #792Andreas Gohr2014-07-30
| | | |
* | | | Quick fix for #765 - ACL checks in the media manager ajax callsMichael Hamann2014-06-25
| | | | | | | | | | | | | | | | This should be superseded by a proper rewrite of the media manager code
* | | | don't treat double slashes as comments when used in stringAndreas Gohr2014-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids treating double slashes as single line comments in CSS when they are used in a filter or content string. closes #638
* | | | fix include_once for JavaScriptAndreas Gohr2014-04-09
| |_|/ |/| | | | | | | | the second include was never removed, causing an endless loop.
* | | Merge pull request #616 from splitbrain/stripsourcemapsChristopher Smith2014-03-18
|\ \ \ | | | | | | | | strip sourcemaps in CSS and JS #601
| * | | strip sourcemaps in CSS and JS #601Andreas Gohr2014-03-15
| | | | | | | | | | | | | | | | | | | | | | | | source maps are invalid for our dispatched sources and may even cause problems. this makes sure any sourcemap declarations are stripped from the output
* | | | Merge pull request #586 from splitbrain/jqueryupdateChristopher Smith2014-03-18
|\ \ \ \ | | | | | | | | | | JQuery Update
| * | | | fixed online comment strippingAndreas Gohr2014-03-05
| | | | |
| * | | | fix single line comments in CSS compressionAndreas Gohr2014-03-05
| | | | | | | | | | | | | | | | | | | | double slashes in url() always have to be ignored
* | | | | Fixed cache dependency for template's style.iniMichal Koutný2014-03-16
| |/ / / |/| | | | | | | | | | | Web path was used instead of filesystem one.
* | | | use empty() where array values might not be setChristopher Smith2014-03-05
| | | |
* | | | fix misspelled variable name,Christopher Smith2014-03-05
|/ / /
* | | Merge pull request #557 from splitbrain/cachetimeattrChristopher Smith2014-03-02
|\ \ \ | | | | | | | | Add _time attribute to cache object and minor PHPDocs improvements
| * | | PHPDocs js.phpGerrit Uitslag2014-02-18
| | |/ | |/|