Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Sitemapper code improved and documentation added | Michael Hamann | 2010-09-22 |
| | | | | | Removed some calls to dbglog, improved the code performance and added documentation for all functions and classes of the Sitemapper. | ||
* | Restructured the sitemapper | Michael Hamann | 2010-09-22 |
| | |||
* | 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 |
| | |||
* | Work around WebKit bug: newlines at the end of input values are removed. | Adrian Lang | 2010-09-22 |
| | | | | In WebKit, newlines at the end of input field’s value parameters are removed. This breaks $PRE, so we protect those new lines with a dot and later remove the dot. | ||
* | Add tpl_getLang function | Adrian Lang | 2010-09-22 |
| | |||
* | Remove odd .htaccess | Adrian Lang | 2010-09-20 |
| | | | | Neither I nor Andi has any idea what this file is for and why it explicitly //grants// permission and why its documentation is wrong. | ||
* | Merge branch 'master' of git@github.com:splitbrain/dokuwiki | Christopher Smith | 2010-09-18 |
|\ | |||
| * | Write the debug log only when debugging is enabled | Michael Hamann | 2010-09-18 |
| | | | | | | | | | | | | The debug log isn't automatically cleaned so don't write to it when debugging is disabled and thus nobody is aware that debug output might be generated. | ||
* | | #1797 fix ptype stack to properly close and reopen <p> elements | Christopher Smith | 2010-09-18 |
|/ | |||
* | Corrected contact email of Andreas Haerter | Michael Hamann | 2010-09-18 |
| | |||
* | fixed indention | Andreas Gohr | 2010-09-17 |
| | |||
* | gather namespace stats in popularity plugin | Andreas Gohr | 2010-09-17 |
| | |||
* | Show digest time in actual subscription listing | Adrian Lang | 2010-09-16 |
| | |||
* | use background image based data security check in admin | Andreas Gohr | 2010-09-09 |
| | |||
* | image based data security check in the installer FS#2020 | Andreas Gohr | 2010-09-09 |
| | | | | | should we replace the previous javascript based check in the admin interface with this one as well? | ||
* | check data directory security FS#2020 | Andreas Gohr | 2010-09-09 |
| | | | | | | | | | This is a javascript based check, executed from the admin menu. If the data directory is readable, a warning is displayed. Doing this check in JavaScript makes sure we have a real client side test (opposed to the check executed from ?do=check) Question: should this be localized? | ||
* | display DokuWiki version in admin menu | Andreas Gohr | 2010-09-09 |
| | | | | Template authors might need to adjust their CSS | ||
* | Russian language update | Aleksandr Selivanov | 2010-09-07 |
| | |||
* | More emphasis test cases from bug reports | Adrian Lang | 2010-08-31 |
| | |||
* | Fix table tests according to 6606d6fc9f9 | Adrian Lang | 2010-08-31 |
| | |||
* | fixed page lookup when useheading is disabled | Andreas Gohr | 2010-08-29 |
| | | | | this was broken by d0bdf7659fce98c2922b151766d51d5c7e8814d6 | ||
* | release preparations | Andreas Gohr | 2010-08-29 |
| | |||
* | fixed namespace subscription file location FS#2013 | Andreas Gohr | 2010-08-29 |
| | | | | | | If you subscribed to namespaces other than the root namespace using the new develonly subscription feature you'll need to renew your subscriptions. | ||
* | don't load disabled plugins FS#1990 | Andreas Gohr | 2010-08-29 |
| | |||
* | I'm not the only copyright holder | Andreas Gohr | 2010-08-29 |
| | |||
* | GeSHi updated to 1.0.8.8 | Andreas Gohr | 2010-08-29 |
| | |||
* | added missing keeptxt option to universal search FS#2014 | Andreas Gohr | 2010-08-29 |
| | |||
* | make use of tpl_get_action in tpl_actiondropdown FS#2005 | Andreas Gohr | 2010-08-27 |
| | |||
* | Do not allow empty strings as superuser or manager FS#2009 | Andreas Gohr | 2010-08-27 |
| | |||
* | Finish language update | Otto Vainio | 2010-08-27 |
| | |||
* | allow empty values for emails in config manager FS#2012 | Andreas Gohr | 2010-08-27 |
| | |||
* | fixed username detection in dwpage FS#2011 | Andreas Gohr | 2010-08-27 |
| | |||
* | Use namespace filter in quicksearch with empty search term | Adrian Lang | 2010-08-20 |
| | |||
* | Dutch language update | Timon Van Overveldt | 2010-08-20 |
| | |||
* | Serbian language update | Miroslav Šolti | 2010-08-20 |
| | |||
* | Turkish language update | ks780 | 2010-08-20 |
| | |||
* | The multiuploader applet is licensed under the MIT. | Tanguy Ortolo | 2010-08-14 |
| | |||
* | Try to fix broken tables | Adrian Lang | 2010-08-13 |
| | |||
* | clean up table parser handler | Adrian Lang | 2010-08-13 |
| | |||
* | fixed locktimer/draft saving on new pages | Andreas Gohr | 2010-08-11 |
| | | | | When creating new pages, no date field is added in the edit form. | ||
* | Ignore small & own changes in digest & list mails | Adrian Lang | 2010-08-10 |
| | |||
* | Italian language update | osman tekin | 2010-08-09 |
| | |||
* | remove accesskey once a JS handler was registered FS#2007 | Andreas Gohr | 2010-08-09 |
| | |||
* | Fix variable name in ldap retrieveUsers | Adrian Lang | 2010-08-09 |
| | |||
* | Fix german subscription form translation | Adrian Lang | 2010-08-06 |
| | |||
* | Rewrite mimetype (faster, shorter, no PHP Notice) | Adrian Lang | 2010-08-06 |
| | |||
* | Convenience function in HTTPClient | Andreas Gohr | 2010-08-02 |
| | | | | | The new dget() method works accepts URL parameters as associative array (like the post() method). | ||
* | Fix currentTarget in fixevent | Adrian Lang | 2010-08-02 |
| |