WP-Plugins/glm-member-db-events.git
8 years agoSort events by First Date
Steve Sutton [Tue, 18 Apr 2017 18:23:05 +0000 (14:23 -0400)]
Sort events by First Date

If they select the show archived it will empty the From date.
From date will be set to the current date automatically.

8 years agofixing the event detail date output
Anthony Talarico [Tue, 18 Apr 2017 12:00:47 +0000 (08:00 -0400)]
fixing the event detail date output

added a check for the start_time_only value in the recurrences loop for the
date section of the event detail page. Now the recurrence loop checks for
identical start and end dates OR if the start time only flag is set. this is
done is the front detail view template.

8 years agoRemoved incorrect link from header
Chuck Scott [Mon, 17 Apr 2017 15:59:46 +0000 (11:59 -0400)]
Removed incorrect link from header
Cleaned up no dates notice appearance when adding/editing event.

8 years agoCleaned up some issues with rewrites.
Chuck Scott [Fri, 14 Apr 2017 20:05:07 +0000 (16:05 -0400)]
Cleaned up some issues with rewrites.
Killing off a few undefined variable problems.

8 years agoUpdated update server code
Chuck Scott [Thu, 13 Apr 2017 21:33:18 +0000 (17:33 -0400)]
Updated update server code

8 years agoMerge tag 'v1.6.34' into develop
Steve Sutton [Thu, 13 Apr 2017 14:54:14 +0000 (10:54 -0400)]
Merge tag 'v1.6.34' into develop

Version 1.6.34

8 years agoMerge branch 'hotfix/1.6.34' v1.6.34
Steve Sutton [Thu, 13 Apr 2017 14:54:07 +0000 (10:54 -0400)]
Merge branch 'hotfix/1.6.34'

8 years agoUpdate version numbers
Steve Sutton [Thu, 13 Apr 2017 14:53:49 +0000 (10:53 -0400)]
Update version numbers

For plugin

8 years agoMerge tag 'v1.6.33' into develop
Steve Sutton [Thu, 13 Apr 2017 14:52:05 +0000 (10:52 -0400)]
Merge tag 'v1.6.33' into develop

Version 1.6.33

8 years agoMerge branch 'hotfix/1.6.33' v1.6.33
Steve Sutton [Thu, 13 Apr 2017 14:51:56 +0000 (10:51 -0400)]
Merge branch 'hotfix/1.6.33'

8 years agoFix the geoCode js setup.
Steve Sutton [Thu, 13 Apr 2017 14:51:08 +0000 (10:51 -0400)]
Fix the geoCode js setup.

Needs to be using jQuery instead of $ in the js file.
Needs to be setup so the dashboard is depending on this js file.

8 years agoMerge tag 'v1.6.32' into develop
Chuck Scott [Tue, 11 Apr 2017 17:57:52 +0000 (13:57 -0400)]
Merge tag 'v1.6.32' into develop

Update Server Support

8 years agoMerge branch 'release/1.6.32' v1.6.32
Chuck Scott [Tue, 11 Apr 2017 17:57:41 +0000 (13:57 -0400)]
Merge branch 'release/1.6.32'

8 years agoNow supporting plugin update server and other improvements
Chuck Scott [Tue, 11 Apr 2017 17:55:56 +0000 (13:55 -0400)]
Now supporting plugin update server and other improvements

8 years agoAdded GLM Update Server support
Chuck Scott [Tue, 11 Apr 2017 17:53:23 +0000 (13:53 -0400)]
Added GLM Update Server support

8 years agoUpdating the shortcode for event to have category attribute.
Steve Sutton [Tue, 11 Apr 2017 17:06:14 +0000 (13:06 -0400)]
Updating the shortcode for event to have category attribute.

Request will override the attribute for category. So they can still
search for all categories.
Also updated the calendar view to send the selected category.

8 years agoFixes for js error and text position
Steve Sutton [Wed, 5 Apr 2017 16:24:12 +0000 (12:24 -0400)]
Fixes for js error and text position

