summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* Merge remote branch 'origin/master' into sitemapMichael Hamann2010-10-10
|\
| * Merge remote branch 'lupo49/master'Andreas Gohr2010-10-08
| |\ | | | | | | | | | | | | Conflicts: inc/lang/de-informal/lang.php
| | * added new fileMatthias Schulte2010-10-07
| | |
| | * changed a word to german translationMatthias Schulte2010-10-07
| | |
| | * typo fixedMatthias Schulte2010-10-07
| | |
| | * typo fixedMatthias Schulte2010-10-07
| | |
| | * Added subscr_digest.txtMatthias Schulte2010-10-07
| | |
| | * added date strings at the endMatthias Schulte2010-10-07
| | |
| | * Added subscription stringsMatthias Schulte2010-10-07
| | |
| | * fixed line terminationlupo492010-10-06
| | |
| | * typos fixed / added new stringslupo492010-10-06
| | |
| * | Fix page name lookup in searchAdrian Lang2010-10-08
| | | | | | | | | | | | The page name lookup only checked whether the namespace part occured in the page name and dropped all other search criteria. Moreover, cleaning is not necessary anymore as ft_pageLookup does this itself.
| * | Slovak language updateMartin Michalek2010-10-07
| | |
| * | - update urlsElan Ruusamäe2010-10-07
| | |
| * | - fix phpdocElan Ruusamäe2010-10-07
| | |
| * | - spelling fixesElan Ruusamäe2010-10-07
| | |
| * | Add back subscribens link type as empty stringAdrian Lang2010-10-07
| | | | | | | | | | | | This avoids breaking old templates
| * | fixed line terminationlupo492010-10-06
| | |
| * | typos fixed / added new stringslupo492010-10-06
| | |
| * | Latvian language updateAivars Miska2010-10-06
| | |
| * | Merge remote branch 'lupo49/master'Andreas Gohr2010-10-06
| |\|
| | * typo fixedlupo492010-10-06
| | |
| * | Esperanto language updateRobert Bogenschneider2010-10-06
| | |
| * | Polish language updateGrzegorz Żur2010-10-06
| |/
| * Spanish language updateOscar M. Lage2010-10-03
| |
| * FS#1995, add a little defense to avoid warnings caused by bad wikiChristopher Smith2010-10-03
| | | | | | | | syntax
| * Merge branch 'master' of git@github.com:splitbrain/dokuwikiChristopher Smith2010-10-03
| |\
| | * Truncate wiki name in sent mail (FS#2021)Guy Brand2010-10-03
| | |
| * | No need for a self include ;)Christopher Smith2010-10-03
| |/
| * correctly handle highlighting of partial searches FS#1353Andreas Gohr2010-10-03
| |
| * more relaxed recognition of windows share links FS#1991Andreas Gohr2010-10-02
| |
| * FS#1928: Keep mlist file upon page deletion to persist subscribers for later ↵Gina Haeussge2010-10-02
| | | | | | | | | | | | recreation and allow notification of subscribers of page deletion.
| * Merge branch 'master' of github.com:splitbrain/dokuwikiAndreas Gohr2010-10-02
| |\
| | * FS#1353: Only highlight isolated occurences of search term, not those where ↵Gina Haeussge2010-10-02
| | | | | | | | | | | | | | | | | | it's part of another term. Word boundaries are now respected.
| * | Brazilian Portuguese language updateIsaias Masiero Filho2010-10-02
| |/
| * Fixed bug FS2030 JpegMeta dies on parsing XMPHakan Sandell2010-10-02
| |
| * FS#2038: Use GET for the search formGina Haeussge2010-10-02
| |
| * renamed index to sitemap FS#2026Andreas Gohr2010-10-02
| |
| * Informal German language updateMatthias Schulte2010-10-02
| |
| * a more correct fix for FS#2039Andreas Gohr2010-10-02
| |
| * properly encode user wildcard in ACLs FS#2039Andreas Gohr2010-10-02
| |
| * Add back globals for templatesAdrian Lang2010-09-29
| |
| * Small fixes / cleanupAdrian Lang2010-09-28
| |
| * ignore wrong content-encoding header FS#2037Andreas Gohr2010-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/dokuwikiAndreas Gohr2010-09-24
| |\
| | * fixed request server port issue in httpclientai2010-09-17
| | |
| * | Slovak language updateMartin Michalek2010-09-23
| | |
| * | Faroese language updateEinar Petersen2010-09-23
| | |
* | | Action handler for sitemaps improvedMichael Hamann2010-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 addedMichael Hamann2010-09-22
| | | | | | | | | | | | | | | Removed some calls to dbglog, improved the code performance and added documentation for all functions and classes of the Sitemapper.