Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | First step to upgrade to SimplePie 1.2 | Guillaume Turri | 2010-11-21 |
| | |||
* | Turkish language update | Caleb Maclennan | 2010-11-20 |
| | |||
* | 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 |
| | |||
* | Add support for inline diff formatting | Robin Getz | 2010-11-20 |
| | | | | | This patch only adds the capability to the Difference Engine lib, not to the user interface, yet. | ||
* | White space fixes only - no functional changes | Robin Getz | 2010-11-20 |
| | |||
* | Merge branch 'later' | Andreas Gohr | 2010-11-20 |
|\ | |||
| * | Deprecate html_attbuild in favor of buildAttributes | Tom N Harris | 2010-10-24 |
| | | |||
* | | Korean language update | YooS C | 2010-11-18 |
| | | |||
* | | Czech language update | Zbyněk Švec | 2010-11-18 |
| | | |||
* | | Improve native JSON usage | Andreas Gohr | 2010-11-18 |
| | | | | | | | | | | | | | | This patch does two things: It makes sure the native json_decode() will honor the JSON_LOOSETYPE option of the class and it also adds way to skip the use of the native function completely. The latter is necessary for slightly non-standard JSON data. | ||
* | | Use native PHP JSON functions when available | Michael Hamann | 2010-11-15 |
| | | |||
* | | improved some metadata comments | Dominik Eckelmann | 2010-11-13 |
| | | |||
* | | FS#2079: always show profile and subscribe links/buttons | Anika Henke | 2010-11-13 |
| | | |||
* | | Introduce metadata write wrapper p_save_metadata | Adrian Lang | 2010-11-13 |
| | | | | | | | | p_purge_metadata now updates the metadata cache and the INFO array like the other metadata writing functions | ||
* | | Simpler ID trimming | Adrian Lang | 2010-11-13 |
| | | |||
* | | Remove metadata conversion from 0a7e3bce (2006-11-26) | Adrian Lang | 2010-11-13 |
| | | |||
* | | Merge branch 'master' of github.com:splitbrain/dokuwiki | Anika Henke | 2010-11-12 |
|\ \ | |||
| * \ | Merge branch 'sitemap' | Michael Hamann | 2010-11-12 |
| |\ \ | |||
| | * | | Only add successfully created sitemap items to the sitemap | Michael Hamann | 2010-11-02 |
| | | | | |||
| | * | | Merge branch 'master', remote branch 'sitemap/master' | Michael Hamann | 2010-11-02 |
| | |\ \ | |||
| | | * \ | Merge remote branch 'origin/master' into sitemap | Michael Hamann | 2010-10-10 |
| | | |\ \ | |||
| | | * | | | 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 |
| | | | | | | |||
* | | | | | | FS#1839: take favicon from mediadir (if it exists) | Anika Henke | 2010-11-12 |
|/ / / / / | |||
* | | | | | Merge branch 'master' of github.com:splitbrain/dokuwiki | Anika Henke | 2010-11-07 |
|\ \ \ \ \ | |||
| * | | | | | Chinese Language update | Choicky Chou | 2010-11-07 |
| | | | | | | |||
| * | | | | | handle mailfrom replacements in a central place FS#2091 | Andreas Gohr | 2010-11-05 |
| |/ / / / | |||
| * | | | | Fix XSS vulnerability FS#2085 | Vadim Nevorotin | 2010-10-31 |
| | | | | | |||
* | | | | | make custom buttons possible with html_btn() without the need of global ↵ | Anika Henke | 2010-11-07 |
|/ / / / | | | | | | | | | | | | | $lang (more consistent with tpl_pagelink()) | ||
* | | | | Merge remote branch 'lupo49/master' | Andreas Gohr | 2010-10-30 |
|\ \ \ \ | |||
| * | | | | de-informal / typo fix | Matthias Schulte | 2010-10-27 |
| | | | | | | | | | | | | | | | | | | | | de / typo fix | ||
| * | | | | de / typo fixed | Matthias Schulte | 2010-10-27 |
| | | | | | |||
* | | | | | Basque language update | Inko I.A | 2010-10-30 |
|/ / / / | |||
* | | | | Fix SafeFN-encoded file names | Adrian Lang | 2010-10-26 |
| | | | | | | | | | | | | | | | | SafeFN encoding now always end the encoding block by appending a dot at the end of the file name. This is necessary since the file name may get an extension which is not encoded. | ||
* | | | | do not strip .txt in namespaces in index | Andreas Gohr | 2010-10-26 |
| | | | | |||
* | | | | Fix sorting of quicksearch results | Adrian Lang | 2010-10-24 |
| | | | | |||
* | | | | fixed missing global | Andreas Gohr | 2010-10-24 |
| | | | | |||
* | | | | detect corrupt title indexes FS#2076 | Andreas Gohr | 2010-10-24 |
| |_|/ |/| | | |||
* | | | Correctly decode user names in unsubscriptions | Adrian Lang | 2010-10-22 |
| | | | |||
* | | | Correctly decode user names in subscriptions | Adrian Lang | 2010-10-21 |
| | | | |||
* | | | Chinese language update | lainme | 2010-10-19 |
| | | | |||
* | | | Portuguese language update | André Neves | 2010-10-19 |
| | | | |||
* | | | remove deprecated scriptify() mechanism | Andreas Gohr | 2010-10-18 |
| | | | |||
* | | | removed deprecated index update function | Andreas Gohr | 2010-10-18 |
| | | | |||
* | | | print LDAP group debugging even on success (like for user debug) | Andreas Gohr | 2010-10-18 |
| | | | |||
* | | | Fix subscription locking | Adrian Lang | 2010-10-18 |
| | | | | | | | | | | | | | | | - use directories since working with them is atomic - delete stale locks after 5 minutes |