summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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
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
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
Anthony Talarico [Fri, 10 Mar 2017 21:11:24 +0000 (16:11 -0500)]
added detail model and view
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
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
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
Anthony Talarico [Fri, 3 Mar 2017 21:53:38 +0000 (16:53 -0500)]
adding valid actions and shortcode function for the search action
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
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
Anthony Talarico [Tue, 28 Feb 2017 18:42:46 +0000 (13:42 -0500)]
removing test echo statements
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
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.
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.
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.
Steve Sutton [Fri, 17 Feb 2017 16:39:10 +0000 (11:39 -0500)]
First Sources