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.
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
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
Steve Sutton [Tue, 4 Jun 2019 14:56:06 +0000 (10:56 -0400)]
Add glmLock trait
Trait to use for locking processes.
Steve Sutton [Fri, 24 May 2019 13:06:14 +0000 (09:06 -0400)]
Merge branch 'feature/uptraSearch' into develop
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.
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.
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.
Steve Sutton [Tue, 21 May 2019 12:15:12 +0000 (08:15 -0400)]
Payment processor update
check for nonce
Steve Sutton [Mon, 20 May 2019 19:28:40 +0000 (15:28 -0400)]
Merge tag 'v2.12.2' into develop
Version 2.12.2
Steve Sutton [Mon, 20 May 2019 19:28:33 +0000 (15:28 -0400)]
Merge branch 'release/2.12.2'
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.
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
Steve Sutton [Tue, 14 May 2019 18:58:08 +0000 (14:58 -0400)]
add ignore css for opensearch
needed to remove unwanted search items.
Steve Sutton [Mon, 13 May 2019 13:23:11 +0000 (09:23 -0400)]
Updates for lat lon stuff
for verify lat lon
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.
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.
Steve Sutton [Wed, 8 May 2019 13:14:36 +0000 (09:14 -0400)]
Fix for meetmtp
having issue with s being in hidden input
Steve Sutton [Wed, 8 May 2019 12:57:39 +0000 (08:57 -0400)]
Fix form for get method
Need to pass glm_action
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.
Steve Sutton [Mon, 6 May 2019 20:14:10 +0000 (16:14 -0400)]
Adding route for members
Members list json API
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.
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.
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.
Steve Sutton [Tue, 16 Apr 2019 13:42:48 +0000 (09:42 -0400)]
Remove error display for query
update for error
Steve Sutton [Tue, 16 Apr 2019 13:33:50 +0000 (09:33 -0400)]
Merge branch 'feature/groups' into develop
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.
Steve Sutton [Mon, 15 Apr 2019 19:38:13 +0000 (15:38 -0400)]
Groups is working.
Comment out testing of 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.
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.
Steve Sutton [Thu, 11 Apr 2019 21:04:33 +0000 (17:04 -0400)]
Start of groups
Just adding groups to the dataAbsract
Steve Sutton [Wed, 10 Apr 2019 15:36:00 +0000 (11:36 -0400)]
Update payment gateway.
Working with errors codes.
Steve Sutton [Tue, 9 Apr 2019 20:17:37 +0000 (16:17 -0400)]
Square payment update
Return error if declined or card already processed.
Steve Sutton [Tue, 9 Apr 2019 17:43:36 +0000 (13:43 -0400)]
Merge tag 'v2.12.1' into develop
Version 2.12.1
Steve Sutton [Tue, 9 Apr 2019 17:43:29 +0000 (13:43 -0400)]
Merge branch 'release/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.
Steve Sutton [Fri, 5 Apr 2019 17:58:41 +0000 (13:58 -0400)]
Check for fields
Check for email address
Steve Sutton [Fri, 5 Apr 2019 11:46:28 +0000 (07:46 -0400)]
Updating square payment gateway class
Creating square payment Proccessing class.
Steve Sutton [Mon, 1 Apr 2019 20:46:05 +0000 (16:46 -0400)]
Adding Square sdk
For Square payment processing
Steve Sutton [Wed, 27 Mar 2019 20:34:39 +0000 (16:34 -0400)]
Update address in member export
replace & with &
Steve Sutton [Wed, 27 Mar 2019 20:00:08 +0000 (16:00 -0400)]
Update csv export
replace & with &
Steve Sutton [Tue, 26 Mar 2019 18:04:06 +0000 (14:04 -0400)]
Update member export
Add full description to export.
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
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
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
Chuck Scott [Tue, 19 Mar 2019 17:51:05 +0000 (13:51 -0400)]
Merge branch 'release/2.12.0'
Chuck Scott [Tue, 19 Mar 2019 17:50:12 +0000 (13:50 -0400)]
Release with new Script Registry and other chances.
Chuck Scott [Tue, 19 Mar 2019 16:35:22 +0000 (12:35 -0400)]
Added updates to readme.txt changelog
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
Steve Sutton [Tue, 12 Mar 2019 19:56:39 +0000 (15:56 -0400)]
Merge tag 'v2.11.3' into develop
Version 2.11.3
Steve Sutton [Tue, 12 Mar 2019 19:55:03 +0000 (15:55 -0400)]
Merge branch 'hotfix/2.11.3'
Steve Sutton [Tue, 12 Mar 2019 19:54:33 +0000 (15:54 -0400)]
Update version and readme
Bump version number
Update readme.
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.
Steve Sutton [Thu, 21 Feb 2019 15:16:48 +0000 (10:16 -0500)]
Update image tab page
Redoing indents.
Trying to update the max size.
Steve Sutton [Mon, 11 Mar 2019 17:42:30 +0000 (13:42 -0400)]
Add call for requiring any routes.php file found in plugins setup folder
This will be for adding routes for the REST API.
Steve Sutton [Fri, 8 Mar 2019 19:53:54 +0000 (14:53 -0500)]
Updates for member import/updates and verification
Adding way to verify lat lon data from old servers.
Steve Sutton [Thu, 7 Mar 2019 17:48:29 +0000 (12:48 -0500)]
Update readme
Add note on clear cache
Steve Sutton [Thu, 7 Mar 2019 16:56:09 +0000 (11:56 -0500)]
Adding link for clear shortcode cache.
Updating the mobel for coding standards.
Laury GvR [Wed, 6 Mar 2019 22:39:49 +0000 (17:39 -0500)]
Default member type, region, city, category and member added to db create script
Laury GvR [Wed, 6 Mar 2019 19:18:47 +0000 (14:18 -0500)]
Escape double-quotes in member name on member edit
On the edit member page, a member with a double-quote in its name
will only show the name up to that quote. Added an escape function
to the smarty display in the viewfile
Laury GvR [Wed, 6 Mar 2019 19:15:47 +0000 (14:15 -0500)]
Condense code adding slashes to city's member list
Laury GvR [Wed, 6 Mar 2019 19:13:09 +0000 (14:13 -0500)]
Add slashes to member list in city settings view
When viewing the members that have a given city assigned in the
'cities' settings page, the list breaks when a member has quotes
in its name. This has now been fixed.
Steve Sutton [Wed, 6 Mar 2019 16:29:32 +0000 (11:29 -0500)]
PENDING change log
Adding for next release.
Steve Sutton [Tue, 5 Mar 2019 15:52:22 +0000 (10:52 -0500)]
Adding ajax call for lat lon comparison
Comparing lat lon for uptra
Steve Sutton [Tue, 5 Mar 2019 15:51:56 +0000 (10:51 -0500)]
Update csv importer
Update to not insert photos that are already there.
Steve Sutton [Mon, 4 Mar 2019 13:37:11 +0000 (08:37 -0500)]
Update spelling of member_info table
Steve Sutton [Fri, 1 Mar 2019 21:20:59 +0000 (16:20 -0500)]
Revert "Now automatically loading setup/standardTemplateParams.php from each registered plugin if the file exists"
This reverts commit
db77ef80c666ed84a9533204b73b71cddf16e402.
Chuck Scott [Fri, 1 Mar 2019 20:44:40 +0000 (15:44 -0500)]
Now automatically loading setup/standardTemplateParams.php from each registered plugin if the file exists
Steve Sutton [Thu, 28 Feb 2019 21:23:48 +0000 (16:23 -0500)]
Import script now updating members.
Testing to make sure it is updating.
Putting member update into transaction.
Steve Sutton [Thu, 28 Feb 2019 18:25:43 +0000 (13:25 -0500)]
Update define used
was incorrect
Steve Sutton [Wed, 27 Feb 2019 20:18:26 +0000 (15:18 -0500)]
Finish with the export json for uptra
Outputs the json data same as current live site.
Steve Sutton [Wed, 27 Feb 2019 19:26:47 +0000 (14:26 -0500)]
Rename for newer version of db
for new version
Steve Sutton [Wed, 27 Feb 2019 19:24:50 +0000 (14:24 -0500)]
Create json export for members.
Needed for uptravel
Steve Sutton [Wed, 27 Feb 2019 19:24:02 +0000 (14:24 -0500)]
Add fax and new option for members
Adding Fax number to member info.
Adding new option for full text search.
Steve Sutton [Tue, 26 Feb 2019 21:17:17 +0000 (16:17 -0500)]
Setup the detail view from settings.
Use the detail view file from settings.
Steve Sutton [Tue, 26 Feb 2019 21:04:07 +0000 (16:04 -0500)]
DB Updates - alternate view files for list,grid,detail pages.
Setting up initial set of default view files for list grid and detail
pages. These will be for the different themes we have. Trying to pull
the theme view files over into the main plugin.
Chuck Scott [Tue, 26 Feb 2019 19:27:57 +0000 (14:27 -0500)]
Fixed incorrect default value for #thisInstance['listQuery'] - set to false.
Steve Sutton [Tue, 26 Feb 2019 15:15:23 +0000 (10:15 -0500)]
Update for wordpress searching
setup wpSearch variable.
Steve Sutton [Fri, 22 Feb 2019 21:48:51 +0000 (16:48 -0500)]
Working on update member data from csv import files
Updating the import script to also do member and member info updates
Laury GvR [Thu, 21 Feb 2019 20:27:15 +0000 (15:27 -0500)]
Fix settings check for entities shown on front list views
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.
Steve Sutton [Thu, 21 Feb 2019 15:16:48 +0000 (10:16 -0500)]
Update image tab page
Redoing indents.
Trying to update the max size.
Steve Sutton [Wed, 20 Feb 2019 21:24:36 +0000 (16:24 -0500)]
Adding state and enable_weather to cities.
Also adding the lat lon into the data class and fetching lat lon with
nomnatim database.
Steve Sutton [Wed, 20 Feb 2019 19:15:16 +0000 (14:15 -0500)]
Add new fields to city table.
Adding for city weather.
Steve Sutton [Tue, 19 Feb 2019 18:46:25 +0000 (13:46 -0500)]
Update js live call to on
Replacing live call with on.
Steve Sutton [Mon, 18 Feb 2019 13:29:18 +0000 (08:29 -0500)]
Remove extra alpha links set
Some how got duplicated.
Steve Sutton [Sat, 16 Feb 2019 11:24:09 +0000 (06:24 -0500)]
Merge tag 'v2.11.2' into develop
Version 2.11.2
Steve Sutton [Sat, 16 Feb 2019 11:17:44 +0000 (06:17 -0500)]
Merge branch 'hotfix/2.11.2'
Steve Sutton [Sat, 16 Feb 2019 11:17:10 +0000 (06:17 -0500)]
Fix for is_page
Can just call the wordpress function instead of apply_filter.
Steve Sutton [Fri, 15 Feb 2019 21:14:19 +0000 (16:14 -0500)]
Merge tag 'v2.11.1' into develop
Version 2.11.1
Steve Sutton [Fri, 15 Feb 2019 21:12:59 +0000 (16:12 -0500)]
Merge branch 'hotfix/2.11.1'
Steve Sutton [Fri, 15 Feb 2019 21:12:39 +0000 (16:12 -0500)]
Fixing bug in view files
Smarty error
Laury GvR [Fri, 15 Feb 2019 16:46:31 +0000 (11:46 -0500)]
Add Entities Found and Entities Shown settings for customizing front list displays
Laury GvR [Fri, 15 Feb 2019 14:56:30 +0000 (09:56 -0500)]
Correct the latest database update file to have Four dashes instead of Two
Laury GvR [Fri, 15 Feb 2019 00:55:48 +0000 (19:55 -0500)]
Add option to show header text on member lists. Rename sidebar area column
Laury GvR [Thu, 14 Feb 2019 20:49:44 +0000 (15:49 -0500)]
minor: Fix tab spacing
Laury GvR [Thu, 14 Feb 2019 19:49:54 +0000 (14:49 -0500)]
Minor changes to latest db create for sidebar area, and checking showsettings on front list for it
Laury GvR [Thu, 14 Feb 2019 19:11:33 +0000 (14:11 -0500)]
Re-capitalize Control keyword in front member list during initMap
Laury GvR [Thu, 14 Feb 2019 17:54:17 +0000 (12:54 -0500)]
Add setting to create sidebar area on front listing
Steve Sutton [Thu, 14 Feb 2019 13:34:11 +0000 (08:34 -0500)]
Change text on enable_counties option
Not just for members now in events.