WP-Plugins/glm-member-db.git
6 years agoadding query preservation and list results when closing the member profile drawer
Anthony Talarico [Tue, 12 Mar 2019 14:07:12 +0000 (10:07 -0400)]
adding query preservation and list results when closing the member profile drawer

6 years agofinished refactoring all of the click events into one event handler
Anthony Talarico [Tue, 12 Mar 2019 01:04:55 +0000 (21:04 -0400)]
finished refactoring all of the click events into one event handler

6 years agoRemove test code causing js error
Laury GvR [Mon, 11 Mar 2019 15:11:44 +0000 (11:11 -0400)]
Remove test code causing js error

6 years agorefactoring overhaul of the index javascript
Anthony Talarico [Mon, 11 Mar 2019 15:04:01 +0000 (11:04 -0400)]
refactoring overhaul of the index javascript

6 years agoFixed some oversized font styles
Laury GvR [Mon, 11 Mar 2019 14:15:34 +0000 (10:15 -0400)]
Fixed some oversized font styles

6 years agoFix pagination buttons
Laury GvR [Mon, 11 Mar 2019 13:28:32 +0000 (09:28 -0400)]
Fix pagination buttons

6 years agoFix pagination. Trim paging requests. Fix paging bug.
Laury GvR [Fri, 8 Mar 2019 22:53:53 +0000 (17:53 -0500)]
Fix pagination. Trim paging requests. Fix paging bug.

- Fix rare issue where pagination request would interpret a
  newline; trimming this request from here on.
- Add check to see whether the nth member the next page is slated
  to start at exceeds the maximum number of members, and if so,
  disable the 'next' button.
- Functional pagination; more concise code relying on classes.
- Add newlines to pagination file for readability

6 years agoadding confirmation modal to the delete member profile functionality
Anthony Talarico [Fri, 8 Mar 2019 19:55:57 +0000 (14:55 -0500)]
adding confirmation modal to the delete member profile functionality

6 years agoconverting the delete profile dialog into a modal
Anthony Talarico [Fri, 8 Mar 2019 19:14:06 +0000 (14:14 -0500)]
converting the delete profile dialog into a modal

6 years agopushing test data for debugging on dev
Anthony Talarico [Fri, 8 Mar 2019 16:24:12 +0000 (11:24 -0500)]
pushing test data for debugging on dev

6 years agofixing the member profile thumbs in the list, needed to add the status checking back...
Anthony Talarico [Fri, 8 Mar 2019 15:34:09 +0000 (10:34 -0500)]
fixing the member profile thumbs in the list, needed to add the status checking back to the query in the model. adding some more modal styles for dialogs

6 years agofixing zindex of the confirmation modal
Anthony Talarico [Fri, 8 Mar 2019 04:37:46 +0000 (23:37 -0500)]
fixing zindex of the confirmation modal

6 years agofixing quirk with the confirmation modal forcing the flyout over parts of the wp...
Anthony Talarico [Fri, 8 Mar 2019 04:25:00 +0000 (23:25 -0500)]
fixing quirk with the confirmation modal forcing the flyout over parts of the wp sidemenu when it is closed

6 years agofixing modal display issues, not being set to display block after closing the modal...
Anthony Talarico [Fri, 8 Mar 2019 02:15:35 +0000 (21:15 -0500)]
fixing modal display issues, not being set to display block after closing the modal, so it wouldn't reopen

6 years agoadding ajax loader to the modal when updating a profile
Anthony Talarico [Fri, 8 Mar 2019 01:39:48 +0000 (20:39 -0500)]
adding ajax loader to the modal when updating a profile

6 years agostyling the buttons in the update confirmation modal
Anthony Talarico [Fri, 8 Mar 2019 01:25:50 +0000 (20:25 -0500)]
styling the buttons in the update confirmation modal

6 years agoadding modal when updating member profile
Anthony Talarico [Fri, 8 Mar 2019 01:19:57 +0000 (20:19 -0500)]
adding modal when updating member profile

6 years agoMerge branch 'develop' into feature/adminRevamp
Anthony Talarico [Thu, 7 Mar 2019 21:43:43 +0000 (16:43 -0500)]
Merge branch 'develop' into feature/adminRevamp

6 years agoseparating standard filters reset and all filters reset , which includes pending...
Anthony Talarico [Thu, 7 Mar 2019 21:41:58 +0000 (16:41 -0500)]
separating standard filters reset and all filters reset , which includes pending and bad map location

6 years agofixing bug with bad map location filtering, changing the value to 1 from 0
Anthony Talarico [Thu, 7 Mar 2019 20:03:24 +0000 (15:03 -0500)]
fixing bug with bad map location filtering, changing the value to 1 from 0

