Skip to content
Snippets Groups Projects
  1. Apr 13, 2018
    • 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 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
  2. Apr 12, 2018
  3. Apr 11, 2018
    • Andreas Gohr's avatar
      shortened new search configs · 13ce475d
      Andreas Gohr authored
      shorter names are more in line with what we already use, makes less
      layout problems in the documentation and is easier to type when telling
      people about it.
      13ce475d
  4. Apr 10, 2018
  5. Apr 05, 2018
  6. Mar 29, 2018
  7. Mar 28, 2018
  8. Mar 27, 2018
Loading