summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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
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
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
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
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
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
Anthony Talarico [Wed, 5 Apr 2017 17:15:06 +0000 (13:15 -0400)]
adding print styles for the print functionality
Anthony Talarico [Wed, 5 Apr 2017 15:21:17 +0000 (11:21 -0400)]
adjusting the columns in 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
Anthony Talarico [Wed, 5 Apr 2017 13:33:02 +0000 (09:33 -0400)]
removing echo statements from detail model
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
Anthony Talarico [Wed, 5 Apr 2017 13:18:55 +0000 (09:18 -0400)]
adding border around the detail search results page
Anthony Talarico [Wed, 5 Apr 2017 13:10:34 +0000 (09:10 -0400)]
styling the detail view page to center the results
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
Anthony Talarico [Wed, 5 Apr 2017 12:05:56 +0000 (08:05 -0400)]
removing date ranges and maiden name from search results
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
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
Anthony Talarico [Thu, 30 Mar 2017 14:10:22 +0000 (10:10 -0400)]
adding isset checking on search fields in the search results model
Anthony Talarico [Tue, 21 Mar 2017 19:24:06 +0000 (15:24 -0400)]
adding admin search fields, adding export functionality
Anthony Talarico [Wed, 15 Mar 2017 20:24:51 +0000 (16:24 -0400)]
adding admin search fields
Anthony Talarico [Wed, 15 Mar 2017 15:40:43 +0000 (11:40 -0400)]
fixing placeholder padding for the text input
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
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
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
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