Skip to content
  1. Nov 08, 2011
  2. Aug 23, 2011
  3. Jul 31, 2011
  4. Jun 27, 2011
  5. Apr 26, 2011
  6. Apr 24, 2011
  7. Feb 25, 2011
  8. Jan 18, 2011
  9. Jan 15, 2011
  10. Oct 22, 2010
  11. Oct 02, 2010
  12. Aug 26, 2010
  13. Feb 28, 2010
  14. Sep 08, 2009
  15. Sep 05, 2009
  16. Sep 04, 2009
  17. Dec 13, 2008
  18. Apr 24, 2008
  19. Apr 17, 2008
  20. Mar 12, 2008
  21. Mar 11, 2008
  22. Feb 24, 2008
  23. Feb 20, 2008
  24. Feb 15, 2008
  25. Feb 09, 2008
  26. Feb 03, 2008
    • Karen Stevenson's avatar
      Small fix to the install. · 19952f62
      Karen Stevenson authored
      19952f62
    • 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
  27. Jan 30, 2008
  28. Jan 14, 2008
  29. Jan 02, 2008
    • Karen Stevenson's avatar
      Standardize on date_make_date() instead of calling date_create() in some... · bf582ebd
      Karen Stevenson authored
      Standardize on date_make_date() instead of calling date_create() in some places so there is a central place to test the timezone and date values before creating the date.
      
      Add method to customize the labeling of date parts to allow the label above the date part, inserted as the first item in the options array, or omitted.
      
      Remove some functions that are not being used or move them so they are called only when needed to clean up the code.
      bf582ebd
  30. Dec 15, 2007
  31. Dec 13, 2007
  32. Dec 05, 2007
    • Karen Stevenson's avatar
      Rework the logic for handling the date timezone and converting from and to the... · c2eb4f0b
      Karen Stevenson authored
      Rework the logic for handling the date timezone and converting from and to the db storage timezone. Finally realized the widget cannot do the timezone transformation, the widget must always be handling a date in the same timezone so validation and other processes can work correctly no matter what route the form takes. It will be up to the field, not the element, to transform the date from gmt to the local timezone when the date is retrieved from storage and back again before saving it.
      
      This is the first of a series of updates to get this change implemented. Things are likely to be buggy untill all these changes are reworked and committed.
      c2eb4f0b
  33. Oct 27, 2007