Commit Graph

29 Commits

Author SHA1 Message Date
Robin Cornett bd10c340fb remove preview image after new term is added 2015-04-19 16:26:06 -04:00
Robin Cornett baa35dad1a Fix input id 2015-04-14 20:22:45 -04:00
Robin Cornett 9ae17447e0 change input names for accuracy 2015-04-14 17:48:15 -04:00
Robin Cornett 41c51f337e fix hidden field data
if the setting was a URL we had inconsistent behavior.
2015-04-10 09:32:57 -04:00
Robin Cornett 96ca5e7ecb change new term description 2015-04-07 12:22:14 -04:00
Robin Cornett a3cb43a161 add class to form-field 2015-03-25 10:51:51 -04:00
Robin Cornett 1f8c832e40 update buttons 2015-03-24 10:09:32 -04:00
Robin Cornett f66f0395f8 add delete button for term/cpt/default images 2015-03-23 12:50:58 -04:00
Robin Cornett 691a1eb87e fix numeric check 2015-03-23 12:16:57 -04:00
Robin Cornett 9524139621 change term/cpt/default image to use ID 2015-03-23 11:51:45 -04:00
Robin Cornett 0511b4f27f tag as 2.0.0 2015-01-10 10:45:16 -05:00
Robin Cornett d3be09861b add help tab for taxonomy terms 2015-01-10 09:42:54 -05:00
Robin Cornett 45b04bafaf fix variable consistency 2015-01-08 12:39:23 -05:00
Robin Cornett 9b5da50918 updated term option for uniqueness 2015-01-07 19:08:49 -05:00
Robin Cornett 83e46c5e31 move tax save function to settings class
this cuts redundancy, since the image validation function is already in
this class. having the taxonomy save in its own class required
duplicating the validation functions.
2015-01-04 16:05:25 -05:00
Robin Cornett 86c4b6920a fix taxonomy buttons for js 2015-01-03 18:27:03 -05:00
Robin Cornett df532a6a20 add size to featured image description 2015-01-03 09:07:40 -05:00
Robin Cornett f400a7cc57 fixed returned value for taxonomy images
The taxonomy option is not updated if the image is invalid or too small.
If the image is deleted (the field is empty), that's OK.
2015-01-02 16:40:46 -05:00
Robin Cornett 4c1a9495db remove useless variables 2015-01-01 23:13:27 -05:00
Robin Cornett e828b948bc update validation
returns empty string if invalid value. would prefer for it to return
previous value instead.
2015-01-01 19:55:39 -05:00
Robin Cornett 7ff9accb71 add documentation 2015-01-01 19:17:41 -05:00
Robin Cornett adb2ab6d3e create admin class for custom featured image column 2015-01-01 18:38:59 -05:00
Robin Cornett 7160b7cdaa add featured image column to posts, pages, post types 2015-01-01 18:05:23 -05:00
Robin Cornett f8777553dc add featured image column to taxonomies
also changed how hooks were called to use "{$taxonomy->name}_etc
2015-01-01 17:28:19 -05:00
Robin Cornett 4dcd3896da add description class to <p> 2014-12-31 17:03:54 -05:00
Robin Cornett 42f98531a8 validate image in taxonomy upload
no way to add error message?
2014-12-31 08:32:55 -05:00
Robin Cornett 1e91cb1638 set a width for url field on taxonomy pages 2014-12-30 17:12:58 -05:00
Robin Cornett 56919d77fe move upload script enqueue to main class
(so it's available for both taxonomies and settings page)
2014-12-30 16:36:33 -05:00
Robin Cornett 05cbac5306 add taxonomies class
sets up featured image for taxonomies. not applied to output yet.
2014-12-30 16:27:56 -05:00