WP-Plugins/glm-member-db-fields.git
2017-11-29 Steve SuttonAdd docs in code
2017-11-29 Steve SuttonAdd docs in code
2017-11-29 Steve Suttonupdate on hooks comments
2017-11-13 Chuck ScottStarted adding some documentation to the admin hooks...
2017-11-09 Laury GvROnly showing 'admin searchable' for glm-member-db fields
2017-11-08 Anthony Talaricofixing errors relating to the required fields, checkig...
2017-11-06 Anthony Talaricoadding required flag to checkboxes
2017-11-02 Anthony Talaricoadding new filter to get all fields and values by entit...
2017-10-30 Anthony Talaricoadding data attr tag to the fields edit anchor tag
2017-10-26 Anthony Talaricoadding check to makesure there is a customfieldsdata...
2017-10-26 Laury GvRPlacing required flag back into the edit form in manag...
2017-10-26 Steve SuttonFix the request vars being set unless they are true.
2017-10-26 Anthony Talaricoadding fieldfail array that is merged in with the custo...
2017-10-26 Anthony Talaricoadding required class and required data attribute to...
2017-10-26 Anthony Talaricoadding required fields and required fields checking
2017-10-25 Laury GvRMaking custom field mgmt contacts-friendly
2017-10-24 Anthony Talaricorenaming ref_dest in db. changing instances of memberID...
2017-10-20 Anthony Talaricoadding where clause to get custom fields by uid, fixing...
2017-10-19 Laury GvRAdding UID to the management form so it can be saved...
2017-10-19 Anthony Talaricofixing data fields default db values
2017-10-19 Anthony Talaricofixing default values for the uid in the create db...
2017-10-19 Anthony Talaricorolling back database changes, changing the model actio...
2017-10-19 Anthony Talaricoremoving references to member info
2017-10-19 Anthony Talaricochanging the member info specific method names
2017-10-18 Anthony Talaricorolling back previous database changes
2017-10-18 Anthony Talaricofixing the not null attr for the uid in the fields...
2017-10-18 Anthony Talaricoadding entity id and uid for group id to the database...
2017-10-18 Anthony Talaricochanging the member info actions to a generic fields...
2017-10-18 Anthony Talaricoupdating database files to add the required field optio...
2017-10-17 Steve SuttonUpdating the custom field management tab to be under...
2017-09-05 Steve SuttonMerge tag 'v1.0.3' into develop revampCustomFields
2017-09-05 Steve SuttonMerge branch 'release/1.0.3' v1.0.3
2017-09-05 Steve SuttonBump version for release
2017-08-07 Steve SuttonAdding hooks for the custom fields
2017-07-26 Steve SuttonUpdate field plugin for csv import feature.
2017-06-30 Laury GvRglm_custom_fields filter only wpautop on textareas
2017-06-28 Laury GvRUsing wpautop instead of nl2br for textbox field front...
2017-06-28 Laury GvRAdding the nl2br function to the custom fields retrieva...
2017-05-05 Laury GvRAdded a filter to get the count of a custom field compa...
2017-04-26 Steve SuttonMerge tag 'v1.0.2' into develop
2017-04-26 Steve SuttonMerge branch 'hotfix/1.0.2' v1.0.2
2017-04-26 Steve SuttonUpdate the query to get the correct member type.
2017-04-26 Steve SuttonMerge tag 'v1.0.1' into develop
2017-04-26 Steve SuttonMerge branch 'release/1.0.1' v1.0.1
2017-04-26 Steve SuttonBump version number of plugin.
2017-04-26 Steve SuttonUpdate filter for use more than once.
2017-04-26 Steve SuttonOne more filter to move into brewbakers theme.
2017-04-26 Steve SuttonUpdate filter for front search.
2017-04-25 Steve Suttonchange period to comma
2017-04-24 Steve SuttonMerge tag 'v1.0.0' into develop
2017-04-24 Steve SuttonMerge branch 'release/1.0.0' v1.0.0
2017-04-24 Steve SuttonBump version number
2017-04-24 Steve SuttonUpdate to have admin_search field for the fields
2017-04-20 Anthony Talaricochanging the apply filter id
2017-04-20 Anthony Talaricogetting the proper member name from the member info...
2017-04-20 Anthony Talaricoadding contact sales button that links to the form...
2017-04-14 Steve SuttonFix the search filter
2017-04-14 Steve SuttonCreate indexes for the custom fields tables.
2017-04-14 Steve SuttonFix for sub queries.
2017-04-14 Steve SuttonFixing query for admin side.
2017-04-14 Steve Suttonadd distinct to help query
2017-04-14 Steve SuttonAdding filters for the admin searching
2017-04-14 Steve SuttonCheck just for Home member type
2017-04-14 Steve SuttonUpdate for member info id
2017-04-14 Steve SuttonFix issue with member or member info
2017-04-14 Steve SuttonUse the member attribute as member info id
2017-04-13 Steve SuttonUpdate the filter for the search query for text and...
2017-04-13 Laury GvRRemoved the container from the specifications, since...
2017-04-13 Laury GvRdetail view for members no empty rows
2017-04-13 Steve SuttonAdding filter to create the get parameters for custom...
2017-04-13 Steve SuttonUse order for the custom fields.
2017-04-13 Steve SuttonUpdating search for default non pre-owned rvs.
2017-04-13 Steve SuttonUpdate filters for search query and the order by.
2017-04-13 Steve SuttonUpdate sql for memberInfoid
2017-04-13 Laury GvRthe front-search-query filter no longer produces errors
2017-04-12 Laury GvRAdded a check to make the id passed to glm_custom_field...
2017-04-12 Anthony Talaricochanging column sizes for the detail and list view...
2017-04-12 Laury GvRAvoid duplicate field-containers markup
2017-04-12 Anthony Talaricoremoving files filter from front hooks
2017-04-12 Steve SuttonAdding function and filter for cloning custom fields
2017-04-12 Laury GvRAdded Files container to fronthooks markup
2017-04-12 Anthony Talaricoadding target blank to the files href on detail page
2017-04-12 Steve SuttonChange the permission required for custom fields.
2017-04-11 Laury GvRAdded a new filter so brewbakers could display the...
2017-04-11 Anthony Talaricoremoving print r test statements
2017-04-11 Anthony Talaricoadding check for a caption in the files display on...
2017-04-11 Anthony Talaricofixing the files in the detail page, used name instead...
2017-04-11 Anthony Talaricoadding hook to add files to the detail page
2017-04-11 Anthony Talaricoadding ajax action for search filtering between brands...
2017-04-10 Steve SuttonRemove the print_r
2017-04-10 Steve SuttonUpdate the filter for custom fields query.
2017-04-10 Anthony Talaricoadding check for new and used rv types
2017-04-10 Anthony Talaricoremoving the script tag from the list view file
2017-04-10 Anthony Talaricoremoving the red hot deals logo from being appended...
2017-04-10 Anthony Talaricoremoving console log statements
2017-04-10 Anthony Talaricoadding red hot deals logo to the top of the member...
2017-04-10 Laury GvRAdding a filter to retrieve a particular attribute
2017-04-10 Anthony Talaricochanging the view layout for grid
2017-04-07 Steve SuttonUpdate the query for the custom fields
2017-04-07 Anthony Talaricousing steve's inner join to get the member type name...
next