summaryrefslogtreecommitdiff
path: root/inc/toolbar.php
Commit message (Collapse)AuthorAge
* accesskeys for list itemsAndreas Gohr2009-06-03
| | | | | | Ignore-this: 321cb1598c9aacaf00e21f5a54d1a1cc darcs-hash:20090603092328-6e07b-460c69393d6c486bb534400b9dcb0ddcacf74b92.gz
* new headline mechanism in the toolbarAndreas Gohr2009-05-28
| | | | | | | | | | | | | | | Ignore-this: f87882b727bcf6ea067945eea0f158b1 The toolbar now features three new buttons to insert a headline. Instead of asking the user for the headline level it asks if she wants a higher, lower or equally leveled section (relative to the current one). This means the user no longer has to count in which section she currently is and encourages users to use the proper order of headline levels. To make room in the toolbar, the old buttons have been moved in a picker. darcs-hash:20090528155327-7ad00-e384cd7e45cb192657e29c875f46e3676d47f367.gz
* more javascript refactoringAndreas Gohr2009-05-28
| | | | | | Ignore-this: 10badc0f97ef80fcd366ae4622c43ff1 darcs-hash:20090528121543-7ad00-df34efabe84c632df9ef0c6fd691c991d2c3ac82.gz
* late add DOKU_BASE for media popupAndreas Gohr2009-04-15
| | | | | | Ignore-this: 172ae2884fca0ee74d3b9c88c829dabe darcs-hash:20090415185449-7ad00-f9689ddbb2cc4a77aeb7a0cde338ca107187c0d5.gz
* back to "normal" greek letters + common wiki markup in charpicker FS#1537Andreas Gohr2009-01-12
| | | | | | | | | | | This changes the greek letters in the char picker from the more correct mathematical symbols back to the "normal" ones covered in more fonts. It also adds a few common chars used in wiki markup. This is handy when having to edit a page from a foreign computer with an unknown charmap (ie. a PC user at a Apple keyboard ;-)) darcs-hash:20090112190254-7ad00-81596ef2f56a7f2bdbe2cb812d9defaad1f4396a.gz
* removed some illogical path setupsAndreas Gohr2008-12-13
| | | | darcs-hash:20081213090400-7ad00-4e21cd75978bb07513f32f5d750658e8d777c59e.gz
* missing toolbar changes for FS#1492Andreas Gohr2008-10-12
| | | | darcs-hash:20081012170133-7ad00-6f9ddb04e9c00341691b2339c3aedfa79e59d565.gz
* Insert horizontal rule on a newline (FS#1402)Gina Haeussge2008-10-11
| | | | darcs-hash:20081011170252-2b4f5-7a68add2ec378c1be08be11c630f0ebca2b7c388.gz
* use strftime() instead of date() FS#1335 :!:Andreas Gohr2008-02-23
| | | | | | | | | | | | | | This patch replaces the use of the date() function with the strftime() function. The latter will respect a set locale and will use localized strings for things like month names. Because the format options for strftime differ from the ones used in date, DokuWiki will rest the value of $conf['dformat'] if it contains an old date format string (detected by missing % characters). Plugins or templates using the $conf['dformat'] need to be updated. darcs-hash:20080223124045-7ad00-6afb2b839afc58781463e25577e06adb675fff79.gz
* construct toolbar signature from $INFO (FS#1274)Andreas Gohr2007-12-03
| | | | darcs-hash:20071203191945-7ad00-76968829ba4b20bf10e453eadaed0216e05e61de.gz
* don't use realpath() anymore (FS#1261 and others)Andreas Gohr2007-09-30
| | | | | | | | | | | The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure setups. This patch replaces all realpath() calls with a PHP only replacement which should solve those problems. darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
* some additional chars for the pickerAnika Henke2007-03-31
| | | | darcs-hash:20070331195443-d5083-36f61ad612294808fe50c70b820fe0d33d232a65.gz
* TOOLBAR_DEFINE eventEsther Brunner2007-02-27
| | | | darcs-hash:20070227124005-20862-312600c2763c491bed9c0cbf6e6b5e7b680dda15.gz
* language-specific quotation marks (FS#438)Anika Henke2007-02-11
| | | | darcs-hash:20070211172015-d5083-2cab923b001391012a0a469746438d4d4087a718.gz
* use DOKU_URL as key for sessions and auth cookie #896 #581 #884Andreas Gohr2006-10-03
| | | | | | | | | | This patch changes the DOKU_COOKIE define to be based on the DOKU_URL define. DOKU_COOKIE is now used as session key as well, making sessions no longer dependend on the title option. This should fix problems with multiple wikis on the same host (using the same title) and wikis accessed through different URLs. darcs-hash:20061003121546-7ad00-aea4c256b7752815ed422ce74a659152a601d267.gz
* cleanup undefined constant noticesBen Coburn2006-07-10
| | | | | | | Undefined constants replaced with strings, see http://www.php.net/manual/en/language.types.array.php#language.types.array.foo-bar darcs-hash:20060710091820-05dcb-cfccff2bdd633b929470c60d8eee096f50ab4c18.gz
* new mediamanagerAndreas Gohr2006-05-19
| | | | | | | | | | | | | | | This patch adds a completely rewritten media popup. The following noteworthy changes were made: - media manager uses a collapsible namespace tree - media manager uses AJAX if available - media manager popup can be kept open when selecting a media file - only one template is used for the media manager :!: Template - Editable image metadata is configured in conf/mediameta.php now - The JS cookie mechanism was enhanced to store key/value pairs - Language strings can be exported to JS in js.php darcs-hash:20060519165023-7ad00-4932b4553fc919aa4a8b8187958b823acf4f8cee.gz
* just a few symbols in the picker addedAndreas Gohr2006-04-24
| | | | darcs-hash:20060424214448-7ad00-9ddb03ba739930555538c942de12cd28b5ac7097.gz
* added two french special chars to char pickerAndreas Gohr2006-03-07
| | | | darcs-hash:20060307203700-7ad00-2980f281c7bd4ddc30dddf63c5602a34a32fccbf.gz
* file cleanupsAndreas Gohr2006-02-17
| | | | | | | | | | This patch cleans up the source code to satisfy the coding guidelines (see http://wiki.splitbrain.org/wiki:development#coding_style) It converts files to UNIX lineendings and removes tabs and trailing whitespace. Not all files were cleaned yet. darcs-hash:20060217222040-7ad00-bba3d2bee3b5aa7cbb5184258abd50805cd071bf.gz
* added greek character to special char pickerAndreas Gohr2005-11-26
| | | | darcs-hash:20051126143544-7ad00-8bbceecac51498aaf707b130457616d9d2232943.gz
* JavaScript Fixes for the toolbar #628Andreas Gohr2005-11-11
| | | | darcs-hash:20051111200142-7ad00-158925aee01bc24378a8bd99ad27a6173ea085dd.gz
* More work on Javascript and CSS dispatchersAndreas Gohr2005-10-29
| | | | darcs-hash:20051029185222-7ad00-c184ab3496539f3027407c7d17e8770a1849546a.gz
* small toolbar fixesAndreas Gohr2005-10-24
| | | | darcs-hash:20051024211946-7ad00-58921b2df3e1db30fd3aa37719858f31d9115e46.gz
* first go on unobstrusive javascript, new toolbarAndreas Gohr2005-10-08
darcs-hash:20051008175404-7ad00-cd640de7660825b19d5e863cc8caf5467d59b055.gz