WP-Plugins/glm-member-db.git
6 years agoadjusting the table info being passed in adminhooks for the dashboard widget text...
Anthony Talarico [Tue, 25 Sep 2018 13:51:56 +0000 (09:51 -0400)]
adjusting the table info being passed in adminhooks for the dashboard widget text search

6 years agoentityAmount view, lists, filter adjusted, where/order
Laury GvR [Mon, 24 Sep 2018 21:09:17 +0000 (17:09 -0400)]
entityAmount view, lists, filter adjusted, where/order

- Entity amount views added
- Using 'url' instead of 'resultUrl' for the list anchors
- Implemented Bad Location data list
- Implemented Pending Member Profiles
- Changed model to respect ORDER BY, and do proper counts
- Commented code, removed unneeded comments, fixed spacing

6 years agoAdd filter for db widget. Start of expired list item handling
Laury GvR [Fri, 21 Sep 2018 22:04:46 +0000 (18:04 -0400)]
Add filter for db widget. Start of expired list item handling

6 years agoadding text search compontent template and reducing the ajax suggestive search min...
Anthony Talarico [Fri, 21 Sep 2018 18:29:03 +0000 (14:29 -0400)]
adding text search compontent template and reducing the ajax suggestive search min keystrokes to 1 in the textSearch widget field

6 years agonormalizing the space between the fat arrows in the array keys in the admin hooks...
Anthony Talarico [Fri, 21 Sep 2018 16:55:56 +0000 (12:55 -0400)]
normalizing the space between the fat arrows in the array keys in the admin hooks packaging widget filter

6 years agocleaning out the summary widget template file in the new dashboard widget templates
Anthony Talarico [Fri, 21 Sep 2018 16:00:13 +0000 (12:00 -0400)]
cleaning out the summary widget template file in the new dashboard widget templates

6 years agoOrdering widget components based on their order attribute, using uasort
Laury GvR [Thu, 20 Sep 2018 22:44:46 +0000 (18:44 -0400)]
Ordering widget components based on their order attribute, using uasort

6 years agoWidgetFields renamed to Components, adjusted model/view to accommodate extra layer
Laury GvR [Thu, 20 Sep 2018 20:43:02 +0000 (16:43 -0400)]
WidgetFields renamed to Components, adjusted model/view to accommodate extra layer

6 years agochanging the textSearch fields to use ids instead of classes for the widgets dashboar...
Anthony Talarico [Thu, 20 Sep 2018 20:36:21 +0000 (16:36 -0400)]
changing the textSearch fields to use ids instead of classes for the widgets dashboard textSearch template

6 years agoMake ref_type and ref_dest variable, passed by the filters, adjusting urls as needed
Laury GvR [Thu, 20 Sep 2018 19:13:01 +0000 (15:13 -0400)]
Make ref_type and ref_dest variable, passed by the filters, adjusting urls as needed

6 years agoCount and list items correctly compiled from their query
Laury GvR [Thu, 20 Sep 2018 16:57:21 +0000 (12:57 -0400)]
Count and list items correctly compiled from their query

6 years agoadding proper url to the text search widget component when a search result is clicked on
Anthony Talarico [Thu, 20 Sep 2018 16:46:05 +0000 (12:46 -0400)]
adding proper url to the text search widget component when a search result is clicked on

6 years agonormalizing all of the widget textsearch data so that it's generic and not referring...
Anthony Talarico [Thu, 20 Sep 2018 16:34:06 +0000 (12:34 -0400)]
normalizing all of the widget textsearch data so that it's generic and not referring to a particular addon

6 years agoadding new jquery lib for autocomplete for the dashboard widget text search
Anthony Talarico [Thu, 20 Sep 2018 16:12:23 +0000 (12:12 -0400)]
adding new jquery lib for autocomplete for the dashboard widget text search

6 years agoStart building sql for pending query, list comp started
Laury GvR [Thu, 20 Sep 2018 15:32:33 +0000 (11:32 -0400)]
Start building sql for pending query, list comp started

