Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Losslessly reduced PNG images with optipng -o7 -strip all, advdef -z4 -i60, ↵ | KeenRivals | 2015-01-14 |
| | | | | and advpng -z4 -i60. | ||
* | Merge pull request #927 from cstuder/ctrlenter2submit | Andreas Gohr | 2015-01-08 |
|\ | | | | | Handles CTRL-Enter event to save in the editor | ||
| * | Handles CTRL-Enter event to save in the editor | christian studer | 2014-11-12 |
| | | |||
* | | add new behaviour: bounce | Andreas Gohr | 2014-12-11 |
| | | | | | | | | | | | | | | Add the class .bounce to any element to let it bounce slightly for 2 seconds. This is useful to make the user aware of some element. Can be combined with #scroll__here when a long list auto scrolls to a certain item. | ||
* | | offsets are not available for hidden elements | Andreas Gohr | 2014-12-11 |
| | | |||
* | | fade out search hit colorization | Andreas Gohr | 2014-12-11 |
| | | |||
* | | animate automatic scrolls and don't scroll to border | Andreas Gohr | 2014-12-11 |
|/ | | | | | | This adds a subtle animation effect when scrolling to the #scroll__here behaviour ID. It also adds a 100px offset to make the object not stick to the browser border. | ||
* | upgrade to jQuery 1.11.1 and jQuery-UI 1.11.0. #778 | Andreas Gohr | 2014-07-04 |
| | | | | | | | | | This now pulls all data from official jQuery sources. Either their CDN or their github account. Google tends to serve outdated or even broken files :-( Unfortunately there's no simple way to get the latest stable jQuery-UI so for now the version has to be adjusted manually in the script. | ||
* | fix IE upload when Array prototype has been modified | Andreas Gohr | 2014-06-19 |
| | | | | | | The edittable plugin broke uploading in IE8 (and maybe others) because the Handsontable script adds a function to the Array prototype and the uploading script did not properly check that. | ||
* | update deprecation stuff for dw_qearch | Gerrit Uitslag | 2014-05-05 |
| | |||
* | strip sourcemaps after update | Andreas Gohr | 2014-03-05 |
| | |||
* | updated jquery-migrate to v1.2.1 | Andreas Gohr | 2014-03-05 |
| | |||
* | updates jquery and jquery ui | Andreas Gohr | 2014-03-05 |
| | | | | | | | | we now pull jQuery directly from jquery's CDN instead of google because google serves slightly outdated versions under the /1/ branch The updated smoothness theme currently breaks compression. Haven't figured out why, yet. | ||
* | fixed whitespace errors introduced in #535 | Andreas Gohr | 2014-02-14 |
| | |||
* | Merge branch 'toolbar' of git://github.com/hafron/dokuwiki into pull-request-535 | Andreas Gohr | 2014-02-14 |
|\ | | | | | | | | | | | * 'toolbar' of git://github.com/hafron/dokuwiki: megre changes add preventDefault to toolbar buttons | ||
| * | megre changes | Szymon Olewniczak | 2014-02-07 |
| | | |||
| * | add preventDefault to toolbar buttons | Szymon Olewniczak | 2014-02-07 |
| | | |||
* | | Merge pull request #502 from splitbrain/multiqsearch | Andreas Gohr | 2014-02-14 |
|\ \ | | | | | | | dw_qsearch as jQuery function | ||
| * | | Use more general name for qsearch output | Gerrit Uitslag | 2014-01-17 |
| | | | |||
| * | | move getSearchterm to overrideable method | Gerrit Uitslag | 2014-01-17 |
| | | | |||
| * | | Reformat qsearch.js | Gerrit Uitslag | 2014-01-17 |
| | | | |||
| * | | Made a jquery function of dw_qsearch | Gerrit Uitslag | 2014-01-17 |
| | | | |||
* | | | adjusted IE detection for smblinks | Andreas Gohr | 2014-02-13 |
| |/ |/| | | | | | | | | | | | | | MSIE 11 tries hard to break any previous working browser detection even through feature checks. This resolves to browser sniffing (MSIE for old IE, Trident for IE11+) See https://forum.dokuwiki.org/thread/10824 | ||
* | | Merge pull request #503 from splitbrain/datepickerlocale | Andreas Gohr | 2014-02-02 |
|\ \ | | | | | | | localize jQuery UI date picker FS#2912 | ||
| * | | do not keep zero size files | Andreas Gohr | 2014-01-17 |
| | | | |||
| * | | localize jQuery UI date picker FS#2912 | Andreas Gohr | 2014-01-17 |
| | | | |||
* | | | renamed conflicting JavaScript functions FS#2915 | Andreas Gohr | 2014-01-17 |
|/ / | |||
* / | removed invalid source mappings | Andreas Gohr | 2014-01-03 |
|/ | | | | | | Minified jQuery contains a source mapping hint that will result in a 404 in Chrome. I removed the hint for now. A better solution (eg. fixing the mapping URL) should be found. | ||
* | crlf 2 lf whitespace fixes | Anika Henke | 2013-12-07 |
| | |||
* | add cookie secure parameter to cookies set by javascript | Gerrit Uitslag | 2013-10-10 |
| | |||
* | Use in cookie a correct path, added DOKU_COOKIEPATH to js constants | Gerrit Uitslag | 2013-10-08 |
| | | | | Fixes FS#2837 | ||
* | Fix CodeSniffer whitespace violoations | Matt Perry | 2013-09-10 |
| | | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff. | ||
* | show media files in date order (most recent first) after an upload is completed | Christopher Smith | 2013-08-03 |
| | |||
* | Merge pull request #235 from haobug/master | Andreas Gohr | 2013-08-03 |
|\ | | | | | Improve Linkwizard, make it can be used more than once | ||
| * | Improve Linkwizard, make it can be used more than once. | haobug | 2013-06-28 |
| | | | | | | | | | | | | | | | | As reported in https://forum.dokuwiki.org/thread/9988 the previous implementation can not handle the situation of use the linkwiz more than once. Now you can use in you toolbar plugin 'type' => 'linkwiz' to make use of the handy Linkwizard for choosing the wiki pages. | ||
* | | Merge pull request #238 from splitbrain/logjserrors | Christopher Smith | 2013-08-01 |
|\ \ | | | | | | | In debug mode: catch and log JS errors with file information | ||
| * | | Don't recommend the deprecated default template for JS debugging | Michael Hamann | 2013-07-30 |
| | | | |||
| * | | In debug mode: catch and log JS errors with file information | Michael Hamann | 2013-07-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When debugging is enabled (allowdebug enabled) JS errors are now catched for each non-core JS file and logged with the additional information from which file they came. This should make it easier to find out which plugin is the cause for broken JS code. The feature isn't enabled by default as defining functions inside try-clauses isn't allowed in strict mode and causes a warning at least in Firefox. | ||
* | | | added aria roles to search and acl manager | Anika Henke | 2013-08-01 |
| | | | |||
* | | | added aria attributes for footnote tooltips | Anika Henke | 2013-08-01 |
| | | | |||
* | | | removed unused and old hasFlash() JS function | Anika Henke | 2013-08-01 |
| | | | |||
* | | | added aria attributes to edit mode | Anika Henke | 2013-08-01 |
| | | | |||
* | | | added aria attributes to tree and show/hide functions | Anika Henke | 2013-07-31 |
|/ / | |||
* / | updated jquery.cookie.js to 1.3.1 FS#2804 | Andreas Gohr | 2013-07-12 |
|/ | |||
* | Add missing jQuery-UI image and update update script | Michael Hamann | 2013-03-30 |
| | | | | | For just one image another syntax was used, this fixes the update script to also fetch this image. | ||
* | upgrade jQuery scripts | Andreas Gohr | 2013-03-24 |
| | | | | | | jQuery 1.9.0 had a bug in replaceWith() that got fixed in 1.9.1 - to ensure compatibility I upgraded the whole suite to their current releases. | ||
* | Fix sample handling in toolbar in tb_format FS#2691 | Michael Hamann | 2013-02-24 |
| | | | | | The previous fix in e38f3066cedb80722b3488e7ab3b2809b6db5363 fixed this bug only in tb_formatln. | ||
* | Abort old quick search requests when starting new ones | Michael Hamann | 2013-02-16 |
| | | | | | | This prevents old requests that need longer than the newer ones (likely, as if you type more less results are returned) from overriding the results list. | ||
* | initialize link wizard with current namespace FS#2683 | Andreas Gohr | 2013-02-16 |
| | |||
* | fixed jquery-ui FS permissions | Andreas Gohr | 2013-02-03 |
| |