WP-Plugins/glm-member-db-events.git
9 years agoreverting changes
Anthony Talarico [Wed, 23 Mar 2016 20:48:49 +0000 (16:48 -0400)]
reverting changes

9 years agotesting shareThis on event detail page
Anthony Talarico [Wed, 23 Mar 2016 20:47:13 +0000 (16:47 -0400)]
testing shareThis on event detail page

9 years agoAdded member picklist to event if not accessing as a member.
Chuck Scott [Wed, 23 Mar 2016 17:52:25 +0000 (13:52 -0400)]
Added member picklist to event if not accessing as a member.

9 years agoVarious fixes and minor updates to locations, recurrences, and calendar
Chuck Scott [Wed, 23 Mar 2016 17:09:49 +0000 (13:09 -0400)]
Various fixes and minor updates to locations, recurrences, and calendar

9 years agoAdded ticketing url field
Chuck Scott [Mon, 21 Mar 2016 19:55:48 +0000 (15:55 -0400)]
Added ticketing url field

9 years agoMerge branch 'develop' of cvs2.gaslightmedia.com:WP-Plugins/glm-member-db-events...
Chuck Scott [Mon, 21 Mar 2016 19:51:25 +0000 (15:51 -0400)]
Merge branch 'develop' of cvs2.gaslightmedia.com:WP-Plugins/glm-member-db-events into develop

9 years agoAdded events to member menu and added more fields.
Chuck Scott [Mon, 21 Mar 2016 19:51:02 +0000 (15:51 -0400)]
Added events to member menu and added more fields.

9 years agouse locations not location
Steve Sutton [Fri, 18 Mar 2016 20:52:01 +0000 (16:52 -0400)]
use locations not location

9 years agoShow map only if lat exists.
Steve Sutton [Fri, 18 Mar 2016 20:51:13 +0000 (16:51 -0400)]
Show map only if lat exists.

9 years agoMap is now working
Steve Sutton [Fri, 18 Mar 2016 20:47:34 +0000 (16:47 -0400)]
Map is now working

need to style the popup better some wierd padding going on

9 years agoGive the right side of the h2 on agenda list more room
Steve Sutton [Fri, 18 Mar 2016 20:17:24 +0000 (16:17 -0400)]
Give the right side of the h2 on agenda list more room

Text for the header was going over the plus signs.

9 years agoAdding part to grab images
Steve Sutton [Fri, 18 Mar 2016 20:11:21 +0000 (16:11 -0400)]
Adding part to grab images

This will need some more work
The entire import needs work there are more than one version of the
events database and discoverkalamazoo is an older setup.
Fields will be different based on what version of events they were
using.

9 years agoUpdate margin on the calendar in agenda view
Steve Sutton [Fri, 18 Mar 2016 19:04:18 +0000 (15:04 -0400)]
Update margin on the calendar in agenda view

9 years agomore work on agenda views
Steve Sutton [Fri, 18 Mar 2016 18:57:25 +0000 (14:57 -0400)]
more work on agenda views

9 years agoUpdating the styles for the agenda view
Steve Sutton [Fri, 18 Mar 2016 18:30:08 +0000 (14:30 -0400)]
Updating the styles for the agenda view

Getting it to look better.

9 years agoUpdate the search when t is not given
Steve Sutton [Fri, 18 Mar 2016 14:27:44 +0000 (10:27 -0400)]
Update the search when t is not given

Checking for request t first

9 years agoAdding php code comments
Steve Sutton [Fri, 18 Mar 2016 14:08:11 +0000 (10:08 -0400)]
Adding php code comments

Using PHPDOC format

9 years agoAdding code documentation
Steve Sutton [Fri, 18 Mar 2016 14:02:42 +0000 (10:02 -0400)]
Adding code documentation

Using PHPDocs format

9 years agoupdate comment tags
Steve Sutton [Fri, 18 Mar 2016 13:21:02 +0000 (09:21 -0400)]
update comment tags

9 years agoUpdate the events array for agenda view
Steve Sutton [Fri, 18 Mar 2016 13:09:58 +0000 (09:09 -0400)]
Update the events array for agenda view

repeating and ongoing events will need to be output for each day they
are in.

