WP-Plugins/glm-member-db-events.git
8 years agoadjusting styles for the weekly agenda view to make them more visible
Anthony Talarico [Wed, 24 Aug 2016 19:19:19 +0000 (15:19 -0400)]
adjusting styles for the weekly agenda view to make them more visible

8 years agoadding event limit to agenda view to clean up the output in week view
Anthony Talarico [Wed, 24 Aug 2016 19:09:05 +0000 (15:09 -0400)]
adding event limit to agenda view to clean up the output in week view

8 years agofixing syntax error
Anthony Talarico [Wed, 24 Aug 2016 18:53:58 +0000 (14:53 -0400)]
fixing syntax error

8 years agoadding conditional to change main content to 12 columns when the calendar is shown...
Anthony Talarico [Wed, 24 Aug 2016 18:52:02 +0000 (14:52 -0400)]
adding conditional to change main content to 12 columns when the calendar is shown so that the popup for more events will display

8 years agoadding all_day parameter to the full calendar object
Anthony Talarico [Wed, 24 Aug 2016 18:06:06 +0000 (14:06 -0400)]
adding all_day parameter to the full calendar object

8 years agoinitial commit of front end calendar features
Anthony Talarico [Wed, 24 Aug 2016 17:32:03 +0000 (13:32 -0400)]
initial commit of front end calendar features

8 years agoUpdate for event categories
Steve Sutton [Fri, 19 Aug 2016 20:06:49 +0000 (16:06 -0400)]
Update for event categories

Need to bring in the event categories too.

8 years agoMerge tag 'v1.3.1' into develop
Steve Sutton [Mon, 15 Aug 2016 14:38:28 +0000 (10:38 -0400)]
Merge tag 'v1.3.1' into develop

Version 1.3.1

8 years agoMerge branch 'release/1.3.1' v1.3.1
Steve Sutton [Mon, 15 Aug 2016 14:38:20 +0000 (10:38 -0400)]
Merge branch 'release/1.3.1'

8 years agoNew release
Steve Sutton [Mon, 15 Aug 2016 14:37:35 +0000 (10:37 -0400)]
New release

Finishing the ical feed importing with WP Cron task.

8 years agoFix for white space
Steve Sutton [Mon, 15 Aug 2016 12:28:05 +0000 (08:28 -0400)]
Fix for white space

Add white spacing for readability and for wordpress coding standands.

8 years agoGet rid of unneeded cron model and retractor add action for cron.
Steve Sutton [Fri, 12 Aug 2016 19:44:07 +0000 (15:44 -0400)]
Get rid of unneeded cron model and retractor add action for cron.

For the cron task the add action is now just calling an ajax request.
Placing the add_action into the index file because we need this action
added regardless if they're in admin or front.

8 years agoRemove the link for the ajax call.
Steve Sutton [Fri, 12 Aug 2016 19:02:11 +0000 (15:02 -0400)]
Remove the link for the ajax call.

not needed.

8 years agoMerge branch 'feature/icalFeedCron' into develop
Steve Sutton [Fri, 12 Aug 2016 18:59:45 +0000 (14:59 -0400)]
Merge branch 'feature/icalFeedCron' into develop

8 years agoAdding the fields into management page for duration and events.
Steve Sutton [Fri, 12 Aug 2016 18:57:45 +0000 (14:57 -0400)]
Adding the fields into management page for duration and events.

The two fields for ical feed now display in the management list of
feeds. Duration - show hour min sec in template. Events showing how many
insert or updates where done.

8 years agoAdd the two fields into the management page.
Steve Sutton [Fri, 12 Aug 2016 18:12:31 +0000 (14:12 -0400)]
Add the two fields into the management page.

So we can see them with their feeds.

8 years agoNew db version for events
Steve Sutton [Fri, 12 Aug 2016 17:22:19 +0000 (13:22 -0400)]
New db version for events

Adding two new fields for the ical_feed table.
Field: duration to store how long the import of the events is taking.
Field: events to store how many events were fetched in the last fetch.

8 years agoSetting up the cron tasks
Steve Sutton [Fri, 12 Aug 2016 13:02:07 +0000 (09:02 -0400)]
Setting up the cron tasks

