WP-Plugins/glm-member-db-obits.git
7 years agoremoving test print statements from detail view
Anthony Talarico [Wed, 24 May 2017 19:30:06 +0000 (15:30 -0400)]
removing test print statements from detail view

accidentally left a print_r statement in the detail view page, removing it

7 years agoMerge branch 'hotfix/1.0.1' v1.0.1
Anthony Talarico [Wed, 24 May 2017 19:28:04 +0000 (15:28 -0400)]
Merge branch 'hotfix/1.0.1'

7 years agoadding back button to detail view page, fixing random php warnings
Anthony Talarico [Wed, 24 May 2017 19:25:41 +0000 (15:25 -0400)]
adding back button to detail view page, fixing random php warnings

changing the search form methods from post to get. adding back button to detail page.
fixing detail view issues with the newspaper date and the file upload locations

7 years agoMerge branch 'release/1.0.0' v1.0.0
Steve Sutton [Thu, 18 May 2017 12:26:37 +0000 (08:26 -0400)]
Merge branch 'release/1.0.0'

7 years agoUpdate version number
Steve Sutton [Thu, 18 May 2017 12:26:22 +0000 (08:26 -0400)]
Update version number

to 1.0.0

8 years agomaking round of changes to the admin section of the search plugin
Anthony Talarico [Tue, 9 May 2017 15:54:59 +0000 (11:54 -0400)]
making round of changes to the admin section of the search plugin

removed search text from the main dashboard page of obits. added first name to the obits list.
changed articles to file uploaders and changed their data types from text to files

8 years agofixing illegal offset issue with the obits list view
Anthony Talarico [Tue, 2 May 2017 19:55:46 +0000 (15:55 -0400)]
fixing illegal offset issue with the obits list view

issue seems to be with the javascript dynamic search, it was searching for a field that was
non existent. removint this field should resolve the 502

8 years agoadding search fields check to the birth year range, previously added to the death...
Anthony Talarico [Mon, 1 May 2017 17:08:33 +0000 (13:08 -0400)]
adding search fields check to the birth year range, previously added to the death year range

also adding search fields index check for birth year in the admin list view search fields. this
is during the foreach loop that populates the birth year range dropdown

8 years agoremoving debug statement left behind
Anthony Talarico [Mon, 1 May 2017 17:04:54 +0000 (13:04 -0400)]
removing debug statement left behind

the admin list view had a left over debug statement from testing that was removed

8 years agochecking for search fields index in admin list view beforehand to fix php notices
Anthony Talarico [Mon, 1 May 2017 16:42:01 +0000 (12:42 -0400)]
checking for search fields index in admin list view beforehand to fix php notices

adding check for the search fields array when setting the value in the admin list view
search fields. This removes the undefined index notice from the admin list search fields
section

8 years agoadding search results query string replacer in js, to change the search results limit...
Anthony Talarico [Wed, 5 Apr 2017 19:23:36 +0000 (15:23 -0400)]
adding search results query string replacer in js, to change the search results limit with
pagination

8 years agoadding link icon to the last name of the results table to make it stand out
Anthony Talarico [Wed, 5 Apr 2017 18:30:30 +0000 (14:30 -0400)]
adding link icon to the last name of the results table to make it stand out

8 years agofixing css error in the search results view, changed the foo tables
Anthony Talarico [Wed, 5 Apr 2017 17:26:45 +0000 (13:26 -0400)]
fixing css error in the search results view, changed the foo tables
header background color

8 years agoadding print styles for the print functionality
Anthony Talarico [Wed, 5 Apr 2017 17:15:06 +0000 (13:15 -0400)]
adding print styles for the print functionality

8 years agoadjusting the columns in the detail view page results
Anthony Talarico [Wed, 5 Apr 2017 15:21:17 +0000 (11:21 -0400)]
adjusting the columns in the detail view page results

8 years agoreducing width of the detail view page results
Anthony Talarico [Wed, 5 Apr 2017 13:41:01 +0000 (09:41 -0400)]
reducing width of the detail view page results

8 years agoremoving echo statements from detail model
Anthony Talarico [Wed, 5 Apr 2017 13:33:02 +0000 (09:33 -0400)]
removing echo statements from detail model

8 years agochanging files url to media url to fix the article link problem
Anthony Talarico [Wed, 5 Apr 2017 13:32:17 +0000 (09:32 -0400)]
changing files url to media url to fix the article link problem

8 years agoadding border around the detail search results page
Anthony Talarico [Wed, 5 Apr 2017 13:18:55 +0000 (09:18 -0400)]
adding border around the detail search results page

8 years agostyling the detail view page to center the results
Anthony Talarico [Wed, 5 Apr 2017 13:10:34 +0000 (09:10 -0400)]
styling the detail view page to center the results

8 years agochanged path from images to files in the detail page, changed the styles on the foota...
Anthony Talarico [Wed, 5 Apr 2017 12:40:10 +0000 (08:40 -0400)]
changed path from images to files in the detail page, changed the styles on the footable metro theme

8 years agoremoving date ranges and maiden name from search results
Anthony Talarico [Wed, 5 Apr 2017 12:05:56 +0000 (08:05 -0400)]
removing date ranges and maiden name from search results

8 years agoadding operators the get params and fixing the where clause for pagination
Anthony Talarico [Tue, 4 Apr 2017 20:31:35 +0000 (16:31 -0400)]
adding operators the get params and fixing the where clause for pagination

8 years agofixing js error missing brackets, adding AND OR operators to the get params for the...
Anthony Talarico [Tue, 4 Apr 2017 19:42:32 +0000 (15:42 -0400)]
fixing js error missing brackets, adding AND OR operators to the get params for the pagination