In the back to search button text is not showing up correctly. Adding
position relative to the parent of this button so it works correctly.
Fix js errors by adding to the dep arg for the wp_register_script call.

8 years agoMerge tag 'v1.6.31' into develop
Steve Sutton [Mon, 3 Apr 2017 18:16:50 +0000 (14:16 -0400)]
Merge tag 'v1.6.31' into develop

Version 1.6.31

8 years agoMerge branch 'hotfix/1.6.31' v1.6.31
Steve Sutton [Mon, 3 Apr 2017 18:16:42 +0000 (14:16 -0400)]
Merge branch 'hotfix/1.6.31'

8 years agoNeed the isModerated check inside of if lockedToMember.
Steve Sutton [Mon, 3 Apr 2017 18:15:54 +0000 (14:15 -0400)]
Need the isModerated check inside of if lockedToMember.

Or else the isModerated won't be set correctly for admin or editor.

8 years agoMerge tag 'v1.6.30' into develop
Steve Sutton [Mon, 3 Apr 2017 12:40:29 +0000 (08:40 -0400)]
Merge tag 'v1.6.30' into develop

Version 1.6.30

8 years agoMerge branch 'hotfix/1.6.30' v1.6.30
Steve Sutton [Mon, 3 Apr 2017 12:40:20 +0000 (08:40 -0400)]
Merge branch 'hotfix/1.6.30'

8 years agoUpdate so not moderated member or contact can edit status of the event.
Steve Sutton [Mon, 3 Apr 2017 12:39:01 +0000 (08:39 -0400)]
Update so not moderated member or contact can edit status of the event.

Created new template variable for isModerated using the filter for
checking if the member or contact is moderated.

8 years agoMerge tag 'v1.6.29' into develop
Steve Sutton [Thu, 30 Mar 2017 15:37:45 +0000 (11:37 -0400)]
Merge tag 'v1.6.29' into develop

Version 1.6.29

8 years agoMerge branch 'hotfix/1.6.29' v1.6.29
Steve Sutton [Thu, 30 Mar 2017 15:37:34 +0000 (11:37 -0400)]
Merge branch 'hotfix/1.6.29'

8 years agoUpdate dashboard.js file so it has $ for jquery.
Steve Sutton [Thu, 30 Mar 2017 15:36:20 +0000 (11:36 -0400)]
Update dashboard.js file so it has $ for jquery.

Setting up the document ready and passing $ so it's available for the
dashboard.js calls.

8 years agoAdd checkbox for filter featured events.
Steve Sutton [Tue, 21 Mar 2017 20:49:37 +0000 (16:49 -0400)]
Add checkbox for filter featured events.

In admin list adding option for finding only the featured events.

8 years agoRemove nl2br
Steve Sutton [Mon, 20 Mar 2017 18:37:12 +0000 (14:37 -0400)]
Remove nl2br

using wpautop instead to deal with wp_editor content.

8 years agoMerge tag 'v1.6.28' into develop
Steve Sutton [Mon, 20 Mar 2017 18:28:40 +0000 (14:28 -0400)]
Merge tag 'v1.6.28' into develop

Version 1.6.28

8 years agoMerge branch 'hotfix/1.6.28' v1.6.28
Steve Sutton [Mon, 20 Mar 2017 18:28:33 +0000 (14:28 -0400)]
Merge branch 'hotfix/1.6.28'

8 years agoUpdate the detail page for description and search.
Steve Sutton [Mon, 20 Mar 2017 18:26:31 +0000 (14:26 -0400)]
Update the detail page for description and search.

Removing search form from detail page.
Fix the output issue with the description.
Use wpautop function instead of the nl2br.
Fix bug in ical feed.

8 years agoMerge tag 'v1.6.27' into develop
Steve Sutton [Thu, 16 Mar 2017 18:30:52 +0000 (14:30 -0400)]
Merge tag 'v1.6.27' into develop

Version 1.6.27

