Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | correctly handle highlighting of partial searches FS#1353 | Andreas Gohr | 2010-10-03 |
| | |||
* | RTL adjustments for config manager FS#2044 | Andreas Gohr | 2010-10-03 |
| | |||
* | coding style changes in plugin manager css | Andreas Gohr | 2010-10-03 |
| | |||
* | RTL adjustments for the ACL manager FS#2046 | Andreas Gohr | 2010-10-03 |
| | |||
* | RTL fixes for the config manager FS#2045 | Andreas Gohr | 2010-10-03 |
| | |||
* | Link wizard starts with the last opened namespace FS#1989 | Michael Hamann | 2010-10-02 |
| | |||
* | Added some 404 handling to lib/exe/detail.php | Andreas Gohr | 2010-10-02 |
| | |||
* | populate $INFO in lib/exe/detail.php FS#2041 | Andreas Gohr | 2010-10-02 |
| | |||
* | coding style cleanup in lib/exe/detail.php | Andreas Gohr | 2010-10-02 |
| | |||
* | Remove trailing whitespace in the link wizard FS#1760 | Michael Hamann | 2010-10-02 |
| | |||
* | more relaxed recognition of windows share links FS#1991 | Andreas Gohr | 2010-10-02 |
| | |||
* | FS#1928: Keep mlist file upon page deletion to persist subscribers for later ↵ | Gina Haeussge | 2010-10-02 |
| | | | | | | recreation and allow notification of subscribers of page deletion. | ||
* | typo fix | Andreas Gohr | 2010-10-02 |
| | |||
* | Merge branch 'master' of github.com:splitbrain/dokuwiki | Andreas Gohr | 2010-10-02 |
|\ | |||
| * | FS#1353: Only highlight isolated occurences of search term, not those where ↵ | Gina Haeussge | 2010-10-02 |
| | | | | | | | | | | | | it's part of another term. Word boundaries are now respected. | ||
* | | Brazilian Portuguese language update | Isaias Masiero Filho | 2010-10-02 |
|/ | |||
* | Fixed bug FS2030 JpegMeta dies on parsing XMP | Hakan Sandell | 2010-10-02 |
| | |||
* | FS#2038: Use GET for the search form | Gina Haeussge | 2010-10-02 |
| | |||
* | renamed index to sitemap FS#2026 | Andreas Gohr | 2010-10-02 |
| | |||
* | Merge branch 'master' of github.com:splitbrain/dokuwiki | Andreas Gohr | 2010-10-02 |
|\ | |||
| * | FS#2034: Removed close button. | Gina Haeussge | 2010-10-02 |
| | | |||
* | | RTL style corrections for the admin interface FS#2029 | Andreas Gohr | 2010-10-02 |
|/ | |||
* | Informal German language update | Matthias Schulte | 2010-10-02 |
| | |||
* | we now maintain our spam blacklist FS#2035 | Andreas Gohr | 2010-10-02 |
| | |||
* | a more correct fix for FS#2039 | Andreas Gohr | 2010-10-02 |
| | |||
* | properly encode user wildcard in ACLs FS#2039 | Andreas Gohr | 2010-10-02 |
| | |||
* | Add note on deactivating warning about opening local link in Firefox | Adrian Lang | 2010-09-30 |
| | |||
* | Add back globals for templates | Adrian Lang | 2010-09-29 |
| | |||
* | Small fixes / cleanup | Adrian Lang | 2010-09-28 |
| | |||
* | ignore wrong content-encoding header FS#2037 | Andreas Gohr | 2010-09-24 |
| | | | | | | | Some servers send a content-encoding for gzip files but do not encode the content themselves. This is IMHO wrong, this patch detects this and ignores the header. The request will return true but set a warning message in $this->error | ||
* | Merge branch 'master' of http://github.com/alice-wl/dokuwiki | Andreas Gohr | 2010-09-24 |
|\ | |||
| * | fixed request server port issue in httpclient | ai | 2010-09-17 |
| | | |||
* | | Slovak language update | Martin Michalek | 2010-09-23 |
| | | |||
* | | Faroese language update | Einar Petersen | 2010-09-23 |
| | | |||
* | | fixed new calls in test cases according to PHP5 conventions | Guy Brand | 2010-09-23 |
| | | |||
* | | 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 |
| |