Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into scrutinizerissues | Gerrit Uitslag | 2014-12-09 |
|\ | | | | | | | | | | | | | | | | | Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php | ||
| * | provide also $ID in other export modes to renderer | Gerrit Uitslag | 2014-12-03 |
| | | | | | | | | Simplifies modifying the cache via an action plugin | ||
* | | scrutiner issues | Gerrit Uitslag | 2014-10-03 |
| | | |||
* | | Many PHPDocs, some unused and dyn declared vars | Gerrit Uitslag | 2014-10-01 |
| | | | | | | | | | | | | many PHPDocs some unused variables some dynamically declared variables declared | ||
* | | more scrutinizer issue improvements | Gerrit Uitslag | 2014-09-29 |
| | | |||
* | | scrutinizer documentations issues | Gerrit Uitslag | 2014-09-29 |
|/ | |||
* | amend $_SERVER to $INPUT->server | Christopher Smith | 2014-03-06 |
| | |||
* | use empty() where array values might not be set | Christopher Smith | 2014-03-05 |
| | |||
* | use http_sendfile correct | Dominik Eckelmann | 2014-02-15 |
| | |||
* | remove 'infos' misspelling | Elan Ruusamäe | 2013-11-13 |
| | | | | http://english.stackexchange.com/questions/117552/why-does-information-not-have-a-plural-form | ||
* | fix signatures and old by references | Gerrit Uitslag | 2013-10-15 |
| | |||
* | not assign object from plugin_load by reference | Gerrit Uitslag | 2013-10-15 |
| | |||
* | FS#2751 - self deletion of user account | Christopher Smith | 2013-07-31 |
| | |||
* | introduced http_status() for sending HTTP status code FS#1698 | Andreas Gohr | 2013-02-16 |
| | | | | | | | 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. | ||
* | store choices for recent changes and diff views in cookie (FS#2438 and | Anika Henke | 2013-01-26 |
| | | | | | | | FS#2700) Note: These changes don't work yet. The cookie is not set and deletes the old one. | ||
* | removed data parameter in subscription_handle_post() | Andreas Gohr | 2013-01-18 |
| | | | | | now the data parameter, which really is a timestamp is only handled internally of the subscription class | ||
* | Merge branch 'master' into subscription | Andreas Gohr | 2012-11-30 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||
| * | Add PHPDoc comments, type hints and ignore return value of act_sitemap() | Michael Hamann | 2012-08-24 |
| | | |||
| * | Disable compression when a compressed sitemap might be delivered FS#2576 | Michael Hamann | 2012-08-24 |
| | | | | | | | | | | | | | | | | 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. | ||
* | | fixed subscription management | Andreas Gohr | 2012-08-12 |
|/ | | | | now adding and removing subscriptions works again | ||
* | use $INPUT in inc/actions.php | Andreas Gohr | 2012-08-11 |
| | |||
* | replaced use of basename() with utf8_basename() FS#2015 | Andreas Gohr | 2012-07-28 |
| | |||
* | changed all doctypes to html5 doctype | Anika Henke | 2012-07-14 |
| | |||
* | Fix act_validate() | Martin Doucha | 2012-07-06 |
| | |||
* | Split act_clean() into two functions so that plugins may use action | Martin Doucha | 2012-07-06 |
| | | | | string sanitization even for their own new actions | ||
* | Input wrapper for action.php | Tom N Harris | 2012-06-27 |
| | |||
* | Fix for FS#2522 / Now all places of $lang['restored'] are covered with the ↵ | lupo49 | 2012-06-10 |
| | | | | restored-date information | ||
* | don't rely on metadata for conflict detection | Andreas Gohr | 2012-05-22 |
| | | | | | This also fixes a problem wiht PHP 5.4 when there is metadata but the date key is empty. | ||
* | Restore page versions - add timestamp of the restored version to to the ↵ | lupo49 | 2012-05-08 |
| | | | | | | summary field. This allows easier identifying of which version has been restored. (FS#2522) | ||
* | Remove references to (un)?subscribens. | Adrian Lang | 2011-10-30 |
| | |||
* | bind security token to username | Andreas Gohr | 2011-10-15 |
| | | | | | | | 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). | ||
* | fullscreen media manager | Kate Arzamastseva | 2011-06-09 |
| | |||
* | Check permissions + security token in lock + draft modification FS#2265 | Michael Hamann | 2011-05-24 |
| | | | | | | | This disables lock and draft creation for pages the user can't edit. It additionally adds a security token to the draft creation and deletion request so - at least for logged in users - drafts can't be created, modified or deleted so easily anymore. | ||
* | execute edit action when draft was specified but no draft exists FS#2240 | Andreas Gohr | 2011-05-02 |
| | |||
* | check manager/admin role earlier for admin plugins FS#2180 | Andreas Gohr | 2011-03-04 |
| | |||
* | deleted redundant line | Anika Henke | 2011-02-22 |
| | |||
* | Change sitemap filename to sitemap.xml(.gz). Closes FS#2127 | Guillaume Turri | 2011-01-03 |
| | |||
* | Delete superfluous assignment created by the last commit | Michael Hamann | 2010-12-13 |
| | |||
* | Copy changes from ajax_lock to act_draftsave | Michael Hamann | 2010-12-12 |
| | |||
* | Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3 | Michael Hamann | 2010-11-29 |
| | | | | | | As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline. | ||
* | Send 403 header for permission denied screens when send404 is enabled | Robin Getz | 2010-11-20 |
| | |||
* | Handle do=check before ACL checking | Robin Getz | 2010-11-20 |
| | |||
* | Merge remote branch 'origin/master' into sitemap | Michael Hamann | 2010-10-10 |
|\ | |||
| * | Add back globals for templates | Adrian Lang | 2010-09-29 |
| | | |||
| * | Small fixes / cleanup | Adrian Lang | 2010-09-28 |
| | | |||
* | | Action handler for sitemaps improved | Michael Hamann | 2010-09-22 |
| | | | | | | | | | | The action handler for the sitemap now makes use of the sitemapper methods for determining the filename and uses http conditional requests. | ||
* | | Transformed the sitemapper into a class | Michael Hamann | 2010-09-22 |
| | | | | | | | | This makes it possible to autoload the sitemapper when needed. | ||
* | | Sitemap rewrite | Michael Hamann | 2010-09-22 |
|/ | |||
* | make use of tpl_get_action in tpl_actiondropdown FS#2005 | Andreas Gohr | 2010-08-27 |
| | |||
* | do not require special permissions to look at index FS#1720 | Andreas Gohr | 2010-06-27 |
| |