Commit Graph

143 Commits

Author SHA1 Message Date
Ryan Boren 9e8323d14d the_search_query() from mdawaffe. fixes #914
git-svn-id: https://develop.svn.wordpress.org/trunk@4171 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-07 17:37:26 +00:00
Ryan Boren 82c3412199 Remove is_search() check that will never be reached. fixes #1076
git-svn-id: https://develop.svn.wordpress.org/trunk@4166 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-07 00:25:48 +00:00
Ryan Boren b79504585c Use home instead of PHP_SELF. Props mdawaffe. fixes #895
git-svn-id: https://develop.svn.wordpress.org/trunk@4152 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-31 21:38:42 +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 cd766e57e9 s/URI/URL/. Props Nazgul. fixes #2666
git-svn-id: https://develop.svn.wordpress.org/trunk@4133 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-30 16:40:17 +00:00
Ryan Boren 49abdc66f3 Validate backup and fragment files. Don't allow traversal.
git-svn-id: https://develop.svn.wordpress.org/trunk@4095 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-15 01:07:51 +00:00
Ryan Boren 0dab1b7f5b Menu and plugin tweakage.
git-svn-id: https://develop.svn.wordpress.org/trunk@4049 602fd350-edb4-49c9-b593-d223f7449a82
2006-07-26 22:18:36 +00:00
Ryan Boren 56eb6a409f fix div tags. Props leftjustified. fixes #2728
git-svn-id: https://develop.svn.wordpress.org/trunk@4047 602fd350-edb4-49c9-b593-d223f7449a82
2006-07-26 17:43:41 +00:00
Ryan Boren 81c4396c21 Remove unneeded arg.
git-svn-id: https://develop.svn.wordpress.org/trunk@4016 602fd350-edb4-49c9-b593-d223f7449a82
2006-07-11 18:16:37 +00:00
Ryan Boren c3ce93fbb4 Validation fixes from leftjustified. fixes #2909
git-svn-id: https://develop.svn.wordpress.org/trunk@3998 602fd350-edb4-49c9-b593-d223f7449a82
2006-07-06 02:45:17 +00:00
Ryan Boren 23e2a0a25f Use wp_redirect().
git-svn-id: https://develop.svn.wordpress.org/trunk@3928 602fd350-edb4-49c9-b593-d223f7449a82
2006-06-27 05:38:56 +00:00
Matt Mullenweg 9326bca8f3 Minor reorg, and this should also fix the pixel shift problems.
git-svn-id: https://develop.svn.wordpress.org/trunk@3924 602fd350-edb4-49c9-b593-d223f7449a82
2006-06-26 17:40:18 +00:00
Ryan Boren 39229a3311 wp_get_current_commenter()
git-svn-id: https://develop.svn.wordpress.org/trunk@3902 602fd350-edb4-49c9-b593-d223f7449a82
2006-06-22 20:52:12 +00:00
Ryan Boren 4653173525 Use wp_list_categories() in templates.
git-svn-id: https://develop.svn.wordpress.org/trunk@3881 602fd350-edb4-49c9-b593-d223f7449a82
2006-06-17 00:05:00 +00:00
Ryan Boren 373c389c90 Start fleshing out wp_list_bookmarks(). #2587
git-svn-id: https://develop.svn.wordpress.org/trunk@3880 602fd350-edb4-49c9-b593-d223f7449a82
2006-06-16 23:35:48 +00:00
Ryan Boren 38dbef5c4b Remove extra lines.
git-svn-id: https://develop.svn.wordpress.org/trunk@3819 602fd350-edb4-49c9-b593-d223f7449a82
2006-05-31 06:34:35 +00:00
Ryan Boren e1c5fcd0c1 Backup plugin fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@3818 602fd350-edb4-49c9-b593-d223f7449a82
2006-05-31 06:33:37 +00:00
Ryan Boren 7a7ee3d93c Backup plugin fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@3815 602fd350-edb4-49c9-b593-d223f7449a82
2006-05-31 06:06:15 +00:00
Ryan Boren 4c868ad943 Default category lists to hierarchical. Update default theme to use wp_list_categories(). Props David House. fixes #2653
git-svn-id: https://develop.svn.wordpress.org/trunk@3706 602fd350-edb4-49c9-b593-d223f7449a82
2006-04-13 04:51:45 +00:00
Ryan Boren fc00e7677c Update table list in backup plugin. Props abhay and westi. fixes #2589
git-svn-id: https://develop.svn.wordpress.org/trunk@3657 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-24 01:19:33 +00:00
Ryan Boren 5e18dd3e86 prefix not table_prefix. Props Kafkaesqui. fixes #2528
git-svn-id: https://develop.svn.wordpress.org/trunk@3604 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-03 20:36:40 +00:00
Ryan Boren 4489be47f5 Use table prefix from wpdb. Props Mark J. #2524
git-svn-id: https://develop.svn.wordpress.org/trunk@3603 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-03 17:19:05 +00:00
Ryan Boren 6008a133c4 Death to trailing tabs. Props Mark J. fixes #2405
git-svn-id: https://develop.svn.wordpress.org/trunk@3517 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-12 07:53:23 +00:00
Matt Mullenweg ebffa9cc76 Needless specificity
git-svn-id: https://develop.svn.wordpress.org/trunk@3461 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-18 20:14:39 +00:00
Ryan Boren ed28ab682d Fix kubrick and hReview style conflict. Props Ryan King. fixes #1436
git-svn-id: https://develop.svn.wordpress.org/trunk@3460 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-18 19:45:24 +00:00
Matt Mullenweg d91c2aa46b Better text
git-svn-id: https://develop.svn.wordpress.org/trunk@3451 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-17 02:07:37 +00:00
Matt Mullenweg f5d1124575 Plugin update from Skippy, fixes #2251
git-svn-id: https://develop.svn.wordpress.org/trunk@3447 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-17 00:51:34 +00:00
Ryan Boren 4bc544584d Default theme header color provisioning tweaks. fixes #2219
git-svn-id: https://develop.svn.wordpress.org/trunk@3399 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-05 01:47:22 +00:00
Ryan Boren 5349202123 Attachment template fix. fixes #2098
git-svn-id: https://develop.svn.wordpress.org/trunk@3328 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-19 19:08:30 +00:00
Ryan Boren f160329f66 Attachment enhancements from skeltoac. fixes #2074
git-svn-id: https://develop.svn.wordpress.org/trunk@3303 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-13 19:19:56 +00:00
Ryan Boren 6f6e018161 Remove calls to html_entity_decode(). fixes #2029
git-svn-id: https://develop.svn.wordpress.org/trunk@3276 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-07 00:36:07 +00:00
Ryan Boren 34bc7627e0 Remove extra paren. fixes #2018
git-svn-id: https://develop.svn.wordpress.org/trunk@3261 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-02 18:00:36 +00:00
Ryan Boren e7058f1fc2 i18n updates from nbachiyski. #2006
git-svn-id: https://develop.svn.wordpress.org/trunk@3258 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-02 17:35:36 +00:00
Ryan Boren aa5674dc27 Attachment cleanups from skeltoac.
git-svn-id: https://develop.svn.wordpress.org/trunk@3251 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-30 22:44:00 +00:00
Ryan Boren 493c8b626f I18n fixes from SteveAgl for #1985
git-svn-id: https://develop.svn.wordpress.org/trunk@3248 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-30 19:39:19 +00:00
Matt Mullenweg 1761ed4b6b Better error, fixes #1934
git-svn-id: https://develop.svn.wordpress.org/trunk@3212 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-25 09:12:22 +00:00
Matt Mullenweg 97f0ed5dff Proper eol-style.
git-svn-id: https://develop.svn.wordpress.org/trunk@3159 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-18 23:43:41 +00:00
Matt Mullenweg 13b7134416 Adding missing div.
git-svn-id: https://develop.svn.wordpress.org/trunk@3158 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-18 23:42:53 +00:00
Matt Mullenweg c70442cfd2 Randomize the directory a little bit.
git-svn-id: https://develop.svn.wordpress.org/trunk@3157 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-18 23:32:40 +00:00
Matt Mullenweg 4db5cfe7ef Be more discrete.
git-svn-id: https://develop.svn.wordpress.org/trunk@3155 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-18 23:18:34 +00:00
Matt Mullenweg 4f5ff66944 Adding backup plugin
git-svn-id: https://develop.svn.wordpress.org/trunk@3154 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-18 23:00:36 +00:00
Ryan Boren 9e6d93b6d6 Trailing slashes. Propers to Mark Jaquith. fixes #1893
git-svn-id: https://develop.svn.wordpress.org/trunk@3134 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-17 10:10:10 +00:00
Ryan Boren da61a9f508 Add some comment API and update comment popup templates to use them. Props David Hose. fixes #1892
git-svn-id: https://develop.svn.wordpress.org/trunk@3115 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-16 23:48:12 +00:00
Matt Mullenweg cc1737314d Some tweaks to the default theme, fixes #1847 and the custom header validation error.
git-svn-id: https://develop.svn.wordpress.org/trunk@3006 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-07 09:31:05 +00:00
Ryan Boren b80cc6a023 Link to home instead of siteurl. Props: masquerade. fixees #964
git-svn-id: https://develop.svn.wordpress.org/trunk@2982 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-05 15:56:47 +00:00
Ryan Boren 9d9cca40f7 Remove debug code.
git-svn-id: https://develop.svn.wordpress.org/trunk@2961 602fd350-edb4-49c9-b593-d223f7449a82
2005-10-20 22:15:07 +00:00
Ryan Boren 1da25e1927 Image fu from Andy. fixes #1776
git-svn-id: https://develop.svn.wordpress.org/trunk@2958 602fd350-edb4-49c9-b593-d223f7449a82
2005-10-20 20:48:32 +00:00
Ryan Boren cda9a51ff0 Trailing slashes, on the URI, make me happy, make me feel fine. fixes #1742
git-svn-id: https://develop.svn.wordpress.org/trunk@2945 602fd350-edb4-49c9-b593-d223f7449a82
2005-10-12 18:21:15 +00:00
Ryan Boren 2c32adcc6e Header generator font fixes from skeltoac. fixes #1728
git-svn-id: https://develop.svn.wordpress.org/trunk@2930 602fd350-edb4-49c9-b593-d223f7449a82
2005-10-05 22:24:29 +00:00
Matt Mullenweg 3a5b78da27 Validate!
git-svn-id: https://develop.svn.wordpress.org/trunk@2920 602fd350-edb4-49c9-b593-d223f7449a82
2005-09-26 17:21:51 +00:00