WP-Plugins/glm-member-db-events.git
6 years agoMerge branch 'hotfix/1.6.91' v1.6.91
Steve Sutton [Mon, 6 Aug 2018 16:48:25 +0000 (12:48 -0400)]
Merge branch 'hotfix/1.6.91'

6 years agoBump version number for events plugin hotfix/1.6.91
Steve Sutton [Mon, 6 Aug 2018 16:48:06 +0000 (12:48 -0400)]
Bump version number for events plugin

version 1.6.91

6 years agoAdd management option for setting the image size for icalFeed images.
Steve Sutton [Mon, 6 Aug 2018 16:44:30 +0000 (12:44 -0400)]
Add management option for setting the image size for icalFeed images.

Can set ical geed image sizes to all even original image size.

6 years agoMerge branch 'hotfix/1.6.89' v1.6.89
Chuck Scott [Mon, 30 Jul 2018 18:11:16 +0000 (14:11 -0400)]
Merge branch 'hotfix/1.6.89'

6 years agoUpdated version numbers for hotfix.
Chuck Scott [Mon, 30 Jul 2018 18:09:49 +0000 (14:09 -0400)]
Updated version numbers for hotfix.

6 years agoChanged date range returned for an event in an event list.
Chuck Scott [Fri, 27 Jul 2018 17:06:46 +0000 (13:06 -0400)]
Changed date range returned for an event in an event list.

This was showing the date range selected for the list of evnets rather than the date reange for the specific event.
Now showing the correct date range for the entire event.

6 years agoMerge branch 'hotfix/1.6.88' v1.6.88
Steve Sutton [Thu, 19 Jul 2018 19:10:58 +0000 (15:10 -0400)]
Merge branch 'hotfix/1.6.88'

6 years agoFix for unsetting images on icalfeed import
Steve Sutton [Thu, 19 Jul 2018 19:10:08 +0000 (15:10 -0400)]
Fix for unsetting images on icalfeed import

if there's no ical feed image then keey last image.

6 years agoMerge branch 'release/1.6.87' v1.6.87
Steve Sutton [Tue, 26 Jun 2018 18:06:16 +0000 (14:06 -0400)]
Merge branch 'release/1.6.87'

6 years agoFor a new release
Steve Sutton [Tue, 26 Jun 2018 18:05:55 +0000 (14:05 -0400)]
For a new release

Update version numbers

6 years agoUpdate calls to valid email check.
Steve Sutton [Mon, 11 Jun 2018 13:06:53 +0000 (09:06 -0400)]
Update calls to valid email check.

Trim the email first. This prevents it from failing if there's a space
in start or end of the email that is being checked.

6 years agoMerge tag 'v1.6.86' into develop
Steve Sutton [Mon, 4 Jun 2018 15:27:21 +0000 (11:27 -0400)]
Merge tag 'v1.6.86' into develop

Version 1.6.86

6 years agoMerge branch 'hotfix/1.6.86' v1.6.86
Steve Sutton [Mon, 4 Jun 2018 15:27:14 +0000 (11:27 -0400)]
Merge branch 'hotfix/1.6.86'

6 years agoUpdate name search.
Steve Sutton [Mon, 4 Jun 2018 15:25:56 +0000 (11:25 -0400)]
Update name search.

Category and the name search parts were conflicting.
Setup a isNameSearch Parameter to end the confusion.

6 years agoMerge tag 'v1.6.85' into develop
Steve Sutton [Fri, 1 Jun 2018 16:15:58 +0000 (12:15 -0400)]
Merge tag 'v1.6.85' into develop

Version 1.6.85

6 years agoMerge branch 'hotfix/1.6.85' v1.6.85
Steve Sutton [Fri, 1 Jun 2018 16:15:48 +0000 (12:15 -0400)]
Merge branch 'hotfix/1.6.85'

6 years agoApply the limit to events after the sorting.
Steve Sutton [Fri, 1 Jun 2018 16:15:08 +0000 (12:15 -0400)]
Apply the limit to events after the sorting.

After the resorting of the events need to check for and apply any limit.

7 years agoMerge tag 'v1.6.84' into develop
Steve Sutton [Mon, 14 May 2018 20:26:47 +0000 (16:26 -0400)]
Merge tag 'v1.6.84' into develop

Version 1.6.84

7 years agoMerge branch 'release/1.6.84' v1.6.84
Steve Sutton [Mon, 14 May 2018 20:26:40 +0000 (16:26 -0400)]
Merge branch 'release/1.6.84'

7 years agorelease
Steve Sutton [Mon, 14 May 2018 20:26:24 +0000 (16:26 -0400)]
release

