aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/styling/script.js
Commit message (Collapse)AuthorAge
* remove iris color picker plugin from styling managerAndreas Gohr2020-05-01
| | | | | | | | Modern browsers know about type=color and show their own picker so there is no need for this jQuery plugin anymore. Also the iris plugin isn't maintained anymore and throws warnings in jQuery migrate.
* jquery-migrate: replace on()/trigger() shorthand and use prop() for disabled ↵Phy2020-02-23
| | | | | | attr Related to #1546.
* Cleanup styling cookie properly to exit previewPhy2019-06-17
| | | | | | | | This is inspired by https://forum.dokuwiki.org/thread/14395 and should fix the problem described there (I did a local test which seems to work). Previously styling cookie depends on `window.opener`. Since the popup should be on the same domain as the opener, and the popup's cookie domain is the same as the opener (DokuCookie is used), there is no need to rely on the opener to set the preview cookie. This change will ensure the preview cookie is cleared before the popup is closed, regardless of whether opener exists or not. Also checks on whether opener exists are added as well.
* fix problem with IE11Andreas Gohr2015-07-26
| | | | hopefully doesn't break in the other browsers
* changed input submits to buttons, fixed small RTL issueAnika Henke2015-07-25
|
* fixed styling preview in IEAndreas Gohr2015-07-24
| | | | | IE doesn't like it when you create a DOM element in one window and try to insert it in another window.
* readded cookie to styling pluginAndreas Gohr2015-07-18
|
* improved various minor frontend issues in styling pluginAnika Henke2015-07-07
| | | | | | | | | * improved spacing of popup * made primary buttons clearer * xhtml and validity fixes * improved some lang strings * moved 'open as popup' after intro * fixed page reload after clicking 'open as popup' button
* reset page back to normal on closing dialogAndreas Gohr2015-06-26
|
* removed no longer needed ajax action componentsAndreas Gohr2015-06-26
|
* added a simple loading screen for the JavaScript previewAndreas Gohr2015-06-26
|
* changed the whole thing to a real popupAndreas Gohr2015-06-26
|
* fixes various probelms mentioned in #1163Andreas Gohr2015-06-26
| | | | however I think I will convert the dialog to a real popup instead.
* removed debuggin outputAndreas Gohr2015-05-25
|
* avoid double ampersand in urlAndreas Gohr2015-05-23
|
* fixed ajax endpoint for styling pluginAndreas Gohr2015-05-23
|
* renamed plugin from styler to stylingAndreas Gohr2015-05-23
styler was already taken