Commit Graph

346 Commits

Author SHA1 Message Date
Ryan Boren a70e1a34e5 WP-Admin File Level Inline Documentation from santosj. see #7496
git-svn-id: https://develop.svn.wordpress.org/trunk@8618 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-11 20:26:31 +00:00
Peter Westwood 0a22fa8460 Mark files as deprecated. See #4960.
git-svn-id: https://develop.svn.wordpress.org/trunk@7448 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-21 09:29:22 +00:00
Ryan Boren 7fd1d0c06d Resurrect admin-functions.php and upgrade-functions.php for back compat. fixes #4956
git-svn-id: https://develop.svn.wordpress.org/trunk@6090 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-12 02:36:04 +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 510799abe8 More rel_type elimination. see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5532 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-23 20:59:11 +00:00
Ryan Boren 2b134cc1f7 Set and get post cats to taxonomy. see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5529 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-23 18:07:53 +00:00
Ryan Boren a0e6f06194 wp_insert_category(), cat_rows(), and others using taxonomy. see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5528 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-23 17:28:13 +00:00
rob1n bf709d5234 Filter max upload file size for import form. Props Donncha. fixes #4320
git-svn-id: https://develop.svn.wordpress.org/trunk@5527 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-23 15:45:28 +00:00
Ryan Boren feb66bda9c Start moving link categories to taxonomy. see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5523 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-23 07:15:10 +00:00
Ryan Boren 523a3724bb Very rough initial commit of taxonomy for everyone's hacking pleasure. There be dragons. see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5510 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-22 05:12:38 +00:00
Ryan Boren e8da828363 Add nonces to importers
git-svn-id: https://develop.svn.wordpress.org/trunk@5404 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-07 15:56:53 +00:00
rob1n 53ee688f08 Sort page templates by name. Props Arrrr. see #2926
git-svn-id: https://develop.svn.wordpress.org/trunk@5380 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-03 04:41:22 +00:00
rob1n 926e50cbf2 Apply get_nested_cats filter. Props davidhouse and Nazgul. fixes #2623
git-svn-id: https://develop.svn.wordpress.org/trunk@5379 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-03 04:34:07 +00:00
Ryan Boren fe2887b40d unfiltered_upload fix from Nazgul. fixes #4136
git-svn-id: https://develop.svn.wordpress.org/trunk@5353 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-30 15:54:50 +00:00
rob1n a40b296021 Allow number_format to be internationalized. Props nbachiyski. fixes #3677
git-svn-id: https://develop.svn.wordpress.org/trunk@5308 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-25 00:49:57 +00:00
rob1n 215dca2430 Add unfiltered_upload cap, and allow for admins. Props Nazgul. fixes #4136
git-svn-id: https://develop.svn.wordpress.org/trunk@5303 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-24 23:27:20 +00:00
rob1n 23bd5c2fec Take out undefined variable. fixes #2781
git-svn-id: https://develop.svn.wordpress.org/trunk@5259 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-12 21:43:38 +00:00
rob1n f691bc31ec Fixed sorting -- uasort() instead of usort().
git-svn-id: https://develop.svn.wordpress.org/trunk@5211 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-07 19:06:33 +00:00
rob1n f75f20b517 Put the sorting on hold, and add empty contructor.
git-svn-id: https://develop.svn.wordpress.org/trunk@5210 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-07 19:04:57 +00:00
rob1n 9e69234db5 Sort the importers by name, instead of filename. Easier to find stuff, no?
git-svn-id: https://develop.svn.wordpress.org/trunk@5206 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-07 15:53:19 +00:00
Ryan Boren 8a8e57b000 Bit twiddling. Add type bitfield to categories table. see #3723
git-svn-id: https://develop.svn.wordpress.org/trunk@5184 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-05 21:16:02 +00:00
Ryan Boren 93cdc6deac Cache category hierarchy to make cat listing faster. Phase 1. see #3985
git-svn-id: https://develop.svn.wordpress.org/trunk@5178 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-04 20:44:45 +00:00
rob1n fa0b7d4690 Take out useless preg_match()'s and ignore directories starting with ".". Props m0n5t3r. fixes #4047
git-svn-id: https://develop.svn.wordpress.org/trunk@5152 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-31 19:30:18 +00:00
Ryan Boren 51cd99bb02 More clean_url and int casts for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@5119 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-27 23:45:41 +00:00
Ryan Boren 8a15ffc657 Dynamically refill comment list when a comment is deleted. Props mdawaffe. fixes #4038
git-svn-id: https://develop.svn.wordpress.org/trunk@5118 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-27 21:20:16 +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
Matt Mullenweg d57901d29a Ryan slays the dragon. (Some of these return WP_Error objects.)
git-svn-id: https://develop.svn.wordpress.org/trunk@5089 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-23 02:05:29 +00:00
Matt Mullenweg b1f6f9a6a8 (int)er the dragon.
git-svn-id: https://develop.svn.wordpress.org/trunk@5087 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-23 00:59:21 +00:00
Ryan Boren b4cb2c9cf0 clean_url only REQUEST_URI to avoid breaking the edit link. see #4001
git-svn-id: https://develop.svn.wordpress.org/trunk@5072 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-21 06:23:22 +00:00
Ryan Boren f4a63dac75 Don't translate .thumbnail extension. fixes #2942
git-svn-id: https://develop.svn.wordpress.org/trunk@5071 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-21 06:07:17 +00:00
Ryan Boren 2c7201f057 Use clean_url instead of inline preg. Props rob1n. fixes #3983 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@5068 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-21 03:58:31 +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 55d0aa30a5 Rephrase category delete AYS prompt. Props rob1n. fixes #3464
git-svn-id: https://develop.svn.wordpress.org/trunk@5033 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-13 23:54:45 +00:00
Ryan Boren 9768611dc1 Make sure imageantialias exists. Props rob1n and jeppe. fixes #3939
git-svn-id: https://develop.svn.wordpress.org/trunk@5016 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-10 05:26:28 +00:00
Ryan Boren e57eea2390 Add missing filters. Props jhodgdon. fixes #3599
git-svn-id: https://develop.svn.wordpress.org/trunk@5015 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-10 05:25:33 +00:00
Mark Jaquith db67d51e29 Sanitize browser-bound add_query_arg() outputs. fixes #3937
git-svn-id: https://develop.svn.wordpress.org/trunk@5007 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-09 04:36:24 +00:00
Mark Jaquith 56368548ad Use strpos instead of strstr where ever possible, for speed. Props rob1n. fixes #3920
git-svn-id: https://develop.svn.wordpress.org/trunk@4990 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-07 05:29:15 +00:00
Mark Jaquith 5b1ff4fbd5 add_users_page() to address changing top-level menu item. fixes #3706
git-svn-id: https://develop.svn.wordpress.org/trunk@4987 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-07 05:03:32 +00:00
Mark Jaquith 5acfcd9fea trailing tabs and whitespace cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@4953 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-27 15:24:54 +00:00
Mark Jaquith 03b8080356 Make sure attachments uploaded on unsaved drafts get reunited with their parent post. Props mdawaffe. fixes #3757
git-svn-id: https://develop.svn.wordpress.org/trunk@4884 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-15 01:03:06 +00:00
Mark Jaquith ffdb5a89ef Template Name: regex fixup by gjorgensen. fixes #3674
git-svn-id: https://develop.svn.wordpress.org/trunk@4809 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-25 19:42:30 +00:00
Ryan Boren 4de9fef5c6 Make some date/time formats translateable. Props teknoseyir and nbachiyski. fixes #3661
git-svn-id: https://develop.svn.wordpress.org/trunk@4802 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-25 02:08:54 +00:00
Ryan Boren e03fb2e4eb Fix wp_create_thumbnail filter. Props filosofo. fixes #3654
git-svn-id: https://develop.svn.wordpress.org/trunk@4796 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-24 07:17:14 +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
Ryan Boren 7e357f96c0 Thumbnail creation fix from mdawaffe. fixes #3588
git-svn-id: https://develop.svn.wordpress.org/trunk@4759 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-17 06:23:18 +00:00
Ryan Boren f2bb5877ef Thumbnail creation fixes from mdawaffe. fixes #3588
git-svn-id: https://develop.svn.wordpress.org/trunk@4751 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-16 18:34:31 +00:00
Ryan Boren a4d511017c Show cats that have neither links or posts.
git-svn-id: https://develop.svn.wordpress.org/trunk@4712 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-10 00:22:17 +00:00
Ryan Boren 192a3d47be js_escape and quot fixes from nbachiyski. fixes #3524
git-svn-id: https://develop.svn.wordpress.org/trunk@4700 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-08 03:02:33 +00:00
Mark Jaquith c1cc3d6dc7 Don't re-validate the username when updating the profile (as it can't be edited anyway). Props killer-g. fixes #3531
git-svn-id: https://develop.svn.wordpress.org/trunk@4693 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-07 07:52:57 +00:00
Matt Mullenweg e555c51adb Don't show categories that are exclusively for either posts or links, unless it's used for both.
git-svn-id: https://develop.svn.wordpress.org/trunk@4687 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-07 02:10:50 +00:00