Skip to content
Snippets Groups Projects
  1. Jan 30, 2006
    • Andreas Gohr's avatar
      language updates · 262065ef
      Andreas Gohr authored
      darcs-hash:20060130214840-7ad00-ef1974692b64d4e4f7420d5c68f70f113630957b.gz
      262065ef
    • matthiasgrimm's avatar
      MySQL canDo() patch · 24bc1a35
      matthiasgrimm authored
      This patch adds a canDo() function to the MySQL backend to
      give higher program levels the opportunity to find out what
      functions the MySQL backend provides.
      
      Furthermore the option encryptPass was renamed to
      forwardClearPass because the old name was misleading and not
      clear.
      
      Last but not least the mysql.conf.php was reorganized to make
      clear which SQL statements enable which functions.
      
      darcs-hash:20060130192750-7ef76-2ba9388ea56b17e4f26feda74a66b7d9b8da7333.gz
      24bc1a35
    • chris's avatar
      config plugin - correct prev fix for redirect url · 55fe0565
      chris authored
      darcs-hash:20060130142414-9b6ab-908e1c38b395de038436be7946fc56a07978a72a.gz
      55fe0565
    • chris's avatar
      config plugin fix for incorrect construction of redirect url · 483eec60
      chris authored
      darcs-hash:20060130141843-9b6ab-ae98b660e830c37c652e96c8d0b28c24ddea0ba2.gz
      483eec60
    • chris's avatar
      config manager update - fix for missing $ID in URLs · 400497e1
      chris authored
      darcs-hash:20060130134210-9b6ab-6f7f0eb50d95997c1e0d3df79011d7963721591e.gz
      400497e1
  2. Jan 29, 2006
  3. Jan 28, 2006
  4. Jan 27, 2006
  5. Jan 26, 2006
    • Esther Brunner's avatar
      functions for handling plugin settings with config manager · ea83dfcc
      Esther Brunner authored
      darcs-hash:20060127001636-283c4-a54e5b7aaab261d9c875686fe4ccfb483ee7358b.gz
      ea83dfcc
    • Osamu Higuchi's avatar
      fixed indexer word counts for UTF-8 words #653 · 63201c6e
      Osamu Higuchi authored
      darcs-hash:20060126233702-87e23-9382dd77b66f263fa51ad02dc31264c667fdbc70.gz
      63201c6e
    • Anika Henke's avatar
      closed <td> in acl plugin · bf5d40c2
      Anika Henke authored
      darcs-hash:20060126225603-d5083-eade1a84225396378bcf52ebce70c5dc74f8ee04.gz
      bf5d40c2
    • matthiasgrimm's avatar
      MySQL getUserCount() optimizsation · a49c00b5
      matthiasgrimm authored
      The function getUserCount() uses SQL_CALC_FOUND_ROWS now if
      MySQL v4.0 or later is found. This will speed up this query
      with big user tables.
      
      darcs-hash:20060126205715-7ef76-e3a7009ad6be3659002b562bc055e4fe1cbd904a.gz
      a49c00b5
    • matthiasgrimm's avatar
      usermanager start value missing · 34342902
      matthiasgrimm authored
      The start value of the user list was corrupted, if in
      search mode but _REQUEST['search'] was empty. An empty
      start value passed to the authentication backends might
      cause an error (in MySQL backend for sure). This patch
      fixes this.
      
      darcs-hash:20060126195356-7ef76-d899fb08bba42de487f695536f4ae0cdeb3a0eaa.gz
      34342902
    • matthiasgrimm's avatar
      MySQL retrieveUsers() use LIMIT · 36eaa3eb
      matthiasgrimm authored
      The function retrieveUsers() uses the SQL statement LIMIT now
      to select a subset of tupel out of a result table instead of
      fetching the whole table and filter in PHP.
      
      darcs-hash:20060126195109-7ef76-79af82f95282d43b585a67b495bfa86c2f5e3a15.gz
      36eaa3eb
    • Andreas Gohr's avatar
      ldap auth fixes · d87e576a
      Andreas Gohr authored
      Adds a config option for the key using in groups as suggested on the wiki.
      Makes the debug outputs distinct. Removes commented, nonimplemented functions.
      
      darcs-hash:20060126214935-7ad00-e4ab08d9fcaa4f43bad7048e8bb9800107e32432.gz
      d87e576a
    • Andreas Gohr's avatar
      scroll__here support · c632fc69
      Andreas Gohr authored
      This adds a simple JavaScript behavior. When an element with the id
      'scroll__here' is found in the document the browser will scroll this
      element into view. Useful to scroll to some output after form submitting.
      
      darcs-hash:20060126212926-7ad00-b359915a5d6a299652134d8dfa64015786283b6b.gz
      c632fc69
    • Andreas Gohr's avatar
      java script changes · 2411dd85
      Andreas Gohr authored
      This adds a javascript confirmation for the delete button in the user manager.
      It also adds the $() shortcut function known from the prototype library.
      
      darcs-hash:20060126203550-7ad00-d5690ef06432286239953a79c5dbbc25f8720204.gz
      2411dd85
  6. Jan 25, 2006
  7. Jan 24, 2006
Loading