Skip to content
Snippets Groups Projects
  1. Mar 11, 2016
    • Andreas Gohr's avatar
      removed unnecessary travis file · 97e5bd24
      Andreas Gohr authored
      97e5bd24
    • Andreas Gohr's avatar
      test postgres on travis · 3b7a976e
      Andreas Gohr authored
      3b7a976e
    • Andreas Gohr's avatar
      32a211c7
    • Andreas Gohr's avatar
      Merge branch 'django_pbkdf2' into authpdo · 1296945e
      Andreas Gohr authored
      * django_pbkdf2:
        add support for new Django hashing methods
        Revert "make reuse of mediamanager popup easier"
        make reuse of mediamanager popup easier
        removed isset() from blank() function
        deny access to .git directories in .htaccess
        use proper JSON in mediaupload response. fixes #1474
        refactor page saving and introduce COMMON_WIKIPAGE_SAVE
        added test for saveWikiTest()
        translation update
        translation update
        translation update
        do not accept empty or root $base in search. fixes #1452
        Adapt .htaccess files for Apache 2.4
        * Created two new options to enable or disable the editing of the display name or the email address in Active Directory. This will allow for the admin to turn the edit feature off if it is not desired that the user could edit their attributes or to prevent errors in case AD does not permit the user to update these attributes.
        Undefined offset, initialize as null
        Fixed undefined offset on $last_ope
      1296945e
    • Andreas Gohr's avatar
      add support for new Django hashing methods · 924cc11c
      Andreas Gohr authored
      New Python Django application default to PBKDF2 with SHA256 as a
      password mechanism. This adds support for that mechanism in our
      password hasher class. This will be needed in the tests for the new
      PDO auth plugin.
      924cc11c
  2. Feb 24, 2016
  3. Feb 22, 2016
  4. Feb 19, 2016
  5. Feb 18, 2016
    • Andreas Gohr's avatar
      refactor page saving and introduce COMMON_WIKIPAGE_SAVE · b24d9195
      Andreas Gohr authored
      This makes the saveWikiText() function a little easier to read and moves
      external edit handling to its own function. Behavior stays the same
      (tests are unchanged).
      
      In addition a new event COMMON_WIKIPAGE_SAVE is introduced that makes
      intercepting and acting on page saves much easier than possible before.
      
      Developers can:
      
      * prevent saves by either preventing the default action or overwriting
        the contentChanged field in a BEFORE hook
      * enforce saves even when no content changed by overwriting the
        contentChanged field in a BEFORE hook
      * Adjust the saved content by modifying the newContent field in a BEFORE
        hook
      * Adjust the stored change log information (summary, type, extras) in an
        AFTER hook
      * Easily know if a page was deleted, created or edited by inspecting the
        changeType field
      * what ever they want before or after a wiki page is saved
      b24d9195
  6. Feb 17, 2016
  7. Feb 14, 2016
  8. Feb 12, 2016
  9. Feb 11, 2016
  10. Feb 05, 2016
  11. Feb 03, 2016
  12. Jan 31, 2016
  13. Jan 30, 2016
Loading