summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #644 from dokuwiki-translate/lang_update_215Andreas Gohr2014-04-06
|\ | | | | Translation update (sl)
| * 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
| |
* | Merge pull request #642 from flashmob/closing_tags_fixAndreas Gohr2014-04-03
|\ \ | |/ |/| fixed unclosed tags in some language translations
| * fixed unclosed tags in some language translationsClomode2014-04-03
|/
* Merge pull request #639 from dokuwiki-translate/lang_update_211Andreas Gohr2014-04-01
|\ | | | | Translation update (id)
| * translation updateArif Budiman2014-04-01
|/
* Merge pull request #635 from dokuwiki-translate/lang_update_204Andreas Gohr2014-03-26
|\ | | | | Translation update (es)
| * translation updateFernando2014-03-26
|/
* Merge pull request #633 from dokuwiki-translate/lang_update_193Andreas Gohr2014-03-24
|\ | | | | Translation update (fr)
| * 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
| * | update unittests for THEAD rulesChristopher Smith2014-03-16
| | |
| * | 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
| |\|
| * | Merge pull request #390 from splitbrain/tablethead_chrisGerrit Uitslag2013-10-18
| |\ \ | | | | | | | | multi-row THEAD & tests
| | * | swap order ot test parameters to match expected,actual as per documentation ↵Christopher Smith2013-10-18
| | | | | | | | | | | | | | | | & test output
| | * | update tests for use with <THEAD> changesChristopher Smith2013-10-18
| | | |
| | * | 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 #607 from splitbrain/osx_io_rmdir_testAndreas Gohr2014-03-24
|\ \ \ | | | | | | | | fix io_rmdir_test::test_nopes() for symlinks in paths
| * | | fix io_rmdir_test::test_nopes() for symlinks in pathsChristopher Smith2014-03-12
| | |/ | |/|
* | | 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
| * | | remove test expectation for E_USER_WARNINGChristopher Smith2014-03-13
| | | |
| * | | 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
| |/ /
* | | Merge pull request #629 from bubblun/masterDominik Eckelmann2014-03-21
|\ \ \ | | | | | | | | Fixed spelling in lang.php
| * | | Fixed spelling in lang.phpMarcel Bischoff2014-03-21
|/ / / | | | | | | | | | | | | Changed "Erweitertet" to "Erweitert" since the word "Erweitertet" does not exist, see: http://www.duden.de/suchen/dudenonline?s=erweitertet Also, see leo.org translation for "advanced" to german: http://dict.leo.org/ende/index_de.html#/search=advanced&searchLoc=0&resultOrder=basic&multiwordShowSingle=on
* | | Merge pull request #622 from splitbrain/disablefeedAndreas Gohr2014-03-19
|\ \ \ | | | | | | | | allow disabling the rss feed
| * | | add visibility and PHPDocs to config plugin classGerrit Uitslag2014-03-19
| | | |
| * | | add 404 status header to feed disabledGerrit Uitslag2014-03-18
| | | |
| * | | added config stuff for disabling RSSAndreas Gohr2014-03-18
| | | |
| * | | allow disabling the rss feedGerrit Uitslag2014-03-18
| | | |
* | | | fixed media icons in recent changes. closes #625Andreas Gohr2014-03-19
| | | |
* | | | Merge pull request #616 from splitbrain/stripsourcemapsChristopher Smith2014-03-18
|\ \ \ \ | | | | | | | | | | strip sourcemaps in CSS and JS #601
| * | | | strip sourcemaps in CSS and JS #601Andreas Gohr2014-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | source maps are invalid for our dispatched sources and may even cause problems. this makes sure any sourcemap declarations are stripped from the output
* | | | | Merge pull request #586 from splitbrain/jqueryupdateChristopher Smith2014-03-18
|\ \ \ \ \ | | | | | | | | | | | | JQuery Update
| * | | | | fixed online comment strippingAndreas Gohr2014-03-05
| | | | | |
| * | | | | strip sourcemaps after updateAndreas Gohr2014-03-05
| | | | | |
| * | | | | updated jquery-migrate to v1.2.1Andreas Gohr2014-03-05
| | | | | |
| * | | | | fix single line comments in CSS compressionAndreas Gohr2014-03-05
| | | | | | | | | | | | | | | | | | | | | | | | double slashes in url() always have to be ignored
| * | | | | added (failing) test case for broken jquery ui compressionAndreas Gohr2014-03-05
| | | | | |
| * | | | | updates jquery and jquery uiAndreas Gohr2014-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we now pull jQuery directly from jquery's CDN instead of google because google serves slightly outdated versions under the /1/ branch The updated smoothness theme currently breaks compression. Haven't figured out why, yet.
* | | | | | Merge pull request #623 from dokuwiki-translate/lang_update_154Andreas Gohr2014-03-18
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Translation update (no)