Working on getting the Cron task setup to run the feed import.
Had it working when it was in the index file. But when I move it into
the admin and front hook pages. Admin hook might work but the process
kicked off from the cron will use only the front one.
This might need to be setup as an ajax thing.

8 years agoUpdate how to deal with start and end times.
Steve Sutton [Wed, 10 Aug 2016 20:02:54 +0000 (16:02 -0400)]
Update how to deal with start and end times.

If they both are 00:00 then all day.
If they both are the same then no ending time.

8 years agoUpdate the intro field on import.
Steve Sutton [Wed, 10 Aug 2016 18:03:25 +0000 (14:03 -0400)]
Update the intro field on import.

No tags in intro.

8 years agoMerge tag 'v1.3.0' into develop
Steve Sutton [Wed, 10 Aug 2016 16:50:37 +0000 (12:50 -0400)]
Merge tag 'v1.3.0' into develop

Version 1.3.0

8 years agoMerge branch 'release/1.3.0' v1.3.0
Steve Sutton [Wed, 10 Aug 2016 16:50:30 +0000 (12:50 -0400)]
Merge branch 'release/1.3.0'

8 years agoUpdate for ical feed and release for 1.3.0
Steve Sutton [Wed, 10 Aug 2016 16:49:15 +0000 (12:49 -0400)]
Update for ical feed and release for 1.3.0

For the ical feed I'm removing the " from the CN part of ORGANIZER.
The validator considers this an illegal character. So removing them.

8 years agoSteve has finished with db version updates
Steve Sutton [Wed, 10 Aug 2016 16:43:49 +0000 (12:43 -0400)]
Steve has finished with db version updates

removing the file for this.

8 years agoDB updates and the ical refresh for feed now works.
Steve Sutton [Wed, 10 Aug 2016 16:34:31 +0000 (12:34 -0400)]
DB updates and the ical refresh for feed now works.

Can grab images from the ical feed.
Adding field for the ical uid from the ical feed.
If it finds a match then that event record will update.

8 years agoWIP for the event feed import
Steve Sutton [Fri, 5 Aug 2016 21:04:37 +0000 (17:04 -0400)]
WIP for the event feed import

Working on adding deleting the entries in the feed import table.

8 years agoPlugin DB Updates NEW Table
Steve Sutton [Fri, 5 Aug 2016 20:14:08 +0000 (16:14 -0400)]
Plugin DB Updates NEW Table

Adding a table for ical feeds.
This will store the ical feed for the site.
with the url it has created date and updated date.

8 years agoStarting a database update for new db table.
Steve Sutton [Fri, 5 Aug 2016 19:45:21 +0000 (15:45 -0400)]
Starting a database update for new db table.

Creating a table for storing the ical feed import and settings.

8 years agoMerge tag 'v1.2.32' into develop
Steve Sutton [Fri, 5 Aug 2016 16:24:21 +0000 (12:24 -0400)]
Merge tag 'v1.2.32' into develop

Version 1.2.32

8 years agoMerge branch 'hotfix/1.2.32' v1.2.32
Steve Sutton [Fri, 5 Aug 2016 16:24:13 +0000 (12:24 -0400)]
Merge branch 'hotfix/1.2.32'

8 years agofixing url for images
Steve Sutton [Fri, 5 Aug 2016 16:23:50 +0000 (12:23 -0400)]
fixing url for images

Need to urlencode image name.

8 years agoMerge tag 'v1.2.31' into develop
Steve Sutton [Fri, 5 Aug 2016 16:10:15 +0000 (12:10 -0400)]
Merge tag 'v1.2.31' into develop

Version 1.2.31

8 years agoMerge branch 'hotfix/1.2.31' v1.2.31
Steve Sutton [Fri, 5 Aug 2016 16:10:07 +0000 (12:10 -0400)]
Merge branch 'hotfix/1.2.31'

8 years agoOne more bug fix
Steve Sutton [Fri, 5 Aug 2016 16:08:19 +0000 (12:08 -0400)]
One more bug fix