8 years agoMerge branch 'hotfix/1.6.27' v1.6.27
Steve Sutton [Thu, 16 Mar 2017 18:30:43 +0000 (14:30 -0400)]
Merge branch 'hotfix/1.6.27'

8 years agoBug Fix for single quote in JavaScript
Steve Sutton [Thu, 16 Mar 2017 18:29:36 +0000 (14:29 -0400)]
Bug Fix for single quote in JavaScript

When the schedule name has a single quote need to escape it.

8 years agoMerge tag 'v1.6.26' into develop
Steve Sutton [Tue, 14 Mar 2017 18:17:53 +0000 (14:17 -0400)]
Merge tag 'v1.6.26' into develop

Version 1.6.26

8 years agoMerge branch 'release/1.6.26' v1.6.26
Steve Sutton [Tue, 14 Mar 2017 18:17:47 +0000 (14:17 -0400)]
Merge branch 'release/1.6.26'

8 years agobump version number
Steve Sutton [Tue, 14 Mar 2017 18:17:34 +0000 (14:17 -0400)]
bump version number

for release

8 years agoadding for imported events in agenda
Steve Sutton [Tue, 14 Mar 2017 18:16:13 +0000 (14:16 -0400)]
adding for imported events in agenda

need to check for Imported Event Schedule

8 years agoMerge tag 'v1.6.25' into develop
Steve Sutton [Tue, 14 Mar 2017 18:09:09 +0000 (14:09 -0400)]
Merge tag 'v1.6.25' into develop

Version 1.6.25

8 years agoMerge branch 'release/1.6.25' v1.6.25
Steve Sutton [Tue, 14 Mar 2017 18:09:00 +0000 (14:09 -0400)]
Merge branch 'release/1.6.25'

8 years agoBump version number
Steve Sutton [Tue, 14 Mar 2017 18:08:43 +0000 (14:08 -0400)]
Bump version number

For release

8 years agoAdd to Imported
Steve Sutton [Tue, 14 Mar 2017 18:07:02 +0000 (14:07 -0400)]
Add to Imported

check also for Imported Event Schedule

8 years agoMerge tag 'v1.6.24' into develop
Steve Sutton [Tue, 14 Mar 2017 15:59:54 +0000 (11:59 -0400)]
Merge tag 'v1.6.24' into develop

Version 1.6.24

8 years agoMerge branch 'release/1.6.24' v1.6.24
Steve Sutton [Tue, 14 Mar 2017 15:59:45 +0000 (11:59 -0400)]
Merge branch 'release/1.6.24'

8 years agoBump version number
Steve Sutton [Tue, 14 Mar 2017 15:59:23 +0000 (11:59 -0400)]
Bump version number

For new release

8 years agoFix time formats in detail view.
Steve Sutton [Tue, 14 Mar 2017 13:36:01 +0000 (09:36 -0400)]
Fix time formats in detail view.

Fixing the time format for detail time schedules.

8 years agoDetail event updates
Steve Sutton [Tue, 14 Mar 2017 13:29:07 +0000 (09:29 -0400)]
Detail event updates

Bold event times

8 years agoFix pdf dates
Steve Sutton [Tue, 14 Mar 2017 13:26:12 +0000 (09:26 -0400)]
Fix pdf dates

undo change in the recurring event dates which was getting next date.
show the date range.

8 years agoFix the output for recurring schedule.
Steve Sutton [Tue, 14 Mar 2017 13:08:45 +0000 (09:08 -0400)]
Fix the output for recurring schedule.

Find the recurring schedule that matches the correct time for the event
in the agenda view.

8 years agoUpdating the times and dates in agenda view
Steve Sutton [Mon, 13 Mar 2017 21:12:05 +0000 (17:12 -0400)]
Updating the times and dates in agenda view

Showing each recurrence

8 years agoUpdating event agenda and detail views
Steve Sutton [Mon, 13 Mar 2017 20:01:15 +0000 (16:01 -0400)]
Updating event agenda and detail views