8 years agoadding isset checking on search fields in the search results model
Anthony Talarico [Thu, 30 Mar 2017 14:10:22 +0000 (10:10 -0400)]
adding isset checking on search fields in the search results model

8 years agoadding admin search fields, adding export functionality
Anthony Talarico [Tue, 21 Mar 2017 19:24:06 +0000 (15:24 -0400)]
adding admin search fields, adding export functionality

8 years agoadding admin search fields
Anthony Talarico [Wed, 15 Mar 2017 20:24:51 +0000 (16:24 -0400)]
adding admin search fields

8 years agofixing placeholder padding for the text input
Anthony Talarico [Wed, 15 Mar 2017 15:40:43 +0000 (11:40 -0400)]
fixing placeholder padding for the text input

8 years agoremoving output for year ranges if the value is 0 and making them blank in the
Anthony Talarico [Wed, 15 Mar 2017 15:13:45 +0000 (11:13 -0400)]
removing output for year ranges if the value is 0 and making them blank in the
search results view

8 years agoadding styles to hide and show buttons to collapse the search menu in mobile views
Anthony Talarico [Tue, 14 Mar 2017 20:40:22 +0000 (16:40 -0400)]
adding styles to hide and show buttons to collapse the search menu in mobile views

8 years agofixing error where I had accidentally removed the search variable being set
Anthony Talarico [Mon, 13 Mar 2017 20:40:48 +0000 (16:40 -0400)]
fixing error where I had accidentally removed the search variable being set
from imploding the options array. adding a no results found div instead of a table
if no results found

8 years agoadding conditional to check if there are any search results, if not, display
Anthony Talarico [Mon, 13 Mar 2017 18:48:24 +0000 (14:48 -0400)]
adding conditional to check if there are any search results, if not, display
no results found

8 years agoadding alpha key highlighting, adding placeholder html attribute fix for cross browser
Anthony Talarico [Mon, 13 Mar 2017 18:19:48 +0000 (14:19 -0400)]
adding alpha key highlighting, adding placeholder html attribute fix for cross browser
support

8 years agoadding pagination to the search results, changing the layout of the initial search
Anthony Talarico [Mon, 13 Mar 2017 17:00:30 +0000 (13:00 -0400)]
adding pagination to the search results, changing the layout of the initial search
page

8 years agoadded detail model and view
Anthony Talarico [Fri, 10 Mar 2017 21:11:24 +0000 (16:11 -0500)]
added detail model and view

8 years agoadded pagination and alpha key, added some styling for the results limit dropdown
Anthony Talarico [Thu, 9 Mar 2017 21:50:02 +0000 (16:50 -0500)]
added pagination and alpha key, added some styling for the results limit dropdown
adding some styling for the search results page

8 years agoadding mgmt section for importing obits, adding js for front end hiding showing,...
Anthony Talarico [Wed, 8 Mar 2017 21:54:39 +0000 (16:54 -0500)]
adding mgmt section for importing obits, adding js for front end hiding showing, adding
styles and structure for the search results

8 years agoadding search results view, adding starting search form processing to start building
Anthony Talarico [Mon, 6 Mar 2017 21:43:13 +0000 (16:43 -0500)]
adding search results view, adding starting search form processing to start building
queries

8 years agoadding valid actions and shortcode function for the search action
Anthony Talarico [Fri, 3 Mar 2017 21:53:38 +0000 (16:53 -0500)]
adding valid actions and shortcode function for the search action

8 years agorenamed supportFunctions class to obitSupportFunctions and renamed the file to obitSu...
Anthony Talarico [Thu, 2 Mar 2017 18:14:12 +0000 (13:14 -0500)]
renamed supportFunctions class to obitSupportFunctions and renamed the file to obitSupportFunctions.
Added the wpdb and config objects to the obitSupportFunctions instance in list.php

8 years agoadded newspaper settings data, to CRUD the newspaper names associated with the
Anthony Talarico [Thu, 2 Mar 2017 17:58:52 +0000 (12:58 -0500)]
added newspaper settings data, to CRUD the newspaper names associated with the
obits data. Added a function in class/supportFunctions.php getObitYearRange
that takesa a year range and generates a list of date ranges for the obits views

8 years agoremoving test echo statements
Anthony Talarico [Tue, 28 Feb 2017 18:42:46 +0000 (13:42 -0500)]
removing test echo statements

8 years agoadding newspaper settings data class, model and view. added admin.css file.
Anthony Talarico [Tue, 28 Feb 2017 18:41:35 +0000 (13:41 -0500)]
adding newspaper settings data class, model and view. added admin.css file.
new, update and delete functions for newspapers added

8 years agoWIP for edit page.
Steve Sutton [Mon, 27 Feb 2017 21:19:51 +0000 (16:19 -0500)]
WIP for edit page.

worked on getting the form to add an entry to the obits table.

8 years agoWIP for list and edit obits page.
Steve Sutton [Fri, 17 Feb 2017 22:04:14 +0000 (17:04 -0500)]
WIP for list and edit obits page.

Work on the list and index models for listing and editing obits.

8 years agoSetting up database tables and menu.
Steve Sutton [Fri, 17 Feb 2017 20:08:35 +0000 (15:08 -0500)]
Setting up database tables and menu.

Adding the tables for obits and newspapers.
Adding menu item for obits.

8 years agoFirst Sources
Steve Sutton [Fri, 17 Feb 2017 16:39:10 +0000 (11:39 -0500)]
First Sources