Mark Jaquith
|
d65cdf4ba8
|
Expand submit_button() capabilities. Replace all (or almost all) manual HTML instances in WP. props sbressler. see #15064
git-svn-id: https://develop.svn.wordpress.org/trunk@16061 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-28 21:56:43 +00:00 |
Andrew Nacin
|
47136b319f
|
Introduce _ex(), a hybrid between _e() and _x() -- translate with context, then echo. props westi, see #13395.
git-svn-id: https://develop.svn.wordpress.org/trunk@14647 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-14 21:46:25 +00:00 |
Ryan Boren
|
ad1b9608e6
|
add_meta_boxes actions for comment and link forms.
git-svn-id: https://develop.svn.wordpress.org/trunk@14044 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-09 15:17:57 +00:00 |
Andrew Ozz
|
0093a3a989
|
Remove all instances of "Trash" from the UI when Trash is disabled, replace trash actions with "Delete permanently", props caesarsgrunt, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@12162 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-11-10 10:38:19 +00:00 |
Andrew Ozz
|
69b036bf7f
|
Fix trashing/untrashing comments when no JS, props caesarsgrunt, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@12113 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-10-27 03:46:31 +00:00 |
Andrew Ozz
|
782977afbf
|
"Trash" updates, props caesarsgrunt, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@11841 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-19 08:35:24 +00:00 |
Andrew Ozz
|
26383ac68e
|
Stop direct loading of files in wp-admin that should only be included, for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@11768 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-03 00:04:45 +00:00 |
Andrew Ozz
|
d9f8c67f2f
|
Trash status updates for posts, pages, comments and attachments, props caesarsgrunt, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@11749 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-07-30 13:39:34 +00:00 |
Andrew Ozz
|
72f5a9910c
|
Fix comment author url when editing, fixes #10466 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@11739 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-07-22 22:32:27 +00:00 |
Ryan Boren
|
fc37d64a90
|
esc_attr() for comment author email
git-svn-id: https://develop.svn.wordpress.org/trunk@11727 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-07-20 02:51:14 +00:00 |
Andrew Ozz
|
c7a3747476
|
Properly escape comment_author_url when displaying, for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@11721 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-07-18 23:21:50 +00:00 |
Mark Jaquith
|
ba1c3bdd5b
|
Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()
git-svn-id: https://develop.svn.wordpress.org/trunk@11383 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-18 16:00:33 +00:00 |
Mark Jaquith
|
8d6cb67233
|
esc_js(). Shorter, follows new escaping naming convention.
git-svn-id: https://develop.svn.wordpress.org/trunk@11245 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-09 07:27:22 +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
|
bd58cf3efc
|
No need to attribute_escape a cleaned url. fixes #8587
git-svn-id: https://develop.svn.wordpress.org/trunk@11127 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-29 20:14:39 +00:00 |
Ryan Boren
|
7d9f7833ff
|
urlencode referrer. Props hakre. fixes #8587
git-svn-id: https://develop.svn.wordpress.org/trunk@11120 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-29 16:20:14 +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
|
a114582715
|
Some attr escaping. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11104 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-27 23:09:08 +00:00 |
Andrew Ozz
|
f9007b9ac8
|
Add "code" class to more URL input fields, props johnbillion, fixes #8383
git-svn-id: https://develop.svn.wordpress.org/trunk@10995 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-18 06:47:56 +00:00 |
Andrew Ozz
|
ca129da990
|
Fix flash upload button, right sidebar on write pages in IE6
git-svn-id: https://develop.svn.wordpress.org/trunk@10865 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-04 10:21:43 +00:00 |
Andrew Ozz
|
b38931ee3d
|
Fix right sidebar on edit comment screen
git-svn-id: https://develop.svn.wordpress.org/trunk@10843 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-26 22:22:52 +00:00 |
Andrew Ozz
|
759fde9021
|
jQuery 1.3.2 and UI 1.7.1, may still have some regressions, add screen columns setting to the write/edit post/page screen options, fixes #8867
git-svn-id: https://develop.svn.wordpress.org/trunk@10834 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-25 14:29:22 +00:00 |
Ryan Boren
|
3fe87a2049
|
Use _x() and extracted comments. Props nbachiyski. see #9112
git-svn-id: https://develop.svn.wordpress.org/trunk@10680 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-02 19:20:19 +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 |
Ryan Boren
|
ace2567641
|
Fix id typo. Props sivel. fixes #8401
git-svn-id: https://develop.svn.wordpress.org/trunk@9928 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-27 20:44:43 +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 |
Peter Westwood
|
8969d49dbe
|
Give context to more translations to allow for differentiation between plural noun, verb and adjective translations. Fixes #8154 props nbachiyski.
git-svn-id: https://develop.svn.wordpress.org/trunk@9835 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-21 18:16:44 +00:00 |
Mark Jaquith
|
83a88c1247
|
change "Awaiting Moderation" to "Pending" fixes #8184
git-svn-id: https://develop.svn.wordpress.org/trunk@9656 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-13 05:57:07 +00:00 |
Ryan Boren
|
b9a4fd0d29
|
Differentiate between plural noun, verb and adjective Spam translations. Props nbachiyski. fixes #8154
git-svn-id: https://develop.svn.wordpress.org/trunk@9615 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-11 19:54:54 +00:00 |
Ryan Boren
|
eea86a8557
|
Validation fixes from Simek. fixes #8139
git-svn-id: https://develop.svn.wordpress.org/trunk@9592 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-10 17:49:00 +00:00 |
Mark Jaquith
|
6f5222b2a5
|
Fix small typo in last commit.
git-svn-id: https://develop.svn.wordpress.org/trunk@9492 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 07:07:39 +00:00 |
Mark Jaquith
|
34fed9014b
|
Update to publish box styles. More horizontal room, consistent button placement, better for i18n, better wording.
git-svn-id: https://develop.svn.wordpress.org/trunk@9491 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-03 07:06:36 +00:00 |
Andrew Ozz
|
2c433c747d
|
Fix typo in edit-form-comment.php, props 112502, fixes #8037
git-svn-id: https://develop.svn.wordpress.org/trunk@9471 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-02 02:22:41 +00:00 |
Peter Westwood
|
21d832c40c
|
Add missing translation call.
git-svn-id: https://develop.svn.wordpress.org/trunk@9466 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-01 19:15:33 +00:00 |
Mark Jaquith
|
3501b899b2
|
Improvements to the Edit Comment screen
git-svn-id: https://develop.svn.wordpress.org/trunk@9436 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-31 18:05:25 +00:00 |
Andrew Ozz
|
bb44218132
|
More edit comment page fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9434 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-31 16:52:55 +00:00 |
Mark Jaquith
|
1f6c4a1655
|
Bring Comment Save postbox up to parity with Post/Page Publish postbox
git-svn-id: https://develop.svn.wordpress.org/trunk@9430 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-31 06:53:55 +00:00 |
Andrew Ozz
|
41036eae4e
|
Edit comment page fix
git-svn-id: https://develop.svn.wordpress.org/trunk@9425 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-31 03:31:06 +00:00 |
Andrew Ozz
|
70443d9dbb
|
Write page styling
git-svn-id: https://develop.svn.wordpress.org/trunk@9384 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-28 10:59:26 +00:00 |
Andrew Ozz
|
cc12f52385
|
Email and visit site links for edit comment form
git-svn-id: https://develop.svn.wordpress.org/trunk@9155 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-14 05:16:24 +00:00 |
Ryan Boren
|
6d727a9c2b
|
phpdoc for wp-admin. Props jacobsantos. see #7527
git-svn-id: https://develop.svn.wordpress.org/trunk@9119 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-10 18:21:16 +00:00 |
Ryan Boren
|
638a41bf49
|
Draggable dash, first cut. Props mdawaffe. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9103 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-08 23:32:34 +00:00 |
Andrew Ozz
|
b82dc680c5
|
Comment status on edit comment page: change drop-down to radio buttons
git-svn-id: https://develop.svn.wordpress.org/trunk@9099 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-08 05:24:25 +00:00 |
Ryan Boren
|
8f62bd766a
|
h2 removal per wireframes. Props Viper007Bond. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9032 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-29 22:06:23 +00:00 |
Andrew Ozz
|
c9a085eac6
|
Update for the Save box in edit comment form.
git-svn-id: https://develop.svn.wordpress.org/trunk@8913 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-17 00:50:34 +00:00 |
Andrew Ozz
|
349d288c48
|
Some css cleanup and fixes after the merge, see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8697 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-21 02:25:14 +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
|
83027973d1
|
Redirect back to original referer when deleting a comment from the edit comment page. fixes #6458 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7755 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-21 16:45:48 +00:00 |