9 years agoon event detail page style for button
Steve Sutton [Thu, 17 Mar 2016 21:16:15 +0000 (17:16 -0400)]
on event detail page style for button

driving direction button to go full width of element

9 years agoremove the background for each event in agenda view
Steve Sutton [Thu, 17 Mar 2016 21:10:08 +0000 (17:10 -0400)]
remove the background for each event in agenda view

9 years agoRemove suffix for the day
Steve Sutton [Thu, 17 Mar 2016 21:08:53 +0000 (17:08 -0400)]
Remove suffix for the day

9 years agoStyle updates for the agenda view
Steve Sutton [Thu, 17 Mar 2016 20:58:25 +0000 (16:58 -0400)]
Style updates for the agenda view

9 years agoUpdate the main search form
Steve Sutton [Thu, 17 Mar 2016 20:38:15 +0000 (16:38 -0400)]
Update the main search form

use method post

9 years agoShortcuts now working
Steve Sutton [Thu, 17 Mar 2016 20:34:10 +0000 (16:34 -0400)]
Shortcuts now working

adding to the query for events

9 years agoAdding labels for detail event page
Steve Sutton [Thu, 17 Mar 2016 20:24:14 +0000 (16:24 -0400)]
Adding labels for detail event page

also check if cost is there before outputting that part

9 years agoRemove shortcut header
Steve Sutton [Thu, 17 Mar 2016 20:14:58 +0000 (16:14 -0400)]
Remove shortcut header

9 years agoWorked on agenda and detail views
Steve Sutton [Thu, 17 Mar 2016 20:04:27 +0000 (16:04 -0400)]
Worked on agenda and detail views

Agenda view groups the events by the day.
Detail view has the get directions button working.
Need to work on the map itself.
Images are not being import yet.

9 years agocreate agenda view
Steve Sutton [Wed, 16 Mar 2016 21:02:42 +0000 (17:02 -0400)]
create agenda view

9 years agoimporting events
Steve Sutton [Wed, 16 Mar 2016 19:05:23 +0000 (15:05 -0400)]
importing events

now it imports the times,categories, location, recurrences, event_times
still doing some testing to see if everything is working correctly.

9 years agoMerge branch 'develop' into feature/steve
Steve Sutton [Wed, 16 Mar 2016 17:21:11 +0000 (13:21 -0400)]
Merge branch 'develop' into feature/steve

9 years agoMore with importing events
Steve Sutton [Wed, 16 Mar 2016 17:20:32 +0000 (13:20 -0400)]
More with importing events

now have the time for events

9 years agoMerge branch 'develop' of cvs2.gaslightmedia.com:WP-Plugins/glm-member-db-events...
Chuck Scott [Wed, 16 Mar 2016 14:24:17 +0000 (10:24 -0400)]
Merge branch 'develop' of cvs2.gaslightmedia.com:WP-Plugins/glm-member-db-events into develop

9 years agoEvent Locations now appear to be working.
Chuck Scott [Wed, 16 Mar 2016 14:23:45 +0000 (10:23 -0400)]
Event Locations now appear to be working.

9 years agoimport WIP
Steve Sutton [Tue, 15 Mar 2016 21:10:12 +0000 (17:10 -0400)]
import WIP

for events

9 years agoCorrecting misspelled words
Steve Sutton [Tue, 15 Mar 2016 17:34:19 +0000 (13:34 -0400)]
Correcting misspelled words

9 years agoMerge branch 'develop' into feature/steve
Steve Sutton [Tue, 15 Mar 2016 17:16:19 +0000 (13:16 -0400)]
Merge branch 'develop' into feature/steve

9 years agoFixed Text Search issues for both dashboard and list pages.
Chuck Scott [Tue, 15 Mar 2016 16:17:02 +0000 (12:17 -0400)]
Fixed Text Search issues for both dashboard and list pages.

9 years agoMerge branch 'develop' into feature/steve
Steve Sutton [Tue, 15 Mar 2016 15:34:54 +0000 (11:34 -0400)]
Merge branch 'develop' into feature/steve

9 years agoUpdating comments
Steve Sutton [Tue, 15 Mar 2016 15:33:05 +0000 (11:33 -0400)]
Updating comments

should use the same slash double star to open all comments

