Ryan Boren
|
7a43c01e08
|
Remove trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@6026 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-03 23:32:58 +00:00 |
|
Ryan Boren
|
31d63a4c82
|
don't show Publish button when editing a future post. Props tellyworth.
git-svn-id: https://develop.svn.wordpress.org/trunk@5786 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-07-06 21:04:37 +00:00 |
|
Mark Jaquith
|
0f0788d24d
|
Introducing post_status="pending". see #4446 and put any initial bug reports on that ticket
git-svn-id: https://develop.svn.wordpress.org/trunk@5707 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-14 16:24:28 +00:00 |
|
Ryan Boren
|
442ef7253a
|
Post and page management filter additions from mdawaffe. see #3945
git-svn-id: https://develop.svn.wordpress.org/trunk@5587 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-29 04:28:10 +00:00 |
|
Ryan Boren
|
f1a0a595d7
|
attribute_escape()s and int casts. see #4333
git-svn-id: https://develop.svn.wordpress.org/trunk@5543 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-25 09:41:04 +00:00 |
|
rob1n
|
d8062bbc62
|
Add id attribute where it's only name. fixes #3696
git-svn-id: https://develop.svn.wordpress.org/trunk@5323 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-27 00:47:01 +00:00 |
|
Mark Jaquith
|
bbaee51a3f
|
CSS IDs should avoid using underscores for compat with older browers. See http://tinyurl.com/2s99u6 addresses #4140
git-svn-id: https://develop.svn.wordpress.org/trunk@5257 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-12 20:53:59 +00:00 |
|
rob1n
|
a1e8f976c3
|
Tidy up the tags interface. Props andy. fixes #4140
git-svn-id: https://develop.svn.wordpress.org/trunk@5254 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-12 16:13:37 +00:00 |
|
rob1n
|
8044a5fec7
|
Move inline styles to wp-admin.css. see #4068
git-svn-id: https://develop.svn.wordpress.org/trunk@5182 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-05 02:03:40 +00:00 |
|
rob1n
|
a499d35043
|
Localize admin tag form and classic theme's tag output. Props nbachiyski. fixes #4031
git-svn-id: https://develop.svn.wordpress.org/trunk@5168 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-04-01 19:42:06 +00:00 |
|
Matt Mullenweg
|
93e33032b6
|
Kill the slow-loading iframe in favor of a popup link
git-svn-id: https://develop.svn.wordpress.org/trunk@5159 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-31 22:02:19 +00:00 |
|
Matt Mullenweg
|
b7debfb42b
|
A backend interface for tagging.
git-svn-id: https://develop.svn.wordpress.org/trunk@5110 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-26 07:28:29 +00:00 |
|
Mark Jaquith
|
d8336eed5c
|
use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@5056 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-17 08:46:59 +00:00 |
|
Mark Jaquith
|
a03ac9e7fe
|
"Delete this draft" when post is not published. fixes #3497
git-svn-id: https://develop.svn.wordpress.org/trunk@4994 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-07 06:07:56 +00:00 |
|
Ryan Boren
|
53b8aa18e4
|
Revert accidental commit.
git-svn-id: https://develop.svn.wordpress.org/trunk@4832 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-30 01:46:05 +00:00 |
|
Ryan Boren
|
b0f28a6dff
|
Remove notoptions caching. Multile rewrite_rules options were being created. See #3692 #2268
git-svn-id: https://develop.svn.wordpress.org/trunk@4831 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-30 01:43:39 +00:00 |
|
Mark Jaquith
|
eb40f87272
|
wp-admin colonectomy by foolswisdom. fixes #3630
git-svn-id: https://develop.svn.wordpress.org/trunk@4787 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-23 07:43:56 +00:00 |
|
Ryan Boren
|
d3c162e0e5
|
Autosave fixes from mdawaffe. fixes #3601
git-svn-id: https://develop.svn.wordpress.org/trunk@4760 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-18 03:32:54 +00:00 |
|
Mark Jaquith
|
f95b191dab
|
i18n fixes, logic cleanup, wording clarifications, and more from nbachiyski. fixes #3474
git-svn-id: https://develop.svn.wordpress.org/trunk@4658 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-21 23:06:18 +00:00 |
|
Mark Jaquith
|
31c39f948d
|
new function for escaping within attributes: attribute_escape()
git-svn-id: https://develop.svn.wordpress.org/trunk@4656 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-21 10:10:04 +00:00 |
|
Ryan Boren
|
eb9bedc517
|
Don't dbxize wrappers. Props andy. fixes #2987
git-svn-id: https://develop.svn.wordpress.org/trunk@4621 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-07 00:08:18 +00:00 |
|
Mark Jaquith
|
0fb6e100ef
|
kill double slashing on delete AYS alert(). fixes #3424
git-svn-id: https://develop.svn.wordpress.org/trunk@4584 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-02 20:51:29 +00:00 |
|
Ryan Boren
|
80cd515b96
|
Use js_escape. Props nbachiyski. fixes #3399
git-svn-id: https://develop.svn.wordpress.org/trunk@4535 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-11-28 21:51:13 +00:00 |
|
Ryan Boren
|
e44ea1ff93
|
Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986
git-svn-id: https://develop.svn.wordpress.org/trunk@4495 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-11-19 07:56:05 +00:00 |
|
Matt Mullenweg
|
bc2d62560c
|
Some UI cleanups, changes, and various miscellany.
git-svn-id: https://develop.svn.wordpress.org/trunk@4349 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-10-06 01:14:47 +00:00 |
|
Mark Jaquith
|
d2129ef550
|
default category starts out unchecked. Props Viper007Bond. fixes #2938
git-svn-id: https://develop.svn.wordpress.org/trunk@4311 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-10-04 06:17:44 +00:00 |
|
Ryan Boren
|
ad90b4519b
|
Uploader improvements from mdawaffe. fixes #3191
git-svn-id: https://develop.svn.wordpress.org/trunk@4274 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-10-03 07:15:13 +00:00 |
|
Ryan Boren
|
24cd5df33c
|
Add and use delete class on delete buttons. Props mdawaffe. fixes #3187
git-svn-id: https://develop.svn.wordpress.org/trunk@4267 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-10-02 18:34:08 +00:00 |
|
Ryan Boren
|
bbccae9533
|
Add some IDs. Props Mark Jaquith. fixes #3164
git-svn-id: https://develop.svn.wordpress.org/trunk@4250 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-09-25 18:53:48 +00:00 |
|
Matt Mullenweg
|
62dbcb5ded
|
Don't show post author box unless there is more than one author to show.
git-svn-id: https://develop.svn.wordpress.org/trunk@4213 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-09-23 10:14:11 +00:00 |
|
Ryan Boren
|
8941e0dfbe
|
Validate good times, come on. Props Viper007Bond. fixes #3113
git-svn-id: https://develop.svn.wordpress.org/trunk@4169 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-09-07 17:28:29 +00:00 |
|
Ryan Boren
|
7e82eef627
|
Use get_option instead of get_settings. Just 'cause.
git-svn-id: https://develop.svn.wordpress.org/trunk@4144 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-08-30 21:46:31 +00:00 |
|
Ryan Boren
|
c1582ab856
|
Capitalization fixes from foolswisdom and davidosier. fixes #3077
git-svn-id: https://develop.svn.wordpress.org/trunk@4125 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-08-30 01:47:01 +00:00 |
|
Ryan Boren
|
4a9ad00205
|
Make those chars feel special.
git-svn-id: https://develop.svn.wordpress.org/trunk@4112 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-08-24 22:33:16 +00:00 |
|
Ryan Boren
|
c45387d31b
|
Add some spacing
git-svn-id: https://develop.svn.wordpress.org/trunk@4094 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-08-14 22:21:22 +00:00 |
|
Ryan Boren
|
8988c209e9
|
Fix autosave redirects
git-svn-id: https://develop.svn.wordpress.org/trunk@4088 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-08-11 19:13:00 +00:00 |
|
Ryan Boren
|
5f241c40be
|
autosave fix ups
git-svn-id: https://develop.svn.wordpress.org/trunk@4086 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-08-11 18:50:28 +00:00 |
|
Ryan Boren
|
0106320536
|
autosave span from masquerade
git-svn-id: https://develop.svn.wordpress.org/trunk@4084 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-08-11 07:26:48 +00:00 |
|
Ryan Boren
|
076e269681
|
Validation fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@4083 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-08-11 06:34:14 +00:00 |
|
Ryan Boren
|
da71f261e2
|
Nice curves. Props ketsugi. fixes #2896
git-svn-id: https://develop.svn.wordpress.org/trunk@4001 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-07-06 06:14:17 +00:00 |
|
Matt Mullenweg
|
4ec0249ac2
|
Some renames
git-svn-id: https://develop.svn.wordpress.org/trunk@3999 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-07-06 04:27:45 +00:00 |
|
Ryan Boren
|
bbc66458c0
|
Use wp_get_referer(). Props robmiller. fixes #2855
git-svn-id: https://develop.svn.wordpress.org/trunk@3921 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-06-24 21:14:58 +00:00 |
|
Ryan Boren
|
deac9fea9d
|
js_escape() in onclicks. fixes #2851
git-svn-id: https://develop.svn.wordpress.org/trunk@3907 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-06-24 01:28:08 +00:00 |
|
Ryan Boren
|
ef47214a7a
|
Really cancel. Props skeltoac. fixes #2826
git-svn-id: https://develop.svn.wordpress.org/trunk@3871 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-06-15 07:28:23 +00:00 |
|
Ryan Boren
|
6f1d273fc9
|
Update nonce action strings. Props mdawaffe.
git-svn-id: https://develop.svn.wordpress.org/trunk@3804 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-05-26 23:08:05 +00:00 |
|
Ryan Boren
|
c352f4cad8
|
Nonce fixes from mdawaffe. #2678
git-svn-id: https://develop.svn.wordpress.org/trunk@3778 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-05-18 00:47:21 +00:00 |
|
Ryan Boren
|
fcfda4db13
|
Nonce from above. #2678
git-svn-id: https://develop.svn.wordpress.org/trunk@3759 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-05-02 22:36:06 +00:00 |
|
Ryan Boren
|
aa88f20cff
|
tinyMCE 2.0.5 coming at you live. fixes #2598
git-svn-id: https://develop.svn.wordpress.org/trunk@3664 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-03-30 07:50:33 +00:00 |
|
Ryan Boren
|
cb23290318
|
AJAX, cause you love it. Props mdawaffe. fixes #2561
git-svn-id: https://develop.svn.wordpress.org/trunk@3660 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-03-29 01:51:55 +00:00 |
|
Ryan Boren
|
46e081fba2
|
Put categories dbx box up top and open. fixes #2493
git-svn-id: https://develop.svn.wordpress.org/trunk@3651 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-03-21 00:25:58 +00:00 |
|
Ryan Boren
|
30c5d8a624
|
Check Published for future posts. fixes #2488
git-svn-id: https://develop.svn.wordpress.org/trunk@3560 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-20 21:00:19 +00:00 |
|
Ryan Boren
|
f961003343
|
Allow draft pages. Use post_type for object types. Reserve post_status strictly for status. fixes #1820
git-svn-id: https://develop.svn.wordpress.org/trunk@3510 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-09 10:03:48 +00:00 |
|
Ryan Boren
|
a6baed8b6c
|
Check upload_files cap for inline uploader. Props David House and doit-cu. fixes #2302
git-svn-id: https://develop.svn.wordpress.org/trunk@3456 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-18 19:16:31 +00:00 |
|
Ryan Boren
|
7c846b2b8a
|
dbx hooks from Owen. fixes #2250
git-svn-id: https://develop.svn.wordpress.org/trunk@3415 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-09 22:44:42 +00:00 |
|
Ryan Boren
|
e1459bd149
|
Remove cruft.
git-svn-id: https://develop.svn.wordpress.org/trunk@3348 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-23 20:59:23 +00:00 |
|
Ryan Boren
|
e857851b47
|
Fix already pinged list. Props pirateking. fixes #2136
git-svn-id: https://develop.svn.wordpress.org/trunk@3347 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-23 20:43:30 +00:00 |
|
Ryan Boren
|
1a7f0bd3a8
|
edit form fix from Viper007Bond. fixes #2113
git-svn-id: https://develop.svn.wordpress.org/trunk@3334 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-21 15:56:14 +00:00 |
|
Ryan Boren
|
fe784ecc7b
|
Workaround browser bug. fixes #2090
git-svn-id: https://develop.svn.wordpress.org/trunk@3324 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-18 15:51:56 +00:00 |
|
Ryan Boren
|
d9c8d0818a
|
MCE fix-em-ups from skeltoac. fixes #1962
git-svn-id: https://develop.svn.wordpress.org/trunk@3283 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-09 19:24:14 +00:00 |
|
Ryan Boren
|
89fb46bcce
|
Check for publish_posts cap.
git-svn-id: https://develop.svn.wordpress.org/trunk@3268 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-05 03:38:35 +00:00 |
|
Ryan Boren
|
66c2fbe1ac
|
RTL LTR. fixes #1995
git-svn-id: https://develop.svn.wordpress.org/trunk@3246 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-30 19:07:28 +00:00 |
|
Ryan Boren
|
619d8d0c0c
|
TinyMCE directionality for RTL support. Props skeltoac. fixes #1967
git-svn-id: https://develop.svn.wordpress.org/trunk@3244 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-30 17:15:43 +00:00 |
|
Matt Mullenweg
|
f684d12d67
|
Only show tooltip when rich editing is on, fixes #1942
git-svn-id: https://develop.svn.wordpress.org/trunk@3213 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-25 22:44:48 +00:00 |
|
Ryan Boren
|
65f30e4b67
|
Restore accidental reversion.
git-svn-id: https://develop.svn.wordpress.org/trunk@3150 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-18 10:10:53 +00:00 |
|
Ryan Boren
|
15513318ba
|
Big tiny fixes from skeltoac. fixes #1897
git-svn-id: https://develop.svn.wordpress.org/trunk@3136 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-17 17:47:29 +00:00 |
|
Matt Mullenweg
|
7711e1ba8f
|
Slicker category adding, fixes #1882
git-svn-id: https://develop.svn.wordpress.org/trunk@3135 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-17 10:23:35 +00:00 |
|
Ryan Boren
|
eb4979a640
|
New bookmarklet action.
git-svn-id: https://develop.svn.wordpress.org/trunk@3127 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-17 03:26:24 +00:00 |
|
Matt Mullenweg
|
7252579349
|
Some changes and tweaks to how the inline image uploading works.
git-svn-id: https://develop.svn.wordpress.org/trunk@3126 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-17 03:19:19 +00:00 |
|
Ryan Boren
|
b8f0875533
|
Don't show Publish button for published posts.
git-svn-id: https://develop.svn.wordpress.org/trunk@3101 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-16 02:17:26 +00:00 |
|
Ryan Boren
|
609383477a
|
TinyMCE tweaks from skeltoac. fixes #1852
git-svn-id: https://develop.svn.wordpress.org/trunk@3015 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-08 19:17:08 +00:00 |
|
Ryan Boren
|
1fb12a1eaa
|
Rename image-uploading to inline-uploading. Props skeltoac. fixes #1834
git-svn-id: https://develop.svn.wordpress.org/trunk@2994 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-06 03:40:43 +00:00 |
|
Ryan Boren
|
3ed89b9e86
|
TinyMCE 2.0RC4 Props skeltoac. fixes #1830
git-svn-id: https://develop.svn.wordpress.org/trunk@2993 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-06 03:30:11 +00:00 |
|
Matt Mullenweg
|
114d19b144
|
Redirect to new permalink if slug changes. Fixes #1068
git-svn-id: https://develop.svn.wordpress.org/trunk@2988 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-05 22:57:56 +00:00 |
|
Ryan Boren
|
efe9f2fbcf
|
Don't show publish button when post is already published. Props: Mark Jaquith fixes #1813
git-svn-id: https://develop.svn.wordpress.org/trunk@2981 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-04 02:51:59 +00:00 |
|
Ryan Boren
|
7ffc6d0838
|
Put the preview anchors on the h2. Props: markjaquith fixes #1765
git-svn-id: https://develop.svn.wordpress.org/trunk@2973 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-10-29 01:52:56 +00:00 |
|
Ryan Boren
|
5076d8f999
|
Image Uploader bug fixes and UI rework from Andy. fixes #1718
git-svn-id: https://develop.svn.wordpress.org/trunk@2926 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-09-30 22:42:26 +00:00 |
|
Ryan Boren
|
1f4f968040
|
Image uploading widget from skeltoac. fixes #1710
git-svn-id: https://develop.svn.wordpress.org/trunk@2921 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-09-26 23:55:36 +00:00 |
|
Ryan Boren
|
72133b0358
|
Post preview, now with extra spiff, from Mark Jaquith. fixes #1701
git-svn-id: https://develop.svn.wordpress.org/trunk@2906 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-09-23 00:44:26 +00:00 |
|
Ryan Boren
|
0bd0cd8b33
|
Partial migration to roles.
git-svn-id: https://develop.svn.wordpress.org/trunk@2900 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-09-21 05:13:49 +00:00 |
|
Matt Mullenweg
|
822f7704bc
|
Move JS below edit form, fixes #1555
git-svn-id: https://develop.svn.wordpress.org/trunk@2804 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-08-23 07:46:33 +00:00 |
|
Matt Mullenweg
|
e6aee8f5c6
|
Clap on Clap off
git-svn-id: https://develop.svn.wordpress.org/trunk@2789 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-08-18 01:51:59 +00:00 |
|
Matt Mullenweg
|
91d7f28966
|
Getting much better! Fixes #1566
git-svn-id: https://develop.svn.wordpress.org/trunk@2776 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-08-10 23:39:15 +00:00 |
|
Matt Mullenweg
|
67ebbbe5a3
|
Adding categories on the fly is happiness. Fixes #1563 thanks to mdawaffe
git-svn-id: https://develop.svn.wordpress.org/trunk@2767 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-08-09 08:16:29 +00:00 |
|
Matt Mullenweg
|
7c4907713c
|
Draw more attention to the messages, which now blend in a little with the header. TODO: Put all messages in an array, abstract out HTML
git-svn-id: https://develop.svn.wordpress.org/trunk@2762 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-08-08 01:13:22 +00:00 |
|
Matt Mullenweg
|
1d5e21d175
|
Tweaks and catchups
git-svn-id: https://develop.svn.wordpress.org/trunk@2756 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-08-07 08:58:10 +00:00 |
|
Matt Mullenweg
|
c2e4367a4f
|
Adding WYSIWYG. Todo: remove all uneccesary stuff.
git-svn-id: https://develop.svn.wordpress.org/trunk@2748 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-08-04 08:37:46 +00:00 |
|
Matt Mullenweg
|
b81fef690d
|
A few CSS polishes
git-svn-id: https://develop.svn.wordpress.org/trunk@2730 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-23 06:22:48 +00:00 |
|
Matt Mullenweg
|
cf204d01e5
|
Fixing tab order, adding publish access key.
git-svn-id: https://develop.svn.wordpress.org/trunk@2729 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-21 23:45:12 +00:00 |
|
Ryan Boren
|
9527e184fe
|
More cap migration.
git-svn-id: https://develop.svn.wordpress.org/trunk@2714 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-15 02:16:45 +00:00 |
|
Ryan Boren
|
5dbb58cd91
|
Migrate to caps.
git-svn-id: https://develop.svn.wordpress.org/trunk@2709 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-13 22:26:26 +00:00 |
|
Matt Mullenweg
|
810e0018f4
|
Massive user_level fix. We were still using the user_level field in wp_users in some places, where we should just use the table prefixed usermeta value.
git-svn-id: https://develop.svn.wordpress.org/trunk@2702 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-09 01:27:46 +00:00 |
|
Ryan Boren
|
2b50612117
|
Add get_post_to_edit() and get_default_post_to_edit(). More post.php cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@2651 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-19 02:51:48 +00:00 |
|
Matt Mullenweg
|
afc06a6f56
|
New schmancy posting interface
git-svn-id: https://develop.svn.wordpress.org/trunk@2639 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-14 07:31:36 +00:00 |
|
Matt Mullenweg
|
f6ef88773f
|
User data migration should be complete
git-svn-id: https://develop.svn.wordpress.org/trunk@2636 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-13 08:32:44 +00:00 |
|
Matt Mullenweg
|
f26e7d7e0d
|
Don't show delete button if there's nothing to delete
git-svn-id: https://develop.svn.wordpress.org/trunk@2537 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-16 18:47:37 +00:00 |
|
Ryan Boren
|
7f2c7afd0f
|
When editing posts, don't automatically change the post author to the current user. http://mosquito.wordpress.org/view.php?id=911 Props: dwc
git-svn-id: https://develop.svn.wordpress.org/trunk@2528 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-13 16:30:09 +00:00 |
|
Ryan Boren
|
a21f267454
|
Don't let users who cannot publish edit published posts, even their own. Make consistent use of user_can_create_post(). http://mosquito.wordpress.org/view.php?id=1004 Props: MC_incubus
git-svn-id: https://develop.svn.wordpress.org/trunk@2441 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-14 00:48:11 +00:00 |
|
Ryan Boren
|
bfb799b850
|
Obey default pingback setting. http://mosquito.wordpress.org/view.php?id=945
git-svn-id: https://develop.svn.wordpress.org/trunk@2413 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-07 00:01:57 +00:00 |
|
Matt Mullenweg
|
0c1b494001
|
When in advanced view it means the boxes are unchecked
git-svn-id: https://develop.svn.wordpress.org/trunk@2290 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-12 09:25:54 +00:00 |
|
Matt Mullenweg
|
fd66fc02c6
|
Enclosure cleanups
git-svn-id: https://develop.svn.wordpress.org/trunk@2288 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-12 08:58:10 +00:00 |
|