Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | IE8: fix namespace selection in link wizard FS#2391 | Andreas Gohr | 2011-11-27 |
| | | | | IE8 can't substr() with negative offsets. | ||
* | IE doesn't know indexOf for arrays FS#2381 | Andreas Gohr | 2011-11-27 |
| | | | | this fixes another IE javascript problem in edit mode | ||
* | fix IE8 error FS#2381 | Andreas Gohr | 2011-11-27 |
| | | | | A trailing comma created an empty array item causing IE8 to choke. | ||
* | use throbber in ACL ajax interface | Andreas Gohr | 2011-11-27 |
| | | | | | To avoid problems when an AJAX request takes a bit longer in the ACL manager, a throbber is shown while loading the info. | ||
* | Dutch language update | Marijn Hofstra | 2011-11-27 |
| | |||
* | avoid PHP notice in ACL ajax backend FS#2384 | Andreas Gohr | 2011-11-27 |
| | |||
* | added missing config metadata FS#2383 | Andreas Gohr | 2011-11-27 |
| | | | | Translators need to add another string. | ||
* | French language update | Christophe Martin | 2011-11-27 |
| | |||
* | Traditional Chinese language update | Shuo Ting Jian | 2011-11-27 |
| | |||
* | Chinese language update | Shuo Ting Jian | 2011-11-27 |
| | |||
* | add label to each plugin in plugin management page | Elan Ruusamäe | 2011-11-24 |
| | | | | | | | | i needed to disable all plugins to figure out which plugin was causing template error, so it was quite annoying to click on the tiny checkbox added html label so i could at least click on the plugin name to toggle checkbox state | ||
* | fix jQuery capitalization | Elan Ruusamäe | 2011-11-24 |
| | |||
* | removed obsolete styles for link wizard | Anika Henke | 2011-11-20 |
| | |||
* | fixed german language strings | Andreas Gohr | 2011-11-13 |
| | |||
* | fixed various errors in language files | Andreas Gohr | 2011-11-13 |
| | |||
* | Bulgarian language update | Kiril Velikov | 2011-11-13 |
| | |||
* | Czech language update | Zbyněk Křivka | 2011-11-13 |
| | |||
* | Finnish language fixes | Otto Vainio | 2011-11-13 |
| | |||
* | de/de-informal: language updates | lupo49 | 2011-11-12 |
| | |||
* | Esperanto language update | Robert Bogenschneider | 2011-11-10 |
| | |||
* | Slovak language update | Martin Michalek | 2011-11-10 |
| | |||
* | improved $.browser usage in media panel fix | Anika Henke | 2011-11-06 |
| | |||
* | fixed resizing mediamanager panels in Chrome using browser sniffing ↵ | Anika Henke | 2011-11-06 |
| | | | | (FS#2351) - any better solution welcome | ||
* | French strings minor fix and obsolete email address update | Guy Brand | 2011-11-05 |
| | |||
* | pt: paraphrased '<' character in some language files to avoid XML errors | André Neves | 2011-11-05 |
| | | | as per commit 34bc7405a09b0c63ed7eef338853e13d377c36e6 | ||
* | paraphrased '<' character in some language files (en, de, de-informal) to ↵ | Anika Henke | 2011-11-05 |
| | | | | avoid XML errors -- please fix other languages | ||
* | Remove font family declarations from css in the jquery update script | Guy Brand | 2011-11-05 |
| | |||
* | re-added font-size to .ui-widget of jqueryui theme to make programmatical ↵ | Anika Henke | 2011-11-05 |
| | | | | removing of font-family easier | ||
* | removed font declarations from jquery-ui theme | Anika Henke | 2011-11-05 |
| | |||
* | fix widths of panels in fullscreen mediamanager to be 100% when resizing ↵ | Anika Henke | 2011-11-03 |
| | | | | (FS#2351) -- please test in different screen sizes, etc | ||
* | Merge branch 'master' of github.com:splitbrain/dokuwiki | Hakan Sandell | 2011-10-30 |
|\ | |||
| * | Fix double-decoding in XMLRPC putAttachment | Adrian Lang | 2011-10-30 |
| | | |||
* | | Better solution for updating files list in media manager on delete | Hakan Sandell | 2011-10-30 |
|/ | |||
* | Full screen media manager, file list is now updated on delete (FS#2346) | Hakan Sandell | 2011-10-29 |
| | |||
* | Let mediamanager screen expand on window resize (FS#2351) | Adrian Lang | 2011-10-29 |
| | |||
* | Bulgarian language update | Kiril Velikov | 2011-10-27 |
| | |||
* | German language updates | Pierre Corell | 2011-10-27 |
| | |||
* | Use JSON wrapper in image upload (FS#2345) | schplurtz le déboulonné | 2011-10-27 |
| | |||
* | Slovak language update | Martin Michalek | 2011-10-23 |
| | |||
* | Norwegian language update | Jon Magne Bøe | 2011-10-23 |
| | |||
* | Fix upload to deeper namespaces with new AJAX uploader | Andreas Gohr | 2011-10-23 |
| | | | | | Now params_toarray() correctly decodes parameters on parsing query strings | ||
* | readded delete in popup and link to full mediamanager FS#2347 | Andreas Gohr | 2011-10-15 |
| | |||
* | French language update | Johan Guilbaud | 2011-10-15 |
| | |||
* | media manager: removed obsolete and broken hiding of parts of the option labels | Anika Henke | 2011-10-15 |
| | |||
* | FS#2317 fix CSS compress for generic pseudo classes/pseudo elements | Christopher Smith | 2011-10-15 |
| | |||
* | Fix XML-RPC login method FS#2324 | Andreas Gohr | 2011-10-15 |
| | | | | | | | | The login wasn't able to modify the session as it was already closed earlier. This patch also executes the correct event when logins via XMLRPC are done. | ||
* | Fixes FS#2323 Symbolic link to template doesn't work | Hakan Sandell | 2011-10-15 |
| | | | | patch by Chris Green | ||
* | Only send 401 if user is not logged in in XML-RPC FS#2133 | Michael Hamann | 2011-10-15 |
| | | | | If the user is already logged in, a 403 is sent instead now. | ||
* | Send a 401 Unauthorized header in XML-RPC when access is denied | Michael Hamann | 2011-10-15 |
| | | | | | | | This is far from perfect but should solve most issues in the recommended configuration where only authorized users have access. Sending proper status codes should be implemented when the API implementation refactoring is done. | ||
* | fixed German translation informal -> formal | Andreas Gohr | 2011-10-15 |
| |