Fix the PRODID line. need two slashes before the EN at the end

8 years agoMerge tag 'v1.2.30' into develop
Steve Sutton [Fri, 5 Aug 2016 16:01:50 +0000 (12:01 -0400)]
Merge tag 'v1.2.30' into develop

Version 1.2.30

8 years agoMerge branch 'hotfix/1.2.30' v1.2.30
Steve Sutton [Fri, 5 Aug 2016 16:01:38 +0000 (12:01 -0400)]
Merge branch 'hotfix/1.2.30'

8 years agoUpdates on ical feed
Steve Sutton [Fri, 5 Aug 2016 16:00:47 +0000 (12:00 -0400)]
Updates on ical feed

Adding the image to the feed and the URL.
This is for work also on the event import of these fields.

8 years agoMerge tag 'v1.2.29' into develop
Steve Sutton [Wed, 3 Aug 2016 12:25:11 +0000 (08:25 -0400)]
Merge tag 'v1.2.29' into develop

Version 1.2.29

8 years agoMerge branch 'hotfix/1.2.29' v1.2.29
Steve Sutton [Wed, 3 Aug 2016 12:25:02 +0000 (08:25 -0400)]
Merge branch 'hotfix/1.2.29'

8 years agoBug fix for member events
Steve Sutton [Wed, 3 Aug 2016 12:24:36 +0000 (08:24 -0400)]
Bug fix for member events

was checking actiondata not actionData

8 years agoMerge tag 'v1.2.28' into develop
Steve Sutton [Tue, 2 Aug 2016 18:51:22 +0000 (14:51 -0400)]
Merge tag 'v1.2.28' into develop

Version 1.2.28

8 years agoMerge branch 'hotfix/1.2.28' v1.2.28
Steve Sutton [Tue, 2 Aug 2016 18:51:14 +0000 (14:51 -0400)]
Merge branch 'hotfix/1.2.28'

8 years agoNeed to exit when doing ajax and smarty
Steve Sutton [Tue, 2 Aug 2016 18:50:29 +0000 (14:50 -0400)]
Need to exit when doing ajax and smarty

Place exit statement after the echo of rss output.

8 years agoMerge tag 'v1.2.27' into develop
Steve Sutton [Tue, 2 Aug 2016 18:01:47 +0000 (14:01 -0400)]
Merge tag 'v1.2.27' into develop

Version 1.2.27

8 years agoMerge branch 'release/1.2.27' v1.2.27
Steve Sutton [Tue, 2 Aug 2016 18:01:39 +0000 (14:01 -0400)]
Merge branch 'release/1.2.27'

8 years agoBump version number
Steve Sutton [Tue, 2 Aug 2016 18:00:44 +0000 (14:00 -0400)]
Bump version number

Merged in a feature branch and doing a release.
Not updating the minor number because this is really a fix more than new
feature.

8 years agoMerge branch 'feature/dynamicDateRangeDefault' into develop
Steve Sutton [Tue, 2 Aug 2016 17:59:51 +0000 (13:59 -0400)]
Merge branch 'feature/dynamicDateRangeDefault' into develop

8 years agoSet start at 1 and increment inside do while loop feature/dynamicDateRangeDefault
Steve Sutton [Tue, 2 Aug 2016 17:57:41 +0000 (13:57 -0400)]
Set start at 1 and increment inside do while loop

Updating the checks for events counts.
Remove debug output.

8 years agoAlso check for total event count above 5
Steve Sutton [Tue, 2 Aug 2016 17:36:40 +0000 (13:36 -0400)]
Also check for total event count above 5

This is to keep from endless loop

8 years agoCreate a check for number of events and keep going out to get at least 5
Steve Sutton [Tue, 2 Aug 2016 17:33:40 +0000 (13:33 -0400)]
Create a check for number of events and keep going out to get at least 5

Create a dynamic check for number of events to get at least 5 events in
list.

8 years agoMerge tag 'v1.2.26' into develop
Steve Sutton [Fri, 29 Jul 2016 20:15:35 +0000 (16:15 -0400)]
Merge tag 'v1.2.26' into develop

