summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* 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
| |\| |
| * | | add <THEAD> to top rows of tables when all cells are <TH>Christopher Smith2013-10-18
| | | |
| * | | Wrap thead around 1st row, when 1st cell at 1st row is tableheader. ↵Gerrit Uitslag2013-10-17
| | | | | | | | | | | | | | | | Implements FS#1764
* | | | Merge pull request #613 from splitbrain/detail_charset_fixAndreas Gohr2014-03-24
|\ \ \ \ | | | | | | | | | | Add encoding fix to tpl_img_getTag()
| * | | | Add encoding fix to tpl_img_getTag()Christopher Smith2014-03-13
| | |/ / | |/| | | | | | | | | | | | | | | | | | Run jpeg meta tags through cleanText for a conversion to UTF-8 from latin-1 if possible. MediaManager already uses this conversion. Addresses a side issue of FS#1988
* | | | Merge pull request #614 from splitbrain/renderer_graceful_fallback_bugfixAndreas Gohr2014-03-24
|\ \ \ \ | | | | | | | | | | Fix a couple of issues with PR#571
| * | | | Fix a couple of issues with PR#571Christopher Smith2014-03-13
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. renderer validity checks were too stringent for plugins, format should only need to be checked when mode is 'xhtml' 2. E_USER_WARNING message should now be obsolete, its previous use was to generate a warning when 'xhtml' rendering failed. PR#571 insures 'xhtml' rendering always succeeds.
* | | | Merge pull request #612 from splitbrain/improve_double_quote_matchingAndreas Gohr2014-03-24
|\ \ \ \ | | | | | | | | | | improvements to double quote matching
| * | | | improvements to double quote matchingChristopher Smith2014-03-13
| |/ / /