for new release

7 years agoUpdate weeks to check
Steve Sutton [Mon, 14 May 2018 20:23:04 +0000 (16:23 -0400)]
Update weeks to check

Start with one less than actuall

7 years agoMerge tag 'v1.6.83' into develop
Steve Sutton [Mon, 14 May 2018 20:17:49 +0000 (16:17 -0400)]
Merge tag 'v1.6.83' into develop

Version 1.6.83

7 years agoMerge branch 'release/1.6.83' v1.6.83
Steve Sutton [Mon, 14 May 2018 20:17:41 +0000 (16:17 -0400)]
Merge branch 'release/1.6.83'

7 years agoRelease
Steve Sutton [Mon, 14 May 2018 20:17:21 +0000 (16:17 -0400)]
Release

Notes for release

7 years agoReset default weeks to check to 2 weeks.
Steve Sutton [Mon, 14 May 2018 20:10:40 +0000 (16:10 -0400)]
Reset default weeks to check to 2 weeks.

Later this will be a management option.

7 years agoUpdate sql for NOT IN in the correct place.
Steve Sutton [Mon, 14 May 2018 18:08:56 +0000 (14:08 -0400)]
Update sql for NOT IN in the correct place.

Placing NOT IN outside sub select.

7 years agoUpdate events to exclude a category.
Steve Sutton [Mon, 14 May 2018 16:21:55 +0000 (12:21 -0400)]
Update events to exclude a category.

When setting up the shortcode use a negative number to exclude the event
category.

7 years agoMerge tag 'v1.6.82' into develop
Steve Sutton [Fri, 27 Apr 2018 15:24:17 +0000 (11:24 -0400)]
Merge tag 'v1.6.82' into develop

Version 1.6.82

7 years agoMerge branch 'release/1.6.82' v1.6.82
Steve Sutton [Fri, 27 Apr 2018 15:24:10 +0000 (11:24 -0400)]
Merge branch 'release/1.6.82'

7 years agorelease
Steve Sutton [Fri, 27 Apr 2018 15:23:50 +0000 (11:23 -0400)]
release

v1.6.82

7 years agoUpdate for event detail pages for active events only.
Steve Sutton [Fri, 27 Apr 2018 15:20:24 +0000 (11:20 -0400)]
Update for event detail pages for active events only.

If anything but active give 404 page.

7 years agoMerge tag 'v1.6.81' into develop
Steve Sutton [Fri, 27 Apr 2018 14:33:29 +0000 (10:33 -0400)]
Merge tag 'v1.6.81' into develop

Version 1.6.81

7 years agoMerge branch 'release/1.6.81' v1.6.81
Steve Sutton [Fri, 27 Apr 2018 14:33:21 +0000 (10:33 -0400)]
Merge branch 'release/1.6.81'

7 years agorelease
Steve Sutton [Fri, 27 Apr 2018 14:33:05 +0000 (10:33 -0400)]
release

1.6.81

7 years agoBug fix for featured in agenda view
Steve Sutton [Thu, 26 Apr 2018 19:41:40 +0000 (15:41 -0400)]
Bug fix for featured in agenda view

Need to test with a few dev sites.

7 years agoMerge tag 'v1.6.80' into develop
Steve Sutton [Wed, 18 Apr 2018 18:47:41 +0000 (14:47 -0400)]
Merge tag 'v1.6.80' into develop

Version 1.6.80

7 years agoMerge branch 'release/1.6.80' v1.6.80
Steve Sutton [Wed, 18 Apr 2018 18:47:32 +0000 (14:47 -0400)]
Merge branch 'release/1.6.80'

7 years agoUpdate agenda view to lazy load images.
Steve Sutton [Wed, 18 Apr 2018 18:46:42 +0000 (14:46 -0400)]
Update agenda view to lazy load images.

Images will now wait until event in agenda is clicked to load in list
agenda view.

7 years agoTest for delaying the loading of event agenda images.
Steve Sutton [Wed, 18 Apr 2018 18:33:10 +0000 (14:33 -0400)]
Test for delaying the loading of event agenda images.

Load the image when the event is clicked on.

7 years agoMerge tag 'v1.6.79' into develop
Steve Sutton [Mon, 9 Apr 2018 19:35:56 +0000 (15:35 -0400)]
Merge tag 'v1.6.79' into develop

Version 1.6.79

7 years agoMerge branch 'hotfix/1.6.79' v1.6.79
Steve Sutton [Mon, 9 Apr 2018 19:35:49 +0000 (15:35 -0400)]
Merge branch 'hotfix/1.6.79'

