Skip to content
  1. Apr 10, 2008
    • Karen Stevenson's avatar
      More work getting Views 2 handling working. Basic fields, filters, and... · f98df9b3
      Karen Stevenson authored
      More work getting Views 2 handling working. Basic fields, filters, and arguments, including Date Browser arguments, are all working. Plugin display for the back/next Date Browser navigation is not yet added.
      
      Temporarily adding in proposed Views patch for flexible date filters and arguments from #241759, to be removed if the patch gets into Views.
      f98df9b3
  2. Mar 11, 2008
  3. Feb 22, 2008
  4. Feb 20, 2008
  5. Feb 15, 2008
  6. Jan 31, 2008
  7. Jan 30, 2008
  8. Jan 29, 2008
  9. Jan 28, 2008
  10. Jan 09, 2008
  11. Jan 07, 2008
  12. 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
  13. Dec 16, 2007
  14. Dec 15, 2007
  15. 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
  16. Oct 31, 2007
    • Karen Stevenson's avatar
      The Date Repeat API is mostly complete and can parse an iCal RRULE and return... · 4e351bff
      Karen Stevenson authored
      The Date Repeat API is mostly complete and can parse an iCal RRULE and return an array of dates that match the rule. Also added extensive simpletests on a variety of iCal RRULEs to test the logic. Not all iCal elements are included in this version, but the most common ones are. The API is not yet tied back into the Date module, so you can't do anything with it yet.
      4e351bff
  17. Oct 27, 2007
  18. Oct 18, 2007
  19. Oct 16, 2007
  20. Oct 15, 2007
  21. Sep 25, 2007
  22. Sep 07, 2007
  23. Aug 03, 2007
  24. Aug 02, 2007
  25. Aug 01, 2007
  26. Jul 28, 2007