Skip to content
Snippets Groups Projects
  1. Feb 01, 2006
    • chris's avatar
      user manager fix, avoid calling getUserCount method when it isn't available · 67019d15
      chris authored
      darcs-hash:20060202022500-9b6ab-896f1c762fa6aa9307fe30e8762fd6b424c717f7.gz
      67019d15
    • chris's avatar
      plugin manager fix for php5/win bug · 0ddeab43
      chris authored
      darcs-hash:20060202022424-9b6ab-36275dd4c71c272d332de76dd39cc45024c6cc18.gz
      0ddeab43
    • matthiasgrimm's avatar
      show disabled user edit button in grey · 6154103c
      matthiasgrimm authored
      This patch adds a grey image for the user edit button
      that indicates that the button is inactive and can't
      be triggered.
      
      darcs-hash:20060201182902-7ef76-f2054073d349662c0021edc4a16244504df5c77d.gz
      6154103c
    • matthiasgrimm's avatar
      optional READ Lock · b0a0ac79
      matthiasgrimm authored
      The option TablesToLock is no longer required for read operations.
      The small risk to feed invalid data into dokuwiki was accepted by
      the project leader.
      
      Nevertheless locks will be used for read operations too, if the
      option 'TablesToLock' is given.
      
      darcs-hash:20060201181422-7ef76-e89c5d9c305ca8c076281a58b6208e60dfce4c9f.gz
      b0a0ac79
  2. Jan 31, 2006
  3. Jan 30, 2006
  4. Jan 29, 2006
  5. Jan 28, 2006
  6. Jan 27, 2006
  7. 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
Loading