summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* Indexer improvement: Only write the words index when neededMichael Hamann2010-11-15
| | | | | | | | This adds a simple boolean variable that tracks if new words have been added. When editing a page in many cases all words have already been used somewhere else or just one or two words are new. Until this change all words indexes read were always written, now only the changed ones are written. The overhead of the new boolean variable should be low.
* Indexer improvement: replace _freadline by fgetsMichael Hamann2010-11-15
| | | | | | | In PHP versions newer than 4.3.0 fgets reads a whole line regardless of its length when no length is given. Thus the loop in _freadline isn't needed. This increases the speed significantly as _freadline was called very often.
* Indexer speed improvement: joined array vs. single linesMichael Hamann2010-11-15
| | | | | | | | From my experience with a benchmark of the indexer it is faster to first join the array of all index entries and then write them back together instead of writing every single entry. This might increase memory usage, but I couldn't see a significant increase and this function is also only used for the small index files, not for the large pagewords index.
* Use native PHP JSON functions when availableMichael Hamann2010-11-15
|
* improved some metadata commentsDominik Eckelmann2010-11-13
|
* FS#2079: always show profile and subscribe links/buttonsAnika Henke2010-11-13
|
* Introduce metadata write wrapper p_save_metadataAdrian Lang2010-11-13
| | | | p_purge_metadata now updates the metadata cache and the INFO array like the other metadata writing functions
* Simpler ID trimmingAdrian Lang2010-11-13
|
* Remove metadata conversion from 0a7e3bce (2006-11-26)Adrian Lang2010-11-13
|
* Merge branch 'master' of github.com:splitbrain/dokuwikiAnika Henke2010-11-12
|\
| * Merge branch 'sitemap'Michael Hamann2010-11-12
| |\
| | * Only add successfully created sitemap items to the sitemapMichael Hamann2010-11-02
| | |
| | * Merge branch 'master', remote branch 'sitemap/master'Michael Hamann2010-11-02
| | |\
| | | * Merge remote branch 'origin/master' into sitemapMichael Hamann2010-10-10
| | | |\
| | | * | 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.
| | | * | Restructured the sitemapperMichael Hamann2010-09-22
| | | | |
| | | * | Transformed the sitemapper into a classMichael Hamann2010-09-22
| | | | | | | | | | | | | | | | | | | | This makes it possible to autoload the sitemapper when needed.
| | | * | Sitemap rewriteMichael Hamann2010-09-22
| | | | |
* | | | | FS#1839: take favicon from mediadir (if it exists)Anika Henke2010-11-12
|/ / / /
* | | | Merge branch 'master' of github.com:splitbrain/dokuwikiAnika Henke2010-11-07
|\ \ \ \
| * | | | Chinese Language updateChoicky Chou2010-11-07
| | | | |
| * | | | handle mailfrom replacements in a central place FS#2091Andreas Gohr2010-11-05
| |/ / /
| * | | Fix XSS vulnerability FS#2085Vadim Nevorotin2010-10-31
| | | |
* | | | make custom buttons possible with html_btn() without the need of global ↵Anika Henke2010-11-07
|/ / / | | | | | | | | | $lang (more consistent with tpl_pagelink())
* | | Merge remote branch 'lupo49/master'Andreas Gohr2010-10-30
|\ \ \
| * | | de-informal / typo fixMatthias Schulte2010-10-27
| | | | | | | | | | | | | | | | de / typo fix
| * | | de / typo fixedMatthias Schulte2010-10-27
| | | |
* | | | Basque language updateInko I.A2010-10-30
|/ / /
* | | Fix SafeFN-encoded file namesAdrian Lang2010-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 indexAndreas Gohr2010-10-26
| | |
* | | Fix sorting of quicksearch resultsAdrian Lang2010-10-24
| | |
* | | fixed missing globalAndreas Gohr2010-10-24
| | |
* | | detect corrupt title indexes FS#2076Andreas Gohr2010-10-24
| | |
* | | Correctly decode user names in unsubscriptionsAdrian Lang2010-10-22
| | |
* | | Correctly decode user names in subscriptionsAdrian Lang2010-10-21
| | |
* | | Chinese language updatelainme2010-10-19
| | |
* | | Portuguese language updateAndré Neves2010-10-19
| | |
* | | remove deprecated scriptify() mechanismAndreas Gohr2010-10-18
| | |
* | | removed deprecated index update functionAndreas Gohr2010-10-18
| | |
* | | print LDAP group debugging even on success (like for user debug)Andreas Gohr2010-10-18
| | |
* | | Fix subscription lockingAdrian Lang2010-10-18
| | | | | | | | | | | | | | | - use directories since working with them is atomic - delete stale locks after 5 minutes
* | | Fix language encodingsAdrian Lang2010-10-18
| | |
* | | Merge remote branch 'tstaerk/master'Andreas Gohr2010-10-17
|\ \ \
| * | | explaining what Doku_Parser_Mode_formatting does: it sets markupThorsten Staerk2010-10-17
| | | |
| * | | give a description for a functionThorsten Staerk2010-10-16
| | |/ | |/|
* | | Latin translation addedMassimiliano Vassalli2010-10-17
| | | | | | | | | | | | | | | | | | | | | | | | I used the Latin of the first century B.C., so the word are written as Cicero wrote: for example there isn't the 'v' letter unless in capital form and if the word ending in -uus or -uum, I wrote -uos and -uom. This form of Latin, as I said, is that of the classic authores as Cicero, Caesar, Sallustius etc...
* | | Hindi language updateYagnesh Desai2010-10-17
| | |
* | | Danish language updateKalle Sommer Nielsen2010-10-17
| | |
* | | Finnish language updateOtto Vainio2010-10-17
| | |