WP-Plugins/glm-member-db.git
5 years agoNeed to pass $ to functions
Steve Sutton [Wed, 24 Jul 2019 15:22:40 +0000 (11:22 -0400)]
Need to pass $ to functions

For setting up jQuery using $

5 years agoUpdates for css
Steve Sutton [Wed, 24 Jul 2019 15:16:49 +0000 (11:16 -0400)]
Updates for css

Add show header in small for stacked tables.

5 years agoRemove tabindex
Steve Sutton [Tue, 23 Jul 2019 19:19:37 +0000 (15:19 -0400)]
Remove tabindex

not sure why that was there

5 years agoUpdate for php notices
Steve Sutton [Tue, 23 Jul 2019 15:52:41 +0000 (11:52 -0400)]
Update for php notices

Getting rid of php notices

5 years agoUpdating ui elements from serverstats
Steve Sutton [Tue, 23 Jul 2019 15:07:55 +0000 (11:07 -0400)]
Updating ui elements from serverstats

brining in updates from serverstats

5 years agoUpdating elements
Steve Sutton [Mon, 22 Jul 2019 19:50:41 +0000 (15:50 -0400)]
Updating elements

adding submit
fixing php notices

5 years agoadd bitmap element
Steve Sutton [Thu, 18 Jul 2019 20:53:19 +0000 (16:53 -0400)]
add bitmap element

5 years agoNew UI elements
Steve Sutton [Wed, 17 Jul 2019 20:56:40 +0000 (16:56 -0400)]
New UI elements

Adding form and grid start and end.

5 years agoWorking on UI Elements
Steve Sutton [Tue, 16 Jul 2019 20:45:09 +0000 (16:45 -0400)]
Working on UI Elements

Starting to work in Chuck's ui elements

5 years agoUpdate for UI Elements
Steve Sutton [Mon, 15 Jul 2019 20:51:30 +0000 (16:51 -0400)]
Update for UI Elements

Add callout.html
for setting update add error notice on the top of forms.

5 years agoUpdate help Text placement
Steve Sutton [Fri, 12 Jul 2019 19:57:16 +0000 (15:57 -0400)]
Update help Text placement

put in grid small_12

5 years agospacing
Steve Sutton [Fri, 12 Jul 2019 19:46:13 +0000 (15:46 -0400)]
spacing

correcting spacing in multicheckboxes

5 years agoMore updates on Foundation setup for ui elements
Steve Sutton [Fri, 12 Jul 2019 19:44:59 +0000 (15:44 -0400)]
More updates on Foundation setup for ui elements

