Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | IE8: fix namespace selection in link wizard FS#2391 | Andreas Gohr | 2011-11-27 | |
| | | | | IE8 can't substr() with negative offsets. | |||
* | IE doesn't know indexOf for arrays FS#2381 | Andreas Gohr | 2011-11-27 | |
| | | | | this fixes another IE javascript problem in edit mode | |||
* | fix IE8 error FS#2381 | Andreas Gohr | 2011-11-27 | |
| | | | | A trailing comma created an empty array item causing IE8 to choke. | |||
* | fix jQuery capitalization | Elan Ruusamäe | 2011-11-24 | |
| | ||||
* | improved $.browser usage in media panel fix | Anika Henke | 2011-11-06 | |
| | ||||
* | fixed resizing mediamanager panels in Chrome using browser sniffing ↵ | Anika Henke | 2011-11-06 | |
| | | | | (FS#2351) - any better solution welcome | |||
* | Remove font family declarations from css in the jquery update script | Guy Brand | 2011-11-05 | |
| | ||||
* | re-added font-size to .ui-widget of jqueryui theme to make programmatical ↵ | Anika Henke | 2011-11-05 | |
| | | | | removing of font-family easier | |||
* | removed font declarations from jquery-ui theme | Anika Henke | 2011-11-05 | |
| | ||||
* | fix widths of panels in fullscreen mediamanager to be 100% when resizing ↵ | Anika Henke | 2011-11-03 | |
| | | | | (FS#2351) -- please test in different screen sizes, etc | |||
* | Better solution for updating files list in media manager on delete | Hakan Sandell | 2011-10-30 | |
| | ||||
* | Full screen media manager, file list is now updated on delete (FS#2346) | Hakan Sandell | 2011-10-29 | |
| | ||||
* | Let mediamanager screen expand on window resize (FS#2351) | Adrian Lang | 2011-10-29 | |
| | ||||
* | Fix upload to deeper namespaces with new AJAX uploader | Andreas Gohr | 2011-10-23 | |
| | | | | | Now params_toarray() correctly decodes parameters on parsing query strings | |||
* | media manager: removed obsolete and broken hiding of parts of the option labels | Anika Henke | 2011-10-15 | |
| | ||||
* | removed remnants of old flash uploader (FS#2335) | Anika Henke | 2011-10-15 | |
| | ||||
* | media manager: IE7 fixes (and other small improvements) | Anika Henke | 2011-09-27 | |
| | ||||
* | whitespace fixes: tabs to spaces | Anika Henke | 2011-09-25 | |
| | ||||
* | removed obsolete todo | Anika Henke | 2011-09-25 | |
| | ||||
* | media manager: file uploader improvements | Anika Henke | 2011-09-25 | |
| | ||||
* | media manager: fixed and improved diff views | Anika Henke | 2011-09-25 | |
| | ||||
* | Fixed the Windows share warning (related to #2274) | Andreas Gohr | 2011-09-25 | |
| | ||||
* | Small JavaScript improvements | Adrian Lang | 2011-09-24 | |
| | ||||
* | Fix swipe diff JS | Adrian Lang | 2011-09-24 | |
| | ||||
* | More mediamanager reworking | Adrian Lang | 2011-09-24 | |
| | ||||
* | Only resize to fullscreen if screen is big enough | Adrian Lang | 2011-09-22 | |
| | ||||
* | Fix resizing and file panel AJAX-based tabs | Adrian Lang | 2011-09-19 | |
| | ||||
* | Fix mediamanager JS (diffs not yet working) | Adrian Lang | 2011-09-18 | |
| | ||||
* | Update jQuery and jQuery UI versions | Adrian Lang | 2011-09-17 | |
| | | | | | jQuery from 1.6.2 to 1.6.4 jQuery UI from 1.8.14 to 1.8.16 | |||
* | improved media options css (and removed lots of dead css code) | Anika Henke | 2011-09-16 | |
| | ||||
* | Increase compatibility in addEvent | Adrian Lang | 2011-09-16 | |
| | ||||
* | Increase locktimer compatibility | Adrian Lang | 2011-09-16 | |
| | ||||
* | Use jQuery UI Dialog for linkwiz | Adrian Lang | 2011-09-15 | |
| | ||||
* | Readd variable declaration for plugin:sortablejs | Adrian Lang | 2011-09-13 | |
| | ||||
* | Various JavaScript improvements, JSLint, jQuery | Adrian Lang | 2011-09-13 | |
| | ||||
* | mediamanager window resize fix | Kate Arzamastseva | 2011-09-02 | |
| | ||||
* | issue #54 listview switch/sorting on search | Kate Arzamastseva | 2011-08-27 | |
| | ||||
* | merging | Kate Arzamastseva | 2011-08-25 | |
|\ | ||||
| * | Update jquery-cookie, cleanup dw_cookie | Adrian Lang | 2011-08-22 | |
| | | | | | | | | Pulled the current jquery-cookie version from https://github.com/carhartl/jquery-cookie. | |||
| * | Add missing callback param to dw_toggle | Adrian Lang | 2011-08-22 | |
| | | ||||
| * | Deprecate several helper functions, JSLINT helpers.js | Adrian Lang | 2011-08-22 | |
| | | ||||
| * | page.js: Improve footnote cleaning regex, cleaner toc toggling | Adrian Lang | 2011-08-22 | |
| | | | | | | | | | | * <sup> elements are only removed from the start of a footnote * the TOC wrapper instantly gets the target size to reduce layout jumping | |||
| * | JSLINT locktimer, fix date passing in draftsave | Adrian Lang | 2011-08-22 | |
| | | | | | | | | | | Since 80997d21e0aee9b8f27153000742ecd781f429f8 the date passed to the draft save backend is indeed the page id, not the date. | |||
| * | fixed TOC-Bug and moved TOC behaviour to page.js FS#2314 | Andreas Gohr | 2011-08-21 | |
| | | ||||
| * | moved keyhandler to the new dw_editor object | Andreas Gohr | 2011-08-19 | |
| | | ||||
| * | renamed some variables in editor.js | Andreas Gohr | 2011-08-19 | |
| | | ||||
| * | deprecated delay.js | Andreas Gohr | 2011-08-19 | |
| | | ||||
| * | moved more stuff out from script.js | Andreas Gohr | 2011-08-19 | |
| | | | | | | | | the file is nearly empty now | |||
| * | jqueryized diff checkbox script | Andreas Gohr | 2011-08-19 | |
| | | ||||
| * | jQuerify edit section highlighting | Adrian Lang | 2011-08-19 | |
| | |