6 years agoAdd empty components and smarter component inclusion
Laury GvR [Wed, 19 Sep 2018 20:59:20 +0000 (16:59 -0400)]
Add empty components and smarter component inclusion

6 years agoadding base code for the text field search autocomplete for the widgets
Anthony Talarico [Wed, 19 Sep 2018 20:03:44 +0000 (16:03 -0400)]
adding base code for the text field search autocomplete for the widgets

6 years agoMore test data echoes removed
Laury GvR [Wed, 19 Sep 2018 20:03:21 +0000 (16:03 -0400)]
More test data echoes removed

6 years agoButton & QuickLink views, Dashboard css
Laury GvR [Wed, 19 Sep 2018 20:01:29 +0000 (16:01 -0400)]
Button & QuickLink views, Dashboard css

- Added/imported dashboard scss stylesheet & styles
- Add buttons viewfile
- Add quicklinks viewfile
- Adjust summaryWidget to include these files, removed some test
  print statements.

6 years agoreorganizing the data hierarchy names in so that the widget data is easily iterated
Anthony Talarico [Wed, 19 Sep 2018 18:46:58 +0000 (14:46 -0400)]
reorganizing the data hierarchy names in so that the widget data is easily iterated

6 years agoThrowing the addon data into a more widely scoped array to also include addon name...
Laury GvR [Wed, 19 Sep 2018 18:25:35 +0000 (14:25 -0400)]
Throwing the addon data into a more widely scoped array to also include addon name and slug, etc

6 years agoChanged some file references and locations for new dashboard
Laury GvR [Wed, 19 Sep 2018 18:00:36 +0000 (14:00 -0400)]
Changed some file references and locations for new dashboard

6 years agoEnqueued Materialize, autocomplete script comments
Laury GvR [Wed, 19 Sep 2018 16:53:39 +0000 (12:53 -0400)]
Enqueued Materialize, autocomplete script comments

- Added autocomplete script as seen on the agenda view frontend of
the events plugin. Commented it all out, just for reference now.
- Enqueued materialize in the dashboard model

6 years agoAdded 'members' menu item back momentarily, removed members/index.php test code
Laury GvR [Wed, 19 Sep 2018 13:55:46 +0000 (09:55 -0400)]
Added 'members' menu item back momentarily, removed members/index.php test code

6 years agoMenu Dashboard, apply widget filter, new views/model
Laury GvR [Wed, 19 Sep 2018 13:36:54 +0000 (09:36 -0400)]
Menu Dashboard, apply widget filter, new views/model

- Added header and index view files for the new dashboard
- Added index model for the new dashboard
- Added valid actions for the new dashboard
- Adjusted admin menus to treat Dashboard as the parent in all
  cases, and made Dashboard the default destination
- Applying filter if it exists for each plugin based on its slug
  with -dashboard-widget suffix.
- Some test echo both in members/index.php model, and the
  newDashboard model.

6 years agoSummarywidget viewfile. Sample display of widgets by plugin, by looping through addon...
Laury GvR [Tue, 18 Sep 2018 21:14:46 +0000 (17:14 -0400)]
Summarywidget viewfile. Sample display of widgets by plugin, by looping through addons in the index model

6 years agoinitializing Materialize to get the materialize components working
Anthony Talarico [Mon, 17 Sep 2018 11:25:00 +0000 (07:25 -0400)]
initializing Materialize to get the materialize components working

6 years agoBroken JS. Added sample Member widget & styles on the main dashboard
Laury GvR [Fri, 14 Sep 2018 21:02:27 +0000 (17:02 -0400)]
Broken JS. Added sample Member widget & styles on the main dashboard

6 years agoadding sass setup in gulp for admin revamp
Anthony Talarico [Fri, 14 Sep 2018 21:00:40 +0000 (17:00 -0400)]
adding sass setup in gulp for admin revamp

6 years agoadding materialize css and js files that can be used for the revamp
Anthony Talarico [Fri, 14 Sep 2018 20:43:23 +0000 (16:43 -0400)]
adding materialize css and js files that can be used for the revamp

