Skip to content
Snippets Groups Projects
  1. Jan 27, 2006
  2. 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
  3. Jan 25, 2006
  4. Jan 24, 2006
    • chris's avatar
      config plugin · 10449332
      chris authored
      darcs-hash:20060125001546-9b6ab-02a6255db9adc4dc22f4970b01a3b148d2b1810c.gz
      10449332
    • 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
  5. Jan 22, 2006
  6. Jan 21, 2006
  7. Jan 22, 2006
  8. 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
Loading