| 60056e69 | 17-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
ensure diff formatters escape their output |
| a69506c5 | 16-Feb-2013 |
Tom N Harris <tnharris@whoopdedo.org> |
Remove the prefix from inline diffs.
The line prefix was not actually indicating what it should indicate. In particular, anything in a "changed" block would show a "!" even if the entire line was ad
Remove the prefix from inline diffs.
The line prefix was not actually indicating what it should indicate. In particular, anything in a "changed" block would show a "!" even if the entire line was added or deleted. Better to print nothing than something that's wrong.
show more ...
|
| 56133a04 | 16-Feb-2013 |
Tom N Harris <tnharris@whoopdedo.org> |
Fix width of indicator column. |
| c0e94f2a | 16-Feb-2013 |
Tom N Harris <tnharris@whoopdedo.org> |
Monospace font for header prefix. |
| 07a7d21a | 16-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
fix a couple of diff issues: shouldn't be any need to html encode before finding diffs; move quantifier outside regex condition |
| 1015a57d | 16-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2415 add to mediamanager (refactor pageinfo() and shift MEDIAMANAGER_STARTED after mediainfo() sets up ) |
| f76724a4 | 16-Feb-2013 |
Tom N Harris <tnharris@whoopdedo.org> |
Move inline diff headers into a vertical column. |
| 5398a7b6 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed language file placeholders FS#2682 |
| dd90013a | 16-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Media manager: don't create empty namespaces FS#2642
Previously the media manager created an empty namespace whenever you opened a non-existing namespace with upload permissions. Now the current nam
Media manager: don't create empty namespaces FS#2642
Previously the media manager created an empty namespace whenever you opened a non-existing namespace with upload permissions. Now the current namespace is only displayed in the tree but not actually created.
show more ...
|
| 25c4afb8 | 16-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2111, improve security check |
| 9d2e1be6 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
introduced http_status() for sending HTTP status code FS#1698
It seems, some servers require a special Status: header for sending the HTTP status code from PHP (F)CGI to the server. This patch intro
introduced http_status() for sending HTTP status code FS#1698
It seems, some servers require a special Status: header for sending the HTTP status code from PHP (F)CGI to the server. This patch introduces a new function (adopted from CodeIgniter) for simplifying the status handling.
show more ...
|
| 8a65ef2e | 16-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
fixed edit toolbar being cut off (FS#2715) |
| fed6fccb | 16-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
fixed media upload not working with QuickPHP (FS#2531 + FS#2673) |
| 6a1f928f | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
do not expose version in outgoing mails FS#2701 |
| a5951419 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
don't use keep-alive with single shot HTTP clients |
| 8b48b31f | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
HTTPclient: print number of received bytes on error |
| 7b9186a5 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
HTTPClient: updated function comments |
| 0fa584c2 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
HTTPClient: fixed max_bodysize when using keep-alive |
| 78361632 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
better HTTPClient debug output on CLI |
| 040f0e13 | 04-Feb-2013 |
Klap-in <klapinklapin@gmail.com> |
some refactoring |
| 646a531a | 03-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
ensure getter works with keys & values containing '#' |
| 36ec377e | 03-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
update for encoded cookie value & using rawurlencode |
| b75f4cc2 | 03-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
upgraded SimplePie to 1.3.1 FS#2708 |
| 02143fe9 | 03-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
some urldecoding also needed in the cookie setter |
| 66ab63ca | 03-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
check preferences in cookie against urldecoded key |