summaryrefslogtreecommitdiff
path: root/lib/scripts/linkwiz.js
Commit message (Collapse)AuthorAge
* Add pipe to end of link pasted w/o titleMichael Große2015-05-05
| | | | | It is helpful if the pipe is still inserted by the linkwizard when there is no title. This increases usability for beginners.
* Add comment to explain purpose of folliwing linesMichael Große2015-04-23
|
* Move cursor to the end of the text in inputMichael Große2015-04-23
|
* renamed conflicting JavaScript functions FS#2915Andreas Gohr2014-01-17
|
* Fix CodeSniffer whitespace violoationsMatt Perry2013-09-10
| | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff.
* Improve Linkwizard, make it can be used more than once.haobug2013-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.
* initialize link wizard with current namespace FS#2683Andreas Gohr2013-02-16
|
* fixed closing of link wizardAndreas Gohr2013-01-26
|
* fixed link wizard being appended to every div.dokuwiki (FS#2395) and changed ↵Anika Henke2011-11-28
| | | | div.dokuwiki to just .dokuwiki (some templates have the class in the body)
* rely on jQuery UI's dialog methods for toggling the linkwizard FS#2394Andreas Gohr2011-11-27
|
* IE8: fix namespace selection in link wizard FS#2391Andreas Gohr2011-11-27
| | | | IE8 can't substr() with negative offsets.
* media manager: IE7 fixes (and other small improvements)Anika Henke2011-09-27
|
* Use jQuery UI Dialog for linkwizAdrian Lang2011-09-15
|
* Various JavaScript improvements, JSLint, jQueryAdrian Lang2011-09-13
|
* Revert tmp commitsAdrian Lang2011-09-04
| | | | | This reverts commit ba6c070edd92ca0fc8a6ee85d51769d64a19ee7c. This reverts commit 923510088dda99cb2790b15308593e47369d4f01.
* tmpAdrian Lang2011-09-04
|
* aliased some vars in linkwiz for brevityAndreas Gohr2011-07-08
|
* fixed linkwiz positionAndreas Gohr2011-07-08
|
* renamed linkwiz objectAndreas Gohr2011-07-08
|
* some initial refactoring of the linkwizardAndreas Gohr2011-07-08
|
* Merge branch 'jquery'Michael Hamann2011-05-29
|\ | | | | | | | | | | | | | | Conflicts: lib/scripts/edit.js lib/scripts/locktimer.js Some whitespace (at end of line) cleanup
| * jQuery rewrite branch merged into master branch of whole projectMichal Rezler2011-03-23
| |\ | |/ |/|
| * Got rid of drag.js and added jQuery UI instead.Pierre Spring2010-10-10
| |
| * minimaly jQueryfied link wizardPierre Spring2010-10-10
| |
* | make sure linkwizard position is absolute FS#2065Andreas Gohr2010-10-19
|/
* Link wizard starts with the last opened namespace FS#1989Michael Hamann2010-10-02
|
* Remove trailing whitespace in the link wizard FS#1760Michael Hamann2010-10-02
|
* Append linkwizard directly to the edit formAdrian Lang2010-03-09
|
* Avoid whitespace because of toolbar pickers FS#1841Andreas Gohr2010-01-09
|
* get text selection early in linkwizard FS#1820Andreas Gohr2009-12-15
| | | | | | | | Ignore-this: 47573bdaf0c547971bb3013c90c4c037 Fixes a problem with the link wizard in MSIE6 darcs-hash:20091215130634-6e07b-d9da628897912a086c0fe5ea5aad49b505fe1a1e.gz
* LinkWizard: don't add a title when useheading is used for content FS#1745Andreas Gohr2009-11-02
| | | | | | Ignore-this: 48f0da3ab0bf0178197b16e63143e1ca darcs-hash:20091102130115-6e07b-d10e1c076791cdeb08b87ec76d6be8730228c8fb.gz
* LinkWizard: fix for problems with root links in subnamespaces FS#1771Andreas Gohr2009-11-02
| | | | | | Ignore-this: e07c765961bc73acda47cb4b2a464fde darcs-hash:20091102121632-6e07b-0bd882243d225753c8dd9e2992914d1b723b4ce0.gz
* hide pickers with margin-left - fixes FS#1781Andreas Gohr2009-10-18
| | | | | | Ignore-this: 51cdec6032a57653543cc2f73f92fa74 darcs-hash:20091018135147-7ad00-7c58d9343250d2d331b820497df6807a71e9b5ef.gz
* declare media and linkwiz objects with var FS#1756Andreas Gohr2009-09-29
| | | | | | Ignore-this: 98f8e6cfa17f9ebd845ed51978de0d2d darcs-hash:20090929185824-7ad00-3dbd7c88dcb06bbc58a764b8e63648ea5e6a23fb.gz
* Fixed IE compatibility for recent JavaScript changesAndreas Gohr2009-08-27
| | | | | | | | | Ignore-this: 62d43ad8ce4d6c506839a0da4a8ec40 Note: development is part of ICKE 2.0 project http://www.icke-projekt.de darcs-hash:20090827113438-6e07b-4378f3835e023b81dc12ce93e2c5b20cb8ad9a59.gz
* More Link wizard cleanupAndreas Gohr2009-08-14
| | | | | | Ignore-this: 100b66fbe26d82dfd6cffba751cf6992 darcs-hash:20090814114056-7ad00-f5dc711f467f9f6d8904bb6b08d7daac4e675ec2.gz
* fix scrolling on keyboard select in LinkWizardAndreas Gohr2009-08-14
| | | | | | Ignore-this: 831a3252b5cb7c3f8658c377f60c0a95 darcs-hash:20090814105344-7ad00-6643571c3363ceb25d818246cf1425e3db6c8216.gz
* Link Wizard addedAndreas Gohr2009-08-12
Ignore-this: c15561aa909f921f7845576378851b93 This adds a new link wizard to the toolbar which helps users to find the page the want to link to. Pages can be found by a simple page name search or by browsing the existing namespaces. This is the first checkin. Some cleanup and MSIE compatibility checks remain. note: development was part of the ICKE 2.0 project see http://www.icke-projekt.de for info darcs-hash:20090812102302-6e07b-fcc564fcaf2ed6aa832918870dd0f92607748687.gz