Skip to content
Snippets Groups Projects
  1. Jan 14, 2006
  2. Jan 09, 2006
  3. 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
  4. Dec 13, 2005
  5. Dec 12, 2005
  6. Dec 10, 2005
  7. Dec 07, 2005
  8. Dec 04, 2005
  9. Dec 03, 2005
  10. Nov 29, 2005
    • Ondrej Vegh's avatar
      slovak language · ce268366
      Ondrej Vegh authored
      darcs-hash:20051129185404-38858-50ac1050a556d387d4a4d2134b1ded484ef78bbb.gz
      ce268366
  11. Nov 27, 2005
    • Andreas Gohr's avatar
      Wildcardsearch added #552 #632 · ad81d431
      Andreas Gohr authored
      Now searching for word parts is possible by adding or prepending a *
      character to the searchword:
      
      'foo*' searches for words beginning with 'foo' eg. 'foobar'
      '*foo' looks for words ending in 'foo' eg. 'barfoo'
      '*foo*' gets anything with 'foo' in it eg. 'barfoobaz'
      
      darcs-hash:20051127180723-7ad00-1eb29e812ddaf38d9812697bb1cffffe9a5fb330.gz
      ad81d431
  12. Nov 26, 2005
  13. Nov 25, 2005
  14. Nov 19, 2005
  15. Nov 23, 2005
  16. Nov 18, 2005
  17. Nov 16, 2005
  18. Nov 11, 2005
  19. Nov 10, 2005
    • Matthias Grimm's avatar
      MySQL OO auth module bug fix · 10e0d7f9
      Matthias Grimm authored
      This patch fixes some bugs in the MySQL OO auth module
      regarding modifying user data.
      
      darcs-hash:20051110173812-4145d-384877de723b568ccc456f42738a8a5e012fb84d.gz
      10e0d7f9
  20. Nov 08, 2005
  21. Nov 07, 2005
    • Matthias Grimm's avatar
      MySQL auth module documentation · 75bfc19c
      Matthias Grimm authored
      This patch completes the documentation of the MySQL SQL statements
      that are necessary to run the mysql OO auth module in mysql.conf.php.example.
      
      Some pattern names in the code were not in line - fixed.
      
      darcs-hash:20051107210740-4145d-cdf140b6d14664ce9c1a85f67e1bf8feb294c17b.gz
      75bfc19c
  22. Nov 06, 2005
    • hfuecks's avatar
      get_tests_running_1 · fc1c55b1
      hfuecks authored
      darcs-hash:20051106233800-e96b6-90328f1b6cc5c8b25c6e02f113cf80475789d297.gz
      fc1c55b1
    • hfuecks's avatar
      xhtmlsummary_patch · 6b7b33dc
      hfuecks authored
      darcs-hash:20051107000554-e96b6-1a7ae7a9d5e820d3c52629570ff33f8e75bc4a46.gz
      6b7b33dc
    • chinsan.tw's avatar
      fix_url.patch · 9b9cbe54
      chinsan.tw authored
      darcs-hash:20051107030302-8864c-130902174a6a419f2f4e95605a723db714274869.gz
      9b9cbe54
    • Matthias Grimm's avatar
      mysql extension for OO auth system · 3ff230f7
      Matthias Grimm authored
      This patch adds the mysql extension to the OO auth system. The SQL statements
      are defined in conf/mysql.conf.php.example and needs to be adapted to the
      local database. The set of statements work with the database structure described
      in conf/mysql.conf.php.example.
      
      This module is beta and heavy testing in different environments is recommended.
      
      The documentation of the SQL statements is not complete yet
      
      darcs-hash:20051106130303-4145d-28acb18584822f8d1eafa1d63e206f2e83f64009.gz
      3ff230f7
    • Matthias Grimm's avatar
      de_language_update · 5faeb726
      Matthias Grimm authored
      The german translation was updated and missing files were added.
      
      darcs-hash:20051106111006-4145d-975932c5619c6774365e3f32c7abe1d638114d6d.gz
      5faeb726
    • Matthias Grimm's avatar
      en_language_update · 753d5abf
      Matthias Grimm authored
      This patch removes the autopasswd fix again, because all users may
      forget their password from time to time. The wording in the dialog
      changed a bit instead to make the feature more clear to the user.
      
      Furthermore some english texts were updated.
      
      darcs-hash:20051106110259-4145d-114d6bbfa99c347a026a17a267d3cbc39b574e98.gz
      753d5abf
  23. Nov 05, 2005
    • Matthias Grimm's avatar
      autopasswd_fix · 8f8ae164
      Matthias Grimm authored
      Resending of a new password must depend on $conf['autopasswd']. Only
      if $conf['autopasswd']
      
      darcs-hash:20051105223311-4145d-598b7c8d9d10eb8c3612ce2c6beb543e8b16e430.gz
      8f8ae164
    • Matthias Grimm's avatar
      OO_auth_fixes · d2dde4eb
      Matthias Grimm authored
      This patch allows the OO auth module to fail. The basic class got
      a new property $success that is checked in auth.php. Derived classes
      might change this calue in their constructors.
      
      Beautifying the whitespaces in auth.php completes this patch.
      
      darcs-hash:20051105124932-4145d-dfcfa6c3b87d0087b4bffe3e5a29db000b10b242.gz
      d2dde4eb
    • Andreas Gohr's avatar
      use classes for file icons like in interwiki links · d15166e5
      Andreas Gohr authored
      darcs-hash:20051105155911-7ad00-ecba6272c534f73fc1ace47152187be87ef7c6d3.gz
      d15166e5
Loading