7 years agoBump version number
Steve Sutton [Mon, 9 Apr 2018 19:35:37 +0000 (15:35 -0400)]
Bump version number

For hotfix

7 years agoUpdate get city call to use data abstract for all cities.
Steve Sutton [Mon, 9 Apr 2018 19:25:36 +0000 (15:25 -0400)]
Update get city call to use data abstract for all cities.

Don't filter the list of cities.

7 years agoMerge tag 'v1.6.78' into develop
Steve Sutton [Thu, 5 Apr 2018 15:53:28 +0000 (11:53 -0400)]
Merge tag 'v1.6.78' into develop

Version 1.6.78

7 years agoMerge branch 'release/1.6.78' v1.6.78
Steve Sutton [Thu, 5 Apr 2018 15:53:15 +0000 (11:53 -0400)]
Merge branch 'release/1.6.78'

7 years agoUpdate for release
Steve Sutton [Thu, 5 Apr 2018 15:51:12 +0000 (11:51 -0400)]
Update for release

Update readme.txt
Bump version number.

7 years agoAdd city drop down for add event form.
Steve Sutton [Thu, 5 Apr 2018 15:47:59 +0000 (11:47 -0400)]
Add city drop down for add event form.

Use the city list to generate a select for cities.
Too many cities end up getting created.

7 years agoFix notices from php
Steve Sutton [Tue, 3 Apr 2018 17:47:39 +0000 (13:47 -0400)]
Fix notices from php

Getting rid of php notices where template variables were undefined.

7 years agoMerge branch 'feature/EventExport' into develop
Steve Sutton [Tue, 3 Apr 2018 17:32:04 +0000 (13:32 -0400)]
Merge branch 'feature/EventExport' into develop

7 years agoadding files and images and dow to exports
Steve Sutton [Tue, 3 Apr 2018 17:29:24 +0000 (13:29 -0400)]
adding files and images and dow to exports

Add files 1 t o3
Add image
Add Days of Week to export

7 years agoAdd categories and date time to export.
Steve Sutton [Mon, 2 Apr 2018 19:35:11 +0000 (15:35 -0400)]
Add categories and date time to export.

Categories (one per column)
date and time in starting_date and ending_date columns.

7 years agoWIP export for events
Steve Sutton [Fri, 30 Mar 2018 18:11:59 +0000 (14:11 -0400)]
WIP export for events

Start work on the event export.

7 years agoUpdate the add event page for notice of no times.
Steve Sutton [Thu, 29 Mar 2018 19:32:36 +0000 (15:32 -0400)]
Update the add event page for notice of no times.

Show this notice only when they have no times (update)

7 years agoNow not adding http:// to empty URLs.
Chuck Scott [Tue, 27 Feb 2018 19:21:18 +0000 (14:21 -0500)]
Now not adding http:// to empty URLs.

7 years agoMerge branch 'develop' of cvs2:WP-Plugins/glm-member-db-events into develop
Chuck Scott [Tue, 27 Feb 2018 19:18:03 +0000 (14:18 -0500)]
Merge branch 'develop' of cvs2:WP-Plugins/glm-member-db-events into develop

7 years agoFor import files
Steve Sutton [Tue, 27 Feb 2018 18:52:35 +0000 (13:52 -0500)]
For import files

check for file1

7 years agoFixed undefined index issue when location city not available.
Chuck Scott [Mon, 26 Feb 2018 19:43:41 +0000 (14:43 -0500)]
Fixed undefined index issue when location city not available.

7 years agoAdded code to post processing to ensure http:// is always at the beginning of URLs
Chuck Scott [Mon, 26 Feb 2018 18:07:53 +0000 (13:07 -0500)]
Added code to post processing to ensure  is always at the beginning of URLs

7 years agoMerge tag 'v1.6.77' into develop
Steve Sutton [Wed, 21 Feb 2018 20:23:46 +0000 (15:23 -0500)]
Merge tag 'v1.6.77' into develop

Version 1.6.77

7 years agoMerge branch 'release/1.6.77' v1.6.77
Steve Sutton [Wed, 21 Feb 2018 20:23:27 +0000 (15:23 -0500)]
Merge branch 'release/1.6.77'

7 years agoBump version and add to readme file.
Steve Sutton [Wed, 21 Feb 2018 20:21:26 +0000 (15:21 -0500)]
Bump version and add to readme file.

Adding to readme.txt
Bump version number.

7 years agoHide old management option for emails.
Steve Sutton [Wed, 21 Feb 2018 20:00:46 +0000 (15:00 -0500)]
Hide old management option for emails.

This was moved over to settings.

