Skip to content
  1. Mar 04, 2011
  2. Feb 25, 2011
  3. Jan 18, 2011
  4. Jan 17, 2011
  5. Jan 15, 2011
  6. Nov 14, 2010
  7. Oct 26, 2010
  8. Oct 25, 2010
  9. Oct 22, 2010
  10. Oct 11, 2010
  11. Mar 27, 2010
  12. Mar 26, 2010
  13. Mar 06, 2010
  14. Mar 03, 2010
  15. Mar 02, 2010
  16. Mar 01, 2010
  17. Sep 08, 2009
  18. Sep 05, 2009
  19. Sep 04, 2009
  20. Dec 13, 2008
  21. Apr 22, 2008
  22. Apr 17, 2008
  23. Feb 20, 2008
  24. Feb 19, 2008
  25. Feb 18, 2008
  26. Feb 15, 2008
  27. Feb 03, 2008
    • Karen Stevenson's avatar
      Getting rid of offsets!! Alter query code to cast ISO and UNIX dates to native... · 3dddd854
      Karen Stevenson authored
      Getting rid of offsets!! Alter query code to cast ISO and UNIX dates to native datetimes and do timezone conversion in the database. Much faster and more accurate.
      
      This will mean this version of the code will not work for databases that are not able to do native timezone conversion, but even inexpensive shared hosts will probably have the MYSQL database timezone tables installed, and PostgreSQL has good timezone handling enabled by default.
      
      The MYSQL timezone conversion code should be accurate, the PostgreSQL code looks right from the documentation but needs to be verified.
      
      The offset fields can now be dropped from the Date fields since we only need the timezone name to do the conversion.
      
      I probably missed some places that need to be adjusted for this change, but this should get most of the necessary fixes in place.
      3dddd854
  28. Jan 30, 2008
  29. Jan 23, 2008
  30. Jan 15, 2008
  31. Jan 14, 2008
    • Karen Stevenson's avatar
      Rework the method of storing exception dates in Date Repeat. Instead of... · 51daac12
      Karen Stevenson authored
      Rework the method of storing exception dates in Date Repeat. Instead of previous method of a single date box and a formated table of exception dates with checkboxes to remove them, switch the the CCK style of adding as many blank boxes as needed for exceptions and removing them by wiping out the values. This can easily pick up the AHAH add more button in D6 for a nicer UI.
      
      Also fix the handling of exception dates to make sure those dates actually do get omitted, and this now seems to be working.
      51daac12
  32. Jan 10, 2008