9 years agoDealing with ' and " in javascript litterals
Chuck Scott [Tue, 15 Mar 2016 15:24:31 +0000 (11:24 -0400)]
Dealing with ' and " in javascript litterals

9 years agoImport tab for event management
Steve Sutton [Tue, 15 Mar 2016 13:45:42 +0000 (09:45 -0400)]
Import tab for event management

Adding Import event tab.

9 years agoMerge branch 'develop' into feature/steve
Steve Sutton [Mon, 14 Mar 2016 13:15:15 +0000 (09:15 -0400)]
Merge branch 'develop' into feature/steve

9 years agoAdd import tab from the management events section
Steve Sutton [Mon, 14 Mar 2016 11:47:35 +0000 (07:47 -0400)]
Add import tab from the management events section

9 years agoNow have some location data working.
Chuck Scott [Fri, 11 Mar 2016 20:51:31 +0000 (15:51 -0500)]
Now have some location data working.

9 years agoAdding some fields to the events array for templates
Steve Sutton [Fri, 11 Mar 2016 17:44:16 +0000 (12:44 -0500)]
Adding some fields to the events array for templates

Ongoing flag from the event times. - will need more work if the event
has multiple schedules

adding starting_date and ending_date to event array

9 years agoRemove debug var_dump from data class
Steve Sutton [Fri, 11 Mar 2016 13:52:58 +0000 (08:52 -0500)]
Remove debug var_dump from data class

9 years agoSetting up the detail page
Steve Sutton [Thu, 10 Mar 2016 20:50:57 +0000 (15:50 -0500)]
Setting up the detail page

Rewrite for wordpress
Setup the get event function to pull data from the data abstract class
for event data

9 years agoadding docs for shortcodes
Steve Sutton [Thu, 10 Mar 2016 19:58:55 +0000 (14:58 -0500)]
adding docs for shortcodes

9 years agoUpdate for the date to work
Steve Sutton [Thu, 10 Mar 2016 19:49:38 +0000 (14:49 -0500)]
Update for the date to work

9 years agoMerge branch 'develop' into feature/steve
Steve Sutton [Thu, 10 Mar 2016 19:30:27 +0000 (14:30 -0500)]
Merge branch 'develop' into feature/steve

9 years agoGetting the data into front end templates
Steve Sutton [Thu, 10 Mar 2016 19:28:58 +0000 (14:28 -0500)]
Getting the data into front end templates

Working with the Data Abstract event class

9 years agoCompleted adding new features to Recurrenc edit and calendar display
Chuck Scott [Thu, 10 Mar 2016 18:50:45 +0000 (13:50 -0500)]
Completed adding new features to Recurrenc edit and calendar display

9 years agoMerge branch 'feature/steve' of cvs2:WP-Plugins/glm-member-db-events into feature...
Steve Sutton [Thu, 10 Mar 2016 12:53:41 +0000 (07:53 -0500)]
Merge branch 'feature/steve' of cvs2:WP-Plugins/glm-member-db-events into feature/steve

9 years agomade adjustments to the events detail page
Ian Weller [Wed, 9 Mar 2016 21:49:22 +0000 (16:49 -0500)]
made adjustments to the events detail page

9 years agoFixed problems when there's no calendar data for the admin event calendar
Chuck Scott [Wed, 9 Mar 2016 21:43:31 +0000 (16:43 -0500)]
Fixed problems when there's no calendar data for the admin event calendar

9 years agoMerge branch 'develop' into feature/steve
Steve Sutton [Wed, 9 Mar 2016 21:38:50 +0000 (16:38 -0500)]
Merge branch 'develop' into feature/steve

9 years agoRemoved test data array that was conflicting with real data.
Chuck Scott [Wed, 9 Mar 2016 21:37:52 +0000 (16:37 -0500)]
Removed test data array that was conflicting with real data.

9 years agoMerge branch 'develop' into feature/steve
Steve Sutton [Wed, 9 Mar 2016 21:28:56 +0000 (16:28 -0500)]
Merge branch 'develop' into feature/steve

9 years agoSetting up rewrite rules
Steve Sutton [Wed, 9 Mar 2016 21:27:52 +0000 (16:27 -0500)]
Setting up rewrite rules