6 years agoaddding bad location filtering, fixing bugs with profile deleting
Anthony Talarico [Thu, 7 Mar 2019 20:00:42 +0000 (15:00 -0500)]
addding bad location filtering, fixing bugs with profile deleting

6 years agofixing the categories reset filter issue with firing extra ajax requests
Anthony Talarico [Thu, 7 Mar 2019 17:58:26 +0000 (12:58 -0500)]
fixing the categories reset filter issue with firing extra ajax requests

6 years agoUpdate readme
Steve Sutton [Thu, 7 Mar 2019 17:48:29 +0000 (12:48 -0500)]
Update readme

Add note on clear cache

6 years agoAdding link for clear shortcode 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.

6 years agotesting the reset filters functionality
Anthony Talarico [Thu, 7 Mar 2019 16:42:38 +0000 (11:42 -0500)]
testing the reset filters functionality

6 years agoDefault member type, region, city, category and member added to db create script
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

6 years agoMerge branch 'develop' into feature/adminRevamp
Anthony Talarico [Wed, 6 Mar 2019 22:14:41 +0000 (17:14 -0500)]
Merge branch 'develop' into feature/adminRevamp

6 years agochanging padding on the categiries dropdown search header filter to 5px
Anthony Talarico [Wed, 6 Mar 2019 20:33:36 +0000 (15:33 -0500)]
changing padding on the categiries dropdown search header filter to 5px

6 years agofixing an issue with the categories select2 dropdown not being initialized after...
Anthony Talarico [Wed, 6 Mar 2019 20:29:29 +0000 (15:29 -0500)]
fixing an issue with the categories select2 dropdown not being initialized after opening the member profile flyout

6 years agoadding ajax loader for the flyout screen transitions
Anthony Talarico [Wed, 6 Mar 2019 20:16:33 +0000 (15:16 -0500)]
adding ajax loader for the flyout screen transitions

6 years agoadding ajax loader to the member list flyout
Anthony Talarico [Wed, 6 Mar 2019 19:49:01 +0000 (14:49 -0500)]
adding ajax loader to the member list flyout

6 years agoEscape double-quotes in member name on member edit
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

6 years agoCondense code adding slashes to city's member list
Laury GvR [Wed, 6 Mar 2019 19:15:47 +0000 (14:15 -0500)]
Condense code adding slashes to city's member list

6 years agoAdd slashes to member list in city settings view
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.

6 years agoadding ajax loaders to the search filter functionality
Anthony Talarico [Wed, 6 Mar 2019 19:00:46 +0000 (14:00 -0500)]
adding ajax loaders to the search filter functionality

6 years agoadding margin to the bottom the search header
Anthony Talarico [Wed, 6 Mar 2019 17:16:22 +0000 (12:16 -0500)]
adding margin to the bottom the search header

6 years agomoving the total found count to the top of the search header
Anthony Talarico [Wed, 6 Mar 2019 17:14:42 +0000 (12:14 -0500)]
moving the total found count to the top of the search header

6 years agoMerge branch 'develop' into feature/adminRevamp
Anthony Talarico [Wed, 6 Mar 2019 16:46:05 +0000 (11:46 -0500)]
Merge branch 'develop' into feature/adminRevamp

6 years agoadding filter reset functionality
Anthony Talarico [Wed, 6 Mar 2019 16:44:12 +0000 (11:44 -0500)]
adding filter reset functionality

6 years agoPENDING change log
Steve Sutton [Wed, 6 Mar 2019 16:29:32 +0000 (11:29 -0500)]
PENDING change log

Adding for next release.

6 years agoadding member type filtering back to the search filter header
Anthony Talarico [Wed, 6 Mar 2019 15:15:05 +0000 (10:15 -0500)]
adding member type filtering back to the search filter header

6 years agoadjusting the styles of the member list filter input fields
Anthony Talarico [Wed, 6 Mar 2019 14:25:49 +0000 (09:25 -0500)]
adjusting the styles of the member list filter input fields

6 years agoadding active background color on selected records
Anthony Talarico [Wed, 6 Mar 2019 00:47:21 +0000 (19:47 -0500)]
adding active background color on selected records

6 years agocentering the member list content values
Anthony Talarico [Tue, 5 Mar 2019 23:53:23 +0000 (18:53 -0500)]
centering the member list content values

6 years agoincreasing width of the member list profile image thumbnail
Anthony Talarico [Tue, 5 Mar 2019 23:41:00 +0000 (18:41 -0500)]
increasing width of the member list profile image thumbnail

