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