summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Work around WebKit bug: newlines at the end of input values are removed.Adrian Lang2010-09-22
| | | | In WebKit, newlines at the end of input field’s value parameters are removed. This breaks $PRE, so we protect those new lines with a dot and later remove the dot.
* gather namespace stats in popularity pluginAndreas Gohr2010-09-17
|
* use background image based data security check in adminAndreas Gohr2010-09-09
|
* check data directory security FS#2020Andreas Gohr2010-09-09
| | | | | | | | | This is a javascript based check, executed from the admin menu. If the data directory is readable, a warning is displayed. Doing this check in JavaScript makes sure we have a real client side test (opposed to the check executed from ?do=check) Question: should this be localized?
* display DokuWiki version in admin menuAndreas Gohr2010-09-09
| | | | Template authors might need to adjust their CSS
* Russian language updateAleksandr Selivanov2010-09-07
|
* don't load disabled plugins FS#1990Andreas Gohr2010-08-29
|
* Finish language updateOtto Vainio2010-08-27
|
* allow empty values for emails in config manager FS#2012Andreas Gohr2010-08-27
|
* Dutch language updateTimon Van Overveldt2010-08-20
|
* Serbian language updateMiroslav Šolti2010-08-20
|
* The multiuploader applet is licensed under the MIT.Tanguy Ortolo2010-08-14
|
* fixed locktimer/draft saving on new pagesAndreas Gohr2010-08-11
| | | | When creating new pages, no date field is added in the edit form.
* Ignore small & own changes in digest & list mailsAdrian Lang2010-08-10
|
* Italian language updateosman tekin2010-08-09
|
* remove accesskey once a JS handler was registered FS#2007Andreas Gohr2010-08-09
|
* Fix currentTarget in fixeventAdrian Lang2010-08-02
|
* Fix event.pageX and pageY correctlyAdrian Lang2010-08-02
|
* Romanian language updateEmanuel-Emeric Andraşi2010-08-01
|
* remove unused IE hackAdrian Lang2010-07-28
|
* Do not cancel event bubble in dragAdrian Lang2010-07-28
|
* German language updatesArne Pelka2010-07-26
|
* French language updateFELTZ Vincent2010-07-26
|
* Hungarian updateSzabó Dávid2010-07-16
|
* Russian language updateAleksandr Selivanov2010-07-16
|
* Czech language updateHonza Lefty Škoda2010-07-12
|
* Brasilian Portuguese language updateJeferson Propheta2010-07-12
|
* Ukrainian language updateUlrikhe Lukoie2010-07-12
|
* Greek language updateGeorgios Petsagourakis2010-07-12
|
* Persian language updateOmid Mottaghi2010-07-12
|
* Danish language updateMichael Kjær Pedersen2010-07-02
|
* Merge branch 'master' of github.com:splitbrain/dokuwikiAnika Henke2010-06-27
|\
| * Use OS based Hotkey-Modifier FS#1958Andreas Gohr2010-06-27
| | | | | | | | | | | | | | | | | | | | | | Because ALT-GR fires a CTRL-ALT event on Windows systems, but ALT-GR is needed to write square brackets on German Keyboards, CTRL-ALT can not be used as modifier. This patch introdues OS dependent modifiers. Mac systems continue to use CTRL-ALT, all other systems use only ALT. Let's hope this works out.
* | added min-width to footnote tooltips (partly FS#1931)Anika Henke2010-06-27
|/
* use config cascade for userscripts and styles FS#1678Andreas Gohr2010-06-27
|
* Fixed automatic insertion of listbullets in Opera FS#1877Michael Hamann2010-06-27
| | | | | | | | The keydown event can't be prevented in Opera (see http://www.quirksmode.org/dom/events/keys.html) so this switches back to keypress in Opera (keypress doesn't give the correct key codes in Firefox). Furthermore Opera replaces '\n' by '\r\n' when inserting text, thus the offset for cursor/selection placement was wrong.
* Wrap $HTTP_RAW_POST_DATA in !empty() to avoid NOTICE in error logsChristopher Smith2010-06-27
|
* Added missing ";" in edit.jsMichael Hamann2010-06-27
|
* FS#1795: Restrict media manager to users with at least read accessGina Haeussge2010-06-27
| | | | on the supplied namespace.
* Use config_cascade for ACLs and plain auth users FS#1677Andreas Gohr2010-06-27
|
* FS#433: Editor now uses onbeforeunload event to capture ANY leaving of itGina Haeussge2010-06-27
| | | | | | | | besides via Save or Preview button. This has been successfully tested in FF, Chrome and IE6/7/8. Opera does not support onbeforeunload, therefore the draft is kept if the user navigates away from the editor. Please test this.
* Hungarian language updateSzabó Dávid2010-06-27
|
* added proxy exception regexp FS#1247Andreas Gohr2010-06-26
|
* generate password if wanted on usermodify FS#1873Andreas Gohr2010-06-26
|
* Merge branch 'master' of github.com:splitbrain/dokuwikiAnika Henke2010-06-26
|\
| * Let config manager post to script FS#1942Andreas Gohr2010-06-26
| |
* | fix for textarea bug in IE8 (FS#1910)Anika Henke2010-06-26
|/
* FS#1874: removed padding for interwiki links in print stylesheet, as the ↵Gina Haeussge2010-06-26
| | | | icons aren't displayed there
* Hotkey trigger is now CTRL-ALT FS#1958Andreas Gohr2010-06-26
| | | | Tests and feedbacks please!
* Changes to the ft_pageLookup and related event FS#1978Andreas Gohr2010-06-26
| | | | | | | | | | | This patch changes the ft_pageLookup function to always return the title of pages with the result. This makes it easier to work with the array, as it no longer changes between numeric and key indexes depending on useheading. This also means that action plugins subscribed to SEARCH_QUERY_PAGELOOKUP need to be adjusted. The event contains a new data field called 'has_titles' which plugins can use to check for backwards compatibility.