Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixed list type being sometimes undefined | Anika Henke | 2011-12-04 |
| | |||
* | fixed mediamanager diffs having no specific height (FS#2387) | Anika Henke | 2011-12-04 |
| | |||
* | bind JS for revision diff also when called through AJAX (fixes checkbox ↵ | Anika Henke | 2011-11-30 |
| | | | | selection in history of new media manager, FS#2398) | ||
* | fixed link wizard being appended to every div.dokuwiki (FS#2395) and changed ↵ | Anika Henke | 2011-11-28 |
| | | | | div.dokuwiki to just .dokuwiki (some templates have the class in the body) | ||
* | Merge pull request #66 from dploeger/28db35ad3dd974cc2f627d25f7bcc16e9fd0ceac | Andreas Gohr | 2011-11-28 |
|\ | | | | | This fix is alright. The action gets escaped by DokuForm's use of buildAttributes() | ||
| * | Fixes SYMPTOMS of FS #2393 | dploeger | 2011-11-28 |
| | | |||
* | | deprecated 3rd parameter of cleanID() FS#2377 | Andreas Gohr | 2011-11-28 |
| | | | | | | | | | | | | | | For some reason trailing/leading underscores were allowed when uploading files. But the rest of the code (eg. listing or downloading files) never supported this. This patch removes this special case for uploading files to streamline ID cleaning of pages and media files. | ||
* | | only strip special chars when suggesting an upload name FS#2377 | Andreas Gohr | 2011-11-28 |
|/ | | | | | | The uploader now just strips a bunch of common special chars. This is not a complete cleanID() implementation. A full clean is done server-side on uploading. | ||
* | rely on jQuery UI's dialog methods for toggling the linkwizard FS#2394 | Andreas Gohr | 2011-11-27 |
| | |||
* | suppress errors on stream_select FS#2276 | Andreas Gohr | 2011-11-27 |
| | | | | | On certain environments, stream_select might produce temporary errors when file descriptors are running scarce. | ||
* | 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. | ||
* | Latvian language update | Aivars Miska | 2011-11-27 |
| | |||
* | 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 |
| | |||
* | Merge pull request #64 from glensc/master | Andreas Gohr | 2011-11-25 |
|\ | | | | | adds html label to plugins in plugin management page | ||
| * | 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 | ||
* | Merge pull request #63 from glensc/master | Anika Henke | 2011-11-23 |
|\ | | | | | just minor capitalization corrections | ||
| * | fix jQuery capitalization | Elan Ruusamäe | 2011-11-24 |
| | | |||
* | | Merge pull request #62 from lupo49/master | Anika Henke | 2011-11-23 |
|\ \ | |/ |/| | eo: language updates | ||
| * | eo: language updates | Felipe Castro | 2011-11-14 |
| | | |||
| * | Merge HEAD, branch 'master' of github.com:lupo49/dokuwiki | Matthias Schulte | 2011-11-14 |
| | | |||
* | | 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 |
| | | |||
* | | fixed HTML in Esperanto language file | Andreas Gohr | 2011-11-13 |
| | | |||
* | | Merge pull request #61 from lupo49/master | Andreas Gohr | 2011-11-12 |
|\| | | | | | de/de-informal language updates / fixed using mailprefix in registration and password lost notifications | ||
| * | Use mailprefix also for registration and resend password notification mails ↵ | lupo49 | 2011-11-12 |
| | | | | | | | | (FS#2366) | ||
| * | de/de-informal: language updates | lupo49 | 2011-11-12 |
| | | |||
| * | Merge remote branch 'upstream/master' | lupo49 | 2011-11-12 |
| |\ | |/ |/| | |||
* | | Esperanto language update | Robert Bogenschneider | 2011-11-10 |
| | | |||
* | | Slovak language update | Martin Michalek | 2011-11-10 |
| | | |||
* | | Release preparations | Adrian Lang | 2011-11-10 |
| | | |||
* | | use DOKU_SCRIPT instead of stray doku.php in checkUpdateMessages() (FS#2364) | Anika Henke | 2011-11-08 |
| | | |||
* | | 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 | ||
* | | Merge pull request #60 from piyushmishra/plugins-cascade | Anika Henke | 2011-11-06 |
|\ \ | | | | | | | Changes to plugins cascade for FS#2359 | ||
| * | | renamed plugins.protected.php to plugins.required.php and added it cascade ↵ | Piyush Mishra | 2011-11-06 |
|/ / | | | | | | | to allow overwriting as a local protected file | ||
* | | French strings minor fix and obsolete email address update | Guy Brand | 2011-11-05 |
| | | |||
* | | Verify conf/ directory is writable in the do=check action | Guy Brand | 2011-11-05 |
| | | |||
* | | Merge pull request #59 from aneves/master | Anika Henke | 2011-11-05 |
|\ \ | | | | | | | pt: paraphrased '<' character in some language files to avoid XML errors |