6 years agoMerge tag 'v2.10.44' into develop
Steve Sutton [Fri, 14 Sep 2018 17:11:11 +0000 (13:11 -0400)]
Merge tag 'v2.10.44' into develop

Version 2.10.44

6 years agoMerge branch 'hotfix/2.10.44' v2.10.44
Steve Sutton [Fri, 14 Sep 2018 17:10:14 +0000 (13:10 -0400)]
Merge branch 'hotfix/2.10.44'

6 years agoSet width of the leaflet map hotfix/2.10.44
Steve Sutton [Fri, 14 Sep 2018 17:07:55 +0000 (13:07 -0400)]
Set width of the leaflet map

Setting the width to 100% so it will respond better to smaller screen
sizes.

Bump version number.

6 years agoMember Detail Auto-expand option, featured class
Laury GvR [Wed, 12 Sep 2018 13:05:45 +0000 (09:05 -0400)]
Member Detail Auto-expand option, featured class

Management now has an option that when checked will auto-expand the
sections on the member detail pages. Featured class is now also
added to a member container on the member list if a member is
featured

6 years agoMerge tag 'v2.10.43' into develop
Chuck Scott [Tue, 11 Sep 2018 17:59:12 +0000 (13:59 -0400)]
Merge tag 'v2.10.43' into develop

Country no longer required for Authorize.net

6 years agoMerge branch 'hotfix/2.10.43' v2.10.43
Chuck Scott [Tue, 11 Sep 2018 17:58:48 +0000 (13:58 -0400)]
Merge branch 'hotfix/2.10.43'

6 years agoCountry no longer required for Authorize.net payment gateway unless international...
Chuck Scott [Tue, 11 Sep 2018 17:57:48 +0000 (13:57 -0400)]
Country no longer required for Authorize.net payment gateway unless international payment.

6 years agoRemoved glmgrid from the member listing, fixed file formatting
Laury GvR [Fri, 7 Sep 2018 21:46:05 +0000 (17:46 -0400)]
Removed glmgrid from the member listing, fixed file formatting

6 years agoAdded container for list view pagination, to allow styling
Laury GvR [Thu, 30 Aug 2018 18:41:17 +0000 (14:41 -0400)]
Added container for list view pagination, to allow styling

6 years agoRemove extra validity checks of prev/next list links
Laury GvR [Thu, 30 Aug 2018 18:19:52 +0000 (14:19 -0400)]
Remove extra validity checks of prev/next list links

6 years agoOnly show previous/next links on list if such pages exist
Laury GvR [Thu, 30 Aug 2018 18:18:09 +0000 (14:18 -0400)]
Only show previous/next links on list if such pages exist

6 years agoAuto-expand the Detail view takeback button in small windows
Laury GvR [Thu, 30 Aug 2018 17:23:32 +0000 (13:23 -0400)]
Auto-expand the Detail view takeback button in small windows

6 years agoMerge tag 'v2.10.42' into develop
Steve Sutton [Thu, 30 Aug 2018 16:52:02 +0000 (12:52 -0400)]
Merge tag 'v2.10.42' into develop

Version 2.10.42

6 years agoMerge branch 'hotfix/2.10.42' v2.10.42
Steve Sutton [Thu, 30 Aug 2018 16:51:54 +0000 (12:51 -0400)]
Merge branch 'hotfix/2.10.42'

6 years agoMissing br tag after region
Steve Sutton [Thu, 30 Aug 2018 16:50:21 +0000 (12:50 -0400)]
Missing br tag after region

if region is there it needs a br tag at the end

6 years agoMerge tag 'v2.10.41' into develop
Steve Sutton [Thu, 30 Aug 2018 15:44:08 +0000 (11:44 -0400)]
Merge tag 'v2.10.41' into develop

Version 2.10.41

6 years agoMerge branch 'hotfix/2.10.41' v2.10.41
Steve Sutton [Thu, 30 Aug 2018 15:43:56 +0000 (11:43 -0400)]
Merge branch 'hotfix/2.10.41'

6 years agoUpdates again for map popups.
Steve Sutton [Thu, 30 Aug 2018 15:43:15 +0000 (11:43 -0400)]
Updates again for map popups.

