Skip to content
Snippets Groups Projects
  1. Feb 24, 2006
    • Troels Liebe Bentsen's avatar
      Fix umask bug and do a code cleanup of chmod/mkdir usage so set the correct... · 44881d27
      Troels Liebe Bentsen authored
      Fix umask bug and do a code cleanup of chmod/mkdir usage so set the correct permissions, this should also fix problems with dokuwiki making setuid files on some umasks.
      
        * Don't set the umask() anymore, this is not good form and we don't really know what is it in the old code anyway as it was not done properly.
        * Retire the dmask config option introduce 2 new ones called fmode and dmode, this is more in line with posix and should make more sense.
        * Use chmod for setting the correct permissions but only if it's needed.
        * Set changing of permissions off by default as i should work properly in most Apache setups without and it does not make sense on windows anyway.
      
      darcs-hash:20060224211655-ee6b9-68f7bb59417d6f0033cfd3764146923daa4dcf1b.gz
      44881d27
  2. Feb 18, 2006
  3. Feb 24, 2006
  4. Feb 23, 2006
  5. Feb 07, 2006
  6. Feb 02, 2006
    • matthiasgrimm's avatar
      change only changed data · 073766c6
      matthiasgrimm authored
      This patch changed the modifyUser function of the user manager
      so that it only forward data fields to the backend that the
      user really changed. Unchanged or empty fields will be skipped.
      
      darcs-hash:20060202192030-7ef76-a221f16cafd24eef632b6554ada90aee8b500b8b.gz
      073766c6
  7. Feb 04, 2006
  8. Feb 03, 2006
  9. Feb 02, 2006
  10. Feb 01, 2006
  11. Jan 31, 2006
  12. Jan 30, 2006
  13. Jan 29, 2006
  14. Jan 28, 2006
  15. Jan 27, 2006
  16. 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
    • Anika Henke's avatar
      closed <td> in acl plugin · bf5d40c2
      Anika Henke authored
      darcs-hash:20060126225603-d5083-eade1a84225396378bcf52ebce70c5dc74f8ee04.gz
      bf5d40c2
    • 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
    • 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
  17. Jan 25, 2006
  18. Jan 24, 2006
  19. Jan 21, 2006
    • Andreas Gohr's avatar
      removed graphical list bullet · 0c6b58a8
      Andreas Gohr authored
      Unordered lists used a graphic for the list bullet. Using the same technique
      as in the ordered lists we don't need an image just to have the color. This
      has two advantages:
      
      1. The list bullets still have the correct color when colors are adjusted
      in style.ini
      
      2. List bullets grow and shrink correctly with the fontsize
      
      It has a disadvantage as well: All list items need to be marked up like this:
      
      <li><div class
      
      darcs-hash:20060121121435-7ad00-c6455f9b58c6e78b630c1121499e2052525fb556.gz
      0c6b58a8
  20. Jan 15, 2006
Loading