WP-Plugins/glm-member-db-obits.git
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