Chuck only meant for descr to be removed not short one.

6 years agoMerge tag 'v2.10.40' into develop
Steve Sutton [Thu, 30 Aug 2018 14:00:27 +0000 (10:00 -0400)]
Merge tag 'v2.10.40' into develop

Version 2.10.40

6 years agoMerge branch 'hotfix/2.10.40' v2.10.40
Steve Sutton [Thu, 30 Aug 2018 14:00:20 +0000 (10:00 -0400)]
Merge branch 'hotfix/2.10.40'

6 years agoUpdate for css in member list
Steve Sutton [Thu, 30 Aug 2018 13:59:45 +0000 (09:59 -0400)]
Update for css in member list

Map needs to have underline anchors in the map popups. per Jodie.

6 years agoMerge tag 'v2.10.39' into develop
Steve Sutton [Wed, 29 Aug 2018 20:41:42 +0000 (16:41 -0400)]
Merge tag 'v2.10.39' into develop

Version 2.10.39

6 years agoMerge branch 'release/2.10.39' v2.10.39
Steve Sutton [Wed, 29 Aug 2018 20:41:35 +0000 (16:41 -0400)]
Merge branch 'release/2.10.39'

6 years agoBump version number
Steve Sutton [Wed, 29 Aug 2018 20:40:21 +0000 (16:40 -0400)]
Bump version number

v2.10.39

6 years agoUpdate for the map info section
Steve Sutton [Wed, 29 Aug 2018 20:16:29 +0000 (16:16 -0400)]
Update for the map info section

Place url below the rest.
Adding More Info link

6 years agoStyle updates for maps
Steve Sutton [Wed, 29 Aug 2018 20:11:37 +0000 (16:11 -0400)]
Style updates for maps

Updating the Map popups

6 years agoStyle updates for member list view.
Steve Sutton [Wed, 29 Aug 2018 20:04:08 +0000 (16:04 -0400)]
Style updates for member list view.

underline links.

6 years agoUpdate spacing for map popup info section
Steve Sutton [Wed, 29 Aug 2018 19:30:26 +0000 (15:30 -0400)]
Update spacing for map popup info section

For the section that has the phone and website url add some line-height.

6 years agoFix conflict in list view
Steve Sutton [Wed, 29 Aug 2018 15:54:27 +0000 (11:54 -0400)]
Fix conflict in list view

on develop branch

6 years agoMerge tag 'v2.10.38' into develop
Steve Sutton [Wed, 29 Aug 2018 14:22:03 +0000 (10:22 -0400)]
Merge tag 'v2.10.38' into develop

Version 2.10.38

6 years agoMerge branch 'hotfix/2.10.38' v2.10.38
Steve Sutton [Wed, 29 Aug 2018 14:20:38 +0000 (10:20 -0400)]
Merge branch 'hotfix/2.10.38'

6 years agoBump version
Steve Sutton [Wed, 29 Aug 2018 14:19:40 +0000 (10:19 -0400)]
Bump version

For hotfix release

6 years agoChanged to using OpenStreetMaps Nominatim for geolocation services whe using Leaflet...
Chuck Scott [Mon, 27 Aug 2018 17:53:27 +0000 (13:53 -0400)]
Changed to using OpenStreetMaps Nominatim for geolocation services whe using Leaflet for maps.

6 years agoChange Web site to Website.
Steve Sutton [Mon, 27 Aug 2018 14:54:14 +0000 (10:54 -0400)]
Change Web site to Website.

For the map popups in list view.

6 years agoUpdate for drop and upload image files.
Steve Sutton [Wed, 29 Aug 2018 14:13:53 +0000 (10:13 -0400)]
Update for drop and upload image files.

If file has a ' in it, it's breaking sql.

6 years agoAdded max width and height calculations to the pop-up.
Chuck Scott [Mon, 27 Aug 2018 19:43:48 +0000 (15:43 -0400)]
Added max width and height calculations to the pop-up.

6 years agoAdd tel anchor to toll-free
Steve Sutton [Mon, 27 Aug 2018 19:02:17 +0000 (15:02 -0400)]
Add tel anchor to toll-free