7 years agoAdd new flag for member event moderated
Steve Sutton [Wed, 21 Feb 2018 19:55:39 +0000 (14:55 -0500)]
Add new flag for member event moderated

If checked then all member events are moderated.

7 years agoAdd for pre-db update
Steve Sutton [Wed, 21 Feb 2018 19:16:48 +0000 (14:16 -0500)]
Add for pre-db update

Add file to let others know there's a database in progress.

7 years agoUpdate position for autocomplete on nave search
Steve Sutton [Tue, 20 Feb 2018 19:05:26 +0000 (14:05 -0500)]
Update position for autocomplete on nave search

use left instead of right

7 years agoBump version numbers
Steve Sutton [Tue, 20 Feb 2018 14:11:39 +0000 (09:11 -0500)]
Bump version numbers

7 years agoUpdate js for editing an event
Steve Sutton [Tue, 20 Feb 2018 14:10:41 +0000 (09:10 -0500)]
Update js for editing an event

need to not try require the name-slug when editing.

7 years agoMerge branch 'hotfix/1.6.76' v1.6.76
Steve Sutton [Tue, 20 Feb 2018 14:11:52 +0000 (09:11 -0500)]
Merge branch 'hotfix/1.6.76'

7 years agoBump version numbers
Steve Sutton [Tue, 20 Feb 2018 14:11:39 +0000 (09:11 -0500)]
Bump version numbers

7 years agoUpdate js for editing an event
Steve Sutton [Tue, 20 Feb 2018 14:10:41 +0000 (09:10 -0500)]
Update js for editing an event

need to not try require the name-slug when editing.

7 years agoadding js check for image type for front end submission form
Anthony Talarico [Mon, 19 Feb 2018 20:44:02 +0000 (15:44 -0500)]
adding js check for image type for front end submission form

adding js check for image type and optimal image message on the front end submission
form

7 years agoMerge tag 'v1.6.75' into develop
Steve Sutton [Fri, 16 Feb 2018 15:27:25 +0000 (10:27 -0500)]
Merge tag 'v1.6.75' into develop

Version 1.6.75

7 years agoMerge branch 'hotfix/1.6.75' v1.6.75
Steve Sutton [Fri, 16 Feb 2018 15:27:16 +0000 (10:27 -0500)]
Merge branch 'hotfix/1.6.75'

7 years agoUpdate add /edit form to require fields before submit with js.
Steve Sutton [Fri, 16 Feb 2018 15:26:23 +0000 (10:26 -0500)]
Update add /edit form to require fields before submit with js.

Use javascript to check the required fields when submitting an event.
This helps when adding an event so users won't loose dates and times.

7 years agoMove admin contact setting for the events form to first section.
Steve Sutton [Wed, 14 Feb 2018 15:26:27 +0000 (10:26 -0500)]
Move admin contact setting for the events form to first section.

Moving the admin contact fields to the status section (first)

7 years agoUpdate the styles and required fields for adding new schedule.
Steve Sutton [Wed, 14 Feb 2018 15:04:49 +0000 (10:04 -0500)]
Update the styles and required fields for adding new schedule.

Match more the style output for the edit schedule.

7 years agoUpdate for the Event Management import
Steve Sutton [Tue, 13 Feb 2018 16:39:10 +0000 (11:39 -0500)]
Update for the Event Management import

Fix the image processing part.
Need to get the actual path to the image to pass to our image upload
call. For some reason the url doesn't work anymore.

7 years agousing datetime instead of time stamp for event grouping
Anthony Talarico [Thu, 8 Feb 2018 16:11:53 +0000 (11:11 -0500)]
using datetime instead of time stamp for event grouping

using timestamp doesn't work because some events have different times

7 years agoremoving the limit for the events and just getting all events by category
Anthony Talarico [Thu, 8 Feb 2018 14:12:33 +0000 (09:12 -0500)]
removing the limit for the events and just getting all events by category

using javascript temporarily to limit the number of eventes for the ajax widget,
this will need to be fixed for future projects

7 years agoadjusting the date ranges for the events being pulled from the ajax events widget
Anthony Talarico [Thu, 8 Feb 2018 14:00:43 +0000 (09:00 -0500)]
adjusting the date ranges for the events being pulled from the ajax events widget

ajax events widget needed to have different date ranges

7 years agoadding searched city id to the list model
anthony [Wed, 31 Jan 2018 20:42:48 +0000 (15:42 -0500)]
adding searched city id to the list model

sending the searched city id to be passed to the view for the city dropdown

7 years agoremoving the padding right none on the agenda view dropdown
Anthony Talarico [Tue, 30 Jan 2018 14:42:40 +0000 (09:42 -0500)]
removing the padding right none on the agenda view dropdown

