summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Laury GvR [Wed, 12 Apr 2017 19:25:53 +0000 (15:25 -0400)]
Added a check to make the id passed to glm_custom_fields filter default to 0
Anthony Talarico [Wed, 12 Apr 2017 19:24:53 +0000 (15:24 -0400)]
changing column sizes for the detail and list view files
Laury GvR [Wed, 12 Apr 2017 13:49:59 +0000 (09:49 -0400)]
Avoid duplicate field-containers markup
In the detail view file, the check for value.slash has been
rearranged ensure there aren't any duplicate empty rows being
created.
Anthony Talarico [Wed, 12 Apr 2017 16:43:39 +0000 (12:43 -0400)]
removing files filter from front hooks
Steve Sutton [Wed, 12 Apr 2017 16:25:59 +0000 (12:25 -0400)]
Adding function and filter for cloning custom fields
Used when the member info record is cloned.
Laury GvR [Wed, 12 Apr 2017 13:17:36 +0000 (09:17 -0400)]
Added Files container to fronthooks markup
The Files container div to be displayed on the member detail page
is now a part of the filter created in fronthooks to allow us to
only show it if there are indeed any files associated with this
member.
Anthony Talarico [Wed, 12 Apr 2017 12:56:52 +0000 (08:56 -0400)]
adding target blank to the files href on detail page
Steve Sutton [Wed, 12 Apr 2017 12:47:46 +0000 (08:47 -0400)]
Change the permission required for custom fields.
Remove the check all together
Laury GvR [Tue, 11 Apr 2017 20:21:19 +0000 (16:21 -0400)]
Added a new filter so brewbakers could display the member_types in the search form on the member list'
Anthony Talarico [Tue, 11 Apr 2017 20:03:33 +0000 (16:03 -0400)]
removing print r test statements
Anthony Talarico [Tue, 11 Apr 2017 20:02:42 +0000 (16:02 -0400)]
adding check for a caption in the files display on the detail output
Anthony Talarico [Tue, 11 Apr 2017 19:50:52 +0000 (15:50 -0400)]
fixing the files in the detail page, used name instead of file name for the path
Anthony Talarico [Tue, 11 Apr 2017 19:47:02 +0000 (15:47 -0400)]
adding hook to add files to the detail page
Anthony Talarico [Tue, 11 Apr 2017 18:07:25 +0000 (14:07 -0400)]
adding ajax action for search filtering between brands and manufacturers
no logic yet, test content commented out currently.
Steve Sutton [Mon, 10 Apr 2017 20:31:28 +0000 (16:31 -0400)]
Remove the print_r
was for debug
Steve Sutton [Mon, 10 Apr 2017 20:28:37 +0000 (16:28 -0400)]
Update the filter for custom fields query.
Setting up the custom fields query. This will look for the request
variable for each custom field and put it into the query if found in the
request array.
Anthony Talarico [Mon, 10 Apr 2017 18:42:35 +0000 (14:42 -0400)]
adding check for new and used rv types
Anthony Talarico [Mon, 10 Apr 2017 17:49:37 +0000 (13:49 -0400)]
removing the script tag from the list view file
Anthony Talarico [Mon, 10 Apr 2017 17:38:09 +0000 (13:38 -0400)]
removing the red hot deals logo from being appended to the main
member record container
Anthony Talarico [Mon, 10 Apr 2017 17:26:28 +0000 (13:26 -0400)]
removing console log statements
Anthony Talarico [Mon, 10 Apr 2017 17:24:46 +0000 (13:24 -0400)]
adding red hot deals logo to the top of the member record grid element
Laury GvR [Mon, 10 Apr 2017 17:08:07 +0000 (13:08 -0400)]
Adding a filter to retrieve a particular attribute
Added a filter to fronthooks so that the theme can apply_filter to
get a given attribute. This was done so Brewbakers could get the
Year of a certain member.
Anthony Talarico [Mon, 10 Apr 2017 15:10:45 +0000 (11:10 -0400)]
changing the view layout for grid
Steve Sutton [Fri, 7 Apr 2017 21:42:26 +0000 (17:42 -0400)]
Update the query for the custom fields
use get_var in some places to simplify the queries.
Anthony Talarico [Fri, 7 Apr 2017 21:04:49 +0000 (17:04 -0400)]
using steve's inner join to get the member type name instead of 2 queries
Steve Sutton [Fri, 7 Apr 2017 21:02:29 +0000 (17:02 -0400)]
Add another where part for the member type query.
To get only those that match both tables.
Steve Sutton [Fri, 7 Apr 2017 20:54:44 +0000 (16:54 -0400)]
Update query to get member type
using join for members and member_type
Anthony Talarico [Fri, 7 Apr 2017 20:41:20 +0000 (16:41 -0400)]
adding member type checking in the list view
Laury GvR [Fri, 7 Apr 2017 20:03:38 +0000 (16:03 -0400)]
Adding a header and container for the specifications data on the detail page
Anthony Talarico [Fri, 7 Apr 2017 19:46:53 +0000 (15:46 -0400)]
changing the detail view output of the field name from slug to nice print
Anthony Talarico [Fri, 7 Apr 2017 19:36:03 +0000 (15:36 -0400)]
adding strike through for detail view prices
Anthony Talarico [Fri, 7 Apr 2017 19:31:16 +0000 (15:31 -0400)]
adding strike through checking in list view
Anthony Talarico [Fri, 7 Apr 2017 18:39:43 +0000 (14:39 -0400)]
adding the list and detail view array to include slugs to make targeting the field names
easier in the templates
Anthony Talarico [Thu, 6 Apr 2017 20:42:12 +0000 (16:42 -0400)]
removing references to the events data from the front hooks filters
Anthony Talarico [Thu, 6 Apr 2017 20:40:30 +0000 (16:40 -0400)]
splitting the list and detail views to make the filter application in both the detail and list pages
more simple
Anthony Talarico [Thu, 6 Apr 2017 20:13:29 +0000 (16:13 -0400)]
adding models, views and shortcode to add the custon fields data to the member detail page
Steve Sutton [Wed, 29 Mar 2017 14:18:00 +0000 (10:18 -0400)]
Add wp_editor and deal with formats
Format text when adding into database.
Format text when using for value in input field.
Steve Sutton [Wed, 29 Mar 2017 12:16:12 +0000 (08:16 -0400)]
Setup the textarea custom fields as wp editor
use wp_editor function like the one used for the description for the
members.
Steve Sutton [Tue, 28 Mar 2017 19:49:15 +0000 (15:49 -0400)]
Update filters for when no custom field plugin is there
Redoing the filters so if there's no field plugin then they don't output
anything.
Steve Sutton [Tue, 28 Mar 2017 17:53:43 +0000 (13:53 -0400)]
Update custom fields for saving custom field data
Custom field plugin now will create custom fields with three types:
text, textarea, and checkbox.
All field data stores into text fields.
Steve Sutton [Wed, 22 Mar 2017 15:15:37 +0000 (11:15 -0400)]
first sources