Adding anchor for the phone numbers.

6 years agoUpdate main map container
Steve Sutton [Mon, 27 Aug 2018 18:57:53 +0000 (14:57 -0400)]
Update main map container

Set width to 90%

6 years agoUpdate list view
Steve Sutton [Mon, 27 Aug 2018 18:01:45 +0000 (14:01 -0400)]
Update list view

Set option for no map movement on wheelscroll.

6 years agoChanged to using OpenStreetMaps Nominatim for geolocation services whe using Leaflet...
Chuck Scott [Mon, 27 Aug 2018 17:53:27 +0000 (13:53 -0400)]
Changed to using OpenStreetMaps Nominatim for geolocation services whe using Leaflet for maps.

6 years agoChange Web site to Website.
Steve Sutton [Mon, 27 Aug 2018 14:54:14 +0000 (10:54 -0400)]
Change Web site to Website.

For the map popups in list view.

6 years agoMerge tag 'v2.10.37' into develop
Steve Sutton [Thu, 23 Aug 2018 15:24:25 +0000 (11:24 -0400)]
Merge tag 'v2.10.37' into develop

Version 2.10.37

6 years agoMerge branch 'release/2.10.37' v2.10.37
Steve Sutton [Thu, 23 Aug 2018 15:24:16 +0000 (11:24 -0400)]
Merge branch 'release/2.10.37'

6 years agoBump version numbers
Steve Sutton [Thu, 23 Aug 2018 15:21:33 +0000 (11:21 -0400)]
Bump version numbers

This is for a new release.

6 years agoNow checking marker clustering flag.
Chuck Scott [Mon, 20 Aug 2018 21:12:25 +0000 (17:12 -0400)]
Now checking marker clustering flag.

6 years agoFixed View/Hide map not working and double name on map bubble
Chuck Scott [Mon, 20 Aug 2018 18:30:56 +0000 (14:30 -0400)]
Fixed View/Hide map not working and double name on map bubble

6 years agoMerge branch 'Leaflet' into develop
Steve Sutton [Mon, 20 Aug 2018 17:16:50 +0000 (13:16 -0400)]
Merge branch 'Leaflet' into develop

6 years agoAdded Leaflet Loading feature, member detail maps, and updated map key code. Leaflet
Chuck Scott [Mon, 20 Aug 2018 17:00:19 +0000 (13:00 -0400)]
Added Leaflet Loading feature, member detail maps, and updated map key code.

6 years agoAdded Leaflet and Tile Server support and database update for managing tile server...
Chuck Scott [Fri, 17 Aug 2018 16:38:49 +0000 (12:38 -0400)]
Added Leaflet and Tile Server support and database update for managing tile server settings.

6 years agoRemove wip file
Steve Sutton [Tue, 14 Aug 2018 17:45:50 +0000 (13:45 -0400)]
Remove wip file

not doing update now

6 years agoLocking the dashboard for locked members
Steve Sutton [Fri, 10 Aug 2018 18:02:17 +0000 (14:02 -0400)]
Locking the dashboard for locked members

If locked show links to billing, contact, forsale, and jobs in dashboard
area.
Change the name of member sub menu to Member Dashboard.

6 years agoFixed missing version number in header
Chuck Scott [Fri, 10 Aug 2018 14:09:47 +0000 (10:09 -0400)]
Fixed missing version number in header

6 years agoMerge tag 'v2.10.36' into develop
Steve Sutton [Mon, 6 Aug 2018 17:47:02 +0000 (13:47 -0400)]
Merge tag 'v2.10.36' into develop

Version 2.10.36

6 years agoMerge branch 'hotfix/2.10.36' v2.10.36
Steve Sutton [Mon, 6 Aug 2018 17:44:51 +0000 (13:44 -0400)]
Merge branch 'hotfix/2.10.36'

6 years agoUpdate case for lock to member to edit their profile
Steve Sutton [Mon, 6 Aug 2018 17:44:20 +0000 (13:44 -0400)]
Update case for lock to member to edit their profile

