Commit Graph

3124 Commits

Author SHA1 Message Date
ryan
385677b909 Better date editing from MarkJaquith. see #6250
git-svn-id: http://svn.automattic.com/wordpress/trunk@7338 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-16 23:05:16 +00:00
ryan
4f60026851 Don't allow duplicate category creation. Props westi and mdawaffe. fixes #3799
git-svn-id: http://svn.automattic.com/wordpress/trunk@7336 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-16 20:37:02 +00:00
ryan
c41402325f Fix var name. see #6236
git-svn-id: http://svn.automattic.com/wordpress/trunk@7335 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-16 18:19:42 +00:00
ryan
a6180f4427 Fix var name. see #6236
git-svn-id: http://svn.automattic.com/wordpress/trunk@7334 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-16 18:18:35 +00:00
matt
42ac4d7043 Fix for bizarre FFb4 bug in WYSIWYG. Hat tip: azaozz.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7332 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-16 14:07:11 +00:00
westi
f289fb554c Fix my poor spelling. Props dickie.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7331 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-16 12:21:03 +00:00
westi
ce5dd073fb Allow plugins to filter the dashboard counts sentance. Fixes #6244 props nerrad.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-16 10:04:42 +00:00
westi
9c49dc2836 Don't show a check box for deleting the default category.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7329 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-16 10:00:11 +00:00
ryan
a66d723e9b find_base_dir fixes from DD32. see #6245
git-svn-id: http://svn.automattic.com/wordpress/trunk@7328 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-16 09:50:35 +00:00
ryan
568d64e73e FTP CWD fixes from DD32. see #6245
git-svn-id: http://svn.automattic.com/wordpress/trunk@7327 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-16 09:49:10 +00:00
westi
78c365c7cd Import mt tags/keywords. See #4472 props shacker.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7326 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-15 23:16:28 +00:00
westi
e65d6369f2 Switch from addLoadEvent to jQuery(document).ready. Fixes #6241 props azaozz.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7325 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-15 22:57:47 +00:00
westi
a7f441525e Only show IP and email address for comments a user can edit. Fixes #4353.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7322 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-15 22:09:23 +00:00
westi
8a81571933 Only link to a post for editing if the user can edit it.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7321 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-15 21:52:12 +00:00
westi
91011917f7 Only replace the last segment of the uri when generating the sample permalink. Fixes #6068.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7320 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-15 21:27:10 +00:00
westi
e430f167d7 Set autocomplete off for password files on the profile pages. Fixes #5006.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7318 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-15 20:42:00 +00:00
westi
e9164dd56d Make the edit link point to the profile for the current user when managing users.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7317 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-15 20:27:16 +00:00
westi
80ff56f154 Add some class to the your are using theme xxx paragraph. Fixes #6234 props Aaron Harun.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7315 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-15 18:38:21 +00:00
westi
f9871ae531 Chase down some 64bit dragons. Ensure that we only ever create a 32bit number to compare to the 32bit magic number when searching a zip file for the end of the directory record. See #6236.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7314 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-15 18:33:16 +00:00
matt
8734e3d1bf So fresh and so clean, clean.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7313 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-15 17:02:16 +00:00
matt
d6d149bbb9 Match quicktag bar to button.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7312 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-15 16:57:57 +00:00
matt
44cb71faa1 Tooltips for media buttons. Hat tip: azaozz.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7311 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-15 16:53:36 +00:00
westi
fe5387bbbc Add an action to allow plugins to add extra related links to the list. Fixes #6232.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7310 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-15 08:40:22 +00:00
ryan
d74331ba32 Reduce dependency on inline style. Props mdawaffe. fixes #6228
git-svn-id: http://svn.automattic.com/wordpress/trunk@7307 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-15 06:14:03 +00:00
matt
4d4127bf42 Some color changes from JSM.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7305 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-15 00:21:28 +00:00
ryan
7a1db035a2 Reduce dependency on inline style. Props mdawaffe. fixes #6228
git-svn-id: http://svn.automattic.com/wordpress/trunk@7304 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 23:58:31 +00:00
ryan
d095605faa i18n fixes from nbachiyski. fixes #6226
git-svn-id: http://svn.automattic.com/wordpress/trunk@7303 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 22:20:24 +00:00
ryan
fb488bb835 i18n fixes from nbachiyski. fixes #6226
git-svn-id: http://svn.automattic.com/wordpress/trunk@7302 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 20:17:17 +00:00
ryan
4be6f03439 i18n fixes from nbachiyski. fixes #6226
git-svn-id: http://svn.automattic.com/wordpress/trunk@7300 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 19:56:43 +00:00
westi
7741d8ea53 Enclose more things as CDATA when exporting. Fixes #4242 props nbachiyski.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7299 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 19:37:18 +00:00
ryan
e098836829 Allow hardcoding of FTP connection info. Props DD32. see #5586
git-svn-id: http://svn.automattic.com/wordpress/trunk@7297 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 19:11:41 +00:00
ryan
835d70399d Remove underline from admin footer links. Pros sambauers. fixes #6201
git-svn-id: http://svn.automattic.com/wordpress/trunk@7295 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 18:26:48 +00:00
ryan
07807f1769 install.php i18n and html fixes. Props nbachiyski. fixes #6221
git-svn-id: http://svn.automattic.com/wordpress/trunk@7294 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 18:22:19 +00:00
ryan
9a0dd2b9c8 CSS typo fixes from sambauers. fixes #6220
git-svn-id: http://svn.automattic.com/wordpress/trunk@7293 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 18:18:23 +00:00
ryan
c6ca95213b Mark dashboard feed links for translation so they can be localized. Props tai. fixes #6222
git-svn-id: http://svn.automattic.com/wordpress/trunk@7292 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 18:16:29 +00:00
westi
370212a0a2 Allow you to click on the colours or label to select a colour scheme. Fixes #6198 props nbachiyski.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7291 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 16:51:39 +00:00
matt
f85b8d6eb8 The whole title box should be clickable to expand or contract. Fixes #6217. Hat tip: azaozz.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7290 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 08:43:00 +00:00
matt
673b6b534f Only show months that actually have attachments.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7288 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 08:39:07 +00:00
matt
ba3972df2b Tighten up buttons a bit, always space out delete from its neighbor.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7287 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 08:38:09 +00:00
matt
7afb82c4ae Change order of links to match buttons above.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7286 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 08:30:45 +00:00
matt
2085ea1c9a Date display and editing tweaks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7285 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 08:17:59 +00:00
matt
386eb869f9 Make empty links text a bit more informative.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7283 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 07:26:46 +00:00
matt
62298aa7c7 Remove drafts from Write page.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7282 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 07:07:46 +00:00
ryan
89bc5d972f Avoid integer overflow with widget IDs. Props mdawaffe. fixes #6210
git-svn-id: http://svn.automattic.com/wordpress/trunk@7281 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 06:48:23 +00:00
ryan
c711c5aaf8 Encode ampersands. Props Quandary. fixes #6212
git-svn-id: http://svn.automattic.com/wordpress/trunk@7280 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 06:44:40 +00:00
ryan
b4a795bb5c Merge style attributes. Props Quandary. fixes #6214
git-svn-id: http://svn.automattic.com/wordpress/trunk@7279 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-14 06:43:38 +00:00
ryan
66e96b088c Show Add Link page when visiting Write from Mange->Links. Props MtDewVirus. fixes #6204
git-svn-id: http://svn.automattic.com/wordpress/trunk@7276 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-13 23:51:32 +00:00
westi
04543417c9 Better protection against double widget insertion. Fixes #6191 props mdawaffe.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7275 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-13 21:33:11 +00:00
westi
1567bfb195 Move the restrict_manage_post hook back to a useful place. Fixes #6196.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7274 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-13 20:39:56 +00:00
westi
d1f0f9517b IE fixes for the stylesheet selector. Fixes #6200 props hansengel.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7273 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-13 19:17:57 +00:00
ryan
e56562d1ba Fix code button alignment. Props sambauers. fixes #6179
git-svn-id: http://svn.automattic.com/wordpress/trunk@7272 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-13 06:06:33 +00:00
ryan
4acb6b2a63 Don't double insert widget. Props mdawaffe. fixes #6191
git-svn-id: http://svn.automattic.com/wordpress/trunk@7267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-12 19:56:08 +00:00
westi
0070e011a2 Add description for custom fields on write>page. Fixes #6190 props hansengel.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7266 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-12 17:36:26 +00:00
markjaquith
f80da996c9 Move "approve/unapprove" links to the right, so the comment action links are consistently in the same position. fixes #6143
git-svn-id: http://svn.automattic.com/wordpress/trunk@7265 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-12 08:54:41 +00:00
westi
3eb7d021ed Add some missing timezone offsets. Fixes #6176 props sambauers.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7264 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-12 08:38:21 +00:00
ryan
31abda9e0f Image fixes from andy. see #5911
git-svn-id: http://svn.automattic.com/wordpress/trunk@7263 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-12 08:10:00 +00:00
ryan
3d0435bb58 Attachment editing from mdawaffe. fixes #6181
git-svn-id: http://svn.automattic.com/wordpress/trunk@7262 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-12 05:50:07 +00:00
matt
143d94c1c4 Color tweaks, fixes #6180
git-svn-id: http://svn.automattic.com/wordpress/trunk@7261 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-12 04:46:17 +00:00
matt
574a6b4784 A little darker on the right now.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7260 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-12 03:43:01 +00:00
ryan
67deb4e0f4 Color scheme switcher styling from mt. fixes #6178
git-svn-id: http://svn.automattic.com/wordpress/trunk@7259 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-12 02:35:22 +00:00
ryan
4b2bc59df8 Color scheme selector fixes from andy. see #6167
git-svn-id: http://svn.automattic.com/wordpress/trunk@7258 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-12 00:12:34 +00:00
ryan
553e8d935c Typo fixes. fixes #6155
git-svn-id: http://svn.automattic.com/wordpress/trunk@7257 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 23:45:07 +00:00
ryan
349fc66bd1 Editor button fixes for IE. Props azaozz. fixes #6172
git-svn-id: http://svn.automattic.com/wordpress/trunk@7255 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 23:04:13 +00:00
ryan
399da81504 user edit form validation fixes
git-svn-id: http://svn.automattic.com/wordpress/trunk@7254 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 22:03:05 +00:00
ryan
e1b30972da Move All Users to head of filter list
git-svn-id: http://svn.automattic.com/wordpress/trunk@7252 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 21:21:24 +00:00
ryan
b27053bf5a Fix comment bubble links for attachments and pages. Props mdawaffe. fixes #6169
git-svn-id: http://svn.automattic.com/wordpress/trunk@7251 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 21:09:07 +00:00
ryan
f0479dbc17 Admin color selector. see #6167
git-svn-id: http://svn.automattic.com/wordpress/trunk@7249 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 21:06:03 +00:00
ryan
66e8bdb87f Fix AJAX comment ops for single pages. Props mdawaffe. fixes #6165
git-svn-id: http://svn.automattic.com/wordpress/trunk@7248 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 20:26:10 +00:00
ryan
4416bcf555 Fix AJAX comment ops for single posts. Props mdawaffe. see #6165
git-svn-id: http://svn.automattic.com/wordpress/trunk@7247 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 20:10:39 +00:00
ryan
eab1b66d64 gettext
git-svn-id: http://svn.automattic.com/wordpress/trunk@7246 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 19:36:46 +00:00
matt
66b8394d60 Some color tweaks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7245 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 18:26:14 +00:00
ryan
a3395b364e Don't show multi widgets multi times in available widgets. Props mdawaffe. fixes #6162
git-svn-id: http://svn.automattic.com/wordpress/trunk@7243 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 18:01:22 +00:00
ryan
93f0add73b Make sure widget is available before trying to display it in the admin. Props mdawaffe. fixes #6149
git-svn-id: http://svn.automattic.com/wordpress/trunk@7242 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 17:42:09 +00:00
westi
bd9c890f3d Add phpDoc with copyright and licencing info to external ftp libs. Fixes #6155 props DD32.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7241 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 17:23:30 +00:00
ryan
0b22d34ee6 More TinyMCE color abstraction and new border for title and editor. Props azaozz. fixes #6156
git-svn-id: http://svn.automattic.com/wordpress/trunk@7240 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 16:54:48 +00:00
ryan
132a674402 Remove extraneous slash. Props rnt. fixes #6158
git-svn-id: http://svn.automattic.com/wordpress/trunk@7239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 16:41:53 +00:00
ryan
d1753e67e6 Auto update fixes from DD32. see #5586
git-svn-id: http://svn.automattic.com/wordpress/trunk@7238 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 16:37:44 +00:00
ryan
7fa4744082 Upgrade message in dash. Props mdawaffe. fixes #6060
git-svn-id: http://svn.automattic.com/wordpress/trunk@7237 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 16:13:07 +00:00
westi
f14702fb65 Bring the bubble back when we have moderated a comment. Fixes #6010 props mdawaffe.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7236 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 08:55:57 +00:00
westi
7733c94c8c Validation and Translation fixes for the Profile page. Fixes #6152 and #6153 props johnbillion.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7235 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 08:54:08 +00:00
matt
c3c45d74fc Abstract TinyMCE colors. Fixes #6154. Hat tip: azaozz.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7232 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 07:31:19 +00:00
matt
cd23e67355 Show comment time, not post time.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7231 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 07:28:47 +00:00
matt
7f77979b0a Visual and English tweaks throughout.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7230 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 07:23:07 +00:00
matt
801ab72258 Dashboard color tweak.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7229 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 02:08:10 +00:00
matt
13e2adae6b See #5911. Hat tip: andy.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7228 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 01:30:15 +00:00
matt
d3eb82934f Use jQuery load function when available. Fixes #6112; Hat tip: azaozz.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7226 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-11 00:58:37 +00:00
ryan
121991894a Make titles for multiple instances of a widget distinct. Props mdawaffe. fixes #6108
git-svn-id: http://svn.automattic.com/wordpress/trunk@7219 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-10 23:23:32 +00:00
matt
355c09e6d0 More attachment thumbnail fixes, see #5911. Hat tip: andy.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7218 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-10 23:04:20 +00:00
ryan
39ca0f550e Add cap checks to dash. Props mdawaffe. fixes #5858
git-svn-id: http://svn.automattic.com/wordpress/trunk@7217 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-10 22:59:57 +00:00
matt
4f59f008ab Some more color updates.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7216 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-10 22:35:19 +00:00
ryan
7e5d1fade9 Add cursor pointer to buttons. Props ionfish and mt. fixes #5943
git-svn-id: http://svn.automattic.com/wordpress/trunk@7215 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-10 22:10:39 +00:00
ryan
56673e49e6 Styling update for user edit form. Props mt. fixes #6140
git-svn-id: http://svn.automattic.com/wordpress/trunk@7214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-10 22:09:26 +00:00
matt
8d03359345 Invisible ink delete links. See #5911. Also some old school colors, half-way done.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7213 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-10 21:49:08 +00:00
matt
7807a9d116 Icon fixes. See #5911; hat tip: andy.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7212 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-10 21:31:33 +00:00
matt
0cef1b754e New color file.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7211 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-10 20:59:08 +00:00
matt
0023f723ec Drop the padding back down now that the borders are back.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7210 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-10 20:57:04 +00:00
ryan
5fa2304d1e Fix deletion of plugins not in their own directory. Props DD32. see #5586
git-svn-id: http://svn.automattic.com/wordpress/trunk@7209 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-10 17:13:41 +00:00
ryan
8768a5eed8 Typo fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@7208 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-10 08:38:17 +00:00
ryan
26551b27db Fix comment bubble alignment. Props azaozz. fixes #6115
git-svn-id: http://svn.automattic.com/wordpress/trunk@7207 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-10 08:24:45 +00:00
ryan
331efc3e25 Show error data in message. Props DD32. see #5586
git-svn-id: http://svn.automattic.com/wordpress/trunk@7206 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-10 07:45:46 +00:00