Changeset 3296:cf8b0c26148d
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r3234 r3296 1 Dotclear 2.10 - 2016-08-13 2 =========================================================== 3 * Security: Prevents .htaccess upload, thanks wiswat 4 * Security: Prevents download of a zip media folder outside root media folder, thanks wiswat 5 * Security: Prevents sort of SSRF/XSPA vulnerability in feed import, thanks wiswat 6 * Security: Prevents reflected XSS in meda manager, thanks Chen Ruiqi 7 * Fix mix-content preview 8 * Pure CSS3 sticky footer for admin pages (aka « footer de merde ») 9 * Add missing breadcrumb styles for blowup theme 10 * Currently logged super-admin may now change it's id wihtout loosing access at next login 11 * The favorites icons may now be hidden from dashboard in user preferences 12 * Number of posts/pages/comments are now displayed at top of lists, including quick filters depending on their status 13 * Search widget has now a placeholder option (HTML5 only) 14 * Add Apache 2.4+ directives in .htaccess 15 * New favorites media folders (displayed at the top of recent folder list) in media manager 16 * New pure HTML5 template set named dotty cloned from currywurst templateset 17 * Codemirror lib updated (2.35.0 → 5.15.2) and moved to core: 18 * 40+ Codemirror themes are available — set in user preferences 19 * Fullscreen mode has been added (F11 switching key) 20 * 3rd party plugins may now load and run it with dcPage::jsLoadCodeMirror() and dcPage::jsRunCodeMirror(), see themeEditor plugin for example 21 * New mark button for legacy editor (HTML5 only) 22 * New with_category attribute for tpl:Entries 23 * Add a /var directory: 24 * Set with DC_VAR constant in inc/config.php 25 * Admin URL of a var file should be retrieve with dcPage::getVF() 26 * Public URL of a var file should be retrieve with dcBlog::getVF() 27 * 3rd party plugins should create their own folder inside /var (aka DC_VAR) to keep it correctly organized 28 * Emails and web site have been added to the comments filters' list 29 * Some columns for posts and pages lists are now optional — set in user preferences 30 * Add Post URL sample in blog parameters 31 * CKEditor lib update (4.5.8 → 4.6.0) 32 * CSP (Content Security Policies) have been implemented on admin pages: 33 * settings may be adjusted in system settings / about:config → system (see csp_admin… values) 34 * violation reports will be stored in admin/csp_report.txt (PHP 5.4+ only) 35 * new behaviour adminPageHTTPHeaderCSP may be used by 3rd party to adjust CSP directives 36 * New behaviour adminPageHTTPheaders 37 * New "Go Top" button displayed for long admin pages 38 * 🐛 → Various bugs and typos fixes 39 * 🌼 → Some locales and cosmetic adjustments 40 1 41 Dotclear 2.9.1 - 2016-03-27 2 42 =========================================================== 3 * Security: Add shtml extension to default media exclusion extension control, thank 's Nitin Venkatesh for report43 * Security: Add shtml extension to default media exclusion extension control, thanks Nitin Venkatesh for report 4 44 * Changing theme is now allowed even with read-only theme folder 5 45 * Audio media are not more preloaded in media manager pages
Note: See TracChangeset
for help on using the changeset viewer.