Anthony Talarico [Wed, 14 Nov 2018 20:05:06 +0000 (15:05 -0500)]
setting flex display for mobile list results
Anthony Talarico [Wed, 14 Nov 2018 19:32:33 +0000 (14:32 -0500)]
removing height 100vh on the glm dashboard and spacing out the column headers a bit more for the list results
Laury GvR [Wed, 14 Nov 2018 19:22:28 +0000 (14:22 -0500)]
Manage DB revamp: Custom fields, files, adv/simple divide, search layout
- Retrieving custom fields into searchform.
- Changed searchform layout.
- Added advanced/simple division with a toggler.
- Moved non-common files into a new directory.
- Merged existing changes
Anthony Talarico [Wed, 14 Nov 2018 19:17:49 +0000 (14:17 -0500)]
adding base layout and styles for the search results via ajax
Anthony Talarico [Wed, 14 Nov 2018 17:13:05 +0000 (12:13 -0500)]
removing test code from the controller
Laury GvR [Tue, 13 Nov 2018 22:00:11 +0000 (17:00 -0500)]
Fix widget dashboard showing list. Remove action echoing
Anthony Talarico [Tue, 13 Nov 2018 21:21:28 +0000 (16:21 -0500)]
fixing the adminHooks controller call to the manageDashboard members list model / view
Laury GvR [Tue, 13 Nov 2018 19:35:30 +0000 (14:35 -0500)]
Removing reference to nonexistent variable in newDashboard textSearch
Anthony Talarico [Tue, 13 Nov 2018 18:35:54 +0000 (13:35 -0500)]
pushing test code to see why the admin ajax search isn't triggering the list model
Laury GvR [Mon, 12 Nov 2018 15:38:27 +0000 (10:38 -0500)]
Merge from develop
Anthony Talarico [Mon, 12 Nov 2018 14:18:26 +0000 (09:18 -0500)]
undoing ajax changes to adapt for the controller returning html
Laury GvR [Mon, 12 Nov 2018 14:05:32 +0000 (09:05 -0500)]
Send listresult to populate the admin member search list instead of sample data
Laury GvR [Fri, 9 Nov 2018 19:50:50 +0000 (14:50 -0500)]
Adminsearch model returns list as searchdata, test code disabled
Laury GvR [Fri, 9 Nov 2018 19:49:18 +0000 (14:49 -0500)]
Clean up class instance names in adminSearch
Laury GvR [Fri, 9 Nov 2018 19:47:42 +0000 (14:47 -0500)]
MemberManage initial list shows simple results returned from ajax model query
Steve Sutton [Fri, 9 Nov 2018 15:18:19 +0000 (10:18 -0500)]
Updating member plugin with City Weather
Adding icons from NOAA.
City weather shortcode created to fetch the city weather using lat lon
from each city.
Updating shortcode description.
Removing extra end table tag from description.
Laury GvR [Fri, 9 Nov 2018 17:32:15 +0000 (12:32 -0500)]
Cleaning up some debug echo statements
Laury GvR [Fri, 9 Nov 2018 17:24:46 +0000 (12:24 -0500)]
Valid actions and basic admin files added/renamed
Steve Sutton [Thu, 8 Nov 2018 16:30:56 +0000 (11:30 -0500)]
Update for filter to grab member data
Grab lat lon for the member data for trip planner.
Steve Sutton [Thu, 8 Nov 2018 15:49:42 +0000 (10:49 -0500)]
Updates for interactive map
Apply bounds if in shortcode.
Import for county field from the old city table.
Steve Sutton [Wed, 7 Nov 2018 20:42:11 +0000 (15:42 -0500)]
Update for adding county into the member city table.
Also more updates for the interactive map.
Adding shortcode attributes for bounds and marker colors.
Steve Sutton [Tue, 6 Nov 2018 20:41:52 +0000 (15:41 -0500)]
Bring in functionality for city zoom
Will need work on main plugin to add counties into the cities table.
Steve Sutton [Mon, 5 Nov 2018 16:11:34 +0000 (11:11 -0500)]
Add county search into the shortcode.
Can now add county into shortcode.
Steve Sutton [Fri, 2 Nov 2018 20:32:12 +0000 (16:32 -0400)]
Work on Interactive map
Bringing in Uptra's interactive maps.
Steve Sutton [Thu, 1 Nov 2018 17:35:43 +0000 (13:35 -0400)]
Add filter for trip planner member data
Used in the trip planner listings.
Chuck Scott [Mon, 29 Oct 2018 17:42:26 +0000 (13:42 -0400)]
Fixed bad parameter "has_no_profile" when generating featured members output.
The data has no "has_no_profile" parameter. Removed test for that.
Steve Sutton [Mon, 29 Oct 2018 17:01:12 +0000 (13:01 -0400)]
Add fulltext search to member_name
Redoing wmta search for members.
Anthony Talarico [Fri, 26 Oct 2018 20:42:33 +0000 (16:42 -0400)]
adding ajax function that is stored in the window object for global access
Laury GvR [Fri, 26 Oct 2018 20:37:00 +0000 (16:37 -0400)]
Add members specific newDashboard searchform population
Laury GvR [Fri, 26 Oct 2018 18:13:53 +0000 (14:13 -0400)]
Use common views for newDashboard searchform compiling
- Loop through searchform fields provided by
- Enqueue materialize and dashboard css for Manage Members
- Create sample common component views
- Testing output for checkboxes
Chuck Scott [Fri, 26 Oct 2018 14:55:22 +0000 (10:55 -0400)]
Minor update to message displayed when address is found without using city name.
Nominatim dosn't check the "preferred" city name from the US ZIP database,
but can often find the address without the city name.
Anthony Talarico [Fri, 26 Oct 2018 12:15:47 +0000 (08:15 -0400)]
adding admin search template and model files to manage the header search
Chuck Scott [Thu, 25 Oct 2018 20:59:46 +0000 (16:59 -0400)]
Added second check when maping address to a location without city name if with city fails.
Anthony Talarico [Thu, 25 Oct 2018 18:05:21 +0000 (14:05 -0400)]
adding admin search model
Laury GvR [Thu, 25 Oct 2018 18:02:27 +0000 (14:02 -0400)]
Cleaned up the widgetDashboard model
Laury GvR [Thu, 25 Oct 2018 17:50:53 +0000 (13:50 -0400)]
Remove some no longer useful test echos for the new dashboard
Chuck Scott [Thu, 25 Oct 2018 15:23:05 +0000 (11:23 -0400)]
Moved controler start, stop, and memory debug messages to DEBUG_VERBOSE.
Chuck Scott [Thu, 25 Oct 2018 14:54:04 +0000 (10:54 -0400)]
Note at top of updateRequiredPages() to add documentation for the function.
Anthony Talarico [Thu, 25 Oct 2018 15:06:11 +0000 (11:06 -0400)]
adding check around the adminHooks menu location to check for empty menus
Steve Sutton [Thu, 25 Oct 2018 14:48:43 +0000 (10:48 -0400)]
Check for menu before trying to use it as object.
Use only if $menu is there.
Anthony Talarico [Thu, 25 Oct 2018 13:45:17 +0000 (09:45 -0400)]
adding test styles for the members list and filters for the search data in the admin hooks
Anthony Talarico [Thu, 25 Oct 2018 12:59:23 +0000 (08:59 -0400)]
testing search overlay for the members list results
Anthony Talarico [Thu, 25 Oct 2018 12:49:28 +0000 (08:49 -0400)]
reversing the forEach loop parameters to get the value instead of the index
Anthony Talarico [Thu, 25 Oct 2018 12:36:47 +0000 (08:36 -0400)]
testing out an array of static data to test fetching via ajax and appending to a row
Anthony Talarico [Thu, 25 Oct 2018 12:35:01 +0000 (08:35 -0400)]
testing jquery results from array in the new member management dashboard
Anthony Talarico [Thu, 25 Oct 2018 11:54:36 +0000 (07:54 -0400)]
adding ajax model, testing the connection, adding model and view for new management dashboard
Steve Sutton [Tue, 23 Oct 2018 14:07:35 +0000 (10:07 -0400)]
Updating import csv scripts.
Adding lat lon to city file.
Adding member type file.
Adjusting script to deal with the member types.
Anthony Talarico [Fri, 19 Oct 2018 20:35:54 +0000 (16:35 -0400)]
darkening the red alert badge in the summary widget dashboard headers
Anthony Talarico [Fri, 19 Oct 2018 20:19:36 +0000 (16:19 -0400)]
reducing the red in the summary widget header for the alert badge
Anthony Talarico [Fri, 19 Oct 2018 20:05:57 +0000 (16:05 -0400)]
moving buttons into the header of the summary dashboard widgets
Anthony Talarico [Fri, 19 Oct 2018 15:53:19 +0000 (11:53 -0400)]
adding alert pulses to the dashboard widgets' header area
Anthony Talarico [Fri, 19 Oct 2018 15:02:22 +0000 (11:02 -0400)]
fixing the javascript objects for the summary widgets text and date search
Laury GvR [Wed, 17 Oct 2018 15:13:40 +0000 (11:13 -0400)]
DB widget: when list item has a reftype, get its name in lowercase, not the whole array
Laury GvR [Wed, 17 Oct 2018 15:06:49 +0000 (11:06 -0400)]
Add count url for dashboard widget lists
Laury GvR [Wed, 17 Oct 2018 14:37:17 +0000 (10:37 -0400)]
Merge branch 'develop' into feature/adminRevamp
Steve Sutton [Tue, 16 Oct 2018 18:02:23 +0000 (14:02 -0400)]
Merge tag 'v2.10.45' into develop
Version 2.10.45
Steve Sutton [Tue, 16 Oct 2018 18:02:15 +0000 (14:02 -0400)]
Merge branch 'release/2.10.45'
Steve Sutton [Tue, 16 Oct 2018 18:01:54 +0000 (14:01 -0400)]
Update version number
new version 2.10.45
Steve Sutton [Tue, 16 Oct 2018 17:26:18 +0000 (13:26 -0400)]
Jodie request change of the link name for status.
Changing to Current if status is Active. Full link is Edit Current
Profile.
Steve Sutton [Mon, 15 Oct 2018 18:27:46 +0000 (14:27 -0400)]
Adding new management option for single member profiles only.
Hides the add and clone member profile links for members (own entity)
Laury GvR [Fri, 12 Oct 2018 19:03:46 +0000 (15:03 -0400)]
Color change to the default box shadow of front featured member list
Laury GvR [Fri, 12 Oct 2018 17:10:11 +0000 (13:10 -0400)]
More sensible default colors to front list featured member grid
Laury GvR [Fri, 12 Oct 2018 14:44:53 +0000 (10:44 -0400)]
Default styles changed for the featured grid.
Steve Sutton [Fri, 12 Oct 2018 12:48:41 +0000 (08:48 -0400)]
Working on database updates
Will be adding new options to settings.
Anthony Talarico [Thu, 4 Oct 2018 20:39:50 +0000 (16:39 -0400)]
fixing the textsearch ajax model to allow for variable database column names from an ajax request
Laury GvR [Thu, 4 Oct 2018 19:04:18 +0000 (15:04 -0400)]
Add button content changed to Add New
Laury GvR [Thu, 4 Oct 2018 18:57:08 +0000 (14:57 -0400)]
Fix list errors and some bad links
Anthony Talarico [Thu, 4 Oct 2018 18:48:18 +0000 (14:48 -0400)]
adding strip slashes to the autocomplete so that fields can be searched with sql concat, in the dashboard widget text search
Laury GvR [Tue, 2 Oct 2018 16:27:10 +0000 (12:27 -0400)]
Set all widgets expanded by default
Laury GvR [Tue, 2 Oct 2018 16:24:47 +0000 (12:24 -0400)]
Switched position of quicklinks and topbuttons
Laury GvR [Tue, 2 Oct 2018 16:10:18 +0000 (12:10 -0400)]
Lists & filter fixed, use fieldsMap, links fixed
Every list now passes a fields map to ensure the field values its
result produces correspond to the expected field names in the
widget component templates. For example, the list.html component
template expects an entity 'name', but packaging plugin passes this
as 'title' - with the map, they are matched.
getList for the lists now use custom fields array to allow this.
Quicklinks, count, and list entity & ref_dest links are now working.
Anthony Talarico [Tue, 2 Oct 2018 15:38:02 +0000 (11:38 -0400)]
adding different colors to the dashboard widget buttons
Anthony Talarico [Tue, 2 Oct 2018 15:32:58 +0000 (11:32 -0400)]
adjusting button position for the widget dashboard buttons
Anthony Talarico [Tue, 2 Oct 2018 14:47:13 +0000 (10:47 -0400)]
adding modal data, still broken . For the dashboard widget export functionality
Anthony Talarico [Mon, 1 Oct 2018 20:58:37 +0000 (16:58 -0400)]
adding default styles for the checkbox for the export modal , materialize is fighting form fields
Anthony Talarico [Mon, 1 Oct 2018 20:40:45 +0000 (16:40 -0400)]
making progress with the modal export form
Anthony Talarico [Mon, 1 Oct 2018 19:15:21 +0000 (15:15 -0400)]
fixing text search url being passed to the textsearch dashboard widget
Anthony Talarico [Mon, 1 Oct 2018 18:51:02 +0000 (14:51 -0400)]
merging all js scripts from the components into the index.html and only passing object from each component
Anthony Talarico [Thu, 27 Sep 2018 20:53:59 +0000 (16:53 -0400)]
adding button data tags and testing the click functionality for the export buttons
Chuck Scott [Thu, 27 Sep 2018 19:01:51 +0000 (15:01 -0400)]
Removed debug text (1's) from getGitBranch() and an echo in admin controller.
Chuck Scott [Thu, 27 Sep 2018 17:42:35 +0000 (13:42 -0400)]
Cleaned up glmMembersConfigArraySetup() in glmPluginSupport.php.
This function is now useable.
Laury GvR [Thu, 27 Sep 2018 16:54:32 +0000 (12:54 -0400)]
Summary widgets allowed to float next to each other
Anthony Talarico [Thu, 27 Sep 2018 16:29:38 +0000 (12:29 -0400)]
fixing the default date output for the date search field in the dashboard widget
Laury GvR [Thu, 27 Sep 2018 15:53:51 +0000 (11:53 -0400)]
Featured member list now responsive with only 1 or 2 items on a row
Laury GvR [Thu, 27 Sep 2018 14:50:19 +0000 (10:50 -0400)]
Add min-height to featured grid list images
Laury GvR [Wed, 26 Sep 2018 20:56:36 +0000 (16:56 -0400)]
Widgets resized, bg styles removed, ref dest shown for each list item
Anthony Talarico [Wed, 26 Sep 2018 16:40:56 +0000 (12:40 -0400)]
adding styles for the date search fields in the admin dashbboard widget
Laury GvR [Wed, 26 Sep 2018 16:07:22 +0000 (12:07 -0400)]
Merge branch 'feature/adminRevamp' into develop
Anthony Talarico [Wed, 26 Sep 2018 16:05:47 +0000 (12:05 -0400)]
setting up sass for admin dashboard widget styles
Anthony Talarico [Wed, 26 Sep 2018 15:37:20 +0000 (11:37 -0400)]
adding datesearch functions to the dateSearch widget field
Laury GvR [Tue, 25 Sep 2018 21:07:21 +0000 (17:07 -0400)]
Upgraded styles for front member list featured tags
Laury GvR [Tue, 25 Sep 2018 19:04:06 +0000 (15:04 -0400)]
New featured tag display
Laury GvR [Tue, 25 Sep 2018 18:42:00 +0000 (14:42 -0400)]
Add padding to front featured entity list description
Laury GvR [Tue, 25 Sep 2018 18:35:43 +0000 (14:35 -0400)]
Front featured item list improved and styled
Steve Sutton [Tue, 25 Sep 2018 17:47:04 +0000 (13:47 -0400)]
Update for images in connections
Bring any missing images in to the member info
Steve Sutton [Tue, 25 Sep 2018 17:30:18 +0000 (13:30 -0400)]
Fix sql error for images
For check images script
Steve Sutton [Tue, 25 Sep 2018 17:23:33 +0000 (13:23 -0400)]
Update for connections
check logo's
Chuck Scott [Tue, 25 Sep 2018 16:11:15 +0000 (12:11 -0400)]
Added Featured Members to top of members list page
Updated Data Abstract to provide true random ordering.
Updated database to include management parameters for Featured Members list
Added code to produce Featured member list to list.php
Added sample code to list view to show how to display featured members list
Added managment input fields for Featured Members list
Updated Data Abstract documentation
Anthony Talarico [Tue, 25 Sep 2018 14:08:13 +0000 (10:08 -0400)]
fixing array to string conversion error in the dashboard widget view file
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