Skip to content
Snippets Groups Projects
  1. May 25, 2017
  2. May 24, 2017
  3. May 23, 2017
  4. May 21, 2017
  5. May 19, 2017
    • Andreas Gohr's avatar
      let tpl_action_dropdown use the MobileMenu · 1e875dcd
      Andreas Gohr authored
      1e875dcd
    • Andreas Gohr's avatar
      more doc blocks for the menu system · 368ce258
      Andreas Gohr authored
      368ce258
    • Andreas Gohr's avatar
      Merge branch 'master' into svgpagetools · 49b6e2ff
      Andreas Gohr authored
      * master: (80 commits)
        use composer based library for feed creator #1970
        fixed typo in methodname
        updated GeSHi to 1.0.9.0
        refomatted mail tests to use data provider
        fix error in config manager caused by changes visibility
        Continue if there are no attributes
        avoid dependency tests being marked as risky
        replaced some more each calls
        remove deprecated each() call
        test constructors need to call parent constructor
        use dataprovider in password tests
        removed deprecated blowfish class
        replace some var keywords
        translation update
        PassHash.class.php: in case of brcrypt, use the most recent variant $2y$
        translation update
        Fix Typo in remote API (#1938)
        translation update
        translation update
        translation update
        ...
      49b6e2ff
    • Andreas Gohr's avatar
      added mobile menu · b3680c4f
      Andreas Gohr authored
      This basically reimplements tpl_action_dropdown but makes use of the
      other menus (by setting the context to mobile) and thus still triggers
      the appropriate events. This makes #1598 obsolete.
      
      tpl_action_dropdown (and the other tpl_action* methods) still need to be
      replaced to make use of the new Menu system.
      b3680c4f
    • Andreas Gohr's avatar
      remove unused $category property · 8c51da59
      Andreas Gohr authored
      8c51da59
    • Andreas Gohr's avatar
      use menu for site tools · 2f7a5efd
      Andreas Gohr authored
      this adds an option to print the menu without icons (as we do in the
      dokuwiki template) but icons were added nontheless
      2f7a5efd
    • Andreas Gohr's avatar
      use menu system for user tools · b85a7f3b
      Andreas Gohr authored
      also adjusts styles and adds images
      b85a7f3b
    • Andreas Gohr's avatar
      fixed icons for edit action · 7c844e0e
      Andreas Gohr authored
      7c844e0e
    • Andreas Gohr's avatar
      fixed typo · c3766a92
      Andreas Gohr authored
      c3766a92
    • Andreas Gohr's avatar
      17ef2ab6
    • Andreas Gohr's avatar
      fix base dir for images · c2b9771a
      Andreas Gohr authored
      c2b9771a
    • Andreas Gohr's avatar
      menu SVGs now become proper part of core · 3e2fa388
      Andreas Gohr authored
      all menu items should have a default SVG. Template authors then can
      decide if they want to use them or not.
      
      These are only the page tool SVGs. More need to be added.
      3e2fa388
    • Andreas Gohr's avatar
      beginning of a complete refactoring of the menues · 93b8c351
      Andreas Gohr authored
      This is an attempt to:
      
      * get rid of the super long, complex functions in in/template.php
      * make it easy for plugin authors to add their own items to any
        of our menus, regardless of the used template
      * continue the progress to make use of SVG in the menues
      
      This takes a similar approach as my actionrefactor branch. Originially
      I thought both refactorings could be done in one, merging the
      functionality of DokuWiki actions and the menu items. However I couldn't
      make it work. So instead we have two separate but similar things.
      Maybe they can converge later on.
      93b8c351
  6. May 18, 2017
  7. May 15, 2017
  8. May 13, 2017
  9. May 12, 2017
  10. Apr 24, 2017
  11. Apr 19, 2017
    • Max-Julian Pogner's avatar
      PassHash.class.php: in case of brcrypt, use the most recent variant $2y$ · dd865c4c
      Max-Julian Pogner authored
      This change breaks compatibility with php 5.3.7, but a standing
      requirement for at least php 5.6 is declared in composer.json.
      
      If the php documentation is to be believed, this change increases
      security against pass-the-hash type attacks. (I do not have the knowledge
      to assess the security differences between $2a$ and $2y$).
      
      As a Sidenote: htpasswd shipped with apache2 2.4.10 (and probably,
      other versions), when used with the -B (=bcrypt) option, produces hashes
      marked with $2y$.
      
      Nonewithstanding the actual support or non-support of $2a$ by the
      apache2 'AuthUserFile' directive, the apache 2.4 documentation only
      asserts support for the $2y$ bcrypt variant.
      Therefore, this commit would make it possible for dokuwiki and apache2
      basic authentication to share the same password file, in the case when
      bcrypt is used.
      dd865c4c
    • David Surroca's avatar
      translation update · 6475ad44
      David Surroca authored
      6475ad44
Loading