| #
585bf44e |
| 06-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
amend $_SERVER to $INPUT->server
|
| #
0e80bb5e |
| 05-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
use empty() where array values might not be set
|
| #
40e0b444 |
| 15-Feb-2014 |
Dominik Eckelmann <deckelmann@gmail.com> |
use http_sendfile correct
|
| #
5381a7ee |
| 13-Nov-2013 |
Elan Ruusamäe <glen@delfi.ee> |
remove 'infos' misspelling
http://english.stackexchange.com/questions/117552/why-does-information-not-have-a-plural-form
|
| #
5da403f1 |
| 15-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix signatures and old by references
|
| #
a04f2bd5 |
| 15-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
not assign object from plugin_load by reference
|
| #
2a7abf2d |
| 31-Jul-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2751 - self deletion of user account
|
| #
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 ...
|
| #
3c94d07b |
| 26-Jan-2013 |
Anika Henke <anika@selfthinker.org> |
store choices for recent changes and diff views in cookie (FS#2438 and FS#2700)
Note: These changes don't work yet. The cookie is not set and deletes the old one.
|
| #
16c665d9 |
| 18-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed data parameter in subscription_handle_post()
now the data parameter, which really is a timestamp is only handled internally of the subscription class
|
| #
d14415e3 |
| 30-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into subscription
* master: (175 commits) some coding style improvements added .idea project folder to gitignore use correct setUp method and parent calls. Correct Germ
Merge branch 'master' into subscription
* master: (175 commits) some coding style improvements added .idea project folder to gitignore use correct setUp method and parent calls. Correct German plugin manager translation (download != install) correct return in sendDigest() Fix case-insensitive match in ACL checking GeSHi update to 1.0.8.11 ignore empty header on mail sending remove empty BCC/CC mail headers Galician language update some welcome page changes Combine subsequent calls to strtr into a single transformation changed semicolon to colon in link to welcome page to make it less confusing fixed wrong sidebar showing in namespaces when sidebar is disabled Typo fix for TL;DR removed a bunch of outdated and irrelevant networking acronyms added another place to look for logo to make it more consistent (FS#2656) French language update Czech language update compat js findPosX/y more closely mimic historical function ...
Conflicts: inc/auth.php inc/common.php inc/subscription.php lib/exe/indexer.php
show more ...
|
| #
c8b076b1 |
| 24-Aug-2012 |
Michael Hamann <michael@content-space.de> |
Add PHPDoc comments, type hints and ignore return value of act_sitemap()
|
| #
65f6e7d6 |
| 24-Aug-2012 |
Michael Hamann <michael@content-space.de> |
Disable compression when a compressed sitemap might be delivered FS#2576
Compressing a gzip file again for transport is standards compliant, but some clients assume that the file is only compressed
Disable compression when a compressed sitemap might be delivered FS#2576
Compressing a gzip file again for transport is standards compliant, but some clients assume that the file is only compressed once then and don't remove the outer compression layer. This could disable compression in too many cases theses cases should be rare and shouldn't cause any problems.
show more ...
|
| #
a0519fda |
| 12-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed subscription management
now adding and removing subscriptions works again
|
| #
eea0f0d0 |
| 11-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
use $INPUT in inc/actions.php
|
| #
3009a773 |
| 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
replaced use of basename() with utf8_basename() FS#2015
|
| #
c8839c22 |
| 14-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
changed all doctypes to html5 doctype
|
| #
daf0cdba |
| 18-Jun-2012 |
Martin Doucha <next_ghost@quick.cz> |
Fix act_validate()
|
| #
62baad0f |
| 14-Jun-2012 |
Martin Doucha <next_ghost@quick.cz> |
Split act_clean() into two functions so that plugins may use action string sanitization even for their own new actions
|
| #
90f1b7bd |
| 27-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Input wrapper for action.php
|
| #
7656ee3b |
| 10-Jun-2012 |
lupo49 <post@lupo49.de> |
Fix for FS#2522 / Now all places of $lang['restored'] are covered with the restored-date information
|
| #
78035fe8 |
| 22-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
don't rely on metadata for conflict detection
This also fixes a problem wiht PHP 5.4 when there is metadata but the date key is empty.
|
| #
d6b9c7bf |
| 08-May-2012 |
lupo49 <post@lupo49.de> |
Restore page versions - add timestamp of the restored version to to the summary field. This allows easier identifying of which version has been restored. (FS#2522)
|
| #
d5a9514c |
| 30-Oct-2011 |
Adrian Lang <mail@adrianlang.de> |
Remove references to (un)?subscribens.
|
| #
8071beaa |
| 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
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 infor
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).
show more ...
|