Skip to content
Snippets Groups Projects
  1. Jan 24, 2006
    • chris's avatar
      user manager plugin · 0440ff15
      chris authored
      darcs-hash:20060125000731-9b6ab-f42d90c270edd795038b814516a1da90c0824e71.gz
      0440ff15
    • chris's avatar
      oo auth update - remove legacy auth remnants, add auth->canDo · cd52f92d
      chris authored
      darcs-hash:20060125000125-9b6ab-9853f11e04d8ea93235317fa8137cef079eb2641.gz
      cd52f92d
    • Andreas Gohr's avatar
      more unit tests fixed - down to 8 fails · 10ea5c9f
      Andreas Gohr authored
      darcs-hash:20060124213123-7ad00-c562d502ad0da637f9cf4ebb65c91c5368c2c4b6.gz
      10ea5c9f
    • matthiasgrimm's avatar
      MySQL modify user patch · dfdd92d5
      matthiasgrimm authored
      This patch changed the function modifyUser(). Before this update
      each data change was applied by deleting and re-adding the complete
      user entry. The new function uses the UPDATE SQL statement.
      
      Furthermore all human readable error messages were removed. The
      calling procedure is in charge now to inform the user about
      failures. Internal debug messages were added. They can be enabled
      in the configuration file.
      
      Last but not least the module retrieves the database version now
      to handle incompatible features between different MySQL versions.
      
      darcs-hash:20060124190625-7ef76-f6dffabf230155aa51bf3c8569c31fd444634407.gz
      dfdd92d5
    • chris's avatar
      plugin manager styles update for css substitutions · 6ab04157
      chris authored
      darcs-hash:20060124145255-9b6ab-6d89986c1f867975cd8ebd7f538a6fb7829a053d.gz
      6ab04157
  2. Jan 22, 2006
  3. Jan 21, 2006
  4. Jan 22, 2006
  5. Jan 21, 2006
    • Andreas Gohr's avatar
      Windows compatible rename #683 · bf5e5a5b
      Andreas Gohr authored
      darcs-hash:20060121194539-7ad00-c880c0980513a3ccb45253c02e1a02d4cbdd6009.gz
      bf5e5a5b
    • Andreas Gohr's avatar
      urlencode -> rawurlencode (related to #685) · b6c6979f
      Andreas Gohr authored
      This changes nearly all occurences of urlencode to rawurlencode. The latter
      encodes spaces as %20 while the former uses a + sign. For the use in browser
      URLs %20 is the correct form.
      
      darcs-hash:20060121192747-7ad00-6563b77368a41f071609495c6a145982938a8301.gz
      b6c6979f
    • Andreas Gohr's avatar
      do not print background images #689 · 474767f4
      Andreas Gohr authored
      darcs-hash:20060121191053-7ad00-8d90d468a9337a36c86004323e6b1f58ade13fa2.gz
      474767f4
    • Andreas Gohr's avatar
      streamlining auth backends :!: · a16dd68e
      Andreas Gohr authored
      This patch is a start to make all the auth backend mor alike in
      configuration and to update all backend to the new OO method.
      
      This patch changed some config placeholders and thus may break
      existing configs! Here is a list of the new place holders used
      in MySQL and LDAP:
      
      %{user}   - the login name
      %{group}  - a group name
      %{pass}   - the password (cleartext or crypted)
      %{dgroup} - the default group
      %{guid}   - a group id
      %{uid}    - a user id
      %{name}   - full name of a user
      %{email}  - email of a user
      %{dn}     - DN for a user (LDAP only)
      
      The LDAP backend was enhanced a little bit. The default group
      now is always added to the list of returned groups. A different
      Server Port can be configured.
      
      More changes will follow.
      
      darcs-hash:20060121181149-7ad00-79de68aa7f87aef87dcff9dd7afd50adda859289.gz
      a16dd68e
    • Andreas Gohr's avatar
      spellfix for mysql auth backend · dbc31b09
      Andreas Gohr authored
      darcs-hash:20060121152740-7ad00-80eecea2be4754494fef5f11cc91d7f3e4acf1fb.gz
      dbc31b09
    • Andreas Gohr's avatar
      removed graphical list bullet · 0c6b58a8
      Andreas Gohr authored
      Unordered lists used a graphic for the list bullet. Using the same technique
      as in the ordered lists we don't need an image just to have the color. This
      has two advantages:
      
      1. The list bullets still have the correct color when colors are adjusted
      in style.ini
      
      2. List bullets grow and shrink correctly with the fontsize
      
      It has a disadvantage as well: All list items need to be marked up like this:
      
      <li><div class
      
      darcs-hash:20060121121435-7ad00-c6455f9b58c6e78b630c1121499e2052525fb556.gz
      0c6b58a8
    • Andreas Gohr's avatar
      strip (incorrect but common) one line comments in CSS compressor · 247c1c5d
      Andreas Gohr authored
      darcs-hash:20060121114730-7ad00-773f787251a52d230aee9078fb2c974ffe37599a.gz
      247c1c5d
    • Andreas Gohr's avatar
      output session info in debug output · 3aa54d7c
      Andreas Gohr authored
      darcs-hash:20060121114041-7ad00-d56b28d75937bc6a4fe3a7612569498ecf344c18.gz
      3aa54d7c
    • Andreas Gohr's avatar
      commented Options line in .htaccess.dist · d5afc449
      Andreas Gohr authored
      darcs-hash:20060121113438-7ad00-981a91a743990c426d21c7e55986922fa208f6e5.gz
      d5afc449
  6. Jan 11, 2006
  7. Jan 10, 2006
    • Andreas Gohr's avatar
      external authentication · f5cb575d
      Andreas Gohr authored
      This patch adds the functionality to override the usual auth_mechanism
      completely and replace it with your own. This can be used to authenticate
      against Apache auth mechanisms or third party software cookies. A very
      basic example for using PunBB's $pun_user variable is included.
      
      darcs-hash:20060110092903-6e07b-7c7750da4eb4e9116ddc28c77015488ea500c07d.gz
      f5cb575d
  8. Jan 15, 2006
  9. Jan 12, 2006
  10. Jan 14, 2006
  11. Jan 11, 2006
  12. Jan 09, 2006
  13. Jan 07, 2006
    • matthiasgrimm's avatar
      mysql class password encryption bugfix · f26243a6
      matthiasgrimm authored
      A syntax error in the checkpass() function prevented the module
      from using password encryption by the database. It always did the
      password encryption by itself - fixed.
      
      darcs-hash:20060107114635-7ef76-0eeee13b57844097e83f14d85372502e6b1ce10e.gz
      f26243a6
  14. Dec 13, 2005
  15. Dec 12, 2005
  16. Dec 10, 2005
  17. Dec 07, 2005
  18. Dec 06, 2005
    • steven-danz's avatar
      favicon to tpl · e5706166
      steven-danz authored
      Move the favicon.ico file from the DOKU_BASE to DOKU_TPL to make it easier
      for new templates to replace the image
      
      darcs-hash:20051207024650-4c315-867302015ab832e05e49316aef87fc823a29f79c.gz
      e5706166
  19. Dec 04, 2005
Loading