Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | removed deprecated html_attbuild() | Anika Henke | 2013-11-04 |
| | |||
* | removed deprecated tpl_getFavicon() | Anika Henke | 2013-11-04 |
| | |||
* | removed loading of deprecated RTL styles | Anika Henke | 2013-11-04 |
| | |||
* | removed deprecated third param of cleanID() | Anika Henke | 2013-11-04 |
| | |||
* | localize some meta header titels. Fixes FS#2409 | Gerrit Uitslag | 2013-10-31 |
| | |||
* | compatibility functions for missing ctype extension FS#2873 | Andreas Gohr | 2013-10-30 |
| | |||
* | Fix the media usage index to include local links | Michael Hamann | 2013-10-29 |
| | |||
* | translation update | Robert Bogenschneider | 2013-10-29 |
| | |||
* | translation update | Ahmad Abd-Elghany | 2013-10-28 |
| | |||
* | Merge pull request #395 from splitbrain/FS#2867 | Andreas Gohr | 2013-10-28 |
|\ | | | | | FS#2867, ACL processing may fail with utf-8 characters which include byte 'A0'. | ||
| * | replace \s, \S with [ \t], [^ \t] in regexs used with acls | Christopher Smith | 2013-10-21 |
| | | |||
* | | Fix issues from teams:i18n:translation-check in localizations | Gerrit Uitslag | 2013-10-27 |
| | | |||
* | | translation update | Remon | 2013-10-25 |
| | | |||
* | | Mailer: avoid overlong headers in content ids FS#2868 | Andreas Gohr | 2013-10-22 |
| | | |||
* | | translation update | Mustafa Aslan | 2013-10-22 |
|/ | |||
* | Merge pull request #392 from dokuwiki-translate/lang_update_404 | Andreas Gohr | 2013-10-21 |
|\ | | | | | Translation update (he) | ||
| * | translation update | Roy Zahor | 2013-10-21 |
| | | |||
* | | translation update | Jens Hyllegaard | 2013-10-21 |
|/ | |||
* | Fix handling of the legacy subscription action name | Michael Hamann | 2013-10-20 |
| | |||
* | Merge pull request #381 from splitbrain/jpegmetafixes | Andreas Gohr | 2013-10-20 |
|\ | | | | | Jpegmeta fixes | ||
| * | fix some Only vars assigned by reference | Gerrit Uitslag | 2013-10-16 |
| | | |||
| * | fixed some errors indicated by IDEA | Gerrit Uitslag | 2013-10-16 |
| | | |||
* | | fix proxy CONNECT where HTTP 1.1 answer is given | Andreas Gohr | 2013-10-20 |
| | | |||
* | | Merge pull request #380 from splitbrain/phpstrict | Andreas Gohr | 2013-10-20 |
|\ \ | | | | | | | Php strict | ||
| * | | use preg_replace_callback instead of '/e' flag when encoding quoated ↵ | Christopher Smith | 2013-10-19 |
| | | | | | | | | | | | | printable ('/e' regex flag deprecated in PHP5.5) | ||
| * | | refactor to avoid php notice and match structure of rest of p_get_renderer() | Christopher Smith | 2013-10-16 |
| | | | |||
| * | | initialize $inParagraph before use | Christopher Smith | 2013-10-16 |
| | | | |||
| * | | replace boolean conditional checks on possibly uninitialized vars with ↵ | Christopher Smith | 2013-10-16 |
| | | | | | | | | | | | | \!empty/empty/isset as appropriate | ||
| * | | update for deprecated '/e' flag in preg_replace (php 5.5) | Christopher Smith | 2013-10-16 |
| | | | |||
| * | | output of fread is string, but recognized as object. Fixed assign by ref | Gerrit Uitslag | 2013-10-15 |
| | | | |||
| * | | fix signatures and old by references | Gerrit Uitslag | 2013-10-15 |
| | | | |||
| * | | not assign object from plugin_load by reference | Gerrit Uitslag | 2013-10-15 |
| | | | |||
| * | | fix php strict and remove double duplicated code of renderer plugin loader | Gerrit Uitslag | 2013-10-15 |
| | | | |||
| * | | fix php strict notices | Gerrit Uitslag | 2013-10-15 |
| |/ | |||
* | | Fix FS#2854: Treat numerically different keys as different | Michael Hamann | 2013-10-19 |
| | | |||
* | | Merge pull request #389 from splitbrain/comment_fixes | Andreas Gohr | 2013-10-19 |
|\ \ | | | | | | | comment improvements | ||
| * | | comment improvements | Christopher Smith | 2013-10-18 |
| | | | |||
* | | | Merge pull request #384 from splitbrain/lang_in_tests | Andreas Gohr | 2013-10-19 |
|\ \ \ | | | | | | | | | Fix missing values in unittest harness | ||
| * | | | Ensure language strings are reloaded for each unit test | Christopher Smith | 2013-10-16 |
| | |/ | |/| | |||
* | | | Merge pull request #382 from splitbrain/visibilityPHPDocs | Andreas Gohr | 2013-10-19 |
|\ \ \ | | | | | | | | | Visibility php docs | ||
| * | | | phpdocs plugins util and controller | Gerrit Uitslag | 2013-10-15 |
| | | | | |||
| * | | | inc/search.php phpdocs | Gerrit Uitslag | 2013-10-15 |
| | | | | |||
| * | | | update phpdocs inc/search.php | Gerrit Uitslag | 2013-10-15 |
| | | | | |||
| * | | | improve visibility and PHPdocs of plugin controller | Gerrit Uitslag | 2013-10-15 |
| |/ / | |||
* | | | Merge pull request #383 from dokuwiki-translate/lang_update_398 | Andreas Gohr | 2013-10-19 |
|\ \ \ | |_|/ |/| | | Translation update (zh) | ||
| * | | translation update | Yangyu Huang | 2013-10-16 |
| |/ | |||
* | | Merge pull request #385 from dokuwiki-translate/lang_update_399 | Andreas Gohr | 2013-10-17 |
|\ \ | | | | | | | Translation update (da) | ||
| * | | translation update | Soren Birk | 2013-10-17 |
| |/ | |||
* / | translation update | Soren Birk | 2013-10-17 |
|/ | |||
* | Merge pull request #371 from splitbrain/FS#2837cookiepath | Andreas Gohr | 2013-10-13 |
|\ | | | | | Use in cookie a correct path, added DOKU_COOKIEPATH to js constants |