Updating how the event dates and times are outputting.

8 years agoI think I have it now
Ian Weller [Mon, 13 Mar 2017 15:09:43 +0000 (11:09 -0400)]
I think I have it now

I have something close to what is displaying in Firefox and Chrome working in Edge.

8 years agoI think I'm close
Ian Weller [Mon, 13 Mar 2017 15:05:47 +0000 (11:05 -0400)]
I think I'm close

I think I'm making progress.  I have something displaying at least.  I did a bit more styling to allow it to look right.

8 years agoTrying again
Ian Weller [Mon, 13 Mar 2017 14:58:57 +0000 (10:58 -0400)]
Trying again

I am still trying to get the arrows to appear in the full calendar view.

8 years agoTrying to updated the full calendar arrows
Ian Weller [Mon, 13 Mar 2017 14:41:07 +0000 (10:41 -0400)]
Trying to updated the full calendar arrows

I am trying to update the arrows for the full calendar view so they appear on Edge.

8 years agoMerge tag 'v1.6.23' into develop
Steve Sutton [Wed, 8 Mar 2017 20:40:42 +0000 (15:40 -0500)]
Merge tag 'v1.6.23' into develop

Version 1.6.23

8 years agoMerge branch 'hotfix/1.6.23' v1.6.23
Steve Sutton [Wed, 8 Mar 2017 20:40:32 +0000 (15:40 -0500)]
Merge branch 'hotfix/1.6.23'

8 years agoUpdate for sql error
Steve Sutton [Wed, 8 Mar 2017 20:39:56 +0000 (15:39 -0500)]
Update for sql error

error when searching for member events.

8 years agoMerge tag 'v1.6.22' into develop
Steve Sutton [Tue, 7 Mar 2017 18:06:46 +0000 (13:06 -0500)]
Merge tag 'v1.6.22' into develop

Version 1.6.22

8 years agoMerge branch 'release/1.6.22' v1.6.22
Steve Sutton [Tue, 7 Mar 2017 18:06:40 +0000 (13:06 -0500)]
Merge branch 'release/1.6.22'

8 years agoRelease for version 1.6.22
Steve Sutton [Tue, 7 Mar 2017 18:06:23 +0000 (13:06 -0500)]
Release for version 1.6.22

8 years agoGet rid of console log
Steve Sutton [Tue, 7 Mar 2017 17:56:01 +0000 (12:56 -0500)]
Get rid of console log

for ie issues.

8 years agoFor url to work
Steve Sutton [Tue, 7 Mar 2017 17:53:55 +0000 (12:53 -0500)]
For url to work

uncomment code.

8 years agoUpdate to show just the date that was clicked.
Steve Sutton [Tue, 7 Mar 2017 17:51:44 +0000 (12:51 -0500)]
Update to show just the date that was clicked.

This is for recurring event only. If they get shown from admin view
event then the next current event date is used.

8 years agoAdding dates to the detail page.
Steve Sutton [Tue, 7 Mar 2017 13:42:11 +0000 (08:42 -0500)]
Adding dates to the detail page.

If the event has recurring dates.

8 years agoMerge tag 'v1.6.21' into develop
Steve Sutton [Mon, 6 Mar 2017 20:09:57 +0000 (15:09 -0500)]
Merge tag 'v1.6.21' into develop

Version 1.6.21

8 years agoMerge branch 'hotfix/1.6.21' v1.6.21
Steve Sutton [Mon, 6 Mar 2017 20:09:50 +0000 (15:09 -0500)]
Merge branch 'hotfix/1.6.21'

8 years agoFix for recur days.
Steve Sutton [Mon, 6 Mar 2017 20:09:16 +0000 (15:09 -0500)]
Fix for recur days.

If they have everything check for week of days don't show them.

8 years agoMerge tag 'v1.6.20' into develop
Steve Sutton [Mon, 6 Mar 2017 19:55:23 +0000 (14:55 -0500)]
Merge tag 'v1.6.20' into develop

