Skip to content
  1. Jan 15, 2011
  2. Nov 14, 2010
  3. Oct 26, 2010
  4. Oct 25, 2010
  5. Oct 22, 2010
  6. Oct 11, 2010
  7. Mar 27, 2010
  8. Mar 26, 2010
  9. Mar 06, 2010
  10. Mar 03, 2010
  11. Mar 02, 2010
  12. Mar 01, 2010
  13. Sep 08, 2009
  14. Sep 05, 2009
  15. Sep 04, 2009
  16. Dec 13, 2008
  17. Apr 22, 2008
  18. Apr 17, 2008
  19. Feb 20, 2008
  20. Feb 19, 2008
  21. Feb 18, 2008
  22. Feb 15, 2008
  23. 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
  24. Jan 30, 2008
  25. Jan 23, 2008
  26. Jan 15, 2008
  27. 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
  28. Jan 10, 2008
  29. Jan 09, 2008
  30. Jan 08, 2008
  31. Jan 07, 2008