Karen Stevenson [Mon, 7 Mar 2011 13:13:51 +0000]
Fix some of the export options.
Karen Stevenson [Sun, 6 Mar 2011 19:36:59 +0000]
Revert back to min_date and max_date to avoid lots of other changes.
Karen Stevenson [Sun, 6 Mar 2011 15:15:17 +0000]
Issue #1082658: The export plugin won't be used unless we set it up in the options.
Karen Stevenson [Sun, 6 Mar 2011 13:33:11 +0000]
Issue #1082658: Saving the options as arrays breaks other things. Add a custom export plugin instead.
Karen Stevenson [Sun, 6 Mar 2011 00:29:19 +0000]
More work on new filters and arguments, adding in the fix to include filter and argument option settings in the export.
Karen Stevenson [Fri, 4 Mar 2011 13:49:54 +0000]
More work getting the new simple and complex argument handlers working.
arlinsandbulte [Fri, 4 Mar 2011 00:56:47 +0000]
issue #1071834: Remove references to CCK & some other docs updates
Karen Stevenson [Mon, 28 Feb 2011 18:45:13 +0000]
Get simple summary views working correctly.
Karen Stevenson [Mon, 28 Feb 2011 15:43:41 +0000]
Issue #1075896 by karens: First pass at splitting out simple date filter. NOT working yet.
Karen Stevenson [Mon, 28 Feb 2011 11:51:13 +0000]
Issue #1075890 by KarenS: Initial pass at breaking out the code into the simple filter and a complex filter that combines date fields.
Karen Stevenson [Mon, 28 Feb 2011 11:19:14 +0000]
Create new branch that totally reworks Views handling.
Karen Stevenson [Mon, 28 Feb 2011 11:06:57 +0000]
Check for empty values as well as missing values for better performance in the Views exposed widgets.
The Great Git Migration [Fri, 25 Feb 2011 02:06:57 +0000]
Removing translation directories
The Great Git Migration [Fri, 25 Feb 2011 02:06:57 +0000]
Stripping CVS keywords
Karen Stevenson [Mon, 21 Feb 2011 12:18:30 +0000]
Invalid or empty dates need to replace the form array with an empty string. Also removing some code from date_api_sql that actually doesn't do anything.
Karen Stevenson [Sat, 19 Feb 2011 14:07:21 +0000]
The Views Field handling code got totally changed and everything has broken here again. Some commits to temporarily workaround the changes. I probably just have to re-do all the Views handling from scratch to better integrate with the way that Fields and Views now work.
Karen Stevenson [Sat, 19 Feb 2011 13:48:13 +0000]
#1031028 Fix Date Tools errors when adding a block.
Karen Stevenson [Fri, 18 Feb 2011 15:09:47 +0000]
#1036974 A file, date_plugin_display_attachment.inc, was omitted from the repository.
Karen Stevenson [Fri, 18 Feb 2011 15:01:34 +0000]
#1036966 by dg0yt and akoepke, Declare dependencies for Date Views.
Karen Stevenson [Fri, 18 Feb 2011 14:36:11 +0000]
#1031660 by 007pig, Fix typo in date_select theme.
Karen Stevenson [Mon, 14 Feb 2011 01:11:48 +0000]
Update CHANGELOG.txt.
Karen Stevenson [Mon, 14 Feb 2011 00:58:06 +0000]
Add some error trapping in case the parent dateObject is unable to make a date out of a string to avoid showing the user errors.
Karen Stevenson [Sun, 13 Feb 2011 15:45:43 +0000]
Clean out CHANGELOG.txt so we can start adding D7 issues to it.
Karen Stevenson [Sun, 13 Feb 2011 14:32:13 +0000]
#1027752 by B-Prod and dboulet, Fix missing table join on argument summary view.
arlinsandbulte [Fri, 11 Feb 2011 11:18:30 +0000]
#1047412 by das-peter - Using date filter in February causes "The day is invalid" error.
developer-x [Thu, 27 Jan 2011 04:34:34 +0000]
#1014162 Now that the datefield processing expands to date & time, the form_value is corrupted
Karen Stevenson [Sat, 22 Jan 2011 13:19:33 +0000]
Changes to the data migration code to work with latest iteration of Content Migrate.
Karen Stevenson [Thu, 20 Jan 2011 13:07:24 +0000]
Views changed the way fields are handled, need to do some changes here to accomodate that. This is not necessarily the best way to handle things, but no point in re-working it until Views quits changing the way fields are handled.
Karen Stevenson [Wed, 19 Jan 2011 16:51:51 +0000]
Views made changes to the way additional fields are added to a query.
Karen Stevenson [Wed, 19 Jan 2011 16:08:27 +0000]
Missed a recent views change to use add_where_expression() instead of add_where().
Karen Stevenson [Wed, 19 Jan 2011 15:40:41 +0000]
Fix a few broken references to date_api_field.
Karen Stevenson [Tue, 18 Jan 2011 12:15:16 +0000]
#1030012 Move date popup configuration into admin configure menu.
Karen Stevenson [Tue, 18 Jan 2011 11:35:16 +0000]
#1021512 Fields on user that don't show up on registration form still run through hook_field_validate. Don't validate missing values.
Karen Stevenson [Tue, 18 Jan 2011 11:23:44 +0000]
#1030874 Fix notice when creating a field with no to value.
Karen Stevenson [Tue, 18 Jan 2011 11:16:51 +0000]
#1030904 Move settings for ISO week to the right form.
Karen Stevenson [Tue, 18 Jan 2011 00:37:35 +0000]
Clean up whitespace.
Karen Stevenson [Mon, 17 Jan 2011 18:14:43 +0000]
#686394 Fix computation of week when week is used as default value of date argument.
Karen Stevenson [Mon, 17 Jan 2011 17:16:47 +0000]
#447868 Figure out when remembered value needs to used in Date filter.
Karen Stevenson [Mon, 17 Jan 2011 13:25:02 +0000]
#1011184 Add function to sort granularity array.
Karen Stevenson [Mon, 17 Jan 2011 12:45:57 +0000]
#1014664 Fix timezone shifts when computing UNTIL date.
Karen Stevenson [Mon, 17 Jan 2011 03:11:17 +0000]
Let's try it this way.
Karen Stevenson [Mon, 17 Jan 2011 02:50:34 +0000]
Lost the join for date fields in the date argument, start digging into why.
Karen Stevenson [Sun, 16 Jan 2011 16:52:28 +0000]
Fix typo in new Date Views code.
Karen Stevenson [Sun, 16 Jan 2011 16:37:22 +0000]
As long as I'm already moving all these files around, get all the views handling into its own module.
Karen Stevenson [Sun, 16 Jan 2011 16:27:37 +0000]
As long as I'm already moving all these files around, get all the views handling into its own module.
Karen Stevenson [Sun, 16 Jan 2011 16:14:27 +0000]
As long as I'm already moving all these files around, get all the views handling into its own module.
Karen Stevenson [Sun, 16 Jan 2011 15:29:20 +0000]
Fix small bug in date_wizard calendar creation.
Karen Stevenson [Sun, 16 Jan 2011 14:42:42 +0000]
Lost some files in the re-organization, add them back.
Karen Stevenson [Sun, 16 Jan 2011 14:41:41 +0000]
Fix some instance and widget settings that were not saving the right values.
Karen Stevenson [Sun, 16 Jan 2011 14:13:06 +0000]
#1023072 Custom default values were not getting saved.
Karen Stevenson [Sun, 16 Jan 2011 13:40:44 +0000]
Start some tests for date settings and from/to date interaction.
Karen Stevenson [Sun, 16 Jan 2011 12:22:29 +0000]
Move date repeat test to date repeat module.
Karen Stevenson [Sun, 16 Jan 2011 12:17:51 +0000]
Add creation of body field to Date tools, add more flexibility to the tool, and add tests.
Karen Stevenson [Sat, 15 Jan 2011 13:11:55 +0000]
A partial date value array still must create a full ISO date or date_create() will not work correctly.
Karen Stevenson [Sat, 15 Jan 2011 12:35:27 +0000]
And more file re-organization cleanup.
Karen Stevenson [Sat, 15 Jan 2011 12:29:16 +0000]
More cleanup of file re-organization. What a nightmare.
Karen Stevenson [Sat, 15 Jan 2011 11:55:36 +0000]
#1014118 and #986616 Complete reorganization of date files to avoid problems with D7 updater code.
Karen Stevenson [Sat, 15 Jan 2011 11:49:32 +0000]
#1014118 and #986616 Complete reorganization of date files to avoid problems with D7 updater code.
Karen Stevenson [Thu, 6 Jan 2011 04:20:50 +0000]
#1014200 Fix WSOD when ctools function cannot be found.
Karen Stevenson [Thu, 6 Jan 2011 03:28:35 +0000]
And get the debugging code out of there.
Karen Stevenson [Thu, 6 Jan 2011 03:24:35 +0000]
Formatter cleanup, plus add in content migrate alter hooks.
Magnus Gunnarsson [Tue, 4 Jan 2011 00:35:20 +0000]
#3891604 by Magnus: Imported translation to localization server and removed CVS file.
Karen Stevenson [Mon, 3 Jan 2011 13:14:51 +0000]
#1001186 by LoMo, more work on validation tests.
Karen Stevenson [Mon, 3 Jan 2011 02:39:36 +0000]
#720868 by dereine and KarenS, Fix argument handling for dates outside allowed range so only page views return 404.
Karen Stevenson [Sun, 2 Jan 2011 22:20:40 +0000]
#1001196 by LoMo and KarenS, add validation tests and clean up date validation.
Karen Stevenson [Sat, 1 Jan 2011 00:53:10 +0000]
#514242 Day repeated every two weeks was broken by wrong day comparison value.
Karen Stevenson [Sat, 1 Jan 2011 00:28:41 +0000]
Fix a bug in the calculation of the week days when using ISO weeks.
Karen Stevenson [Fri, 31 Dec 2010 23:42:20 +0000]
#549042 The date_week() function should return an integer even when using ISO weeks.
Karen Stevenson [Wed, 29 Dec 2010 14:09:55 +0000]
#575770 Fix handling of empty vs zero date parts in the date combo processing.
Karen Stevenson [Tue, 28 Dec 2010 16:37:07 +0000]
Test for date range was too forgiving.
Karen Stevenson [Tue, 28 Dec 2010 15:32:10 +0000]
Set relationship only if there is a relationship.
Karen Stevenson [Mon, 27 Dec 2010 16:08:29 +0000]
And also remove debugging code.
Karen Stevenson [Mon, 27 Dec 2010 16:07:59 +0000]
Make sure query_fields is always available, and add some handling for situation where there is no other filter but the date filter to avoid creating invalid SQL.
Karen Stevenson [Fri, 24 Dec 2010 13:59:27 +0000]
#385688 by jcmarco, Make sure we don't set relationships where there should be none.
Karen Stevenson [Thu, 23 Dec 2010 13:50:59 +0000]
#1000068 Fix broken default formats for relative filter dates.
Karen Stevenson [Thu, 23 Dec 2010 12:45:19 +0000]
Fix some more strict warnings.
Karen Stevenson [Thu, 23 Dec 2010 12:23:29 +0000]
Fix strict warning for deprecated is_a() function in PHP 5.2.
Karen Stevenson [Tue, 21 Dec 2010 13:09:57 +0000]
#953688 by pivica, fix strict errors in Date.
Karen Stevenson [Sat, 11 Dec 2010 23:11:45 +0000]
#977694 by hadsie, make date_field_update more explicit.
Karen Stevenson [Sat, 11 Dec 2010 22:51:49 +0000]
#982848 Fix undefined index on 'required'.
Karen Stevenson [Sat, 11 Dec 2010 22:31:42 +0000]
#993148 Use url() for link to date format page in date widget settings so it works without clean urls.
Karen Stevenson [Sat, 11 Dec 2010 22:26:44 +0000]
#983330 Remove deprecated use of views_object_cache_clear and replace it with ctools_object_cache_clear.
Karen Stevenson [Fri, 10 Dec 2010 15:04:32 +0000]
Add a couple more repeat tests.
Karen Stevenson [Fri, 10 Dec 2010 13:41:26 +0000]
Fix a couple bugs found in handling months with negative days.
Karen Stevenson [Fri, 10 Dec 2010 13:40:46 +0000]
Add more repeat tests.
Karen Stevenson [Fri, 10 Dec 2010 12:16:25 +0000]
Fix some repeat calculations and add a couple more repeat tests.
Karen Stevenson [Fri, 10 Dec 2010 10:47:03 +0000]
#784854 by akeemw, fix broken date repeat handling of negative by-day computations.
Karen Stevenson [Thu, 9 Dec 2010 15:26:55 +0000]
#952446 Fix date filter to handle year granularity correctly.
Karen Stevenson [Thu, 9 Dec 2010 12:46:36 +0000]
And a helper function to create a format string for the granularity.
Karen Stevenson [Thu, 9 Dec 2010 12:13:27 +0000]
Add functions to get a granularity precision from a granularity array or an array from a precision.
Karen Stevenson [Thu, 9 Dec 2010 11:05:10 +0000]
#966590 by fago, improve metadata integration.
Karen Stevenson [Mon, 29 Nov 2010 18:22:28 +0000]
#447728 Move all day logic into a helper function so it can be used by calendar too.
Karen Stevenson [Mon, 29 Nov 2010 16:36:52 +0000]
#447728 Move all day logic into a helper function so it can be used by calendar too.
Karen Stevenson [Mon, 29 Nov 2010 12:37:10 +0000]
#447728 Move all day logic into a helper function so it can be used by calendar too.
Karen Stevenson [Sat, 27 Nov 2010 21:43:34 +0000]
Add a helper function to find a nested element value.
Karen Stevenson [Thu, 25 Nov 2010 12:36:19 +0000]
#978442 by KarenS, fix some remaining brokenness from ical validation fix.
Karen Stevenson [Sat, 20 Nov 2010 13:25:30 +0000]
#760284 by skwashd, arithmetric clean up ical rfc compliance.
Karen Stevenson [Sat, 20 Nov 2010 12:07:17 +0000]
#939152 by amelfe add z-index to datepicker 1.7.
Karen Stevenson [Sat, 20 Nov 2010 12:03:10 +0000]
#826458 by troynt Keep date popup from popping up on page load.
Karen Stevenson [Sat, 20 Nov 2010 11:50:10 +0000]
#441970 by recrit and patcon, tweak year range validation in date filter and date argument to be more flexible.