Version 1.2.26

8 years agoMerge branch 'hotfix/1.2.26' v1.2.26
Steve Sutton [Fri, 29 Jul 2016 20:15:24 +0000 (16:15 -0400)]
Merge branch 'hotfix/1.2.26'

8 years agoUpdate for state drop down on location edit page for events
Steve Sutton [Fri, 29 Jul 2016 20:14:31 +0000 (16:14 -0400)]
Update for state drop down on location edit page for events

When editing or updating events need to have empty for state.
Some of the events did not have location completed.

8 years agoMerge tag 'v1.2.24' into develop
Steve Sutton [Fri, 29 Jul 2016 12:15:58 +0000 (08:15 -0400)]
Merge tag 'v1.2.24' into develop

version 1.2.24

8 years agoMerge branch 'hotfix/1.2.24' v1.2.24 v1.2.25
Steve Sutton [Fri, 29 Jul 2016 12:15:40 +0000 (08:15 -0400)]
Merge branch 'hotfix/1.2.24'

8 years agoDo all time.ly events
Steve Sutton [Fri, 29 Jul 2016 12:15:11 +0000 (08:15 -0400)]
Do all time.ly events

Forgot to remove part where it was only getting one event.

8 years agoUpdate to turn off debug
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.

8 years agoMerge tag 'v1.2.23' into develop
Steve Sutton [Fri, 29 Jul 2016 12:12:06 +0000 (08:12 -0400)]
Merge tag 'v1.2.23' into develop

Version 1.2.23

8 years agoMerge branch 'hotfix/1.2.23' v1.2.23
Steve Sutton [Fri, 29 Jul 2016 12:11:59 +0000 (08:11 -0400)]
Merge branch 'hotfix/1.2.23'

8 years agoCheck time.ly address for commas and only use first part.
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.

8 years agoMerge tag 'v1.2.22' into develop
Steve Sutton [Fri, 29 Jul 2016 11:49:09 +0000 (07:49 -0400)]
Merge tag 'v1.2.22' into develop

Version 1.2.22

8 years agoMerge branch 'hotfix/1.2.22' v1.2.22
Steve Sutton [Fri, 29 Jul 2016 11:49:00 +0000 (07:49 -0400)]
Merge branch 'hotfix/1.2.22'

8 years agoBug fix for time.ly import
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

8 years agoMerge tag 'v1.2.21' into develop
Steve Sutton [Fri, 29 Jul 2016 11:42:26 +0000 (07:42 -0400)]
Merge tag 'v1.2.21' into develop

Version 1.2.21

8 years agoMerge branch 'release/1.2.21' v1.2.21
Steve Sutton [Fri, 29 Jul 2016 11:42:14 +0000 (07:42 -0400)]
Merge branch 'release/1.2.21'

8 years agoRelease for work on develop to master
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.

8 years agoMerge branch 'feature/frontPage' into develop
Steve Sutton [Thu, 28 Jul 2016 20:01:48 +0000 (16:01 -0400)]
Merge branch 'feature/frontPage' into develop

8 years agoClean up code
Steve Sutton [Thu, 28 Jul 2016 19:47:03 +0000 (15:47 -0400)]
Clean up code

Removing print_r statements and commented out code.

8 years agoUpdate for the featured event list. Check for True or False
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.

8 years agoNew template for event front page.
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.

8 years agoWorking on the location and no results if no eventId
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.

8 years agoRemoved extraneous useless nonsense that was included for no good reason.
Chuck Scott [Tue, 26 Jul 2016 17:30:38 +0000 (13:30 -0400)]
Removed extraneous useless nonsense that was included for no good reason.

8 years agoMerge tag 'v1.2.20' into develop
Steve Sutton [Mon, 25 Jul 2016 17:41:39 +0000 (13:41 -0400)]
Merge tag 'v1.2.20' into develop

version 1.2.20

8 years agoMerge branch 'release/1.2.20' v1.2.20
Steve Sutton [Mon, 25 Jul 2016 17:41:27 +0000 (13:41 -0400)]
Merge branch 'release/1.2.20'

8 years agoHotfix done for the time.ly import
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