9 years agoMore admin enhancements to Events - First live data
Chuck Scott [Wed, 9 Mar 2016 20:53:44 +0000 (15:53 -0500)]
More admin enhancements to Events - First live data

9 years agorefactoring and style changes for output
Steve Sutton [Wed, 9 Mar 2016 19:44:01 +0000 (14:44 -0500)]
refactoring and style changes for output

Re factor the models
update style classes for forms

9 years agoChanging the h4 to h1
Steve Sutton [Wed, 9 Mar 2016 16:59:54 +0000 (11:59 -0500)]
Changing the h4 to h1

For the two forms
shortcuts and
search form

9 years agodetail page updates
Steve Sutton [Wed, 9 Mar 2016 16:54:53 +0000 (11:54 -0500)]
detail page updates

Adding js for the detail so calendars work
Moving the event title up the page.

9 years agoUpdates for output templates
Steve Sutton [Wed, 9 Mar 2016 16:33:49 +0000 (11:33 -0500)]
Updates for output templates

update the templates to use a id wrapper
change some of the headers to h4

9 years agoMerge branch 'develop' into feature/steve
Steve Sutton [Wed, 9 Mar 2016 15:18:21 +0000 (10:18 -0500)]
Merge branch 'develop' into feature/steve

9 years agoNot sure why the styles were in this file
Steve Sutton [Wed, 9 Mar 2016 14:54:30 +0000 (09:54 -0500)]
Not sure why the styles were in this file

9 years agoAdd links for each category name in the category blocks
Steve Sutton [Wed, 9 Mar 2016 14:45:28 +0000 (09:45 -0500)]
Add links for each category name in the category blocks

goes to the same page with that category selected in search.

9 years agoMerge branch 'feature/EventsIntegration' into develop
Chuck Scott [Tue, 8 Mar 2016 16:20:23 +0000 (11:20 -0500)]
Merge branch 'feature/EventsIntegration' into develop

9 years agoInterim status of Events add-on
Chuck Scott [Tue, 8 Mar 2016 16:19:49 +0000 (11:19 -0500)]
Interim status of Events add-on

9 years agoAdd form to detail page
Steve Sutton [Fri, 4 Mar 2016 21:55:52 +0000 (16:55 -0500)]
Add form to detail page

uses referrer to go back to list for searches from detail page

9 years agoUpdate for error messages
Steve Sutton [Fri, 4 Mar 2016 17:43:34 +0000 (12:43 -0500)]
Update for error messages

Getting rid of notices in php

9 years agoRoughed in Event add/edit/delete and forms for recurrences.
Chuck Scott [Thu, 3 Mar 2016 21:42:23 +0000 (16:42 -0500)]
Roughed in Event add/edit/delete and forms for recurrences.

9 years agoMerge remote-tracking branch 'origin/feature/anthony' into feature/EventsIntegration
Chuck Scott [Wed, 2 Mar 2016 14:52:10 +0000 (09:52 -0500)]
Merge remote-tracking branch 'origin/feature/anthony' into feature/EventsIntegration

Conflicts:
views/admin/events/header.html
views/admin/events/index.html
views/admin/member/events.html

9 years agoadjusting tabs for member add events and categories
Anthony Talarico [Wed, 2 Mar 2016 14:45:53 +0000 (09:45 -0500)]
adjusting tabs for member add events and categories

9 years agoadded category insertion and view, added add event name and view
Anthony Talarico [Tue, 1 Mar 2016 21:28:28 +0000 (16:28 -0500)]
added category insertion and view, added add event name and view

9 years agousing data abstract to test displaying of category names. testing with smarty in...
Anthony Talarico [Tue, 1 Mar 2016 20:14:58 +0000 (15:14 -0500)]
using data abstract to test displaying of category names. testing with smarty in view file

9 years agotest adding categories to database withouth dataAbstract currently. added some layout...
Anthony Talarico [Tue, 1 Mar 2016 16:51:26 +0000 (11:51 -0500)]
test adding categories to database withouth dataAbstract currently. added some layout to categories

9 years agoCleaned up incompatible template references to URL/Url.
Chuck Scott [Tue, 1 Mar 2016 16:37:10 +0000 (11:37 -0500)]
Cleaned up incompatible template references to URL/Url.