Version 1.6.20

8 years agoMerge branch 'hotfix/1.6.20' v1.6.20
Steve Sutton [Mon, 6 Mar 2017 19:55:16 +0000 (14:55 -0500)]
Merge branch 'hotfix/1.6.20'

8 years agoUpdate the agenda view for number of events and recur days on detail.
Steve Sutton [Mon, 6 Mar 2017 19:53:04 +0000 (14:53 -0500)]
Update the agenda view for number of events and recur days on detail.

Recur Days on detail: Now showing the days of week and week of month for
recurring event.
Agenda View: Fixing how it is counting the number of events so it is
showing at least 5 events.

8 years agoMerge tag 'v1.6.19' into develop
Anthony Talarico [Mon, 6 Mar 2017 16:55:50 +0000 (11:55 -0500)]
Merge tag 'v1.6.19' into develop

bumping version to 1.6.19, removing the front end event widget date picker
only showing the next three events without toggle capability

8 years agoMerge branch 'hotfix/1.6.19' v1.6.19
Anthony Talarico [Mon, 6 Mar 2017 16:55:05 +0000 (11:55 -0500)]
Merge branch 'hotfix/1.6.19'

8 years agoremoving date picker from front end events widget for now. only showing
Anthony Talarico [Mon, 6 Mar 2017 16:52:57 +0000 (11:52 -0500)]
removing date picker from front end events widget for now. only showing
the next three upcoming events with no toggle capability

8 years agobumping version number to 1.6.19, fixing front page event widget to
Anthony Talarico [Mon, 6 Mar 2017 16:01:53 +0000 (11:01 -0500)]
bumping version number to 1.6.19, fixing front page event widget to
update the header dates after changing months, replaced the date line
with the time of the event.

8 years agoMerge tag 'v1.6.18' into develop
Anthony Talarico [Mon, 6 Mar 2017 13:24:24 +0000 (08:24 -0500)]
Merge tag 'v1.6.18' into develop

bumping events plugin version number to 1.6.18

8 years agoMerge branch 'hotfix/1.6.18' v1.6.18
Anthony Talarico [Mon, 6 Mar 2017 13:24:10 +0000 (08:24 -0500)]
Merge branch 'hotfix/1.6.18'

8 years agobumping events plugin version number to v1.6.18
Anthony Talarico [Mon, 6 Mar 2017 13:23:50 +0000 (08:23 -0500)]
bumping events plugin version number to v1.6.18

8 years agoMerge tag 'v1.6.17' into develop
Anthony Talarico [Fri, 3 Mar 2017 13:57:51 +0000 (08:57 -0500)]
Merge tag 'v1.6.17' into develop

fixing the today button issue, when clicking next or pre months, clicking today
lost the events. added separate eventlistener to the today button instead of
looking for all of the fc-buttons in one event listener

8 years agoMerge branch 'hotfix/1.6.17' v1.6.17
Anthony Talarico [Fri, 3 Mar 2017 13:56:44 +0000 (08:56 -0500)]
Merge branch 'hotfix/1.6.17'

8 years agofixing issue when clicking 'today' button, losing events after navigating to previous
Anthony Talarico [Fri, 3 Mar 2017 13:55:35 +0000 (08:55 -0500)]
fixing issue when clicking 'today' button, losing events after navigating to previous
or next months. Added a separate eventlistener to the today button since fullcalendar
renders the today button differently than it does the next and prev buttons

8 years agoMerge tag 'v1.6.16' into develop
Steve Sutton [Thu, 2 Mar 2017 21:33:34 +0000 (16:33 -0500)]
Merge tag 'v1.6.16' into develop

Version 1.6.16

8 years agoMerge branch 'hotfix/1.6.16' v1.6.16
Steve Sutton [Thu, 2 Mar 2017 21:33:25 +0000 (16:33 -0500)]
Merge branch 'hotfix/1.6.16'