6 years agoadjusting member list profile image styles
Anthony Talarico [Tue, 5 Mar 2019 23:39:35 +0000 (18:39 -0500)]
adjusting member list profile image styles

6 years agoadding profile images to the list view, changing the style of the list view hover...
Anthony Talarico [Tue, 5 Mar 2019 23:35:42 +0000 (18:35 -0500)]
adding profile images to the list view, changing the style of the list view hover effects, adding back to member dashboard button to get from the member profile edit page to the member profile list

6 years agomoving the leaflet and google map dependency to the new management index file
Anthony Talarico [Tue, 5 Mar 2019 16:41:47 +0000 (11:41 -0500)]
moving the leaflet and google map dependency to the new management index file

6 years agoAdding ajax call for lat lon comparison
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

6 years agoUpdate csv importer
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.

6 years agofixing bugs with the member info profile additions , cloning, activating functionality
Anthony Talarico [Tue, 5 Mar 2019 04:35:52 +0000 (23:35 -0500)]
fixing bugs with the member info profile additions , cloning, activating functionality

6 years agoMerge branch 'develop' into feature/adminRevamp
Anthony Talarico [Tue, 5 Mar 2019 04:35:43 +0000 (23:35 -0500)]
Merge branch 'develop' into feature/adminRevamp

6 years agoUpdate spelling of member_info table
Steve Sutton [Mon, 4 Mar 2019 13:37:11 +0000 (08:37 -0500)]
Update spelling of member_info table

6 years agowrapping up the Add New Member and Profile update implementation in the ajax environment
Anthony Talarico [Sun, 3 Mar 2019 17:07:44 +0000 (12:07 -0500)]
wrapping up the Add New Member and Profile update implementation in the ajax environment

6 years agoremoving write_log statements. Wrapping a call to the member info table in an if...
Anthony Talarico [Sun, 3 Mar 2019 06:56:55 +0000 (01:56 -0500)]
removing write_log statements. Wrapping a call to the member info table in an if statement. Almost finished with the add new member process in the ajax environment.

6 years agoRevert "Now automatically loading setup/standardTemplateParams.php from each register...
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.

6 years agoNow automatically loading setup/standardTemplateParams.php from each registered plugi...
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

6 years agoshort circuiting the window glma object in imageUpload.js for areas where that object...
Anthony Talarico [Fri, 1 Mar 2019 16:45:51 +0000 (11:45 -0500)]
short circuiting the window glma object in imageUpload.js for areas where that object isn't loaded yet, like management or settings

6 years agoadding image upload ability from the member info record flyout
Anthony Talarico [Fri, 1 Mar 2019 15:59:14 +0000 (10:59 -0500)]
adding image upload ability from the member info record flyout

6 years agoImport script now updating members.
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.

6 years agoUpdate define used
Steve Sutton [Thu, 28 Feb 2019 18:25:43 +0000 (13:25 -0500)]
Update define used

was incorrect

6 years agofixing the delete button in the editFiles drag and drop section
Anthony Talarico [Wed, 27 Feb 2019 20:27:44 +0000 (15:27 -0500)]
fixing the delete button in the editFiles drag and drop section

6 years agoFinish with the export json for uptra
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.

6 years agoMerge branch 'develop' into feature/adminRevamp
Anthony Talarico [Wed, 27 Feb 2019 19:27:25 +0000 (14:27 -0500)]
Merge branch 'develop' into feature/adminRevamp

6 years agoRename for newer version of db
Steve Sutton [Wed, 27 Feb 2019 19:26:47 +0000 (14:26 -0500)]
Rename for newer version of db

for new version

6 years agoCreate json export for members.
Steve Sutton [Wed, 27 Feb 2019 19:24:50 +0000 (14:24 -0500)]
Create json export for members.

Needed for uptravel

6 years agoAdd fax and new option for members
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.

6 years agofixing missing div tag
Anthony Talarico [Wed, 27 Feb 2019 18:11:42 +0000 (13:11 -0500)]
fixing missing div tag

6 years agoMerge branch 'develop' into feature/adminRevamp
Anthony Talarico [Wed, 27 Feb 2019 17:46:17 +0000 (12:46 -0500)]
Merge branch 'develop' into feature/adminRevamp

6 years agoPagination work
Laury GvR [Wed, 27 Feb 2019 16:05:19 +0000 (11:05 -0500)]
Pagination work

6 years agoFix settings check for entities shown on front list views
Laury GvR [Thu, 21 Feb 2019 20:27:15 +0000 (15:27 -0500)]
Fix settings check for entities shown on front list views

6 years agoUpdate image tab page
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.

6 years agoAdding state and enable_weather to cities.
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.

