summaryrefslogtreecommitdiff
path: root/lib/exe
Commit message (Collapse)AuthorAge
...
* | correct return in sendDigest()Andreas Gohr2012-11-27
| | | | | | | | | | the function always returned true, even if no action was taken. This resulted in no further indexer tasks being run.
* | correctly check hash parameter in media dispatcher FS#2648Andreas Gohr2012-10-23
| |
* | fixed interwiki and filetype styles being included in all css modesAnika Henke2012-10-12
| |
* | changed local style.ini to be merged with standard oneAnika Henke2012-10-11
| |
* | added support for local style.ini filesAnika Henke2012-10-07
| |
* | Start output buffering in lib/exe/css.php only when the CSS is generatedMichael Hamann2012-09-18
| | | | | | | | This prevents buffering of the cache file output.
* | Load rtl userstyle as it is still supported (did it ever work?)Michael Hamann2012-09-18
| |
* | Set default userstyle only once as screen userstyleMichael Hamann2012-09-18
| |
* | Fix CSS cache handling and CSS outputMichael Hamann2012-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes several problems: - the CSS cache was only updated when either the CSS files for all media types or one of the global files was modified - when only the screen CSS was changed, the screen CSS was regenerated but then the cache was printed which either caused duplicated screen CSS output when gzip output was disabled or invalid output with gzip enabled as first the plain text screen CSS and then the gzip-compressed cache file was printed Now first all CSS files are collected, then the cache is checked once and only after this the CSS content is collected.
* | Simplify js_compress() for regular expressions FS#2593Michael Hamann2012-09-18
| | | | | | | | | | | | | | This simplifies a while loop in the js_compress() code. The functionality of the new code is completely identical to the old code but it uses less comparisons and according to FS#2593 it is thus a lot faster.
* | added missing DETAIL_STARTED event to lib/exe/detail.phpAnika Henke2012-09-09
| |
* | Replacing $_REQUEST variables with $INPUT wrapper, fetch.phpHakan Sandell2012-09-08
| |
* | Replacing $_REQUEST variables with $INPUT wrapper, init.phpHakan Sandell2012-09-08
| |
* | Correct and add some PHPDoc comments, initialize some variablesMichael Hamann2012-09-07
| |
* | more $INPUT use FS#2577Andreas Gohr2012-08-24
|/
* do not recompress already minified js FS#2574Andreas Gohr2012-08-06
|
* replaced use of basename() with utf8_basename() FS#2015Andreas Gohr2012-07-28
|
* changed all doctypes to html5 doctypeAnika Henke2012-07-14
|
* Fix HTML injection in mediaFileList (Secunia advisory SA49196)Adrian Lang2012-07-13
|
* Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into ↵Andreas Gohr2012-07-06
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-110 * 'input-validation' of git://github.com/whoopdedo/dokuwiki: fix incorrect usage of tpl_getMediaFile fix necessary global declaration Input wrapper for html forms Input validation for media manager Input wrapper for exe scripts more INPUT wrapper uses: cache purge, sectok, getID Input wrapper for action.php Conflicts: lib/exe/css.php
| * fix necessary global declarationTom N Harris2012-06-29
| |
| * Input validation for media managerTom N Harris2012-06-28
| |
| * Input wrapper for exe scriptsTom N Harris2012-06-28
| |
* | Merge branch 'master' of github.com:splitbrain/dokuwiki into ↵Anika Henke2012-06-29
|\| | | | | | | | | | | | | frontend_improvements Conflicts: lib/tpl/dokuwiki/css/basic.css
| * Correctly handle multiline strings in JS compressorAndreas Gohr2012-05-04
| | | | | | | | | | | | See http://stackoverflow.com/questions/805107/how-to-create-multiline-strings for info on them.
| * Merge branch 'master' of https://github.com/splitbrain/dokuwikiTim Roes2012-04-19
| |\
| | * some more debug output in the indexer webbugAndreas Gohr2012-04-19
| | |
| * | Added more detail error code for unauthorized calls in xmlrpc interface.Tim Roes2012-04-18
| |/
* | added accidentally removed jquery-ui styles back againAnika Henke2012-04-09
| |
* | load only one stylesheet for all modes instead of threeAnika Henke2012-04-09
|/ | | | | | | Instead of three stylesheets for 'all', 'screen' and 'print' modes, they are all loaded into a single stylesheet by wrapping all screen styles in a "@media screen {}" and all print styles in a "@media print {}". The 'all' mode is not wrapped in anything. Potential issues with existing CSS: If any of your screen or print CSS files already contain any "@media" syntax, the CSS will probably break. In that case please add any CSS with "@media" in it to the 'all' mode instead! Also, the 'rtl' mode is hereby deprecated. Please just prefix any RTL styles within your normal CSS files with "[dir=rtl]". This also fixes that RTL styles cannot be added for 'all' or 'print' modes.
* removed requires, changed conf check in xmlrpc.phpDominik Eckelmann2012-03-22
|
* replaced $HTTP_RAW_POST_DATA with http_get_raw_post_data functionDominik Eckelmann2012-03-21
|
* Merge branch 'master' of https://github.com/splitbrain/dokuwikiDominik Eckelmann2012-03-14
|\ | | | | | | | | Conflicts: lib/exe/xmlrpc.php
| * Merge branch 'jscachekey'Andreas Gohr2012-03-10
| |\ | | | | | | | | | | | | | | | | | | * jscachekey: trigger JS_CACHE_USE in lib/exe/js.php added INIT_LANG_LOAD event let js.php use multiple caches
| | * trigger JS_CACHE_USE in lib/exe/js.phpAndreas Gohr2012-02-07
| | | | | | | | | | | | | | | This removes the cachekey parameter again and instead follows @michitux's suggestion to trigger an event for the cache usage
| | * let js.php use multiple cachesDominik Eckelmann2012-01-24
| | |
| * | increased XMLRPC API version for 1d667b4Andreas Gohr2012-02-01
| | |
| * | Merge pull request #69 from timroes/masterAndreas Gohr2012-02-01
| |\ \ | | | | | | | | Improbement and "bug"fixing of the xmlrpc interface
| | * | Fixed bug in XML-RPC search.Tim Roes2011-12-01
| | | | | | | | | | | | | | | | | | | | The score was randomly transfered as string or as integer. This way it will always be transfered as an integer.
| | * | Second part of the error codes. Forgot some :(Tim Roes2011-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the new error codes and categories: --- 212 Not allowed to delete media == 230 Media edit error --- 231 Filename not given --- 232 File is still referenced --- 233 Could not delete file
| | * | Using sensefull error codes.Tim Roes2011-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since there are currently a lot of error coded returning 1, that mean completly different thing, i guess it would be very nice to change this. A client should not be forced to parse the error message, the error code should be enough to explain the error. This change suggests some error codes, that have a hierarchical structure. In the following list the categories begin with = and the error codes actually used with -. = 100 Page errors == 110 Page access errors --- 111 User is not allowed to read the requested page --- 112 User is not allowed to edit the page == 120 Page existance errors --- 121 The requested page does not exist == 130 Page edit errors --- 131 Empty page id --- 132 Empty page content --- 133 Page is locked --- 134 Positive wordblock check = 200 Media errors == 210 Media access errors --- 211 User is not allowed to read media --- 215 User is not allowed to list media == 220 Media existance errors --- 221 The requested media does not exist = 300 Search errors == 310 Argument errors --- 311 The provided value is not a valid timestamp == 320 Search result errors --- 321 No chances in specified timeframe
| | * | Fixed XML-RPC getAttachment method. Tim Roes2011-11-27
| | | | | | | | | | | | Without creating an IXR_Base64 object, the file will be encoded as base64, but send as string. The client XML-RPC parser cannot detect that it is meant to be a base64 encoded file.
| * | | removed some more occurances of DOKU_TPL*Andreas Gohr2012-02-01
| | |/ | |/|
| * | Removed obsolete Opera fix that now causes harm FS#2429Andreas Gohr2012-01-18
| | |
| * | Fixed bug in XML-RPC search.Tim Roes2011-12-10
| | | | | | | | | | | | | | | The score was randomly transfered as string or as integer. This way it will always be transfered as an integer.
| * | fixed whitespace error introduced with 475aa19Anika Henke2011-12-04
| | |
| * | Added urldecoding of query for qsearchdploeger2011-12-04
| | |
| * | deprecated 3rd parameter of cleanID() FS#2377Andreas Gohr2011-11-28
| |/ | | | | | | | | | | | | For some reason trailing/leading underscores were allowed when uploading files. But the rest of the code (eg. listing or downloading files) never supported this. This patch removes this special case for uploading files to streamline ID cleaning of pages and media files.
* | corrected commentDominik Eckelmann2012-02-05
| |
* | refactored RemoteAccessDenied to RemoteAccessDeniedExceptionDominik Eckelmann2012-01-08
| |