Remove the grid-x grid-margin-x div wrapper from each element.
Fixing editor issue with the json_decode (wasn't working)
Use smarty array setup instead.

5 years agoFix select ui element and add states into smarty defaults
Steve Sutton [Thu, 11 Jul 2019 19:46:46 +0000 (15:46 -0400)]
Fix select ui element and add states into smarty defaults

Adding states into the smarty Standard Template Parameters.
Correcting select. Need $key as well as $val for generic select.

5 years agoUpdating foundation style for selects
Steve Sutton [Thu, 11 Jul 2019 15:55:01 +0000 (11:55 -0400)]
Updating foundation style for selects

Remove the padding on the left of the select.

5 years agoUpdating ui elements
Steve Sutton [Wed, 10 Jul 2019 20:52:00 +0000 (16:52 -0400)]
Updating ui elements

Updating elements taking care of notices.
Now have:
text
checkbox
multicheckboxes
multiselect
select
image

5 years agoMerge tag 'v2.12.6' into develop
Steve Sutton [Tue, 9 Jul 2019 18:40:43 +0000 (14:40 -0400)]
Merge tag 'v2.12.6' into develop

Version 2.12.6

5 years agoMerge branch 'release/2.12.6' v2.12.6
Steve Sutton [Tue, 9 Jul 2019 18:40:36 +0000 (14:40 -0400)]
Merge branch 'release/2.12.6'

5 years agoBump version number
Steve Sutton [Tue, 9 Jul 2019 18:40:19 +0000 (14:40 -0400)]
Bump version number

Add to readme.txt

5 years agoUpdate front end filter for active members
Steve Sutton [Tue, 9 Jul 2019 18:38:42 +0000 (14:38 -0400)]
Update front end filter for active members

Get cities only from active profiles.

5 years agoMerge tag 'v2.12.5' into develop
Steve Sutton [Tue, 9 Jul 2019 16:13:28 +0000 (12:13 -0400)]
Merge tag 'v2.12.5' into develop

Version 2.12.5

5 years agoMerge branch 'release/2.12.5' v2.12.5
Steve Sutton [Tue, 9 Jul 2019 16:13:21 +0000 (12:13 -0400)]
Merge branch 'release/2.12.5'

5 years agoBump version number
Steve Sutton [Tue, 9 Jul 2019 16:13:04 +0000 (12:13 -0400)]
Bump version number

Update readme.txt

5 years agoNew setting for city range search
Steve Sutton [Tue, 9 Jul 2019 15:57:50 +0000 (11:57 -0400)]
New setting for city range search

City search for wmta isn't working until all cities have lat lon.

5 years agoAdd checkbox
Steve Sutton [Mon, 8 Jul 2019 20:46:40 +0000 (16:46 -0400)]
Add checkbox

working on more field types

5 years agoUpdating foundation ui elements
Steve Sutton [Thu, 4 Jul 2019 14:12:43 +0000 (10:12 -0400)]
Updating foundation ui elements

update each element

5 years agoMerge tag 'v2.12.4' into develop
Steve Sutton [Fri, 28 Jun 2019 20:17:11 +0000 (16:17 -0400)]
Merge tag 'v2.12.4' into develop

Version 2.12.4

5 years agoMerge branch 'release/2.12.4' v2.12.4
Steve Sutton [Fri, 28 Jun 2019 20:17:02 +0000 (16:17 -0400)]
Merge branch 'release/2.12.4'

5 years agoBump version number
Steve Sutton [Fri, 28 Jun 2019 20:16:45 +0000 (16:16 -0400)]
Bump version number

Adding to readme file also.

5 years agoBug Fix for city drop down list
Steve Sutton [Fri, 28 Jun 2019 20:12:55 +0000 (16:12 -0400)]
Bug Fix for city drop down list

Need to grab cities for member info records that are in sub categories
also.

5 years agoRedo smarty ui element
Steve Sutton [Thu, 27 Jun 2019 20:42:14 +0000 (16:42 -0400)]
Redo smarty ui element

starting with text

5 years agoTest push
Steve Sutton [Thu, 27 Jun 2019 17:41:32 +0000 (13:41 -0400)]
Test push

to git gitolite back on track

5 years agoMerge tag 'v2.12.3' into develop
Steve Sutton [Thu, 27 Jun 2019 11:56:43 +0000 (07:56 -0400)]
Merge tag 'v2.12.3' into develop

Version 2.12.3

5 years agoMerge branch 'release/2.12.3'
Steve Sutton [Thu, 27 Jun 2019 11:56:35 +0000 (07:56 -0400)]
Merge branch 'release/2.12.3'

5 years agoBump version numbers and update readme
Steve Sutton [Thu, 27 Jun 2019 11:56:07 +0000 (07:56 -0400)]
Bump version numbers and update readme

Update readme with changes.

5 years agoAdding Accommodations to the front end member detail page
Steve Sutton [Wed, 26 Jun 2019 17:18:17 +0000 (13:18 -0400)]
Adding Accommodations to the front end member detail page

Add Rooms/Cabins and Year Round output to new expandable section on
member detail pages.

5 years agoDb Update Accommodations, Restaurants and Golf
Steve Sutton [Tue, 25 Jun 2019 20:52:43 +0000 (16:52 -0400)]
Db Update Accommodations, Restaurants and Golf

Adding to member profile records.
Accommodations
Restaurants
Golf
(fields)

5 years agoUpdating ui/fs
Steve Sutton [Tue, 25 Jun 2019 17:34:53 +0000 (13:34 -0400)]
Updating ui/fs

Update the code for using dataAbstract.

5 years agoCopy of ui elements from serverstats plugin
Steve Sutton [Fri, 21 Jun 2019 20:01:14 +0000 (16:01 -0400)]
Copy of ui elements from serverstats plugin

Copy ui elements from Chuck's plugin

5 years agoWIP use array for setting up UI form elements
Steve Sutton [Thu, 20 Jun 2019 20:37:27 +0000 (16:37 -0400)]
WIP use array for setting up UI form elements

Need to get with Chuck sometime to get his stuff integrated into the ui
elements.

5 years agoUpdating font sizes
Steve Sutton [Thu, 20 Jun 2019 13:42:02 +0000 (09:42 -0400)]
Updating font sizes

Foundation was making strange font sizes for h2 and h3's.

5 years agoUpdating UI for foundation 6 elements.
Steve Sutton [Wed, 19 Jun 2019 20:45:21 +0000 (16:45 -0400)]
Updating UI for foundation 6 elements.

Select should only have required if field is required.
Make the field class a variable.

5 years agoRedo grid for foundation 6 inputs.
Steve Sutton [Tue, 18 Jun 2019 20:49:43 +0000 (16:49 -0400)]
Redo grid for foundation 6 inputs.

small-12 and place labels above inputs.

5 years agoNew version of foundation css
Steve Sutton [Mon, 17 Jun 2019 18:36:14 +0000 (14:36 -0400)]
New version of foundation css

To deal with wordpress admin styles.

5 years agoCall standard template params in each plugin
Steve Sutton [Mon, 17 Jun 2019 17:46:19 +0000 (13:46 -0400)]
Call standard template params in each plugin

So each plugin can have standard params in smarty.

5 years agoUpdate email address for footer
Steve Sutton [Mon, 17 Jun 2019 17:10:32 +0000 (13:10 -0400)]
Update email address for footer

use plugins@gaslightmedia.com

5 years agoFoundation 6 files
Steve Sutton [Mon, 17 Jun 2019 16:46:05 +0000 (12:46 -0400)]
Foundation 6 files

css and js

5 years agoAdding UI admin templates for forms in foundation 6
Steve Sutton [Fri, 14 Jun 2019 19:18:41 +0000 (15:18 -0400)]
Adding UI admin templates for forms in foundation 6

These can be used if the admin plugin has foundation 6 setup.

5 years agochanging the border-box property to only affect glma columns and rows for now so...
Anthony Talarico [Wed, 5 Jun 2019 17:20:31 +0000 (13:20 -0400)]
changing the border-box property to only affect glma columns and rows for now so it doesn't break tables

5 years agoadding border-box for the box sizing property in the foundation file so that the...
Anthony Talarico [Wed, 5 Jun 2019 17:14:23 +0000 (13:14 -0400)]
adding border-box for the box sizing property in the foundation file so that the wp admin styles don't get messed up

5 years agoAdd glmLock trait
Steve Sutton [Tue, 4 Jun 2019 14:56:06 +0000 (10:56 -0400)]
Add glmLock trait

Trait to use for locking processes.

5 years agoMerge branch 'feature/uptraSearch' into develop
Steve Sutton [Fri, 24 May 2019 13:06:14 +0000 (09:06 -0400)]
Merge branch 'feature/uptraSearch' into develop

5 years agoUpdating search
Steve Sutton [Fri, 24 May 2019 13:05:27 +0000 (09:05 -0400)]
Updating search

Combining name and city search so they can both be performed together.

5 years agoUpdates for working with uptra on the search.
Steve Sutton [Thu, 23 May 2019 20:26:18 +0000 (16:26 -0400)]
Updates for working with uptra on the search.

Taking what was started from wmta.
Adding shortcode attributes.

5 years agoCorrecting the front scripts registry DEFINES
Steve Sutton [Tue, 21 May 2019 15:12:52 +0000 (11:12 -0400)]
Correcting the front scripts registry DEFINES

Using the defines for members plugin.

5 years agoPayment processor update
Steve Sutton [Tue, 21 May 2019 12:15:12 +0000 (08:15 -0400)]
Payment processor update

check for nonce

5 years agoMerge tag 'v2.12.2' into develop
Steve Sutton [Mon, 20 May 2019 19:28:40 +0000 (15:28 -0400)]
Merge tag 'v2.12.2' into develop

Version 2.12.2

5 years agoMerge branch 'release/2.12.2' v2.12.2
Steve Sutton [Mon, 20 May 2019 19:28:33 +0000 (15:28 -0400)]
Merge branch 'release/2.12.2'

5 years agoBump version number
Steve Sutton [Mon, 20 May 2019 19:25:13 +0000 (15:25 -0400)]
Bump version number

Update readme.
Comment out member list route for now.

6 years agocreating a generic multiselect dropdown using select2 that can be used anywhere in...
Anthony Talarico [Wed, 15 May 2019 18:50:43 +0000 (14:50 -0400)]
creating a generic multiselect dropdown using select2 that can be used anywhere in the plugin. Trying to use the new enqueue system, not having any luck. Scripts are currently enqueued directly in the list model

6 years agoadd ignore css for opensearch
Steve Sutton [Tue, 14 May 2019 18:58:08 +0000 (14:58 -0400)]
add ignore css for opensearch

needed to remove unwanted search items.

6 years agoUpdates for lat lon stuff
Steve Sutton [Mon, 13 May 2019 13:23:11 +0000 (09:23 -0400)]
Updates for lat lon stuff

for verify lat lon

6 years agoAdd management method of checking on lat lon for memmbers
Steve Sutton [Wed, 8 May 2019 19:16:57 +0000 (15:16 -0400)]
Add management method of checking on lat lon for memmbers

Trying to verify with google lat lon data.

6 years agoUpdate for verify lat lon data screen
Steve Sutton [Wed, 8 May 2019 15:05:04 +0000 (11:05 -0400)]
Update for verify lat lon data screen

Correct the lat lon for member info record if they are different.

6 years agoFix for meetmtp
Steve Sutton [Wed, 8 May 2019 13:14:36 +0000 (09:14 -0400)]
Fix for meetmtp

having issue with s being in hidden input

6 years agoFix form for get method
Steve Sutton [Wed, 8 May 2019 12:57:39 +0000 (08:57 -0400)]
Fix form for get method

Need to pass glm_action

6 years agoUpdate member search form
Steve Sutton [Wed, 8 May 2019 12:46:54 +0000 (08:46 -0400)]
Update member search form

Use get method. the other attribute for the form tag was only needed if
your sending files. Since there will never be files sent from this form
mutipart is being removed.

6 years agoAdding route for members
Steve Sutton [Mon, 6 May 2019 20:14:10 +0000 (16:14 -0400)]
Adding route for members

Members list json API

6 years agoUpdate for city range search
Steve Sutton [Tue, 23 Apr 2019 18:17:00 +0000 (14:17 -0400)]
Update for city range search

Need to set the whereSep if it is empty.

6 years agoAdd city range search
Steve Sutton [Tue, 23 Apr 2019 18:10:31 +0000 (14:10 -0400)]
Add city range search

Using 40 miles. This is taken from uptravel.com.
Only being used when a city is being searched.

6 years agoNeed to return the response from square
Steve Sutton [Tue, 16 Apr 2019 18:31:26 +0000 (14:31 -0400)]
Need to return the response from square

Need to get some data back from square when doing payments.

6 years agoRemove error display for query
Steve Sutton [Tue, 16 Apr 2019 13:42:48 +0000 (09:42 -0400)]
Remove error display for query

update for error

6 years agoMerge branch 'feature/groups' into develop
Steve Sutton [Tue, 16 Apr 2019 13:33:50 +0000 (09:33 -0400)]
Merge branch 'feature/groups' into develop

6 years agoFinish the groups setup for dataAbstract and fix clear cache
Steve Sutton [Tue, 16 Apr 2019 13:32:03 +0000 (09:32 -0400)]
Finish the groups setup for dataAbstract and fix clear cache

Clear cache wasn't working because the model for management was only
allowing one option (submit).
DataAbstract class methods now hawe the calls for setting up groups of
fields.

6 years agoGroups is working.
Steve Sutton [Mon, 15 Apr 2019 19:38:13 +0000 (15:38 -0400)]
Groups is working.

Comment out testing of groups.

6 years agoNotes for groups
Steve Sutton [Fri, 12 Apr 2019 20:52:16 +0000 (16:52 -0400)]
Notes for groups

Docs for the group functions for resetting the fields array.
Not completely working correctly.

6 years agoAdding group for misc settings.
Steve Sutton [Fri, 12 Apr 2019 20:39:49 +0000 (16:39 -0400)]
Adding group for misc settings.

Working with dataAbstract class to get the group to work.
Not saving data when you try to update management setting though.
Testing grabbing data for glm_members_members capability.

6 years agoStart of groups
Steve Sutton [Thu, 11 Apr 2019 21:04:33 +0000 (17:04 -0400)]
Start of groups

Just adding groups to the dataAbsract

6 years agoUpdate payment gateway.
Steve Sutton [Wed, 10 Apr 2019 15:36:00 +0000 (11:36 -0400)]
Update payment gateway.

Working with errors codes.

6 years agoSquare payment update
Steve Sutton [Tue, 9 Apr 2019 20:17:37 +0000 (16:17 -0400)]
Square payment update

Return error if declined or card already processed.

6 years agoMerge tag 'v2.12.1' into develop
Steve Sutton [Tue, 9 Apr 2019 17:43:36 +0000 (13:43 -0400)]
Merge tag 'v2.12.1' into develop

Version 2.12.1

6 years agoMerge branch 'release/2.12.1' v2.12.1
Steve Sutton [Tue, 9 Apr 2019 17:43:29 +0000 (13:43 -0400)]
Merge branch 'release/2.12.1'

6 years agoRelease for 2.12.1
Steve Sutton [Tue, 9 Apr 2019 17:43:00 +0000 (13:43 -0400)]
Release for 2.12.1

Release for registrations using script registry.

6 years agoCheck for fields
Steve Sutton [Fri, 5 Apr 2019 17:58:41 +0000 (13:58 -0400)]
Check for fields

Check for email address

6 years agoUpdating square payment gateway class
Steve Sutton [Fri, 5 Apr 2019 11:46:28 +0000 (07:46 -0400)]
Updating square payment gateway class

Creating square payment Proccessing class.

6 years agoAdding Square sdk
Steve Sutton [Mon, 1 Apr 2019 20:46:05 +0000 (16:46 -0400)]
Adding Square sdk

For Square payment processing

6 years agoUpdate address in member export
Steve Sutton [Wed, 27 Mar 2019 20:34:39 +0000 (16:34 -0400)]
Update address in member export

replace & with &

6 years agoUpdate csv export
Steve Sutton [Wed, 27 Mar 2019 20:00:08 +0000 (16:00 -0400)]
Update csv export

replace & with &

6 years agoUpdate member export
Steve Sutton [Tue, 26 Mar 2019 18:04:06 +0000 (14:04 -0400)]
Update member export

Add full description to export.

6 years agoUpdated class and class method names to be compliant with spec
Chuck Scott [Fri, 22 Mar 2019 19:41:37 +0000 (15:41 -0400)]
Updated class and class method names to be compliant with spec

Also fixes problem with use of list() method with PHP 5

6 years agoAdd new fields to the member export
Steve Sutton [Wed, 20 Mar 2019 14:42:34 +0000 (10:42 -0400)]
Add new fields to the member export

Adding:
lat lon
profile image url
reservation url
video url
short description

6 years agoMerge tag 'v2.12.0' into develop
Chuck Scott [Tue, 19 Mar 2019 17:51:29 +0000 (13:51 -0400)]
Merge tag 'v2.12.0' into develop

New Script Registry and other chances

6 years agoMerge branch 'release/2.12.0' v2.12.0
Chuck Scott [Tue, 19 Mar 2019 17:51:05 +0000 (13:51 -0400)]
Merge branch 'release/2.12.0'

6 years agoRelease with new Script Registry and other chances.
Chuck Scott [Tue, 19 Mar 2019 17:50:12 +0000 (13:50 -0400)]
Release with new Script Registry and other chances.

6 years agoAdded updates to readme.txt changelog
Chuck Scott [Tue, 19 Mar 2019 16:35:22 +0000 (12:35 -0400)]
Added updates to readme.txt changelog

6 years agoNew Script Registry for managing script and style file enqueing.
Chuck Scott [Tue, 19 Mar 2019 16:31:39 +0000 (12:31 -0400)]
New Script Registry for managing script and style file enqueing.

Added script registry static class
Added code to front and admin controllers to read ScriptStyle files in setup
Added admin and front-end script registry listing files in setup

6 years agoMerge tag 'v2.11.3' into develop
Steve Sutton [Tue, 12 Mar 2019 19:56:39 +0000 (15:56 -0400)]
Merge tag 'v2.11.3' into develop

Version 2.11.3

6 years agoMerge branch 'hotfix/2.11.3' v2.11.3
Steve Sutton [Tue, 12 Mar 2019 19:55:03 +0000 (15:55 -0400)]
Merge branch 'hotfix/2.11.3'

6 years agoUpdate version and readme
Steve Sutton [Tue, 12 Mar 2019 19:54:33 +0000 (15:54 -0400)]
Update version and readme

Bump version number
Update readme.

6 years agoUpdating filesize in file page too.
Steve Sutton [Thu, 21 Feb 2019 15:43:09 +0000 (10:43 -0500)]
Updating filesize in file page too.

Looks like they need to be the same for the limit to work.