ryan
|
a8890b9160
|
Add some CYA cap checks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11761 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-08-01 21:12:17 +00:00 |
|
markjaquith
|
119b39cec2
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-18 15:11:07 +00:00 |
|
markjaquith
|
bdf8e8fb38
|
Use a semantic class name for text targeted to screen readers. props filosofo. fixes #9791
git-svn-id: http://svn.automattic.com/wordpress/trunk@11312 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-12 22:40:56 +00:00 |
|
ryan
|
6f81ec436c
|
Fix hiding off offscreen legends in Firefox. Props Denis-de-Bernardy. fixes #9783
git-svn-id: http://svn.automattic.com/wordpress/trunk@11283 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-11 22:11:13 +00:00 |
|
markjaquith
|
6c2ffddf31
|
_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: http://svn.automattic.com/wordpress/trunk@11204 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-05 19:43:53 +00:00 |
|
ryan
|
808079dc32
|
Use invisible class for hiding labels and legends.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11180 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-04 21:28:58 +00:00 |
|
ryan
|
9ef2afc85b
|
attr escaping. see #9650
git-svn-id: http://svn.automattic.com/wordpress/trunk@11110 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-04-28 06:37:51 +00:00 |
|
ryan
|
e89192b1a8
|
Strip trailing whitespace
git-svn-id: http://svn.automattic.com/wordpress/trunk@10150 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-09 18:03:31 +00:00 |
|
azaozz
|
3fa2427f0a
|
Remove insert image default options (handled by state saving), fix URL buttons in uploader for newly uploaded images, fix font priority in global.css
git-svn-id: http://svn.automattic.com/wordpress/trunk@10009 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-02 10:29:54 +00:00 |
|
ryan
|
bd78058d90
|
Use settings_fields()
git-svn-id: http://svn.automattic.com/wordpress/trunk@9954 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-11-28 21:57:58 +00:00 |
|
azaozz
|
7c68e6945a
|
Screen icons
git-svn-id: http://svn.automattic.com/wordpress/trunk@9903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-11-26 13:51:25 +00:00 |
|
westi
|
99cddfb8b8
|
Add missing translations for media options.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9843 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-11-22 09:56:20 +00:00 |
|
markjaquith
|
de4a0edb94
|
Cast image sizes to ints. Explain that sizes are in pixels. fixes #8160
git-svn-id: http://svn.automattic.com/wordpress/trunk@9661 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-11-13 07:54:27 +00:00 |
|
westi
|
f5d5354bb9
|
Translation fix.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9480 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-11-02 22:32:57 +00:00 |
|
ryan
|
156a49cf9d
|
Translate sizes. fixes #8012
git-svn-id: http://svn.automattic.com/wordpress/trunk@9418 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-30 16:00:24 +00:00 |
|
westi
|
416ee57673
|
Move inline styles to the stylesheets. Fixes #7985 props Speedboxer.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9390 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-28 22:07:39 +00:00 |
|
azaozz
|
17083f0ce8
|
Fix button styling inconsistency on settings pages, props sivel, fixes #7975
git-svn-id: http://svn.automattic.com/wordpress/trunk@9369 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-27 20:41:05 +00:00 |
|
westi
|
c1f7aeb0b9
|
More options pages updates.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9346 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-25 21:29:18 +00:00 |
|
markjaquith
|
edc8069294
|
Do not put an overline for submit buttons at the top (TODO: figure out our style for options pages)
git-svn-id: http://svn.automattic.com/wordpress/trunk@9320 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-24 10:45:58 +00:00 |
|
markjaquith
|
4d2d655490
|
Covering our XSS bases
git-svn-id: http://svn.automattic.com/wordpress/trunk@9233 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-17 20:06:22 +00:00 |
|
markjaquith
|
61f911c42e
|
Bring back the H2s. Rough draft.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9232 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-17 20:02:03 +00:00 |
|
matt
|
aeffa88551
|
Bringing save button back to top of all option pages.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9149 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-14 01:18:52 +00:00 |
|
ryan
|
ea0ce44d87
|
h2 removal per wireframes. Props Viper007Bond. see #7552
git-svn-id: http://svn.automattic.com/wordpress/trunk@9032 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-09-29 22:06:23 +00:00 |
|
westi
|
44ee03586e
|
Update the file level phpdoc for the media options page.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-09-21 21:39:38 +00:00 |
|
westi
|
c57cfbaefc
|
Fix page title. Fixes #7775 props paddya.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-09-21 19:02:10 +00:00 |
|
ryan
|
7fb115c7dd
|
Move media settings to options-media.php. see #7552
git-svn-id: http://svn.automattic.com/wordpress/trunk@8905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-09-16 22:37:49 +00:00 |
|