9 years agoadded buttons and tabs for events menu not associated with a member
Anthony Talarico [Tue, 1 Mar 2016 14:59:35 +0000 (09:59 -0500)]
added buttons and tabs for events menu not associated with a member

9 years agoMerge branch 'develop' into feature/steve
Steve Sutton [Mon, 29 Feb 2016 19:59:05 +0000 (14:59 -0500)]
Merge branch 'develop' into feature/steve

9 years agoNow have recurrence test deleting test data from the database
Chuck Scott [Mon, 29 Feb 2016 18:27:43 +0000 (13:27 -0500)]
Now have recurrence test deleting test data from the database

9 years agoadded categories tab, adjusting actions, added table structure to main events page
Anthony Talarico [Mon, 29 Feb 2016 18:24:50 +0000 (13:24 -0500)]
added categories tab, adjusting actions, added table structure to main events page

9 years agoPushing new recurrence times generation code and associated tests
Chuck Scott [Mon, 29 Feb 2016 18:14:28 +0000 (13:14 -0500)]
Pushing new recurrence times generation code and associated tests

9 years agoAdding event detail view and model
Steve Sutton [Fri, 26 Feb 2016 21:58:15 +0000 (16:58 -0500)]
Adding event detail view and model

Add model for the detail shortcode.
Add view for the event detail.
Create two php files for the event data to use for the data for each
model and view file.

9 years agoMerge branch 'develop' into feature/steve
Steve Sutton [Thu, 25 Feb 2016 20:53:46 +0000 (15:53 -0500)]
Merge branch 'develop' into feature/steve

9 years agoadded css style or add fields, added event tabs for member, created event menu under...
Anthony Talarico [Thu, 25 Feb 2016 20:50:51 +0000 (15:50 -0500)]
added css style or add fields, added event tabs for member, created event menu under Members with tabs

9 years agoWorking on search form
Steve Sutton [Thu, 25 Feb 2016 19:28:24 +0000 (14:28 -0500)]
Working on search form

Search for categories working.
Hold the category search for in search field.

9 years agoAdding more data arrays for the templates
Steve Sutton [Thu, 25 Feb 2016 16:07:08 +0000 (11:07 -0500)]
Adding more data arrays for the templates

9 years agoMerge branch 'develop' into feature/steve
Steve Sutton [Thu, 25 Feb 2016 14:57:15 +0000 (09:57 -0500)]
Merge branch 'develop' into feature/steve

9 years agoSetting up shortcode for the front end
Steve Sutton [Thu, 25 Feb 2016 14:16:42 +0000 (09:16 -0500)]
Setting up shortcode for the front end

Setting up the shortcode for front end with action for detail and list
views. current shortcode used is only the list one.

9 years agoFixed problem registering database
Chuck Scott [Wed, 24 Feb 2016 20:08:17 +0000 (15:08 -0500)]
Fixed problem registering database

9 years agoFixed errors in database create sql script.
Chuck Scott [Wed, 24 Feb 2016 14:42:06 +0000 (09:42 -0500)]
Fixed errors in database create sql script.

9 years agoAdded initial database setup and data definition classes
Chuck Scott [Tue, 23 Feb 2016 21:59:51 +0000 (16:59 -0500)]
Added initial database setup and data definition classes

9 years agoAdding a new table file
Steve Sutton [Mon, 15 Feb 2016 22:00:44 +0000 (17:00 -0500)]
Adding a new table file

9 years agoremove the sections mark remove
Steve Sutton [Mon, 15 Feb 2016 21:17:31 +0000 (16:17 -0500)]
remove the sections mark remove

9 years agoMore text changes for Sample to Events
Steve Sutton [Mon, 15 Feb 2016 16:28:29 +0000 (11:28 -0500)]
More text changes for Sample to Events

9 years agoMove files to the correct name
Steve Sutton [Mon, 15 Feb 2016 16:25:19 +0000 (11:25 -0500)]
Move files to the correct name

update from sample to events

9 years agoReplacing all sample text with events
Steve Sutton [Mon, 15 Feb 2016 16:22:45 +0000 (11:22 -0500)]
Replacing all sample text with events