Steve Sutton [Fri, 29 Jul 2016 12:13:38 +0000 (08:13 -0400)]
Update to turn off debug
Should have turned this off in the last one but here goes.
Steve Sutton [Fri, 29 Jul 2016 12:11:59 +0000 (08:11 -0400)]
Merge branch 'hotfix/1.2.23'
Steve Sutton [Fri, 29 Jul 2016 12:11:22 +0000 (08:11 -0400)]
Check time.ly address for commas and only use first part.
If the address string for time.ly has commas then strip the rest out to
use for the street.
Steve Sutton [Fri, 29 Jul 2016 11:49:00 +0000 (07:49 -0400)]
Merge branch 'hotfix/1.2.22'
Steve Sutton [Fri, 29 Jul 2016 11:48:25 +0000 (07:48 -0400)]
Bug fix for time.ly import
Need to place the array reset for address outside of this if hasLocation
Steve Sutton [Fri, 29 Jul 2016 11:42:14 +0000 (07:42 -0400)]
Merge branch 'release/1.2.21'
Steve Sutton [Fri, 29 Jul 2016 11:41:06 +0000 (07:41 -0400)]
Release for work on develop to master
New template added for current shortcode.
Shortcode text updated.
Extra commas removed from pdf and event detail pages.
Steve Sutton [Thu, 28 Jul 2016 20:01:48 +0000 (16:01 -0400)]
Merge branch 'feature/frontPage' into develop
Steve Sutton [Thu, 28 Jul 2016 19:47:03 +0000 (15:47 -0400)]
Clean up code
Removing print_r statements and commented out code.
Steve Sutton [Thu, 28 Jul 2016 19:44:52 +0000 (15:44 -0400)]
Update for the featured event list. Check for True or False
Need to check that the shortcode value is True or False value.
Using PHP filter_var already so we have the boolean result.
Steve Sutton [Thu, 28 Jul 2016 19:39:14 +0000 (15:39 -0400)]
New template for event front page.
Adding new attribute for the event list: featured (bool)
When set it will only get the featured events.
Still they'll be current ones.
Steve Sutton [Thu, 28 Jul 2016 14:58:37 +0000 (10:58 -0400)]
Working on the location and no results if no eventId
If there's no eventId for the page then give a Sorry, no results.
This will allow the main event-detail page to have the index and follow
set for SEO.
I setup the location so it will only output if each section has content.
Like city state zip. Same with the member location.
Chuck Scott [Tue, 26 Jul 2016 17:30:38 +0000 (13:30 -0400)]
Removed extraneous useless nonsense that was included for no good reason.
Steve Sutton [Mon, 25 Jul 2016 17:41:39 +0000 (13:41 -0400)]
Merge tag 'v1.2.20' into develop
version 1.2.20
Steve Sutton [Mon, 25 Jul 2016 17:41:27 +0000 (13:41 -0400)]
Merge branch 'release/1.2.20'
Steve Sutton [Mon, 25 Jul 2016 17:40:06 +0000 (13:40 -0400)]
Hotfix done for the time.ly import
Time.ly has a field for the event that we can use to correct events
without an end time. instant event
Anthony Talarico [Tue, 12 Jul 2016 19:24:38 +0000 (15:24 -0400)]
resetting timezone to UTC temporarily so convert ics dates then changing back to default detroit
Anthony Talarico [Tue, 12 Jul 2016 17:51:01 +0000 (13:51 -0400)]
adding condition for instant_event to check for start time only
Chuck Scott [Fri, 8 Jul 2016 18:50:18 +0000 (14:50 -0400)]
Merge tag 'v1.2.19' into develop
Beat Yoast SEO once again. This time with page titles.
Chuck Scott [Fri, 8 Jul 2016 18:50:13 +0000 (14:50 -0400)]
Merge branch 'hotfix/1.2.19'
Chuck Scott [Fri, 8 Jul 2016 18:49:58 +0000 (14:49 -0400)]
Beat Yoast SEO once again. This time with page titles.
Chuck Scott [Fri, 8 Jul 2016 14:51:30 +0000 (10:51 -0400)]
Merge tag 'v1.2.18' into develop
Added event name as page title to event detail page.
Chuck Scott [Fri, 8 Jul 2016 14:51:14 +0000 (10:51 -0400)]
Merge branch 'hotfix/1.2.18'
Chuck Scott [Fri, 8 Jul 2016 14:50:34 +0000 (10:50 -0400)]
Added event name as page title to event detail page.
Steve Sutton [Thu, 7 Jul 2016 19:47:43 +0000 (15:47 -0400)]
Merge tag 'v1.2.17' into develop
Version 1.2.17
Steve Sutton [Thu, 7 Jul 2016 19:47:36 +0000 (15:47 -0400)]
Merge branch 'hotfix/1.2.17'
Steve Sutton [Thu, 7 Jul 2016 19:47:00 +0000 (15:47 -0400)]
Update detail urls
Remove the event from date from the url.
This was effecting the open search results.
Steve Sutton [Thu, 7 Jul 2016 18:44:13 +0000 (14:44 -0400)]
Merge tag 'v1.2.16' into develop
Version 1.2.16
Steve Sutton [Thu, 7 Jul 2016 18:44:05 +0000 (14:44 -0400)]
Merge branch 'hotfix/1.2.16'
Steve Sutton [Thu, 7 Jul 2016 18:43:17 +0000 (14:43 -0400)]
Create redo link to fix discover kzoo event times
Fixing the event time function that was parsing out the hand entered
times and getting off by 12 hours.
Chuck Scott [Wed, 6 Jul 2016 21:02:21 +0000 (17:02 -0400)]
Merge tag 'v1.2.15' into develop
Hotfix for canonical detail page URLs and shortcode description cleanup.
Chuck Scott [Wed, 6 Jul 2016 21:01:35 +0000 (17:01 -0400)]
Merge branch 'hotfix/1.2.15'
Chuck Scott [Wed, 6 Jul 2016 21:00:38 +0000 (17:00 -0400)]
Updated plugin tag version
Chuck Scott [Wed, 6 Jul 2016 20:58:13 +0000 (16:58 -0400)]
Cleaned up shortcode description data.
Added code in frontHooks to do canonical URL cleanup for event-detail pages
Steve Sutton [Wed, 6 Jul 2016 16:10:55 +0000 (12:10 -0400)]
Merge tag 'v1.2.14' into develop
Version 1.2.14
Steve Sutton [Wed, 6 Jul 2016 16:10:46 +0000 (12:10 -0400)]
Merge branch 'release/1.2.14'
Steve Sutton [Wed, 6 Jul 2016 16:10:14 +0000 (12:10 -0400)]
bump version number
Not sure why the fixes didn't go into master branch
Steve Sutton [Tue, 28 Jun 2016 17:05:26 +0000 (13:05 -0400)]
Merge tag 'v1.2.13' into develop
Version 1.2.13
Steve Sutton [Tue, 28 Jun 2016 17:05:20 +0000 (13:05 -0400)]
Merge branch 'hotfix/1.2.13'
Steve Sutton [Tue, 28 Jun 2016 17:04:48 +0000 (13:04 -0400)]
Update for file line ending
use \r\n instead of just \n
Steve Sutton [Tue, 28 Jun 2016 16:31:27 +0000 (12:31 -0400)]
Merge tag 'v1.2.12' into develop
Version 1.1.12
Steve Sutton [Tue, 28 Jun 2016 16:31:16 +0000 (12:31 -0400)]
Merge branch 'hotfix/1.2.12'
Steve Sutton [Tue, 28 Jun 2016 16:29:57 +0000 (12:29 -0400)]
Updates to the ical feed for the events
Working with a feed validator to get rid of errors.
VEVENT needs ORGANIZER
invalid date times Needed Z at the end.
Steve Sutton [Fri, 24 Jun 2016 19:30:59 +0000 (15:30 -0400)]
Fix for the YEARLY event that spans from one month to the next.
Had to break these out and create the custom date array and serialize
it.
Steve Sutton [Fri, 24 Jun 2016 18:12:14 +0000 (14:12 -0400)]
Update for some yearly issues.
Need to initialize the serialized date to null on each loop through the
events pulled from time.ly.
Steve Sutton [Thu, 23 Jun 2016 20:59:28 +0000 (16:59 -0400)]
Get rid of errors from event list model
Check for the items and that it is an array before you foreach it.
Chuck Scott [Thu, 23 Jun 2016 18:19:24 +0000 (14:19 -0400)]
Merge tag 'v1.2.11' into develop
Improved map handling with new event.
Chuck Scott [Thu, 23 Jun 2016 18:18:56 +0000 (14:18 -0400)]
Merge branch 'hotfix/1.2.11'
Chuck Scott [Thu, 23 Jun 2016 18:17:56 +0000 (14:17 -0400)]
Updated event code to have automatic updates to the map location when entering an address for a new event until one of the following happen.
* The event is submitted (will not auto update when editing later.
* The user clicks the "Map Location Using Above Address" button
* The user drags the map pointer to a new location.
* "Update pointer" button is clicked to use specified lat/lon values.
Also added more instructions on how to use the map below the "Update pointer" button.
Tested and committed to code as HotFix
Steve Sutton [Thu, 23 Jun 2016 15:12:56 +0000 (11:12 -0400)]
Updating the event time.ly import script
Fixing the issues with importing events from explorewestern.
They had several events that are YEARLY ones with no months selected
from time.ly.
Also an issue with the start and end date going over to next day.
The timestamp in time.ly was spaning two days but their admin only
reported that it was from to same date.
Steve Sutton [Wed, 22 Jun 2016 18:00:40 +0000 (14:00 -0400)]
Merge tag 'v1.2.10' into develop
Version 1.2.10
Steve Sutton [Wed, 22 Jun 2016 18:00:30 +0000 (14:00 -0400)]
Merge branch 'hotfix/1.2.10'
Steve Sutton [Wed, 22 Jun 2016 17:59:00 +0000 (13:59 -0400)]
Bring in Chuck's change for correcting the member on add event.
Chuck had put updates for this into only the develop.
Needed on live site because the client is adding new events for members
and they don't hold the member.
Chuck Scott [Tue, 21 Jun 2016 18:22:51 +0000 (14:22 -0400)]
Corrected problem with ref_dest and ref_type on input and update
Laury GvR [Tue, 21 Jun 2016 15:39:29 +0000 (11:39 -0400)]
Merge tag 'v1.2.9' into develop
v1.2.9
Laury GvR [Tue, 21 Jun 2016 15:39:24 +0000 (11:39 -0400)]
Merge branch 'hotfix/1.2.9'
Laury GvR [Tue, 21 Jun 2016 15:38:43 +0000 (11:38 -0400)]
Merge branch 'develop' into hotfix/1.2.7
Laury GvR [Tue, 21 Jun 2016 15:38:31 +0000 (11:38 -0400)]
Default ref_type to 10 for now, always
Laury GvR [Tue, 21 Jun 2016 13:17:32 +0000 (09:17 -0400)]
Merge tag 'v1.2.8' into develop
v1.2.8
Laury GvR [Tue, 21 Jun 2016 13:17:27 +0000 (09:17 -0400)]
Merge branch 'release/1.2.8'
Laury GvR [Tue, 21 Jun 2016 13:17:14 +0000 (09:17 -0400)]
Version bump
Chuck Scott [Mon, 20 Jun 2016 18:40:29 +0000 (14:40 -0400)]
Fixed problem with all/none not being detected as a change and therefore recurrence not being stored.
Steve Sutton [Mon, 20 Jun 2016 16:37:34 +0000 (12:37 -0400)]
Merge tag 'v1.2.7' into develop
Version 1.2.7
Steve Sutton [Mon, 20 Jun 2016 16:37:26 +0000 (12:37 -0400)]
Merge branch 'hotfix/1.2.7'
Steve Sutton [Mon, 20 Jun 2016 16:36:56 +0000 (12:36 -0400)]
Update the search to deal with single quotes
the filter is adding the slashes.
Laury GvR [Fri, 17 Jun 2016 21:11:12 +0000 (17:11 -0400)]
Merge branch 'hotfix/1.2.7' into develop
Laury GvR [Fri, 17 Jun 2016 21:09:30 +0000 (17:09 -0400)]
Only show member detail if it's checked
Chuck Scott [Fri, 17 Jun 2016 19:30:52 +0000 (15:30 -0400)]
Reworked how we're checking for our rewrite rules and flusing the cache.
Steve Sutton [Fri, 17 Jun 2016 15:18:06 +0000 (11:18 -0400)]
Merge tag 'v1.2.6' into develop
Version 1.2.6
Steve Sutton [Fri, 17 Jun 2016 15:17:56 +0000 (11:17 -0400)]
Merge branch 'hotfix/1.2.6'
Steve Sutton [Fri, 17 Jun 2016 15:17:15 +0000 (11:17 -0400)]
Correction for the time zone
Should just use the current time given and not adjust the time zone
Chuck Scott [Fri, 17 Jun 2016 14:12:54 +0000 (10:12 -0400)]
revert flush_rules change
Steve Sutton [Thu, 16 Jun 2016 18:40:37 +0000 (14:40 -0400)]
Merge tag 'v1.2.5' into develop
Verlsion 1.2.5
Steve Sutton [Thu, 16 Jun 2016 18:40:30 +0000 (14:40 -0400)]
Merge branch 'release/1.2.5'
Steve Sutton [Thu, 16 Jun 2016 18:40:11 +0000 (14:40 -0400)]
bump the version number
for the index page
Steve Sutton [Thu, 16 Jun 2016 18:38:05 +0000 (14:38 -0400)]
Update the time.ly import again
Need to initalize the $stamp variable for each new event.
Chuck Scott [Thu, 16 Jun 2016 18:27:17 +0000 (14:27 -0400)]
Commented out flush_rules() as it was clearing rewrite rules - need to investigate
Steve Sutton [Thu, 16 Jun 2016 17:32:13 +0000 (13:32 -0400)]
Merge tag 'v1.2.4' into develop
Version 1.2.4
Steve Sutton [Thu, 16 Jun 2016 17:32:07 +0000 (13:32 -0400)]
Merge branch 'hotfix/1.2.4'
Steve Sutton [Thu, 16 Jun 2016 17:31:26 +0000 (13:31 -0400)]
Update for time.ly event import
If the event has special dates we need to set the starting and ending
dates to the first custom date.
Steve Sutton [Thu, 16 Jun 2016 16:13:51 +0000 (12:13 -0400)]
Merge tag 'v1.2.3' into develop
Version 1.2.3
Steve Sutton [Thu, 16 Jun 2016 16:13:43 +0000 (12:13 -0400)]
Merge branch 'hotfix/1.2.3'
Steve Sutton [Thu, 16 Jun 2016 16:13:11 +0000 (12:13 -0400)]
Update time.ly import script
If the event has custom dates then keep the end date same as start.
Steve Sutton [Thu, 16 Jun 2016 15:16:32 +0000 (11:16 -0400)]
Add req fields for logged in members
Should work for the administrative fields to make them required.
Steve Sutton [Thu, 16 Jun 2016 14:28:28 +0000 (10:28 -0400)]
Merge tag 'v1.2.2' into develop
Version 1.2.2
Steve Sutton [Thu, 16 Jun 2016 14:28:21 +0000 (10:28 -0400)]
Merge branch 'hotfix/1.2.2'
Steve Sutton [Thu, 16 Jun 2016 14:27:23 +0000 (10:27 -0400)]
Made the admin contact for edit event not required
We will need to put in the logic to detect if a member is editing the
event and require the fields there.
Steve Sutton [Wed, 15 Jun 2016 14:12:35 +0000 (10:12 -0400)]
Merge tag 'v1.2.1' into develop
Version 1.2.1
Steve Sutton [Wed, 15 Jun 2016 14:12:26 +0000 (10:12 -0400)]
Merge branch 'hotfix/1.2.1'
Steve Sutton [Wed, 15 Jun 2016 14:11:41 +0000 (10:11 -0400)]
Hotfix for pdf output issue
When the daysOfWeek are all days just remove them from showing
Laury GvR [Wed, 15 Jun 2016 13:59:06 +0000 (09:59 -0400)]
Merge tag 'v1.2.0' into develop
v1.2.0
Laury GvR [Wed, 15 Jun 2016 13:58:59 +0000 (09:58 -0400)]
Merge branch 'hotfix/1.2.0'
Laury GvR [Wed, 15 Jun 2016 13:58:54 +0000 (09:58 -0400)]
New version number on account of two new features!
Laury GvR [Wed, 15 Jun 2016 13:53:44 +0000 (09:53 -0400)]
Merge tag 'v1.0.18' into develop
v1.0.18
Laury GvR [Wed, 15 Jun 2016 13:53:39 +0000 (09:53 -0400)]
Merge branch 'hotfix/1.0.18'
Laury GvR [Wed, 15 Jun 2016 13:53:35 +0000 (09:53 -0400)]
Fixed a style error causing the css to not display, added a curly bracket
Laury GvR [Wed, 15 Jun 2016 13:46:43 +0000 (09:46 -0400)]
Merge tag 'v1.0.17' into develop
v1.0.17
Laury GvR [Wed, 15 Jun 2016 13:46:38 +0000 (09:46 -0400)]
Merge branch 'release/1.0.17'
Laury GvR [Wed, 15 Jun 2016 13:46:33 +0000 (09:46 -0400)]
Version bump
Laury GvR [Wed, 15 Jun 2016 13:45:08 +0000 (09:45 -0400)]
Merge branch 'feature/frontpage' into develop
Conflicts:
css/front.css