Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | translation update | Hideaki SAWADA | 2014-05-10 |
| | |||
* | translation update | Luka Lejava | 2014-05-08 |
| | |||
* | translation update | Luka Lejava | 2014-05-07 |
| | |||
* | translation update | Hoisl | 2014-05-06 |
| | |||
* | add defaults to phpdocs of search universal | Gerrit Uitslag | 2014-05-05 |
| | |||
* | Merge pull request #618 from splitbrain/cache_and_cachetime | Andreas Gohr | 2014-05-04 |
|\ | | | | | Fix longstanding issue with cache class & cachetime setting | ||
| * | adjust logic of caching comments for _nocache | Christopher Smith | 2014-03-17 |
| | | |||
| * | Fix longstanding issue with cache class & cachetime setting | Christopher Smith | 2014-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_274 | Andreas Gohr | 2014-05-04 |
|\ \ | | | | | | | Translation update (ka) | ||
| * | | translation update | Luka Lejava | 2014-05-03 |
| | | | |||
* | | | Merge pull request #671 from dokuwiki-translate/lang_update_273 | Andreas Gohr | 2014-05-04 |
|\ \ \ | | | | | | | | | Translation update (fr) | ||
| * | | | translation update | David VANTYGHEM | 2014-05-02 |
| |/ / | |||
* / / | translation update | David VANTYGHEM | 2014-05-02 |
|/ / | |||
* | | add new valid() method to $INPUT #667 | Andreas Gohr | 2014-04-30 |
| | | |||
* | | Merge pull request #664 from dokuwiki-translate/lang_update_259 | Andreas Gohr | 2014-04-30 |
|\ \ | | | | | | | Translation update (ko) | ||
| * | | translation update | Myeongjin | 2014-04-27 |
| | | | |||
* | | | Fix https proxy authentication, the header was missing a colon so that | Alex | 2014-04-29 |
|/ / | | | | | | | the auth info was not working. | ||
* | | Merge pull request #661 from dokuwiki-translate/lang_update_243 | Anika Henke | 2014-04-26 |
|\ \ | | | | | | | Translation update (ko) | ||
| * | | translation update | Myeongjin | 2014-04-22 |
| | | | |||
* | | | translation update | Владимир | 2014-04-25 |
|/ / | |||
* | | Merge pull request #658 from dokuwiki-translate/lang_update_235 | Andreas Gohr | 2014-04-16 |
|\ \ | | | | | | | Translation update (es) | ||
| * | | translation update | Antonio Bueno | 2014-04-16 |
| | | | |||
* | | | Merge remote-tracking branch 'origin/master' | Gerrit Uitslag | 2014-04-16 |
|\| | | |||
| * | | Merge pull request #655 from dokuwiki-translate/lang_update_230 | Anika Henke | 2014-04-16 |
| |\ \ | | | | | | | | | Translation update (zh) | ||
| | * | | translation update | qinghao | 2014-04-12 |
| | | | | |||
| * | | | translation update | Eloy | 2014-04-11 |
| |/ / | |||
* / / | use plaintext authornames in diff navigation dropdowns | Gerrit Uitslag | 2014-04-16 |
|/ / | |||
* | | translation update | Robert Bogenschneider | 2014-04-10 |
| | | |||
* | | our code may only throw user errors | Andreas Gohr | 2014-04-09 |
| | | |||
* | | Bulgarian language update | NEOhidra | 2014-04-06 |
| | | |||
* | | translation update | Jernej Vidmar | 2014-04-05 |
| | | |||
* | | Merge pull request #641 from dokuwiki-translate/lang_update_212 | Andreas Gohr | 2014-04-03 |
|\ \ | | | | | | | Translation update (ko) | ||
| * | | translation update | Young gon Cha | 2014-04-03 |
| | | | |||
* | | | fixed unclosed tags in some language translations | Clomode | 2014-04-03 |
|/ / | |||
* | | translation update | Arif Budiman | 2014-04-01 |
| | | |||
* | | translation update | Fernando | 2014-03-26 |
| | | |||
* | | translation update | ggallon | 2014-03-24 |
| | | |||
* | | Merge pull request #608 from splitbrain/updateTuple_refactor | Michael Hamann | 2014-03-24 |
|\ \ | | | | | | | Refactor updateTuple() | ||
| * | | Refactor updateTuple() | Christopher Smith | 2014-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/tablethead | Andreas Gohr | 2014-03-24 |
|\ \ \ | | | | | | | | | Adding <thead> to tables | ||
| * | | | implement rules for when the top rows of a table qualify for a THEAD element | Christopher Smith | 2014-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 tablethead | Christopher Smith | 2014-03-12 |
| |\| | | |||
| * | | | add <THEAD> to top rows of tables when all cells are <TH> | Christopher Smith | 2013-10-18 |
| | | | | |||
| * | | | Wrap thead around 1st row, when 1st cell at 1st row is tableheader. ↵ | Gerrit Uitslag | 2013-10-17 |
| | | | | | | | | | | | | | | | | Implements FS#1764 | ||
* | | | | Merge pull request #613 from splitbrain/detail_charset_fix | Andreas Gohr | 2014-03-24 |
|\ \ \ \ | | | | | | | | | | | Add encoding fix to tpl_img_getTag() | ||
| * | | | | Add encoding fix to tpl_img_getTag() | Christopher Smith | 2014-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_bugfix | Andreas Gohr | 2014-03-24 |
|\ \ \ \ | | | | | | | | | | | Fix a couple of issues with PR#571 | ||
| * | | | | Fix a couple of issues with PR#571 | Christopher Smith | 2014-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_matching | Andreas Gohr | 2014-03-24 |
|\ \ \ \ | | | | | | | | | | | improvements to double quote matching | ||
| * | | | | improvements to double quote matching | Christopher Smith | 2014-03-13 |
| |/ / / |