summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | only strip special chars when suggesting an upload name FS#2377Andreas Gohr2011-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#2394Andreas Gohr2011-11-27
|
* suppress errors on stream_select FS#2276Andreas Gohr2011-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#2391Andreas Gohr2011-11-27
| | | | IE8 can't substr() with negative offsets.
* IE doesn't know indexOf for arrays FS#2381Andreas Gohr2011-11-27
| | | | this fixes another IE javascript problem in edit mode
* fix IE8 error FS#2381Andreas Gohr2011-11-27
| | | | A trailing comma created an empty array item causing IE8 to choke.
* use throbber in ACL ajax interfaceAndreas Gohr2011-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 updateAivars Miska2011-11-27
|
* Dutch language updateMarijn Hofstra2011-11-27
|
* avoid PHP notice in ACL ajax backend FS#2384Andreas Gohr2011-11-27
|
* added missing config metadata FS#2383Andreas Gohr2011-11-27
| | | | Translators need to add another string.
* French language updateChristophe Martin2011-11-27
|
* Traditional Chinese language updateShuo Ting Jian2011-11-27
|
* Chinese language updateShuo Ting Jian2011-11-27
|
* Merge pull request #64 from glensc/masterAndreas Gohr2011-11-25
|\ | | | | adds html label to plugins in plugin management page
| * add label to each plugin in plugin management pageElan Ruusamäe2011-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/masterAnika Henke2011-11-23
|\ | | | | just minor capitalization corrections
| * fix jQuery capitalizationElan Ruusamäe2011-11-24
| |
* | Merge pull request #62 from lupo49/masterAnika Henke2011-11-23
|\ \ | |/ |/| eo: language updates
| * eo: language updatesFelipe Castro2011-11-14
| |
| * Merge HEAD, branch 'master' of github.com:lupo49/dokuwikiMatthias Schulte2011-11-14
| |
* | removed obsolete styles for link wizardAnika Henke2011-11-20
| |
* | fixed german language stringsAndreas Gohr2011-11-13
| |
* | fixed various errors in language filesAndreas Gohr2011-11-13
| |
* | Bulgarian language updateKiril Velikov2011-11-13
| |
* | Czech language updateZbyněk Křivka2011-11-13
| |
* | Finnish language fixesOtto Vainio2011-11-13
| |
* | fixed HTML in Esperanto language fileAndreas Gohr2011-11-13
| |
* | Merge pull request #61 from lupo49/masterAndreas Gohr2011-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 ↵lupo492011-11-12
| | | | | | | | (FS#2366)
| * de/de-informal: language updateslupo492011-11-12
| |
| * Merge remote branch 'upstream/master'lupo492011-11-12
| |\ | |/ |/|
* | Esperanto language updateRobert Bogenschneider2011-11-10
| |
* | Slovak language updateMartin Michalek2011-11-10
| |
* | Release preparationsAdrian Lang2011-11-10
| |
* | use DOKU_SCRIPT instead of stray doku.php in checkUpdateMessages() (FS#2364)Anika Henke2011-11-08
| |
* | improved $.browser usage in media panel fixAnika Henke2011-11-06
| |
* | fixed resizing mediamanager panels in Chrome using browser sniffing ↵Anika Henke2011-11-06
| | | | | | | | (FS#2351) - any better solution welcome
* | Merge pull request #60 from piyushmishra/plugins-cascadeAnika Henke2011-11-06
|\ \ | | | | | | Changes to plugins cascade for FS#2359
| * | renamed plugins.protected.php to plugins.required.php and added it cascade ↵Piyush Mishra2011-11-06
|/ / | | | | | | to allow overwriting as a local protected file
* | French strings minor fix and obsolete email address updateGuy Brand2011-11-05
| |
* | Verify conf/ directory is writable in the do=check actionGuy Brand2011-11-05
| |
* | Merge pull request #59 from aneves/masterAnika Henke2011-11-05
|\ \ | | | | | | pt: paraphrased '<' character in some language files to avoid XML errors
| * | pt: paraphrased '<' character in some language files to avoid XML errors André Neves2011-11-05
|/ / | | | | as per commit 34bc7405a09b0c63ed7eef338853e13d377c36e6
* | paraphrased '<' character in some language files (en, de, de-informal) to ↵Anika Henke2011-11-05
| | | | | | | | avoid XML errors -- please fix other languages
* | Remove font family declarations from css in the jquery update scriptGuy Brand2011-11-05
| |
* | re-added font-size to .ui-widget of jqueryui theme to make programmatical ↵Anika Henke2011-11-05
| | | | | | | | removing of font-family easier
* | removed font declarations from jquery-ui themeAnika Henke2011-11-05
| |
* | fixed media list options in new mediamanager to work without JavaScript ↵Anika Henke2011-11-04
| | | | | | | | again (FS#2363)
* | fix widths of panels in fullscreen mediamanager to be 100% when resizing ↵Anika Henke2011-11-03
| | | | | | | | (FS#2351) -- please test in different screen sizes, etc