summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Chuck Scott [Mon, 18 Dec 2017 18:17:43 +0000 (13:17 -0500)]
Picklist fields have been added
Chuck Scott [Fri, 15 Dec 2017 20:14:56 +0000 (15:14 -0500)]
Started adding picklist type custom field. Currently commented out in plugin.ini file.
Updated database to add custom_field_options table for picklist fields.
Added button to form edit output for picklist fields to add options.
Created add option dialog box. - Not submitting yet.
Chuck Scott [Fri, 15 Dec 2017 16:48:23 +0000 (11:48 -0500)]
Fixed hook name conflicts between customfields and old fields plugins.
Chuck Scott [Fri, 15 Dec 2017 16:04:14 +0000 (11:04 -0500)]
Added AJAX receiver for displaying a form segment (by fid)
Steve Sutton [Thu, 14 Dec 2017 15:16:30 +0000 (10:16 -0500)]
Correct create script
Update defaults for boolean and integer fields.
Chuck Scott [Wed, 13 Dec 2017 19:05:51 +0000 (14:05 -0500)]
Removed extraneous output and solved various undefined parameter problems.
Chuck Scott [Wed, 13 Dec 2017 14:33:53 +0000 (09:33 -0500)]
Added more commentary and documentation to the adminHooks and commonHooks fiels
Chuck Scott [Wed, 13 Dec 2017 13:54:21 +0000 (08:54 -0500)]
Additional documentation and minor problem fixes.
Chuck Scott [Mon, 11 Dec 2017 20:33:25 +0000 (15:33 -0500)]
Updated some appearance items for added fields edit blocks.
Chuck Scott [Mon, 11 Dec 2017 19:29:26 +0000 (14:29 -0500)]
Clearing out all old unused code from other custom fields add-on when it was duplicated to create this one.
Chuck Scott [Mon, 11 Dec 2017 14:28:19 +0000 (09:28 -0500)]
Custom Fields now working for event and event registrants.
Chuck Scott [Mon, 4 Dec 2017 21:15:57 +0000 (16:15 -0500)]
Starting rework to remove legacy code get custom fields working cleanly.
Have glm-members-customfields-edit admin filter working except for edit.
Marked much of the code as OLD to make sure we delete anything that's not used when it's all working.
Chuck Scott [Mon, 4 Dec 2017 14:03:04 +0000 (09:03 -0500)]
initial commit