An error occurred fetching the project authors.
  1. 10 Jan, 2001 1 commit
  2. 08 Jan, 2001 1 commit
  3. 18 Dec, 2000 2 commits
  4. 06 Jul, 2000 1 commit
  5. 20 Jun, 2000 1 commit
  6. 19 Jun, 2000 1 commit
  7. 25 May, 2000 2 commits
  8. 14 Mar, 2000 1 commit
  9. 05 Nov, 1999 1 commit
  10. 03 Nov, 1999 1 commit
    • sroberts's avatar
      · b982a37d
      sroberts authored
      1. Added DOCTYPE to all management screens that needed.
      2. Added lang=en to all <html> tags
      3. Updated all python source and dtml source files to use the new <dtml-X > synt   ax
      b982a37d
  11. 29 Oct, 1999 1 commit
  12. 26 Aug, 1999 1 commit
    • Jim Fulton's avatar
      · 3ad511ef
      Jim Fulton authored
      Added html_quote to (nearly all) var tags used inside
      HTML tags and to many var tags used in textareas ans options.
      3ad511ef
  13. 24 May, 1999 2 commits
  14. 09 May, 1999 1 commit
  15. 04 May, 1999 1 commit
    • Ken Manheimer's avatar
      Fix submitted by Martijn Pieters: · 3dbe1a82
      Ken Manheimer authored
      Currently, any property type int or long, set to 0, will show up in the Properties Management tab as blank. This then will result in errors when trying to change values of other properties, etc.
      
      The problem is caused by a test for getProperty in properties.dtml. If it returns false, it won't display the value. If it would test for hasProperty instead, the property is correctly displayed.
      
      Here is a diff:
      diff -r1.29 properties.dtml
      46c46
      <    value="<!--#if "getProperty(id)"--><!--#var "'%d' % getProperty(id)"--><!--#/if-->">
      ---
      >    value="<!--#if "hasProperty(id)"--><!--#var "'%d' % getProperty(id)"--><!--#/if-->">
      3dbe1a82
  16. 27 Apr, 1999 1 commit
  17. 26 Apr, 1999 1 commit
  18. 21 Apr, 1999 1 commit
  19. 09 Apr, 1999 1 commit
  20. 01 Apr, 1999 1 commit
  21. 22 Mar, 1999 2 commits
  22. 09 Mar, 1999 1 commit
  23. 18 Feb, 1999 1 commit
  24. 04 Feb, 1999 3 commits
  25. 03 Feb, 1999 1 commit
  26. 11 Jan, 1999 1 commit
  27. 07 Jan, 1999 1 commit
  28. 12 Dec, 1997 3 commits
  29. 05 Dec, 1997 1 commit
    • 's avatar
      New UI · 9b2ffdee
      authored
      9b2ffdee
  30. 05 Nov, 1997 1 commit
  31. 23 Oct, 1997 1 commit
  32. 25 Sep, 1997 1 commit