Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Transformed the sitemapper into a class | Michael Hamann | 2010-09-22 |
| | | | | This makes it possible to autoload the sitemapper when needed. | ||
* | Sitemap rewrite | Michael Hamann | 2010-09-22 |
| | |||
* | Work around WebKit bug: newlines at the end of input values are removed. | Adrian Lang | 2010-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 plugin | Andreas Gohr | 2010-09-17 |
| | |||
* | use background image based data security check in admin | Andreas Gohr | 2010-09-09 |
| | |||
* | check data directory security FS#2020 | Andreas Gohr | 2010-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 menu | Andreas Gohr | 2010-09-09 |
| | | | | Template authors might need to adjust their CSS | ||
* | Russian language update | Aleksandr Selivanov | 2010-09-07 |
| | |||
* | don't load disabled plugins FS#1990 | Andreas Gohr | 2010-08-29 |
| | |||
* | Finish language update | Otto Vainio | 2010-08-27 |
| | |||
* | allow empty values for emails in config manager FS#2012 | Andreas Gohr | 2010-08-27 |
| | |||
* | Dutch language update | Timon Van Overveldt | 2010-08-20 |
| | |||
* | Serbian language update | Miroslav Šolti | 2010-08-20 |
| | |||
* | The multiuploader applet is licensed under the MIT. | Tanguy Ortolo | 2010-08-14 |
| | |||
* | fixed locktimer/draft saving on new pages | Andreas Gohr | 2010-08-11 |
| | | | | When creating new pages, no date field is added in the edit form. | ||
* | Ignore small & own changes in digest & list mails | Adrian Lang | 2010-08-10 |
| | |||
* | Italian language update | osman tekin | 2010-08-09 |
| | |||
* | remove accesskey once a JS handler was registered FS#2007 | Andreas Gohr | 2010-08-09 |
| | |||
* | Fix currentTarget in fixevent | Adrian Lang | 2010-08-02 |
| | |||
* | Fix event.pageX and pageY correctly | Adrian Lang | 2010-08-02 |
| | |||
* | Romanian language update | Emanuel-Emeric Andraşi | 2010-08-01 |
| | |||
* | remove unused IE hack | Adrian Lang | 2010-07-28 |
| | |||
* | Do not cancel event bubble in drag | Adrian Lang | 2010-07-28 |
| | |||
* | German language updates | Arne Pelka | 2010-07-26 |
| | |||
* | French language update | FELTZ Vincent | 2010-07-26 |
| | |||
* | Hungarian update | Szabó Dávid | 2010-07-16 |
| | |||
* | Russian language update | Aleksandr Selivanov | 2010-07-16 |
| | |||
* | Czech language update | Honza Lefty Škoda | 2010-07-12 |
| | |||
* | Brasilian Portuguese language update | Jeferson Propheta | 2010-07-12 |
| | |||
* | Ukrainian language update | Ulrikhe Lukoie | 2010-07-12 |
| | |||
* | Greek language update | Georgios Petsagourakis | 2010-07-12 |
| | |||
* | Persian language update | Omid Mottaghi | 2010-07-12 |
| | |||
* | Danish language update | Michael Kjær Pedersen | 2010-07-02 |
| | |||
* | Merge branch 'master' of github.com:splitbrain/dokuwiki | Anika Henke | 2010-06-27 |
|\ | |||
| * | Use OS based Hotkey-Modifier FS#1958 | Andreas Gohr | 2010-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 Henke | 2010-06-27 |
|/ | |||
* | use config cascade for userscripts and styles FS#1678 | Andreas Gohr | 2010-06-27 |
| | |||
* | Fixed automatic insertion of listbullets in Opera FS#1877 | Michael Hamann | 2010-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 logs | Christopher Smith | 2010-06-27 |
| | |||
* | Added missing ";" in edit.js | Michael Hamann | 2010-06-27 |
| | |||
* | FS#1795: Restrict media manager to users with at least read access | Gina Haeussge | 2010-06-27 |
| | | | | on the supplied namespace. | ||
* | Use config_cascade for ACLs and plain auth users FS#1677 | Andreas Gohr | 2010-06-27 |
| | |||
* | FS#433: Editor now uses onbeforeunload event to capture ANY leaving of it | Gina Haeussge | 2010-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 update | Szabó Dávid | 2010-06-27 |
| | |||
* | added proxy exception regexp FS#1247 | Andreas Gohr | 2010-06-26 |
| | |||
* | generate password if wanted on usermodify FS#1873 | Andreas Gohr | 2010-06-26 |
| | |||
* | Merge branch 'master' of github.com:splitbrain/dokuwiki | Anika Henke | 2010-06-26 |
|\ | |||
| * | Let config manager post to script FS#1942 | Andreas Gohr | 2010-06-26 |
| | | |||
* | | fix for textarea bug in IE8 (FS#1910) | Anika Henke | 2010-06-26 |
|/ | |||
* | FS#1874: removed padding for interwiki links in print stylesheet, as the ↵ | Gina Haeussge | 2010-06-26 |
| | | | | icons aren't displayed there |