| 45c5ecdc | 09-Aug-2010 |
osman tekin <osman.tekin93@hotmail.it> |
Italian language update |
| b6bf4d66 | 09-Aug-2010 |
Andreas Gohr <andi@splitbrain.org> |
remove accesskey once a JS handler was registered FS#2007 |
| ca0095d0 | 30-Jul-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix currentTarget in fixevent |
| 16c2466c | 30-Jul-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix event.pageX and pageY correctly |
| e0d4d054 | 01-Aug-2010 |
Emanuel-Emeric Andraşi <em.andrasi@mandrivausers.ro> |
Romanian language update |
| 76b21ebd | 28-Jul-2010 |
Adrian Lang <lang@cosmocode.de> |
remove unused IE hack
|
| f48ee0bd | 28-Jul-2010 |
Adrian Lang <lang@cosmocode.de> |
Do not cancel event bubble in drag |
| a77689b1 | 26-Jul-2010 |
Arne Pelka <mail@arnepelka.de> |
German language updates |
| 6d83ed4c | 26-Jul-2010 |
FELTZ Vincent <psycho@feltzv.fr> |
French language update |
| 163ad9f2 | 16-Jul-2010 |
Szabó Dávid <szabo.david@gyumolcstarhely.hu> |
Hungarian update |
| f62100e2 | 16-Jul-2010 |
Aleksandr Selivanov <alexgearbox@gmail.com> |
Russian language update |
| c0e46ee6 | 12-Jul-2010 |
Honza Lefty Škoda <lefty@multihost.cz> |
Czech language update |
| b2013a1c | 12-Jul-2010 |
Jeferson Propheta <jeferson.propheta@gmail.com> |
Brasilian Portuguese language update |
| 88b4123b | 12-Jul-2010 |
Ulrikhe Lukoie <lukoie@gmail.com> |
Ukrainian language update |
| 0271153b | 12-Jul-2010 |
Georgios Petsagourakis <petsagouris@gmail.com> |
Greek language update |
| 3ddc5b7b | 12-Jul-2010 |
Omid Mottaghi <omidmr@gmail.com> |
Persian language update |
| e03f8da3 | 02-Jul-2010 |
Michael Kjær Pedersen <subben@gmail.com> |
Danish language update |
| 64373bfc | 27-Jun-2010 |
Anika Henke <anika@selfthinker.org> |
added min-width to footnote tooltips (partly FS#1931) |
| ce19c341 | 27-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
Use OS based Hotkey-Modifier FS#1958
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
Use OS based Hotkey-Modifier FS#1958
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.
show more ...
|
| 09edb711 | 27-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
use config cascade for userscripts and styles FS#1678 |
| 13698245 | 27-Jun-2010 |
Michael Hamann <michael@content-space.de> |
Fixed automatic insertion of listbullets in Opera FS#1877
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 Oper
Fixed automatic insertion of listbullets in Opera FS#1877
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.
show more ...
|
| 339bd727 | 27-Jun-2010 |
Christopher Smith <chris@jalakai.co.uk> |
Wrap $HTTP_RAW_POST_DATA in !empty() to avoid NOTICE in error logs |
| bbbf5853 | 27-Jun-2010 |
Michael Hamann <michael@content-space.de> |
Added missing ";" in edit.js |
| 0b34c70f | 27-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1795: Restrict media manager to users with at least read access on the supplied namespace. |
| c8f80b4e | 27-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
Use config_cascade for ACLs and plain auth users FS#1677 |