Need only check on edit only contact here.

6 years agoAdded info icon and removed unnecessary fontawesome inclusion
Laury GvR [Thu, 2 Aug 2018 14:55:45 +0000 (10:55 -0400)]
Added info icon and removed unnecessary fontawesome inclusion

6 years agoRemove the Member Slug
Steve Sutton [Wed, 1 Aug 2018 13:00:10 +0000 (09:00 -0400)]
Remove the Member Slug

Not needed.

6 years agoAdd and enqueue font awesome for admin prettification
Laury GvR [Fri, 27 Jul 2018 15:53:12 +0000 (11:53 -0400)]
Add and enqueue font awesome for admin prettification

6 years agoVarious updates related to the Search Add-On and code cleanup.
Chuck Scott [Thu, 26 Jul 2018 15:38:36 +0000 (11:38 -0400)]
Various updates related to the Search Add-On and code cleanup.

Added code to determine when a member record needs to be re-indexed by the search add-on.
Removed depreciated code from glmMembersAdminNotices() - Function to be removed later.
Removed some temporary debug code from admin controller.
Added glmMembersConfigArraySetup() array to provide easy expansion of config data in glmPluginSupport.php
Finished adding requests for search engine to index, re-index, or remove a member from search results.
Added a comment to the top of the updateRequiredPages function in admin/management/index.php file.

6 years agoUpdates for the filter (custom fields)
Steve Sutton [Wed, 25 Jul 2018 18:24:50 +0000 (14:24 -0400)]
Updates for the filter (custom fields)

Adding $uid for either member or contact

6 years agoCommented out a new function call that's not yet available till other pending updates.
Chuck Scott [Tue, 24 Jul 2018 13:07:41 +0000 (09:07 -0400)]
Commented out a new function call that's not yet available till other pending updates.

6 years agoVarious preparatory work for other add-ons and minor cleanup.
Chuck Scott [Thu, 19 Jul 2018 18:21:13 +0000 (14:21 -0400)]
Various preparatory work for other add-ons and minor cleanup.

Started adding code to determine when a member record needs to be re-indexed by the search add-on. Temporarily commented out tell search updates are done.
Removed depreciated code from glmMembersAdminNotices() - Function to be removed later.
Removed some temporary debug code from admin controller.
Added glmMembersConfigArraySetup() array to provide easy expansion of config data in glmPluginSupport.php

6 years agoMore updates to connection import.
Steve Sutton [Thu, 19 Jul 2018 18:17:11 +0000 (14:17 -0400)]
More updates to connection import.

Fix for email address update.

6 years agoUpdate for paging the member imports
Steve Sutton [Wed, 18 Jul 2018 15:45:11 +0000 (11:45 -0400)]
Update for paging the member imports

page with next form.

6 years agoUpdating the connections import
Steve Sutton [Wed, 18 Jul 2018 15:20:45 +0000 (11:20 -0400)]
Updating the connections import

Using Chuck's script.
Fixing some issues and setting up per member process to 25.

6 years agoUpdate the name of dropdb file
Steve Sutton [Wed, 18 Jul 2018 15:19:10 +0000 (11:19 -0400)]
Update the name of dropdb file

So it works with create drop tables scripting.

6 years agoCorrection of prefix spelling
Steve Sutton [Mon, 16 Jul 2018 17:49:01 +0000 (13:49 -0400)]
Correction of prefix spelling

For the create file

6 years agoupdating the glm grid to remove foundation form input styles
Anthony Talarico [Wed, 11 Jul 2018 14:10:02 +0000 (10:10 -0400)]
updating the glm grid to remove foundation form input styles

6 years agoupdating glm grid submodule
Anthony Talarico [Tue, 10 Jul 2018 14:47:14 +0000 (10:47 -0400)]
updating glm grid submodule

ading utility classes and updating the glm grid css copy of glmgrid

6 years agoMerge tag 'v2.10.35' into develop
Steve Sutton [Tue, 10 Jul 2018 13:58:03 +0000 (09:58 -0400)]
Merge tag 'v2.10.35' into develop

Version 2.10.35