agenda view dropdown missing arrow because of padding setings

7 years agoadding cityid to the default switch case in the front list model
Anthony Talarico [Mon, 29 Jan 2018 19:22:47 +0000 (14:22 -0500)]
adding cityid to the default switch case in the front list model

need to add the city to the front list default switch case for
front list model

7 years agoRemove print_r
Steve Sutton [Fri, 26 Jan 2018 22:04:05 +0000 (17:04 -0500)]
Remove print_r

remove debugging.

7 years agoSetup locations for default list
Steve Sutton [Fri, 26 Jan 2018 22:03:01 +0000 (17:03 -0500)]
Setup locations for default list

In default list add locations.

7 years agoFilter to add event in custom spots in custom viewfiles
Laury GvR [Fri, 26 Jan 2018 20:53:24 +0000 (15:53 -0500)]
Filter to add event in custom spots in custom viewfiles

Added a filter to add events in a custom location on custom
member detail viewfiles. Normally events are added using the
descriptionAfter filter. Any viewfile can use this filter to
display the events separately as long as the descriptionAfter
filter in said viewfile is removed.

7 years agoWorking on an import for Event Manager plugin
Steve Sutton [Fri, 26 Jan 2018 19:58:19 +0000 (14:58 -0500)]
Working on an import for Event Manager plugin

This imports all events from the plugin Event Manager.

7 years agoadding city search for the events list
Anthony Talarico [Fri, 26 Jan 2018 18:46:12 +0000 (13:46 -0500)]
adding city search for the events list

front events list adding city search functionality

7 years agoAdded getEventsCities() method to get a simple list of cities for a list of events.
Chuck Scott [Thu, 25 Jan 2018 19:43:43 +0000 (14:43 -0500)]
Added getEventsCities() method to get a simple list of cities for a list of events.

7 years agoReplacing direct access to a member configuration setting with a filter.
Chuck Scott [Mon, 22 Jan 2018 19:34:09 +0000 (14:34 -0500)]
Replacing direct access to a member configuration setting with a filter.

7 years agoMerge tag 'v1.6.74' into develop
Steve Sutton [Thu, 18 Jan 2018 14:22:38 +0000 (09:22 -0500)]
Merge tag 'v1.6.74' into develop

Version 1.6.74

7 years agoMerge branch 'hotfix/1.6.74' v1.6.74
Steve Sutton [Thu, 18 Jan 2018 14:22:29 +0000 (09:22 -0500)]
Merge branch 'hotfix/1.6.74'

7 years agoUpdating the add event form
Steve Sutton [Thu, 18 Jan 2018 14:21:19 +0000 (09:21 -0500)]
Updating the add event form

Setup to show how many characters are left for the intro field. Like it
is done in the admin side.
Also checking on the maxlength for other fields to make sure they are
set correctly.

7 years agoMerge tag 'v1.6.73' into develop
Steve Sutton [Wed, 17 Jan 2018 20:04:20 +0000 (15:04 -0500)]
Merge tag 'v1.6.73' into develop

Version 1.6.73

7 years agoMerge branch 'hotfix/1.6.73' v1.6.73
Steve Sutton [Wed, 17 Jan 2018 20:02:53 +0000 (15:02 -0500)]
Merge branch 'hotfix/1.6.73'

7 years agoUpdate add event form to chop intro field if too long.
Steve Sutton [Wed, 17 Jan 2018 20:02:13 +0000 (15:02 -0500)]
Update add event form to chop intro field if too long.

Causing issues with the db insert. if longer than 255 it just won't
insert the record.

7 years agoHook and html changes to support asking for event dates from registrations.
Chuck Scott [Mon, 27 Nov 2017 21:52:38 +0000 (16:52 -0500)]
Hook and html changes to support asking for event dates from registrations.

7 years agoAdd recurrences to the event filter.
Steve Sutton [Mon, 13 Nov 2017 19:31:36 +0000 (14:31 -0500)]
Add recurrences to the event filter.

Need event recurrences to properly show the event date time.

7 years agoAdd new shortcode attribute for event list.
Steve Sutton [Wed, 8 Nov 2017 16:44:01 +0000 (11:44 -0500)]
Add new shortcode attribute for event list.

Adding an attribute "show_all_in_agend".
When set to True it will empty the to date in search and list out all
current events in the agenda view.:<

7 years agoMerge branch 'hotfix/1.6.72' v1.6.72
Steve Sutton [Wed, 8 Nov 2017 16:45:17 +0000 (11:45 -0500)]
Merge branch 'hotfix/1.6.72'