more $INPUT use FS#2577
correctly check if subscriptions are enabled
more subscription refactoring BROKENnow the actual sending of bulk messages (digest, list) is reimplementedand partially tested.Still not complete
do not recompress already minified js FS#2574
replaced use of basename() with utf8_basename() FS#2015
changed all doctypes to html5 doctype
Fix HTML injection in mediaFileList (Secunia advisory SA49196)
fix necessary global declaration
Input validation for media manager
Input wrapper for exe scripts
Correctly handle multiline strings in JS compressorSeehttp://stackoverflow.com/questions/805107/how-to-create-multiline-stringsfor info on them.
some more debug output in the indexer webbug
Added more detail error code for unauthorized calls in xmlrpc interface.
added accidentally removed jquery-ui styles back again
load only one stylesheet for all modes instead of threeInstead of three stylesheets for 'all', 'screen' and 'print' modes, they are all loaded into a single stylesheet by wrapping all screen styles
load only one stylesheet for all modes instead of threeInstead 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.
show more ...
removed requires, changed conf check in xmlrpc.php
replaced $HTTP_RAW_POST_DATA with http_get_raw_post_data function
trigger JS_CACHE_USE in lib/exe/js.phpThis removes the cachekey parameter again and instead follows@michitux's suggestion to trigger an event for the cache usage
corrected comment
increased XMLRPC API version for 1d667b4
removed some more occurances of DOKU_TPL*
let js.php use multiple caches
Removed obsolete Opera fix that now causes harm FS#2429
refactored RemoteAccessDenied to RemoteAccessDeniedException
delegate file and date transformation to remote library
1...<<11121314151617181920>>...28