Skip to content
Snippets Groups Projects
  1. Apr 23, 2018
  2. Apr 22, 2018
  3. Apr 20, 2018
  4. Apr 19, 2018
  5. Apr 18, 2018
  6. Apr 17, 2018
  7. Apr 15, 2018
  8. Apr 14, 2018
  9. Apr 13, 2018
    • Andreas Gohr's avatar
      Merge pull request #2310 from dokuwiki-translate/lang_update_802_1523641083 · 62035cbb
      Andreas Gohr authored
      Translation update (hr)
      62035cbb
    • Davor Turkalj's avatar
      translation update · 7d515db4
      Davor Turkalj authored
      7d515db4
    • Michael Große's avatar
      fix(HTTPClient): add handling for 204: No Content responses · 079e0137
      Michael Große authored
      This fixes a bug that would occur if the DokuHTTPClient receives a 204
      response, e.g. as a result for a request to delete something. It would
      still try to read the body, which fails, thus producing a timeout and
      finally throwing an exception.
      
      This fix instructs the HTTPClient to not read the (not existing) body if
      it receives a 204.
      079e0137
    • Andreas Gohr's avatar
      manual GeSHi patch applied · a851f92d
      Andreas Gohr authored
      monkey patched GeSHi/geshi-1.0#104
      a851f92d
    • Andreas Gohr's avatar
      relax geshi options a bit more · 54f741e8
      Andreas Gohr authored
      Quotes are now optional, the options are spearated by space
      54f741e8
    • Andreas Gohr's avatar
      Merge pull request #2306 from splitbrain/fixPageLookupDisplay · 40bf4d4d
      Andreas Gohr authored
      bring back the namespace in braces for pagelookup results
      40bf4d4d
    • Andreas Gohr's avatar
      Merge branch 'private_testing' into geshi_features · a31af593
      Andreas Gohr authored
      * private_testing: (375 commits)
        make testing of inaccessible methods easier
        updated composer dependencies
        renamed ActionRouter::checkPermissions to checkPreconditions
        shortened new search configs
        Section edit: corrected pattern 'SEC_EDIT_PATTERN'
        fix regex character class. fixes #2301
        fix: switch extensions if stylesheet in style.ini doesn't exist
        refactor: rename and move function to set $JSINFO
        typo. capital P for class name
        fix: add missing global $ACT for $JSINFO
        refactor: use native json_encode for $JSINFO
        refactor: rename JSINFO.DOKU_UHN and JSINFO.DOKU_UHC
        refactor: extract $JSINFO initialization into tpl_ function
        refactor: rename dta and dtb parameters
        doc(search): parameter must be string or false
        doc(search): highlight is expected to be an array
        show adavanced tools with JavaScript only
        adjusted language files to remove outdated string
        removed sub header from all languages
        added aria attributes
        ...
      a31af593
    • Andreas Gohr's avatar
      make testing of inaccessible methods easier · 210ff133
      Andreas Gohr authored
      While it's generally frowned upon testing privates, it can often be
      useful and the easier way to write tests. Eg you want to test something
      complicated method that is important, but you do not want to expose it
      directly to other classes...
      
      This new method uses reflection to make access to such methods possible
      from within tests without the need for intermediate classes.
      210ff133
    • Andreas Gohr's avatar
      updated composer dependencies · 43d3f077
      Andreas Gohr authored
      43d3f077
Loading