8 years agoresetting timezone to UTC temporarily so convert ics dates then changing back to...
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

8 years agoadding condition for instant_event to check for start time only
Anthony Talarico [Tue, 12 Jul 2016 17:51:01 +0000 (13:51 -0400)]
adding condition for instant_event to check for start time only

8 years agoMerge tag 'v1.2.19' into develop
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.

8 years agoMerge branch 'hotfix/1.2.19' v1.2.19
Chuck Scott [Fri, 8 Jul 2016 18:50:13 +0000 (14:50 -0400)]
Merge branch 'hotfix/1.2.19'

8 years agoBeat Yoast SEO once again. This time with page titles.
Chuck Scott [Fri, 8 Jul 2016 18:49:58 +0000 (14:49 -0400)]
Beat Yoast SEO once again. This time with page titles.

8 years agoMerge tag 'v1.2.18' into develop
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.

8 years agoMerge branch 'hotfix/1.2.18' v1.2.18
Chuck Scott [Fri, 8 Jul 2016 14:51:14 +0000 (10:51 -0400)]
Merge branch 'hotfix/1.2.18'

8 years agoAdded event name as page title to event detail page.
Chuck Scott [Fri, 8 Jul 2016 14:50:34 +0000 (10:50 -0400)]
Added event name as page title to event detail page.

8 years agoMerge tag 'v1.2.17' into develop
Steve Sutton [Thu, 7 Jul 2016 19:47:43 +0000 (15:47 -0400)]
Merge tag 'v1.2.17' into develop

Version 1.2.17

8 years agoMerge branch 'hotfix/1.2.17' v1.2.17
Steve Sutton [Thu, 7 Jul 2016 19:47:36 +0000 (15:47 -0400)]
Merge branch 'hotfix/1.2.17'

8 years agoUpdate detail urls
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.

8 years agoMerge tag 'v1.2.16' into develop
Steve Sutton [Thu, 7 Jul 2016 18:44:13 +0000 (14:44 -0400)]
Merge tag 'v1.2.16' into develop

Version 1.2.16

8 years agoMerge branch 'hotfix/1.2.16' v1.2.16
Steve Sutton [Thu, 7 Jul 2016 18:44:05 +0000 (14:44 -0400)]
Merge branch 'hotfix/1.2.16'

8 years agoCreate redo link to fix discover kzoo event times
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.

8 years agoMerge tag 'v1.2.15' into develop
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.

8 years agoMerge branch 'hotfix/1.2.15' v1.2.15
Chuck Scott [Wed, 6 Jul 2016 21:01:35 +0000 (17:01 -0400)]
Merge branch 'hotfix/1.2.15'

8 years agoUpdated plugin tag version
Chuck Scott [Wed, 6 Jul 2016 21:00:38 +0000 (17:00 -0400)]
Updated plugin tag version

8 years agoCleaned up shortcode description data.
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

8 years agoMerge tag 'v1.2.14' into develop
Steve Sutton [Wed, 6 Jul 2016 16:10:55 +0000 (12:10 -0400)]
Merge tag 'v1.2.14' into develop

Version 1.2.14

8 years agoMerge branch 'release/1.2.14' v1.2.14
Steve Sutton [Wed, 6 Jul 2016 16:10:46 +0000 (12:10 -0400)]
Merge branch 'release/1.2.14'

8 years agobump version number
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

8 years agoMerge tag 'v1.2.13' into develop
Steve Sutton [Tue, 28 Jun 2016 17:05:26 +0000 (13:05 -0400)]
Merge tag 'v1.2.13' into develop

Version 1.2.13

8 years agoMerge branch 'hotfix/1.2.13' v1.2.13
Steve Sutton [Tue, 28 Jun 2016 17:05:20 +0000 (13:05 -0400)]
Merge branch 'hotfix/1.2.13'

8 years agoUpdate for file line ending
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

8 years agoMerge tag 'v1.2.12' into develop
Steve Sutton [Tue, 28 Jun 2016 16:31:27 +0000 (12:31 -0400)]
Merge tag 'v1.2.12' into develop

Version 1.1.12