8 years agoUpdate the query to get times to add dates
Steve Sutton [Thu, 2 Mar 2017 21:32:35 +0000 (16:32 -0500)]
Update the query to get times to add dates

Update the query for times to only get times for the searched month
range.

8 years agoMerge tag 'v1.6.15' into develop
Steve Sutton [Thu, 2 Mar 2017 20:31:22 +0000 (15:31 -0500)]
Merge tag 'v1.6.15' into develop

Version 1.6.15

8 years agoMerge branch 'hotfix/1.6.15' v1.6.15
Steve Sutton [Thu, 2 Mar 2017 20:31:15 +0000 (15:31 -0500)]
Merge branch 'hotfix/1.6.15'

8 years agoAnother correction on the mysql date query
Steve Sutton [Thu, 2 Mar 2017 20:30:31 +0000 (15:30 -0500)]
Another correction on the mysql date query

Need to remember to use the Y-m-d instead of m/d/Y format when using
dates in mysql where.

8 years agoMerge tag 'v1.6.14' into develop
Steve Sutton [Thu, 2 Mar 2017 19:59:20 +0000 (14:59 -0500)]
Merge tag 'v1.6.14' into develop

Version 1.6.14

8 years agoMerge branch 'hotfix/1.6.14' v1.6.14
Steve Sutton [Thu, 2 Mar 2017 19:59:11 +0000 (14:59 -0500)]
Merge branch 'hotfix/1.6.14'

8 years agoOnly fetch current event for the ical Feed.
Steve Sutton [Thu, 2 Mar 2017 19:58:31 +0000 (14:58 -0500)]
Only fetch current event for the ical Feed.

Updated the date format for fetching correct date range of events.

8 years agoMerge tag 'v1.6.13' into develop
Steve Sutton [Thu, 2 Mar 2017 19:15:17 +0000 (14:15 -0500)]
Merge tag 'v1.6.13' into develop

Version 1.6.13

8 years agoMerge branch 'hotfix/1.6.13' v1.6.13
Steve Sutton [Thu, 2 Mar 2017 19:15:09 +0000 (14:15 -0500)]
Merge branch 'hotfix/1.6.13'

8 years agoUpdate for single event ical to be valid
Steve Sutton [Thu, 2 Mar 2017 19:14:24 +0000 (14:14 -0500)]
Update for single event ical to be valid

Needed the VCALENDAR part of the ical format.

8 years agoMerge tag 'v1.6.12' into develop
Steve Sutton [Thu, 2 Mar 2017 18:55:15 +0000 (13:55 -0500)]
Merge tag 'v1.6.12' into develop

Version 1.6.12

8 years agoMerge branch 'hotfix/1.6.12' v1.6.12
Steve Sutton [Thu, 2 Mar 2017 18:55:05 +0000 (13:55 -0500)]
Merge branch 'hotfix/1.6.12'

8 years agoUpdate the ical feed and ical feed imort
Steve Sutton [Thu, 2 Mar 2017 18:54:17 +0000 (13:54 -0500)]
Update the ical feed and ical feed imort

Adding the ability to pass the custom dates and deal with our new event
ical feed in the import for feeds.

8 years agoMerge tag 'v1.6.11' into develop
Steve Sutton [Tue, 28 Feb 2017 15:59:10 +0000 (10:59 -0500)]
Merge tag 'v1.6.11' into develop

Version 1.6.11

8 years agoMerge branch 'release/1.6.11' v1.6.11
Steve Sutton [Tue, 28 Feb 2017 15:59:03 +0000 (10:59 -0500)]
Merge branch 'release/1.6.11'

8 years agorelease for dev work
Steve Sutton [Tue, 28 Feb 2017 15:58:56 +0000 (10:58 -0500)]
release for dev work

8 years agoMerge branch 'develop' of cvs2:WP-Plugins/glm-member-db-events into develop
Chuck Scott [Fri, 24 Feb 2017 16:56:13 +0000 (11:56 -0500)]
Merge branch 'develop' of cvs2:WP-Plugins/glm-member-db-events into develop