Commit Graph

251 Commits

Author SHA1 Message Date
Ryan Boren 5f85c2dc0c Media Library design updates from Andy. see #5911
git-svn-id: https://develop.svn.wordpress.org/trunk@6910 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-19 06:13:20 +00:00
Matt Mullenweg ea1c1ac2a6 A few places we were missing links to new stylesheet.
git-svn-id: https://develop.svn.wordpress.org/trunk@6782 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-11 07:53:10 +00:00
Ryan Boren e38abfba84 Make css cache busting and rtl inclusion uniform across admin. Props mdawaffe. fixes #4830
git-svn-id: https://develop.svn.wordpress.org/trunk@5965 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-28 23:23:38 +00:00
rob1n 12c2ef6be0 Content-Type, not Content-type, as headers are case sensitive. Props foolswisdom and Nazgul. fixes #3545
git-svn-id: https://develop.svn.wordpress.org/trunk@5640 602fd350-edb4-49c9-b593-d223f7449a82
2007-06-02 05:21:18 +00:00
rob1n 8d9c333dee Ugh. We need to consolidate these headers. see #4334
git-svn-id: https://develop.svn.wordpress.org/trunk@5635 602fd350-edb4-49c9-b593-d223f7449a82
2007-06-02 00:43:40 +00:00
rob1n 42a1f116d5 Move JavaScript to js subfolder, and CSS to css subfolder. see #4334
git-svn-id: https://develop.svn.wordpress.org/trunk@5631 602fd350-edb4-49c9-b593-d223f7449a82
2007-06-02 00:37:51 +00:00
Ryan Boren 09f70467e0 Admin includes reorg. see #4334
git-svn-id: https://develop.svn.wordpress.org/trunk@5542 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-25 07:16:21 +00:00
Ryan Boren 6332287bb3 Fix inline uploader page links. Props mdawaffe. fixes #4217 for 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5368 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-01 23:33:44 +00:00
Matt Mullenweg 0ec4ef6a75 I think this got accidentally reverted.
git-svn-id: https://develop.svn.wordpress.org/trunk@5322 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-26 22:17:13 +00:00
rob1n 272ad77beb Add admin_xml_ns to upload.php's <html>, since it doesn't use admin-header.php.
git-svn-id: https://develop.svn.wordpress.org/trunk@5309 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-25 00:56:22 +00:00
Matt Mullenweg c144679edf This fixes the broken paginate_links on the comments and users page, however the way this function works is rather awkward and should be redone. There is far too much complexity for what it's trying to do.
git-svn-id: https://develop.svn.wordpress.org/trunk@5226 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-10 07:38:36 +00:00
Ryan Boren 2d804cf565 Add missing lvalue. Props markjaquith and joetan. fixes #3928
git-svn-id: https://develop.svn.wordpress.org/trunk@5126 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-28 16:17:23 +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
Ryan Boren 0969550af7 Add h2 to Uploads page. Props mdawaffe. fixes #3541
git-svn-id: https://develop.svn.wordpress.org/trunk@4708 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-09 09:05:54 +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
Mark Jaquith bb18d08ce4 Require an attachment ID for upload.php?action=edit. fixes #3333
git-svn-id: https://develop.svn.wordpress.org/trunk@4600 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-04 14:05:54 +00:00
Ryan Boren 7602d4ea9a Inline uploader tweaks from mdawaffe. fixes #3360
git-svn-id: https://develop.svn.wordpress.org/trunk@4466 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-14 23:18:20 +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
Ryan Boren 3a78f217bf Uploader improvements from mdawaffe. fixes #3191
git-svn-id: https://develop.svn.wordpress.org/trunk@4340 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-04 17:19:10 +00:00
Ryan Boren e82527ecb6 Uploader improvements from mdawaffe. fixes #3191
git-svn-id: https://develop.svn.wordpress.org/trunk@4312 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-04 06:37:42 +00:00
Ryan Boren 8f25e35913 Pageinate upload tabs. From the Paginator, mdawaffe. fixes #3193
git-svn-id: https://develop.svn.wordpress.org/trunk@4276 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-03 15:40:26 +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
Matt Mullenweg 81f443ddab Minor cleanups.
git-svn-id: https://develop.svn.wordpress.org/trunk@2923 602fd350-edb4-49c9-b593-d223f7449a82
2005-09-27 03:42:17 +00:00
Matt Mullenweg d10025c63e Missing translation
git-svn-id: https://develop.svn.wordpress.org/trunk@2774 602fd350-edb4-49c9-b593-d223f7449a82
2005-08-10 06:50:20 +00:00
Ryan Boren 268fc9f7a1 Cap migration.
git-svn-id: https://develop.svn.wordpress.org/trunk@2720 602fd350-edb4-49c9-b593-d223f7449a82
2005-07-17 19:29:55 +00:00
Matt Mullenweg 6b67558aeb Semi-colon semi-bug
git-svn-id: https://develop.svn.wordpress.org/trunk@2352 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-15 23:25:59 +00:00
Matt Mullenweg 62bdfa854b More upload fixes - http://mosquito.wordpress.org/view.php?id=696
git-svn-id: https://develop.svn.wordpress.org/trunk@2331 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 07:13:38 +00:00
Matt Mullenweg f54c645796 http://mosquito.wordpress.org/view.php?id=810
git-svn-id: https://develop.svn.wordpress.org/trunk@2329 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 07:06:52 +00:00
Matt Mullenweg 600e35ca33 http://mosquito.wordpress.org/view.php?id=431
git-svn-id: https://develop.svn.wordpress.org/trunk@2278 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-12 01:50:27 +00:00
Matt Mullenweg 4c65eff661 http://mosquito.wordpress.org/view.php?id=430
git-svn-id: https://develop.svn.wordpress.org/trunk@2170 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 10:24:05 +00:00
Matt Mullenweg e0ab3754ae Invalid generated code - http://mosquito.wordpress.org/view.php?id=774
git-svn-id: https://develop.svn.wordpress.org/trunk@2169 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 10:17:48 +00:00
Matt Mullenweg 4ef178d2e0 More name cleanups
git-svn-id: https://develop.svn.wordpress.org/trunk@1864 602fd350-edb4-49c9-b593-d223f7449a82
2004-11-18 23:55:08 +00:00
Mike Little a0537e71c7 cleanup filenames
git-svn-id: https://develop.svn.wordpress.org/trunk@1863 602fd350-edb4-49c9-b593-d223f7449a82
2004-11-18 23:30:51 +00:00
Donncha O Caoimh 887f94011f Fixed missing function - include admin.php
git-svn-id: https://develop.svn.wordpress.org/trunk@1824 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-21 15:16:03 +00:00
Dougal Campbell 8254105bef Fixed the file renaming bug that I introduced.
git-svn-id: https://develop.svn.wordpress.org/trunk@1761 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-08 14:59:52 +00:00
Dougal Campbell d2ed07b4bf Security: Clean up user inputs before using.
git-svn-id: https://develop.svn.wordpress.org/trunk@1727 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-02 00:46:30 +00:00
Matt Mullenweg 62341a5faf Missing dollar sign.
git-svn-id: https://develop.svn.wordpress.org/trunk@1576 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-30 08:16:55 +00:00
Ryan Boren 6c6e2a4a79 Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1138 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-24 00:16:27 +00:00
Ryan Boren e923170edc Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1135 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-23 06:46:53 +00:00
Matt Mullenweg 26b2eb3833 Linking to the wrong options file.
git-svn-id: https://develop.svn.wordpress.org/trunk@1122 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-22 07:49:09 +00:00
Matt Mullenweg 94f0cf9181 Changed to superglobals, and eliminated $use_cache (since we always do).
git-svn-id: https://develop.svn.wordpress.org/trunk@1108 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-20 22:56:47 +00:00
Matt Mullenweg cdeccb82f8 CHMOD uploaded files to make sure they're writable.
git-svn-id: https://develop.svn.wordpress.org/trunk@1091 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-18 07:10:44 +00:00
Matt Mullenweg 62161136ba File type matching should be case-insensitive.
git-svn-id: https://develop.svn.wordpress.org/trunk@1060 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-12 17:25:59 +00:00
Dougal Campbell 6ac36de172 Fixed to use get_settings(). Via mindtrap: gbergling@0xfce3.net http://www.bsd-network.org/
git-svn-id: https://develop.svn.wordpress.org/trunk@977 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-16 14:41:39 +00:00
Ryan Boren 764f2d1806 Remove spurious $
git-svn-id: https://develop.svn.wordpress.org/trunk@959 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-05 07:26:38 +00:00
Matt Mullenweg 59155a15f3 Migration to get_settings
git-svn-id: https://develop.svn.wordpress.org/trunk@956 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-01 06:13:32 +00:00
Dougal Campbell e77d1fa00a Fixed a typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@891 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-18 19:39:49 +00:00
Matt Mullenweg 3bd3606aef New upload functionality.
git-svn-id: https://develop.svn.wordpress.org/trunk@831 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-05 14:28:02 +00:00
Matt Mullenweg c063730bf5 Removed ref to missing files. This upload thing needs to be looked at and redone.
git-svn-id: https://develop.svn.wordpress.org/trunk@765 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 13:13:06 +00:00
Matt Mullenweg ccc413011a Renaming Reloaded.
git-svn-id: https://develop.svn.wordpress.org/trunk@628 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-18 09:36:13 +00:00
Matt Mullenweg 9c6a0a9403 The great renaming.
git-svn-id: https://develop.svn.wordpress.org/trunk@601 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-11 00:22:36 +00:00