Steve Sutton [Mon, 6 Mar 2017 20:09:50 +0000 (15:09 -0500)]
Merge branch 'hotfix/1.6.21'
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.
Steve Sutton [Mon, 6 Mar 2017 19:55:16 +0000 (14:55 -0500)]
Merge branch 'hotfix/1.6.20'
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.
Anthony Talarico [Mon, 6 Mar 2017 16:55:05 +0000 (11:55 -0500)]
Merge branch 'hotfix/1.6.19'
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
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.
Anthony Talarico [Mon, 6 Mar 2017 13:24:10 +0000 (08:24 -0500)]
Merge branch 'hotfix/1.6.18'
Anthony Talarico [Mon, 6 Mar 2017 13:23:50 +0000 (08:23 -0500)]
bumping events plugin version number to v1.6.18
Anthony Talarico [Fri, 3 Mar 2017 13:56:44 +0000 (08:56 -0500)]
Merge branch 'hotfix/1.6.17'
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
Steve Sutton [Thu, 2 Mar 2017 21:33:25 +0000 (16:33 -0500)]
Merge branch 'hotfix/1.6.16'
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.
Steve Sutton [Thu, 2 Mar 2017 20:31:15 +0000 (15:31 -0500)]
Merge branch 'hotfix/1.6.15'
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.
Steve Sutton [Thu, 2 Mar 2017 19:59:11 +0000 (14:59 -0500)]
Merge branch 'hotfix/1.6.14'
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.
Steve Sutton [Thu, 2 Mar 2017 19:15:09 +0000 (14:15 -0500)]
Merge branch 'hotfix/1.6.13'
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.
Steve Sutton [Thu, 2 Mar 2017 18:55:05 +0000 (13:55 -0500)]
Merge branch 'hotfix/1.6.12'
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.
Steve Sutton [Tue, 28 Feb 2017 15:59:03 +0000 (10:59 -0500)]
Merge branch 'release/1.6.11'
Steve Sutton [Tue, 28 Feb 2017 15:58:56 +0000 (10:58 -0500)]
release for dev work
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
Chuck Scott [Fri, 24 Feb 2017 16:55:15 +0000 (11:55 -0500)]
Removed test code
Updated hooksHelp so it works
Steve Sutton [Wed, 22 Feb 2017 16:38:21 +0000 (11:38 -0500)]
Merge tag 'v1.6.10' into develop
Version 1.6.10
Steve Sutton [Wed, 22 Feb 2017 16:38:13 +0000 (11:38 -0500)]
Merge branch 'hotfix/1.6.10'
Steve Sutton [Wed, 22 Feb 2017 16:37:05 +0000 (11:37 -0500)]
Update phone numbers to use the phone filter from main plugin.
This will format the phone numbers to be the same across our plugins.
Applies a filter to format the number from a management setting.
Dot, Dash or US
Anthony Talarico [Fri, 17 Feb 2017 16:51:09 +0000 (11:51 -0500)]
removing console log statement and changing the front page ajax events from using the
description to using the intro text
Steve Sutton [Thu, 16 Feb 2017 19:56:55 +0000 (14:56 -0500)]
Merge tag 'v1.6.9' into develop
Version 1.6.9
Steve Sutton [Thu, 16 Feb 2017 19:56:46 +0000 (14:56 -0500)]
Merge branch 'hotfix/1.6.9'
Steve Sutton [Thu, 16 Feb 2017 19:55:50 +0000 (14:55 -0500)]
Order by the events:filter glm-member-db-events-get-events
Need to order the event list given by the event name.
Steve Sutton [Wed, 15 Feb 2017 19:55:47 +0000 (14:55 -0500)]
Update agenda view for how many event weeks to go out to.
the total events may match the number wanted so these need to be with
equal. removed the equal on the first part.
Steve Sutton [Wed, 15 Feb 2017 16:57:33 +0000 (11:57 -0500)]
Merge tag 'v1.6.8' into develop
Version 1.6.8
Steve Sutton [Wed, 15 Feb 2017 16:57:25 +0000 (11:57 -0500)]
Merge branch 'hotfix/1.6.8'
Steve Sutton [Wed, 15 Feb 2017 16:52:51 +0000 (11:52 -0500)]
Bugs #
0000065 Set end date when start date is set
When entering a Start date for event set the end date to the same date.
This will help people entering events.
Anthony Talarico [Tue, 7 Feb 2017 16:43:30 +0000 (11:43 -0500)]
changing localeString to toString using datejs for the front end widgets calendar
Anthony Talarico [Wed, 1 Feb 2017 14:39:33 +0000 (09:39 -0500)]
fixing the event binding on click for the front page events widget date selector
Anthony Talarico [Wed, 1 Feb 2017 14:22:10 +0000 (09:22 -0500)]
moving the front page events widget overlay to a parent container in the theme
Anthony Talarico [Wed, 1 Feb 2017 14:07:46 +0000 (09:07 -0500)]
adding an overlay to the date selection header of the front page events widget section
Anthony Talarico [Tue, 31 Jan 2017 19:05:39 +0000 (14:05 -0500)]
removing past dates from the date picker since the widget is for upcoming events
Anthony Talarico [Tue, 31 Jan 2017 19:02:34 +0000 (14:02 -0500)]
removing console log statement from ajax model for the front page event widget sidebar
Anthony Talarico [Tue, 31 Jan 2017 18:49:53 +0000 (13:49 -0500)]
fixing the end date for the events in case the last day is changed in the
admin.
Anthony Talarico [Tue, 31 Jan 2017 18:37:48 +0000 (13:37 -0500)]
fixing syntax error in ajax loading gif selector in the ajax model view for the frontpage
events widget
Anthony Talarico [Tue, 31 Jan 2017 18:35:03 +0000 (13:35 -0500)]
fixing class selector when hiding the ajax loader after completion
Anthony Talarico [Tue, 31 Jan 2017 18:32:50 +0000 (13:32 -0500)]
fixing an issue where the ajax overlay and loader for the front page sidebar widget was
getting removed before the content was loaded
Anthony Talarico [Tue, 31 Jan 2017 18:20:04 +0000 (13:20 -0500)]
fixing syntax error in the ajax loading bar action for the front page sidebar events
widget
Anthony Talarico [Tue, 31 Jan 2017 18:18:22 +0000 (13:18 -0500)]
changing the class for the ajax loading sidebar widget to separate it from the events
calendar ajax loading action
Anthony Talarico [Tue, 31 Jan 2017 18:14:22 +0000 (13:14 -0500)]
adding overlay and loading bar to the ajax on load actions for the front page event widget
Anthony Talarico [Tue, 31 Jan 2017 18:03:31 +0000 (13:03 -0500)]
adding end date to the events with different end dates than the start date
Anthony Talarico [Tue, 31 Jan 2017 15:45:11 +0000 (10:45 -0500)]
changing the ajax model for the front page sidebar events to show all events initially
then filter the events by month
Anthony Talarico [Mon, 30 Jan 2017 21:20:23 +0000 (16:20 -0500)]
setting the default events widget to display ALL events. selecting next, back or a date
from the dropdown will specifiy the month's events
Anthony Talarico [Mon, 30 Jan 2017 21:06:37 +0000 (16:06 -0500)]
fixing issues with the events widget not clearing when there are no events to display
Anthony Talarico [Mon, 30 Jan 2017 20:53:10 +0000 (15:53 -0500)]
fixing the sql query for getting front page dates by search to only show
events that are active, status = 10
Anthony Talarico [Mon, 30 Jan 2017 20:41:57 +0000 (15:41 -0500)]
adding sidebar events widget for crawford county, searchable with datepicker
Anthony Talarico [Thu, 26 Jan 2017 20:18:17 +0000 (15:18 -0500)]
fixing events calendar default view, it wasn't being set to agenda after the last fix
Steve Sutton [Thu, 19 Jan 2017 17:28:41 +0000 (12:28 -0500)]
Setup js calls to work in either https or http
This will be for making sites fully https.
Steve Sutton [Tue, 17 Jan 2017 18:59:52 +0000 (13:59 -0500)]
Merge tag 'v1.6.7' into develop
Version 1.6.7
Steve Sutton [Tue, 17 Jan 2017 18:59:44 +0000 (13:59 -0500)]
Merge branch 'release/1.6.7'
Steve Sutton [Tue, 17 Jan 2017 18:58:53 +0000 (13:58 -0500)]
Release for Chucks work on event add.
Chuck setup error for adding event as well as the edit event.
Chuck Scott [Tue, 17 Jan 2017 18:30:21 +0000 (13:30 -0500)]
Event not submitted warning was not showing when there's an error adding an event. Now does correctly
Chuck Scott [Tue, 17 Jan 2017 18:12:25 +0000 (13:12 -0500)]
Merge tag 'v1.6.6' into develop
Fixed events paging for member users
Chuck Scott [Tue, 17 Jan 2017 18:12:03 +0000 (13:12 -0500)]
Merge branch 'hotfix/1.6.6'
Chuck Scott [Tue, 17 Jan 2017 18:10:21 +0000 (13:10 -0500)]
Fixed problem with paging for a member user.
Fixed problem with menus for Events beteen member users and members users.
Updated version
Steve Sutton [Tue, 17 Jan 2017 17:28:43 +0000 (12:28 -0500)]
Merge tag 'v1.6.5' into develop
Version 1.6.5
Steve Sutton [Tue, 17 Jan 2017 17:28:36 +0000 (12:28 -0500)]
Merge branch 'release/1.6.5'
Steve Sutton [Tue, 17 Jan 2017 17:27:11 +0000 (12:27 -0500)]
Bump version number
For release 1.6.5
This is bug fix release from develop.
Chuck fixing error messages for events.
Anthony fixing some calendar detail urls in the calendar view and
getting default view of agenda when searching events.
Chuck Scott [Tue, 17 Jan 2017 16:49:35 +0000 (11:49 -0500)]
Updated event edit to add a bold notice at the top of the page if there was a reason the event edit could not be submitted.
Now setting page modified status to prevent user from being able to leave the page after a failed submit without answering a pop-up that they want to leave the page.
Sorted out problems with am/pm pick-list when editing start and end times. That was a fix to js/datetimepicker in glm-member-db plugin.
Anthony Talarico [Tue, 17 Jan 2017 15:31:28 +0000 (10:31 -0500)]
adding another sessionStorage variable instead of using a hidden field in the events
search form. This makes setting and unsetting the variable easier than trying to
override POST data.
Anthony Talarico [Tue, 17 Jan 2017 14:48:41 +0000 (09:48 -0500)]
urls should be properly built from slugs for the front end calendar events
Anthony Talarico [Tue, 17 Jan 2017 14:25:28 +0000 (09:25 -0500)]
reverting changes to the slugs and urls for the front end events calendars, will work on a
mounted copy of dev55 to prevent too many pushes
Anthony Talarico [Tue, 17 Jan 2017 14:09:13 +0000 (09:09 -0500)]
adding console logging on dev55 to see why changes work locally but not on dev55
for the front events calendar url
Anthony Talarico [Tue, 17 Jan 2017 14:04:30 +0000 (09:04 -0500)]
testing new slug changes to the events to build the correct url for each event
in the front end calendar ui
Anthony Talarico [Tue, 17 Jan 2017 14:02:36 +0000 (09:02 -0500)]
reverting previous change to the events slugs as it has caused another issue with
the calendar
Anthony Talarico [Tue, 17 Jan 2017 13:54:30 +0000 (08:54 -0500)]
adding proper slug to the events data for the front end events calendar to
get the correct url for each event
Steve Sutton [Tue, 17 Jan 2017 13:05:02 +0000 (08:05 -0500)]
Merge tag 'v1.6.4' into develop
Version 1.6.4
Steve Sutton [Tue, 17 Jan 2017 13:04:55 +0000 (08:04 -0500)]
Merge branch 'hotfix/1.6.4'
Steve Sutton [Tue, 17 Jan 2017 13:04:09 +0000 (08:04 -0500)]
Fix for mackinacbridge with out contact issue
Everything for member notices is built into the member contact filter.
Anthony Talarico [Mon, 16 Jan 2017 19:47:57 +0000 (14:47 -0500)]
adding fix for override options in the events calendar agenda view. this will bring
the user back to agenda view instead of calendar if they perform an event search
Steve Sutton [Fri, 13 Jan 2017 21:35:09 +0000 (16:35 -0500)]
Adjust bottom spacing for the tickets
Adding 2 px to spacing.
Ian Weller [Fri, 13 Jan 2017 21:14:49 +0000 (16:14 -0500)]
added ticket graphic to detail page
I added a new ticket graphic to the detail pages. I also removed the url
text and replaced it with 'Tickets', it's still and anchor.
Steve Sutton [Fri, 13 Jan 2017 21:02:02 +0000 (16:02 -0500)]
Remove part of the template data that wasn't set
This is to get rid of an error that happens when you don't have a
referrer.
Steve Sutton [Thu, 12 Jan 2017 18:17:14 +0000 (13:17 -0500)]
Merge tag 'v1.6.3' into develop
Version 1.6.3
Steve Sutton [Thu, 12 Jan 2017 18:17:06 +0000 (13:17 -0500)]
Merge branch 'hotfix/1.6.3'
Steve Sutton [Thu, 12 Jan 2017 18:16:33 +0000 (13:16 -0500)]
Add ticket url to detail page.
Adding the ticket url to the event detail pages.
Steve Sutton [Tue, 10 Jan 2017 17:37:50 +0000 (12:37 -0500)]
Merge tag 'v1.6.2' into develop
Version 1.6.2
Steve Sutton [Tue, 10 Jan 2017 17:37:34 +0000 (12:37 -0500)]
Merge branch 'hotfix/1.6.2'
Steve Sutton [Tue, 10 Jan 2017 17:36:28 +0000 (12:36 -0500)]
Update pdf for html encoded text.
Taking care of more html encoded text strings from event fields.
The data adstract is adding the html encoding tot text strings, so we
have to remove them before outputting them into the pdf.
Steve Sutton [Tue, 10 Jan 2017 13:55:31 +0000 (08:55 -0500)]
Merge tag 'v1.6.1' into develop
Version 1.6.1
Steve Sutton [Tue, 10 Jan 2017 13:55:23 +0000 (08:55 -0500)]
Merge branch 'hotfix/1.6.1'
Steve Sutton [Tue, 10 Jan 2017 13:53:13 +0000 (08:53 -0500)]
Updating the Add your event form for required fields.
Requiring fields on the Add even form
Intro Text
Description
Contact Name
Contact Phone
Contact Email
Some of these had required in them but if they put in a space it would
go through. Added pattern to look for something besides only spaces.
Chuck Scott [Mon, 9 Jan 2017 20:24:53 +0000 (15:24 -0500)]
Merge tag 'v1.6.0' into develop
Release to fix Next page error in listings and validateOnBlur problem in time fields.
Chuck Scott [Mon, 9 Jan 2017 20:24:07 +0000 (15:24 -0500)]
Merge branch 'release/1.6.0'
Chuck Scott [Mon, 9 Jan 2017 20:22:51 +0000 (15:22 -0500)]
Release 1.6.0 including Next page error in listing and time field validateOnBlur problem.
Chuck Scott [Fri, 6 Jan 2017 20:28:45 +0000 (15:28 -0500)]
Fixed problem with incorrect action being used for loogged in member contact when clicking "Next" page button in list.
Chuck Scott [Fri, 6 Jan 2017 18:48:41 +0000 (13:48 -0500)]
Merge branch 'develop' of cvs2:WP-Plugins/glm-member-db-events into develop
Chuck Scott [Fri, 6 Jan 2017 18:45:47 +0000 (13:45 -0500)]
Changed "validateOnBlur" for event date edit time only pickers to false due to problems with validating time only
using dateHelper.formatDate(). Incorrectly toggles AM/PM when hour is 12.
Anthony Talarico [Wed, 4 Jan 2017 15:05:51 +0000 (10:05 -0500)]
adding a class to the detail view event image div container
Chuck Scott [Fri, 30 Dec 2016 20:55:46 +0000 (15:55 -0500)]
Merge branch 'develop' of cvs2:WP-Plugins/glm-member-db-events into develop
Chuck Scott [Fri, 30 Dec 2016 20:53:01 +0000 (15:53 -0500)]
Found a way that contact users could access and update events that don't belong to their member by tampering with the URL parameters.
Added checks in list.php to determine if the current logged in member id matches the member of an event.
If it doesn't, simply display an message that the event may not be accessed.