Guy Brand
4c7ecf15c9
Verify conf/ directory is writable in the do=check action
2011-11-05 21:53:56 +01:00
Anika Henke
f11b7d1baa
Merge pull request #59 from aneves/master
...
pt: paraphrased '<' character in some language files to avoid XML errors
2011-11-05 08:35:20 -07:00
André Neves
14b217abd6
pt: paraphrased '<' character in some language files to avoid XML errors
...
as per commit 34bc7405a0
2011-11-05 15:58:04 +01:00
Anika Henke
34bc7405a0
paraphrased '<' character in some language files (en, de, de-informal) to avoid XML errors -- please fix other languages
2011-11-05 12:38:31 +00:00
Guy Brand
67fd10d7d6
Remove font family declarations from css in the jquery update script
2011-11-05 12:05:34 +01:00
Anika Henke
1811609e71
re-added font-size to .ui-widget of jqueryui theme to make programmatical removing of font-family easier
2011-11-05 10:52:56 +00:00
Anika Henke
c81eb1329d
removed font declarations from jquery-ui theme
2011-11-05 01:23:47 +00:00
Anika Henke
38b2bf3580
fixed media list options in new mediamanager to work without JavaScript again (FS#2363)
2011-11-04 19:37:32 +00:00
Anika Henke
48c5eff767
fix widths of panels in fullscreen mediamanager to be 100% when resizing (FS#2351) -- please test in different screen sizes, etc
2011-11-03 19:22:34 +00:00
Andreas Gohr
222298bcee
Do not send empty changes to the AD backend
...
This fixes password changing operations: password change and user
modification are two different operations on the AD backend - the user
modification should not be done on password only changes.
2011-10-31 15:52:05 +01:00
Hakan Sandell
3a68d3cc23
Merge branch 'master' of github.com:splitbrain/dokuwiki
2011-10-30 12:41:26 +01:00
Hakan Sandell
ed993c3be4
Better solution for updating files list in media manager on delete
2011-10-30 12:40:19 +01:00
Adrian Lang
d5a9514cb7
Remove references to (un)?subscribens.
2011-10-30 11:15:13 +01:00
Adrian Lang
80d6fbc300
Fix double-decoding in XMLRPC putAttachment
2011-10-30 11:03:38 +01:00
Adrian Lang
3629bc8cec
MediaManager: Check DOKU_PREF cookie value for validness
2011-10-30 10:51:14 +01:00
Hakan Sandell
1888d1bb1d
Removed faulty <span> tags from translations (FS#2360)
2011-10-29 22:37:13 +02:00
Hakan Sandell
4ad1b4ca93
Full screen media manager, file list is now updated on delete (FS#2346)
2011-10-29 22:22:35 +02:00
Adrian Lang
7450941836
Let mediamanager screen expand on window resize (FS#2351)
2011-10-29 11:26:11 +02:00
Martin Michalek
ad7ad47edd
Slovak language update
2011-10-27 23:47:27 +02:00
Kiril Velikov
d9edf3516f
Bulgarian language update
2011-10-27 23:47:27 +02:00
Pierre Corell
12e233d35a
German language updates
2011-10-27 23:47:27 +02:00
schplurtz le déboulonné
6fd41509f2
Use JSON wrapper in image upload (FS#2345)
2011-10-27 14:14:19 +02:00
Martin Michalek
3bc1b86f57
Slovak language update
2011-10-23 06:56:18 +02:00
Jon Magne Bøe
71861ac4c5
Norwegian language update
2011-10-23 06:53:57 +02:00
Andreas Gohr
e409148d11
Fix upload to deeper namespaces with new AJAX uploader
...
Now params_toarray() correctly decodes parameters on parsing query
strings
2011-10-23 06:25:34 +02:00
Hakan Sandell
434f59213c
HTML compliant fix for missing ul wrapper in TOC (FS#2328)
2011-10-17 20:17:05 +02:00
Andreas Gohr
e10e770cbe
Upgraded SimplePie library to 1.2.1
...
From the release notes: This release fixes a few bugs, including a major URL
parsing bug, where URLs with query strings were parsed incorrectly.
2011-10-16 14:23:18 +02:00
Andreas Gohr
8071beaa75
bind security token to username
...
This makes the security token more robust agains session fixation
attacks. A CSRF warning will no longer abort a page save but lead to the
preview mode to avoid information loss when a user logs in during
editing (eg in another tab).
2011-10-15 20:53:56 +02:00
Andreas Gohr
f20ead66bf
readded delete in popup and link to full mediamanager FS#2347
2011-10-15 19:20:43 +02:00
Johan Guilbaud
335d098af6
French language update
2011-10-15 18:52:46 +02:00
Aivars Miska
cb5d414667
Latvian language update
2011-10-15 18:51:34 +02:00
Anika Henke
ee7ed651b1
media manager: removed obsolete and broken hiding of parts of the option labels
2011-10-15 17:46:52 +01:00
Andreas Gohr
85fef7e294
allow page unlocking based on session IDs FS#2262
2011-10-15 18:41:55 +02:00
Anika Henke
c7e90e3f2f
show accesskey also on actionlink title and add accesskey parameter only if a key is defined (FS#2226)
2011-10-15 17:30:51 +01:00
Christopher Smith
f53795891c
FS#2317 fix CSS compress for generic pseudo classes/pseudo elements
2011-10-15 16:09:02 +01:00
Anika Henke
d98986013f
added test case for non-breaking spaces in headlines and pagenames (to accompany FS#2291)
2011-10-15 16:00:46 +01:00
Andreas Gohr
fe13bd81bd
Fix XML-RPC login method FS#2324
...
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.
2011-10-15 16:50:20 +02:00
Hakan Sandell
a533b44005
Fixes FS#2323 Symbolic link to template doesn't work
...
patch by Chris Green
2011-10-15 16:51:42 +02:00
Christopher Smith
32261ab5b4
FS#2291 replace space with non-breaking space in utf8 special chars
2011-10-15 15:06:42 +01:00
Hakan Sandell
8767131332
Fixed missing ul wrapper in TOC (FS#2328)
2011-10-15 15:21:52 +02:00
Michael Hamann
794fc9db8f
Only send 401 if user is not logged in in XML-RPC FS#2133
...
If the user is already logged in, a 403 is sent instead now.
2011-10-15 15:06:35 +02:00
Michael Hamann
b760af946c
Send a 401 Unauthorized header in XML-RPC when access is denied
...
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.
2011-10-15 14:57:13 +02:00
Andreas Gohr
d8f7a7f328
replace unset with array_pop
...
unset does not reset the Array's internal pointer which messes up later
calls. array_pop is still much faster than array_splice
2011-10-15 14:24:20 +02:00
Andreas Gohr
a284275484
fix off-by-one error
2011-10-15 13:16:37 +02:00
Andreas Gohr
6ed8c51115
fixed German translation informal -> formal
2011-10-15 11:56:11 +02:00
Anika Henke
6f0b0dd160
removed remnants of old flash uploader (FS#2335)
2011-10-15 10:36:13 +01:00
Andreas Gohr
faba9a3522
added the missing bit to my last commit
2011-10-15 11:32:17 +02:00
Andreas Gohr
a86cc527f2
Fix performance issue in close_paragraph
...
Looks like a for loop is faster than array_splice
2011-10-15 11:24:19 +02:00
Andreas Gohr
46213daa86
cleanup of handler.php
...
The file contained a few DOS lineendings and trailing spaces
2011-10-15 11:23:20 +02:00
Andreas Gohr
db8363816a
added the new data/media* directories to .gitignore
2011-10-15 10:49:08 +02:00