summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* translation updateFrancesco2014-05-14
|
* translation updateMati2014-05-14
|
* translation updateGerrit Uitslag2014-05-13
|
* translation updateMirko2014-05-13
|
* Merge pull request #701 from dokuwiki-translate/lang_update_19Andreas Gohr2014-05-13
|\ | | | | Translation update (tr)
| * translation updateilker rifat kapaç2014-05-13
| |
* | translation updatelainme2014-05-13
|/
* doc block updatesAndreas Gohr2014-05-10
|
* translation updateHideaki SAWADA2014-05-10
|
* translation updateLuka Lejava2014-05-08
|
* translation updateLuka Lejava2014-05-07
|
* translation updateHoisl2014-05-06
|
* add defaults to phpdocs of search universalGerrit Uitslag2014-05-05
|
* Merge pull request #618 from splitbrain/cache_and_cachetimeAndreas Gohr2014-05-04
|\ | | | | Fix longstanding issue with cache class & cachetime setting
| * adjust logic of caching comments for _nocacheChristopher Smith2014-03-17
| |
| * Fix longstanding issue with cache class & cachetime settingChristopher Smith2014-03-16
| | | | | | | | | | | | | | | | | | | | | | | | 1. cachetime setting should only be applied to the cache_renderer class. Previously it was applied to cache_parser (and by extension cache_handler). 2. two special cachetime values, -1 & 0, weren't handled, per FS#2183 To handle the cachetime setting, -1, disable caching, a new property _nocache is added. When that property is true, any cache file must not be used and storecache() should not store any values
* | Merge pull request #672 from dokuwiki-translate/lang_update_274Andreas Gohr2014-05-04
|\ \ | | | | | | Translation update (ka)
| * | translation updateLuka Lejava2014-05-03
| | |
* | | Merge pull request #671 from dokuwiki-translate/lang_update_273Andreas Gohr2014-05-04
|\ \ \ | | | | | | | | Translation update (fr)
| * | | translation updateDavid VANTYGHEM2014-05-02
| |/ /
* / / translation updateDavid VANTYGHEM2014-05-02
|/ /
* | add new valid() method to $INPUT #667Andreas Gohr2014-04-30
| |
* | Merge pull request #664 from dokuwiki-translate/lang_update_259Andreas Gohr2014-04-30
|\ \ | | | | | | Translation update (ko)
| * | translation updateMyeongjin2014-04-27
| | |
* | | Fix https proxy authentication, the header was missing a colon so thatAlex2014-04-29
|/ / | | | | | | the auth info was not working.
* | Merge pull request #661 from dokuwiki-translate/lang_update_243Anika Henke2014-04-26
|\ \ | | | | | | Translation update (ko)
| * | translation updateMyeongjin2014-04-22
| | |
* | | translation updateВладимир2014-04-25
|/ /
* | Merge pull request #658 from dokuwiki-translate/lang_update_235Andreas Gohr2014-04-16
|\ \ | | | | | | Translation update (es)
| * | translation updateAntonio Bueno2014-04-16
| | |
* | | Merge remote-tracking branch 'origin/master'Gerrit Uitslag2014-04-16
|\| |
| * | Merge pull request #655 from dokuwiki-translate/lang_update_230Anika Henke2014-04-16
| |\ \ | | | | | | | | Translation update (zh)
| | * | translation updateqinghao2014-04-12
| | | |
| * | | translation updateEloy2014-04-11
| |/ /
* / / use plaintext authornames in diff navigation dropdownsGerrit Uitslag2014-04-16
|/ /
* | translation updateRobert Bogenschneider2014-04-10
| |
* | our code may only throw user errorsAndreas Gohr2014-04-09
| |
* | Bulgarian language updateNEOhidra2014-04-06
| |
* | translation updateJernej Vidmar2014-04-05
| |
* | Merge pull request #641 from dokuwiki-translate/lang_update_212Andreas Gohr2014-04-03
|\ \ | | | | | | Translation update (ko)
| * | translation updateYoung gon Cha2014-04-03
| | |
* | | fixed unclosed tags in some language translationsClomode2014-04-03
|/ /
* | translation updateArif Budiman2014-04-01
| |
* | translation updateFernando2014-03-26
| |
* | translation updateggallon2014-03-24
| |
* | Merge pull request #608 from splitbrain/updateTuple_refactorMichael Hamann2014-03-24
|\ \ | | | | | | Refactor updateTuple()
| * | Refactor updateTuple()Christopher Smith2014-03-12
| | | | | | | | | | | | | | | The existing function was difficult to follow. It worked when adding a new tuple, but not in the most sensible manner.
* | | Merge pull request #387 from splitbrain/tabletheadAndreas Gohr2014-03-24
|\ \ \ | | | | | | | | Adding <thead> to tables
| * | | implement rules for when the top rows of a table qualify for a THEAD elementChristopher Smith2014-03-16
| | | | | | | | | | | | | | | | | | | | | | | | 1. TD < 2 in a row 2. TD <= 50% of total cells 3. Not all table rows can be THEAD rows
| * | | Merge branch 'master' into tabletheadChristopher Smith2014-03-12
| |\| |