6 years agoAdd new fields to city table.
Steve Sutton [Wed, 20 Feb 2019 19:15:16 +0000 (14:15 -0500)]
Add new fields to city table.

Adding for city weather.

6 years agoUpdate js live call to on
Steve Sutton [Tue, 19 Feb 2019 18:46:25 +0000 (13:46 -0500)]
Update js live call to on

Replacing live call with on.

6 years agoadding metadata persistence to the media galleries and file downloads
Anthony Talarico [Wed, 27 Feb 2019 16:11:50 +0000 (11:11 -0500)]
adding metadata persistence to the media galleries and file downloads

6 years agoimplementing file and image gallery uploads and captions for files and image gallery...
Anthony Talarico [Tue, 26 Feb 2019 21:48:45 +0000 (16:48 -0500)]
implementing file and image gallery uploads and captions for files and image gallery images

6 years agoSetup the detail view from settings.
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.

6 years agoDB Updates - alternate view files for list,grid,detail pages.
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.

6 years agoFixed incorrect default value for #thisInstance['listQuery'] - set to false.
Chuck Scott [Tue, 26 Feb 2019 19:27:57 +0000 (14:27 -0500)]
Fixed incorrect default value for #thisInstance['listQuery'] - set to false.

6 years agoUpdate for wordpress searching
Steve Sutton [Tue, 26 Feb 2019 15:15:23 +0000 (10:15 -0500)]
Update for wordpress searching

setup wpSearch variable.

6 years agoadding category and amenity support to the member profile edit flyout
Anthony Talarico [Tue, 26 Feb 2019 02:07:28 +0000 (21:07 -0500)]
adding category and amenity support to the member profile edit flyout

6 years agoadding member cloning ability
Anthony Talarico [Mon, 25 Feb 2019 19:03:55 +0000 (14:03 -0500)]
adding member cloning ability

6 years agotesting new layout and styles for the member db list filter view
Anthony Talarico [Sun, 24 Feb 2019 00:25:47 +0000 (19:25 -0500)]
testing new layout and styles for the member db list filter view

6 years agoWorking on update member data from csv import files
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

6 years agowrapping up the data store for admin list queries in the member list view
Anthony Talarico [Fri, 22 Feb 2019 04:25:47 +0000 (23:25 -0500)]
wrapping up the data store for admin list queries in the member list view

6 years agofixing a bug with the data store and search filters sending extra ajax requests
Anthony Talarico [Fri, 22 Feb 2019 03:32:11 +0000 (22:32 -0500)]
fixing a bug with the data store and search filters sending extra ajax requests

6 years agoFix settings check for entities shown on front list views
Laury GvR [Thu, 21 Feb 2019 20:27:15 +0000 (15:27 -0500)]
Fix settings check for entities shown on front list views

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.

6 years agoUpdate image tab page
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.

6 years agomaking the localstorage data store functions available in the glma object to be used...
Anthony Talarico [Wed, 20 Feb 2019 22:05:30 +0000 (17:05 -0500)]
making the localstorage data store functions available in the glma object to be used anywhere

6 years agoadding localstorage functions to act as a datastore for queries
Anthony Talarico [Wed, 20 Feb 2019 21:24:37 +0000 (16:24 -0500)]
adding localstorage functions to act as a datastore for queries

6 years agoAdding state and enable_weather to cities.
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.

6 years agoAdd new fields to city table.
Steve Sutton [Wed, 20 Feb 2019 19:15:16 +0000 (14:15 -0500)]
Add new fields to city table.

Adding for city weather.

6 years agoSet limit for pagination to 10
Laury GvR [Wed, 20 Feb 2019 14:42:53 +0000 (09:42 -0500)]
Set limit for pagination to 10

6 years agoPagination cycles forward until it doesn't - buttons don't properly lose 'disabled'
Laury GvR [Wed, 20 Feb 2019 14:41:57 +0000 (09:41 -0500)]
Pagination cycles forward until it doesn't - buttons don't properly lose 'disabled'

6 years agotesting pagination
Anthony Talarico [Tue, 19 Feb 2019 22:07:51 +0000 (17:07 -0500)]
testing pagination

6 years agoFurther work on pagination
Laury GvR [Tue, 19 Feb 2019 21:27:53 +0000 (16:27 -0500)]
Further work on pagination

6 years agomerging changes with my delete member profile addition
Anthony Talarico [Tue, 19 Feb 2019 19:17:29 +0000 (14:17 -0500)]
merging changes with my delete member profile addition

6 years agoUpdate js live call to on
Steve Sutton [Tue, 19 Feb 2019 18:46:25 +0000 (13:46 -0500)]
Update js live call to on

Replacing live call with on.