summaryrefslogtreecommitdiff
path: root/lib/exe
Commit message (Collapse)AuthorAge
* 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
| | |/ | |/|
* | | Merge pull request #561 from splitbrain/dir_deleteAndreas Gohr2014-02-22
|\ \ \ | | | | | | | | replace dir_delete by io_rmdir
| * | | replace dir_delete by io_rmdirGerrit Uitslag2014-02-20
| |/ /
* / / Removed unused vars, define undefined onesGerrit Uitslag2014-02-20
|/ /
* | included geshi styles per @import, removed from lib/exe/cssAnika Henke2014-02-15
| |
* | move geshi highlighting to it's own LESS fileAndreas Gohr2014-02-15
| |
* | Revert "fix global $AUTH hiding $auth"Andreas Gohr2014-02-14
| | | | | | | | | | | | | | Yes, it's hiding $auth, but detail templates might depend on that. We need to fix this properly. This reverts commit 343aa1749f17e62fa68e26193011a5051025881a.
* | fix global $AUTH hiding $authAndreas Gohr2014-02-14
| |
* | Merge pull request #503 from splitbrain/datepickerlocaleAndreas Gohr2014-02-02
|\ \ | | | | | | localize jQuery UI date picker FS#2912
| * | localize jQuery UI date picker FS#2912Andreas Gohr2014-01-17
| | |
* | | Merge pull request #517 from gamma/masterAndreas Gohr2014-02-02
|\ \ \ | | | | | | | | Add the original filename to sendFile for Content-Disposition
| * | | Re-order parameters to not break other callersGerry Weißbach2014-01-27
| | | |
| * | | Use original filename for Content-DispositionGerry Weißbach2014-01-27
| | | | | | | | | | | | In most cases this change will have no effect, but noes the response will use the filename that was originally requested. The downloaded filename can be modified to something different as well. E.g. the siteexport plugin will make use of it.