Skip to content
  1. Feb 21, 2008
  2. Feb 20, 2008
  3. Feb 19, 2008
  4. Feb 18, 2008
  5. Feb 17, 2008
    • Karen Stevenson's avatar
      Simplify the API by assuming all date element values are handled in DATETIME... · d4787942
      Karen Stevenson authored
      Simplify the API by assuming all date element values are handled in DATETIME format. The CCK Date module handles conversion of ISO and UNIX values to and from DATETIME values. This simplification of the core API should make it easier to get into core and makes the element handling easier to follow, plus I assume the first thing we'll do when a date API is in core is convert core timestamp fields to true DATETIME fields, so this would be the natural default.
      d4787942
  6. Feb 15, 2008
  7. Jan 30, 2008
  8. Jan 23, 2008
  9. Jan 15, 2008
  10. Jan 14, 2008
    • Karen Stevenson's avatar
      Minor adjustments to date repeats. · 4b00c1e6
      Karen Stevenson authored
      4b00c1e6
    • 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
  11. Jan 10, 2008
  12. Jan 09, 2008
  13. Jan 08, 2008
  14. Jan 07, 2008
  15. Jan 05, 2008
  16. 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
  17. Dec 16, 2007
  18. Dec 15, 2007
  19. Dec 14, 2007
  20. Dec 03, 2007
  21. 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
  22. Oct 27, 2007
  23. Oct 26, 2007
  24. Sep 25, 2007
  25. Sep 10, 2007