Commit Graph

127 Commits

Author SHA1 Message Date
Ryan Boren 2e46e81309 i18n fixes. Props nbachiyski. fixes #11954
git-svn-id: https://develop.svn.wordpress.org/trunk@12789 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-21 21:37:43 +00:00
Ryan Boren f260b32d25 Use cap checks instead of multisite and super admin checks. Add some new caps. Merge cleanup. see #11644.
git-svn-id: https://develop.svn.wordpress.org/trunk@12753 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-18 22:21:36 +00:00
Ryan Boren e2adfc832a Coding standards, space after if
git-svn-id: https://develop.svn.wordpress.org/trunk@12752 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-18 20:34:48 +00:00
Ryan Boren 8ef8b7bad5 Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@12733 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-15 22:11:12 +00:00
Ron Rennick d0f31a991c merge multisite admin - edit links,tags,cats,options, See #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@12712 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-12 21:11:52 +00:00
Ryan Boren 65658aacbf Do not use deprecated Etc timezones. Props miqrogroove. fixes #11558 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@12507 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-23 14:16:36 +00:00
Ryan Boren 60bbd214b3 Remove oEmbed discovery option. Add hook so plugins can enable it. see #10337
git-svn-id: https://develop.svn.wordpress.org/trunk@12411 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-15 21:16:00 +00:00
Ryan Boren 90521c0880 Include admin-footer in options.php only for the default case. Avoids warning about hook_suffix not being set when POSTing to options.php. see #10131
git-svn-id: https://develop.svn.wordpress.org/trunk@12337 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-08 01:11:02 +00:00
Ryan Boren b552dbdd9b Switch oEmbed option to control discovery. Tweak whitelist and settings page. Props Viper007Bond. see #10337
git-svn-id: https://develop.svn.wordpress.org/trunk@12136 602fd350-edb4-49c9-b593-d223f7449a82
2009-11-02 14:41:35 +00:00
Ryan Boren e71f15a979 Embeds. Props Viper007Bond. see #10337
git-svn-id: https://develop.svn.wordpress.org/trunk@12023 602fd350-edb4-49c9-b593-d223f7449a82
2009-10-13 17:04:22 +00:00
Mark Jaquith f0336cfa7d deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
git-svn-id: https://develop.svn.wordpress.org/trunk@11380 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 15:11:07 +00:00
Mark Jaquith c638e8d8de _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11204 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-05 19:43:53 +00:00
Ryan Boren 3b7130bbae attr escaping. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11110 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 06:37:51 +00:00
Ryan Boren fe7c34b6fd s/attribute_escape/attr/. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11109 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 05:58:45 +00:00
Ryan Boren bcd0361528 Remove My Hacks option. Props filosofo. fixes #9551
git-svn-id: https://develop.svn.wordpress.org/trunk@10964 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 22:58:20 +00:00
Ryan Boren 2e9a9d1426 Timezone support. Props Otto42. see #3962
git-svn-id: https://develop.svn.wordpress.org/trunk@10753 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-10 00:50:00 +00:00
Ryan Boren baaaa352ba Strip trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@10150 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 18:03:31 +00:00
Andrew Ozz 0b85e05cda More screen icons and fixes, includes patch by johnconners, fixes #8380
git-svn-id: https://develop.svn.wordpress.org/trunk@9912 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 23:35:23 +00:00
Mark Jaquith 04cbfb9d9f Remove top "Save" button from options.php
git-svn-id: https://develop.svn.wordpress.org/trunk@9776 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-19 05:08:58 +00:00
Mark Jaquith 493b015ac2 Save "Full URL path to files" option.
git-svn-id: https://develop.svn.wordpress.org/trunk@9756 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-18 08:59:37 +00:00
Ryan Boren dab986a9b0 Notice fixes from filosofo and Viper007Bond. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@9506 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-04 03:22:24 +00:00
Ryan Boren 182ba5805a Remove unused gzipcompression option
git-svn-id: https://develop.svn.wordpress.org/trunk@9487 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-03 06:27:42 +00:00
Peter Westwood 0157387518 Move inline styles to the stylesheets. Fixes #7985 props Speedboxer.
git-svn-id: https://develop.svn.wordpress.org/trunk@9390 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-28 22:07:39 +00:00
Ryan Boren 3f0ca00cbf Move 'Users must be registered and logged in to comment' setting to Discussion page. Props MtDewVirus. fixes #6652
git-svn-id: https://develop.svn.wordpress.org/trunk@9368 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-27 17:03:20 +00:00
Mark Jaquith f495ff86bf Do not put an overline for submit buttons at the top (TODO: figure out our style for options pages)
git-svn-id: https://develop.svn.wordpress.org/trunk@9320 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-24 10:45:58 +00:00
Ryan Boren 873a5b075b Comment paging and sorting from Viper007Bond. see #7927
git-svn-id: https://develop.svn.wordpress.org/trunk@9296 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-23 16:08:47 +00:00
Ryan Boren 5502674e40 Don't require use of options whitelisting. Will give plugins more notice.
git-svn-id: https://develop.svn.wordpress.org/trunk@9250 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-20 00:40:36 +00:00
Matt Mullenweg 16e09e4c71 Bug fix for date/time presets. Hat tip: Viper007Bond.
git-svn-id: https://develop.svn.wordpress.org/trunk@9151 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-14 01:43:04 +00:00
Ryan Boren b16a2c07c6 Date and time presets from Viper007Bond. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9131 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-13 18:32:16 +00:00
Ryan Boren 0a94e5ac68 Save default avatar pref. Props Viper007Bond. fixes #7825
git-svn-id: https://develop.svn.wordpress.org/trunk@9066 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 16:41:42 +00:00
Ryan Boren 23fd52bd85 First cut of comment paging. Add paging and threading settings. see #7769 #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@8961 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-23 21:11:27 +00:00
Ryan Boren caef2bcb2b Remove image options from misc options whitelist. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8906 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-16 22:38:29 +00:00
Ryan Boren becefa771e Move media settings to options-media.php. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8905 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-16 22:37:49 +00:00
Ryan Boren cb195c411f Close comments for old posts. see #7741
git-svn-id: https://develop.svn.wordpress.org/trunk@8892 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-15 16:26:37 +00:00
Peter Westwood e80faacce3 Allow people to update home again! See #7277.
git-svn-id: https://develop.svn.wordpress.org/trunk@8818 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-05 18:37:40 +00:00
Ryan Boren c3190734f8 Add settings registration and whitelisting. Props donncha. see #7277
git-svn-id: https://develop.svn.wordpress.org/trunk@8802 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-04 01:11:18 +00:00
Ryan Boren 6db75e59d4 Collapse crazyhorse to trunk. Incoming! see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8691 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-20 21:42:31 +00:00
Peter Westwood e1adf1d070 More phpdoc updates for wp-adming. See #7496 props santosj.
git-svn-id: https://develop.svn.wordpress.org/trunk@8656 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-16 07:27:34 +00:00
Peter Westwood f70f8d56cc Associate lables with form fields. Fixes #6859 props MarcoZ.
git-svn-id: https://develop.svn.wordpress.org/trunk@7883 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-04 10:37:06 +00:00
Ryan Boren b23e1089bb Change niceblue class name to form-table. Props filosofo and mt. fixes #5973
git-svn-id: https://develop.svn.wordpress.org/trunk@7000 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-24 04:33:10 +00:00
Peter Westwood f843a57e06 Styling updates for the options.php. Fixes #5958 props fitztrev.
git-svn-id: https://develop.svn.wordpress.org/trunk@6979 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-22 07:44:36 +00:00
Ryan Boren ad2204be44 Styling updates for settings pages. Props hansengel. see #5851
git-svn-id: https://develop.svn.wordpress.org/trunk@6838 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 02:46:08 +00:00
Ryan Boren 0f79cd3d6e Options are called Settings now. Props hansengel. see #5850
git-svn-id: https://develop.svn.wordpress.org/trunk@6833 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 00:39:38 +00:00
Ryan Boren 54ff897f1a Remove redundant url filter. fixes #4663
git-svn-id: https://develop.svn.wordpress.org/trunk@6042 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-05 22:44:58 +00:00
Mark Jaquith 88a4c73ec2 Deprecate option_can_override, option_type, option_width, option_height, option_description, option_admin_level from options table. Props Nazgul. fixes #4390
git-svn-id: https://develop.svn.wordpress.org/trunk@6039 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-05 19:20:53 +00:00
Ryan Boren d25a0027ab Remove unused var. Props johnjosephbachir. fixes #4764
git-svn-id: https://develop.svn.wordpress.org/trunk@6023 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-03 20:06:27 +00:00
Ryan Boren f8084919be Don't trim option arrays on save. Props m0n5t3r, Nazgul. fixes #4571
git-svn-id: https://develop.svn.wordpress.org/trunk@5886 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-16 19:55:19 +00:00
Mark Jaquith 35621d27ab Sanitize option names in option.php, use current escaping functions. for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@5832 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-01 19:24:51 +00:00
Ryan Boren b046d67f41 Trim empty lines. Nothing but newline.
git-svn-id: https://develop.svn.wordpress.org/trunk@5700 602fd350-edb4-49c9-b593-d223f7449a82
2007-06-14 02:25:30 +00:00
Ryan Boren c018ceb6bd Make sure sanitize_option() is always called when updating options.
git-svn-id: https://develop.svn.wordpress.org/trunk@5541 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-25 02:22:30 +00:00