Commit Graph

59 Commits

Author SHA1 Message Date
Robin Cornett a68e201116 add blog page 2+ setting
originally the featured image doesn't show on subsequent pages, but some
people might want it to. needs documentation.
2015-04-09 22:16:36 -04:00
Robin Cornett aa96b77f25 document is_numeric 2015-04-09 22:15:41 -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 9524139621 change term/cpt/default image to use ID 2015-03-23 11:51:45 -04:00
Robin Cornett fd5f03e6b7 change source validation 2015-03-23 09:56:12 -04:00
Robin Cornett a431ca768b Update CPT/tax image validation for consistency 2015-03-22 21:35:14 -04:00
Robin Cornett 4e44cdd552 add filter for minimum backstretch width 2015-03-22 16:34:25 -04:00
Robin Cornett 7b1e7b5302 Change default image validation 2015-03-22 10:06:35 -04:00
Robin Cornett c14cd41058 add check/error message for external images 2015-03-21 16:26:55 -04:00
Robin Cornett 4bde7c33c5 clarify help text 2015-03-05 14:07:49 -05:00
Robin Cornett 1a6f95645d Change main image variable
Simplify this variable--no need for certain elements to be accessible
outside the main function.
2015-02-27 09:10:06 -05:00
Robin Cornett d22dcb51b0 clarify keep titles setting/wording 2015-01-20 13:20:53 -05:00
Robin Cornett daae448009 change upload button to not primary 2015-01-10 14:24:18 -05:00
Robin Cornett 0511b4f27f tag as 2.0.0 2015-01-10 10:45:16 -05:00
Robin Cornett e9e20d39d3 add CPT archive link to settings page 2015-01-10 09:43:38 -05:00
Robin Cornett 8f56924f84 enable large (in addition to backstretch) images for archives 2015-01-09 15:36:47 -05:00
Robin Cornett fdd006ecdf clarify language and add help for settings 2015-01-09 12:55: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 a635fd0524 fixed js to handle multiple buttons
needed to set a global variable, apparently
2015-01-06 20:45:37 -05:00
Robin Cornett 289f0e5a6e set cpt/tax images to be backstretch only 2015-01-04 18:15:32 -05:00
Robin Cornett 3268052c73 fix sanitization return for cpt images
previous valid value is now returned here as well.
2015-01-04 17:45:32 -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 6710a5707d simplify button text 2015-01-03 18:26:31 -05:00
Robin Cornett 1ec79fded2 update settings page, better validation for cpt images
As of this moment, cpt images will return empty if the value is invalid.
Better than resetting to fallback, but still not ideal.
2015-01-03 18:08:27 -05:00
Robin Cornett a475716d5a working cpt archive images
including sanitization! although the sanitized images all revert to the
last valid fallback value, which is not correct. May be better to revert
to blank?
2015-01-03 17:43:18 -05:00
Robin Cornett 3b5c5344fd update text strings for consistency 2015-01-03 11:57:06 -05:00
Robin Cornett 2ec2fdee26 change button text to be the same for settings and taxonomies 2014-12-31 17:02:14 -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 5dab26b927 add new setting to optionally not move titles 2014-12-15 10:03:47 -05:00
Robin Cornett 8a715934ec updated version to 1.5.0 2014-12-13 10:03:55 -05:00
Robin Cornett 58545926fc clarify docblock on new seting 2014-12-11 17:30:39 -05:00
Robin Cornett bc699974a0 add help text 2014-12-10 19:31:53 -05:00
Robin Cornett 60ce2aebb2 validate feed_image 2014-12-10 19:31:39 -05:00
Robin Cornett 9ab53f9394 add new setting to show image in feed
This setting is optional, and off by default. Since the image is not actually
part of the entry content, this would add it to the beginning of the post if the
post thumbnail is set.
2014-12-10 17:01:11 -05:00
Robin Cornett 2f08399ea9 checkbox work 2014-11-24 10:48:46 -05:00
Robin Cornett a0a4e28948 nonce nonce nonce 2014-11-22 15:15:15 -05:00
Robin Cornett 8f7e009991 set checkbox value even if empty 2014-11-22 15:14:57 -05:00
Robin Cornett 60e9c9de91 change how defaults are defined 2014-11-21 22:03:07 -05:00
Robin Cornett 56388f321a validation set to protected 2014-11-21 15:50:19 -05:00
Robin Cornett ef11db5b0c photon metadata fix 2014-11-18 21:01:47 -05:00
Robin Cornett 01eeb6d588 set plugin version as variable for enqueues to use 2014-11-18 09:33:20 -05:00
Robin Cornett da8286fb9b update to 1.4.0 2014-11-05 16:04:24 -05:00
Robin Cornett dbbf26689b language files
removed max-height from CSS
2014-11-05 14:30:13 -05:00
Robin Cornett 4dc5f52e54 plugin settings revised
changed from setting many individual settings to one which uses an array. If anyone other than me was using the develop branch of the plugin, I apologize.
2014-11-04 21:14:33 -05:00
Robin Cornett 73a77a6a61 new setting (exclude front page) 2014-11-03 14:06:24 -05:00
Robin Cornett bb642bdd27 moved settings page 2014-11-02 19:51:39 -05:00
Robin Cornett 5d850af499 total settings renovation 2014-11-02 19:20:00 -05:00
Robin Cornett f7d11e2494 add excerpt support for pages if excerpts turned on 2014-11-01 20:07:53 -04:00