Skip to content
Snippets Groups Projects
  1. May 19, 2005
    • andi's avatar
      first attempt of syntax plugins · ee20e7d1
      andi authored
      The first version of the new plugin system. Syntax plugins only yet. A very simple
      example plugin called info (doing nothig useful yet) is included.
      
      Missing Features
      
        - Doku_Block_Handler needs work (doesn't honur plugins yet)
        - there is no way to specify the order of plugins and other modes yet
        - useful output from the info plugin
        - bug testing and fixing
        - code cleanup
        - documentation
      
      darcs-hash:20050519201009-9977f-f793dbfc6a39d8a9643b610927d93cd3288bdd6b.gz
      ee20e7d1
    • andi's avatar
      make search skip .lock files · 64f50cdb
      andi authored
      darcs-hash:20050519161353-9977f-3ea310a2dd433c8bc3ff634bde962d6a9adce549.gz
      64f50cdb
  2. May 17, 2005
    • andi's avatar
      removed bakfiles · 5aa9b7cc
      andi authored
      darcs-hash:20050517204540-9977f-ad23f3daa6503158c1068c3e28808a7cd2147e11.gz
      5aa9b7cc
    • andi's avatar
      some ajax quicksearch tweaking · 32c04430
      andi authored
      added a half second delay before the suggstions appear, moved the postion
      to appear besides the browsers autocomplete...
      I'm still not sure if this is useful at all.
      
      darcs-hash:20050517201719-9977f-6e71a415dd08a84af38bd3643860beb7002088f5.gz
      32c04430
  3. May 16, 2005
    • Alexander Marx's avatar
      auth_pgsql update for auth_cryptPassword · d48c0af2
      Alexander Marx authored
      added support for the new auth_cryptPassword() and the corresponding
      verify functions
      
         - $conf['auth']['pgsql']['userinfo'] is now used to verify passwords;
           therefore it also needs to return the crypted passwords which in
           turn makes $conf['auth']['pgsql']['passcheck'] obsolete
         - changed the pass collumn in the users table from varchar(32)
           to varchar(255); just to be on the safe side.
      
      added support for an optional pgsql "port" option
      ($conf['auth']['pgsql']['port'])
      
      added basic support for adding new users
      this needs the $conf['auth']['pgsql']['createuser'] option including
      a corresponding sql function
      
      darcs-hash:20050516071100-c516d-8573af3850f5c4aa4f1ddc71be062a0e93fdacd4.gz
      d48c0af2
  4. May 15, 2005
    • andi's avatar
      experimental AJAX quicksearch · 63f2400b
      andi authored
      This isn't perfect yet, but it works. It's tested in Mozilla Firefox only.
      Patches welcome!
      
      darcs-hash:20050515131507-9977f-5ad6c4483faec67f7ce7c980b5a2bd6d9e81012a.gz
      63f2400b
  5. May 14, 2005
  6. May 13, 2005
    • matthiasgrimm's avatar
      hash support for auth_mysql · 9fe6ae8c
      matthiasgrimm authored
      This patch adds support for different hash algorithms to auth_mysql.
      The SQL queries must be modified too and please keep an eye on the
      password field width in your users database. Some hash values need
      much more space than the good old md5 algorithm.
      
      darcs-hash:20050513182619-7ef76-a363c735e34f18b0f2b88be48a1b261e4b50fab3.gz
      9fe6ae8c
    • matthiasgrimm's avatar
      fix ssha hash algorithm · d6e54e02
      matthiasgrimm authored
      wrong variable used in ssha hash algorithm - fixed
      
      darcs-hash:20050513182341-7ef76-ca2263503c39ed209ca38c86b295ea30cd0b11b1.gz
      d6e54e02
    • andi's avatar
      small fix on Windows Share parsing · 9c315eae
      andi authored
      darcs-hash:20050513152910-9977f-e9dfee8d6958db3e487edbba3b441da0d447c158.gz
      9c315eae
    • andi's avatar
      multiple hash methods for passwords · b0855b11
      andi authored
      This patch allows the method for hashing (onewaycrypting) the user passwords to
      be set with $conf['passcrypt']. Available are MD5, salted MD5, SHA1 salted SHA1 (SSHA)
      and the old Unix crypt (2 char seed).
      
      This change was inspired by a mail from Chris Brotherton (thanks for making me think about this)
      
      darcs-hash:20050513152248-9977f-2358b26449ed865a981c8558308a2857ba17c12f.gz
      b0855b11
    • andi's avatar
      let scriptify move the old file away after copy · b000c6d4
      andi authored
      darcs-hash:20050513151255-9977f-ff7a5e5984c8e419654950bfb56b1d42b31937d5.gz
      b000c6d4
    • andi's avatar
      fix for p_cached_instructions with cacheforce for nonexistant cachefiles #323 · fd198316
      andi authored
      The above function used to return NULL if a cached copy was required but
      wasn't found. It now returns an empty array instead.
      
      darcs-hash:20050513122255-9977f-193fcfcc12f676f355407358c6000e4a74999c03.gz
      fd198316
    • Jean Christophe TOUSSAINT's avatar
      fix for wrong strpos call in admin_acl_add() · 79d645e5
      Jean Christophe TOUSSAINT authored
      darcs-hash:20050513121854-3d971-a2d7cf8b496f0eef637938a1574afbb6b800aa54.gz
      79d645e5
    • jan's avatar
      typos in register function · bf12ec81
      jan authored
      darcs-hash:20050513101858-45605-3b95334c8636ebfbbf8db099abda0c2e07095a28.gz
      bf12ec81
    • jan's avatar
      msg not available in init.php · b94418bb
      jan authored
      darcs-hash:20050513094100-45605-db4bffe5e2fa91296c66d9bf87d3f8482ad11ee9.gz
      b94418bb
  7. May 12, 2005
  8. May 11, 2005
  9. May 08, 2005
    • matthias.grimm's avatar
      user registration without email · cab2716a
      matthias.grimm authored
      This patch extends the user registration with a more direct
      way without the need for an valid email address. The user
      password is queried in the registration form and not automatically
      generated and sent by email. This mode could be configured with the
      new option 'autopasswd'. Some new texts were added for translation
      but only english and german translation databases have been updated
      yet.
      
      darcs-hash:20050508200129-45302-ad4f2cf1d18514c76373cb6d6015e74712638402.gz
      cab2716a
    • matthias.grimm's avatar
      mysql create user function · 7c37db8a
      matthias.grimm authored
      This patch adds the missing function createuser in the mysql auth module.
      Some new SQL statements have to be defined so that it works:
      $conf['auth']['mysql']['getgroupid']   to get the ID of a given group
      $conf['auth']['mysql']['adduser']      to add a user to the database
      $conf['auth']['mysql']['addusergroup'] to let the user join a given group
      
      darcs-hash:20050508183140-45302-de96a42fd79801a5e9ab14cb476f56b2c9432d7c.gz
      7c37db8a
  10. May 10, 2005
  11. May 09, 2005
  12. May 08, 2005
    • Troels Liebe Bentsen's avatar
      Support for /~tlb request uri's. · e015a61c
      Troels Liebe Bentsen authored
      darcs-hash:20050508095536-ee6b9-6b03d3d6656756f6c519f87defadd1cec4a9e7e2.gz
      e015a61c
    • andi's avatar
      open register for admin, secure anything else · 640145a5
      andi authored
      This adds a little more security to the "add user to admin page"
      the register function checks for open register or admin rights else
      returns false
      
      darcs-hash:20050508200923-9977f-2826256b5ac72d5b19b3caa0e3fe8029e56ea05a.gz
      640145a5
    • Matthias Grimm's avatar
      add user registration to admin page · ca3a6df1
      Matthias Grimm authored
      If 'openregister' is not set the menue entry 'Add new user...'
      will be added to the admin page so that registering of new
      users is always possible through an GUI.
      If 'openregister is set the menu entry will be omitted to not
      to overload the admin page.
      
      darcs-hash:20050508101344-4145d-cb3f9e10f4b8d26dec516ce796e54ed12a1e2b53.gz
      ca3a6df1
  13. May 07, 2005
Loading