Ryan Boren
|
0920b65feb
|
Remove extraneous whitespace from wp_list_pages() output. Props: error fixes #1838
git-svn-id: https://develop.svn.wordpress.org/trunk@2991 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-06 03:15:43 +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
|
25458f93b8
|
More massive code cleanups from Mark Jaquith. fixes #1772
git-svn-id: https://develop.svn.wordpress.org/trunk@2955 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-10-18 22:42:02 +00:00 |
|
Matt Mullenweg
|
08ab1b910a
|
Output not echo, fixes #1465
git-svn-id: https://develop.svn.wordpress.org/trunk@2686 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-02 23:37:08 +00:00 |
|
Matt Mullenweg
|
16e3eb7431
|
http://mosquito.wordpress.org/view.php?id=1341 - Hat tip: Ryan the Rockstar
git-svn-id: https://develop.svn.wordpress.org/trunk@2601 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-05-13 21:09:21 +00:00 |
|
Matt Mullenweg
|
58917f8be1
|
Use class instead of ID - http://mosquito.wordpress.org/view.php?id=1320
git-svn-id: https://develop.svn.wordpress.org/trunk@2588 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-05-09 10:58:14 +00:00 |
|
Matt Mullenweg
|
e749e54a6b
|
Add filter to page list
git-svn-id: https://develop.svn.wordpress.org/trunk@2583 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-05-04 20:57:12 +00:00 |
|
Matt Mullenweg
|
9859c8dc9f
|
Show 0 titles - http://mosquito.wordpress.org/view.php?id=1266 Hat tip: Mark
git-svn-id: https://develop.svn.wordpress.org/trunk@2567 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-21 00:55:30 +00:00 |
|
Ryan Boren
|
b7c7267534
|
Add echo option to wp_list_pages() and subordinates. http://mosquito.wordpress.org/view.php?id=1270 Props: MC_incubus
git-svn-id: https://develop.svn.wordpress.org/trunk@2566 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-21 00:49:15 +00:00 |
|
Ryan Boren
|
5f3362fbf5
|
Pass by value instead of reference. http://mosquito.wordpress.org/view.php?id=1171 Props: mdawaffe
git-svn-id: https://develop.svn.wordpress.org/trunk@2482 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-29 01:04:16 +00:00 |
|
Ryan Boren
|
7413ccfe72
|
Get all generations of page children, not just the first, when using child_of. http://mosquito.wordpress.org/view.php?id=1171
git-svn-id: https://develop.svn.wordpress.org/trunk@2480 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-27 22:17:23 +00:00 |
|
Ryan Boren
|
9536835eb4
|
Split post and page caches.
git-svn-id: https://develop.svn.wordpress.org/trunk@2479 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-27 21:56:10 +00:00 |
|
Ryan Boren
|
8dec99fddb
|
Cacheing cleanup. Introduce get_post() and get_category(). http://mosquito.wordpress.org/view.php?id=1157
git-svn-id: https://develop.svn.wordpress.org/trunk@2478 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-27 20:45:01 +00:00 |
|
Ryan Boren
|
73b0feb5b8
|
Don't allow a page to be its own parent. http://mosquito.wordpress.org/view.php?id=1095
git-svn-id: https://develop.svn.wordpress.org/trunk@2435 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-13 01:24:18 +00:00 |
|
Ryan Boren
|
3bacf431ae
|
Page caching fixes. Mosquito bugs 920, 927, and 934.
git-svn-id: https://develop.svn.wordpress.org/trunk@2421 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-09 03:16:30 +00:00 |
|
Ryan Boren
|
d2b598c1c3
|
Add missing globals to post_custom(). http://mosquito.wordpress.org/view.php?id=1058 Props: kellan
git-svn-id: https://develop.svn.wordpress.org/trunk@2420 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-08 16:28:57 +00:00 |
|
Matt Mullenweg
|
48b52b3aa9
|
Hide password on user end - http://mosquito.wordpress.org/view.php?id=1016
git-svn-id: https://develop.svn.wordpress.org/trunk@2402 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-02 17:56:21 +00:00 |
|
michelvaldrighi
|
7a45d0e309
|
whoops, make wp_list_pages not spew a warning when there are no pages
git-svn-id: https://develop.svn.wordpress.org/trunk@2360 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-17 00:11:35 +00:00 |
|
michelvaldrighi
|
efc4b4e54d
|
added cache_pages to avoid making 1+X queries everytime wp_list_pages is called, where X is the number of pages
git-svn-id: https://develop.svn.wordpress.org/trunk@2354 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-16 15:12:04 +00:00 |
|
Matt Mullenweg
|
9b6518f605
|
Make excerpt stuff a filter
git-svn-id: https://develop.svn.wordpress.org/trunk@2341 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-15 00:21:21 +00:00 |
|
Matt Mullenweg
|
128ee4de8a
|
http://mosquito.wordpress.org/view.php?id=871
git-svn-id: https://develop.svn.wordpress.org/trunk@2330 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-14 07:09:51 +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 |
|
Matt Mullenweg
|
f116d6b4f0
|
Styleme - http://mosquito.wordpress.org/view.php?id=856
git-svn-id: https://develop.svn.wordpress.org/trunk@2283 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-12 07:31:56 +00:00 |
|
Matt Mullenweg
|
1f344fc951
|
Shorten excerpt
git-svn-id: https://develop.svn.wordpress.org/trunk@2262 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 02:19:16 +00:00 |
|
Ryan Boren
|
728874a7b7
|
Concatenate this.
git-svn-id: https://develop.svn.wordpress.org/trunk@2241 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-07 09:14:14 +00:00 |
|
Matt Mullenweg
|
e9915276e7
|
Some filter action and cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@2240 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-07 07:46:41 +00:00 |
|
Matt Mullenweg
|
5173c86910
|
Remove querystring variable legacy code
git-svn-id: https://develop.svn.wordpress.org/trunk@2239 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-07 07:37:53 +00:00 |
|
Ryan Boren
|
e90040e79b
|
Correctly add args to strings that contain only a query string and not a full URI.
git-svn-id: https://develop.svn.wordpress.org/trunk@2227 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-06 03:40:08 +00:00 |
|
Matt Mullenweg
|
cc9e610760
|
Faster way to get_custom strings.
git-svn-id: https://develop.svn.wordpress.org/trunk@2208 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-02 22:52:47 +00:00 |
|
Ryan Boren
|
871e575d73
|
Fix $id arg processing for get_the_title(). Also, mark "Protected:" for translation. Bug 706. Props: morganiq
git-svn-id: https://develop.svn.wordpress.org/trunk@2099 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-17 20:16:22 +00:00 |
|
Ryan Boren
|
adf9a63fc8
|
Use str_repeat instead of array_fill. Bug 695. Patch from gbhugo.
git-svn-id: https://develop.svn.wordpress.org/trunk@2098 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-15 15:51:31 +00:00 |
|
Ryan Boren
|
ed1c204a4a
|
wp_list_pages() using wrong time/date fields. Bug 680.
git-svn-id: https://develop.svn.wordpress.org/trunk@2092 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-14 23:06:12 +00:00 |
|
Ryan Boren
|
f4bb37f16b
|
Fix call to join. Bug 658. Hat tip: morganiq
git-svn-id: https://develop.svn.wordpress.org/trunk@2091 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-14 23:01:21 +00:00 |
|
Matt Mullenweg
|
7e8f96ac46
|
Some feed template function cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@2068 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-07 22:01:59 +00:00 |
|
Ryan Boren
|
cecd758d0f
|
Feed fixes from MooKitty.
git-svn-id: https://develop.svn.wordpress.org/trunk@2046 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-04 23:30:10 +00:00 |
|
Matt Mullenweg
|
c136a2ad21
|
Sub-page hierarchy, show pages on default menu. TODO: Ping Michael about top-level pages in kubrick menu.
git-svn-id: https://develop.svn.wordpress.org/trunk@2029 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-01 23:05:07 +00:00 |
|
Ryan Boren
|
a7c5546375
|
Add get_pages(). Improve wp_list_pages(). Props: Adi Sieker and Chris Waigl.
git-svn-id: https://develop.svn.wordpress.org/trunk@2022 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-12-30 19:41:14 +00:00 |
|
Matt Mullenweg
|
960463fdee
|
First pass at dashboard. Hat tip: Jesuit.
git-svn-id: https://develop.svn.wordpress.org/trunk@1976 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-12-19 00:10:10 +00:00 |
|
Ryan Boren
|
8515151df6
|
Improved wp_list_pages() from Adi Sieker.
git-svn-id: https://develop.svn.wordpress.org/trunk@1966 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-12-16 08:02:53 +00:00 |
|
Matt Mullenweg
|
953caf1484
|
Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries.
git-svn-id: https://develop.svn.wordpress.org/trunk@1940 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-12-12 20:41:19 +00:00 |
|
Matt Mullenweg
|
7fd906972e
|
Move to cookiehash define, use wp_login() function for auth.php.
git-svn-id: https://develop.svn.wordpress.org/trunk@1768 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-10-10 18:02:30 +00:00 |
|
Ryan Boren
|
c701b9129a
|
wp_list_pages(), first draft
git-svn-id: https://develop.svn.wordpress.org/trunk@1766 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-10-09 02:03:37 +00:00 |
|
Ryan Boren
|
9f2cd5bc27
|
Gracefully handle multiple <!--more> tags. From Scott Reilly (coffee2code). Bug 0000113.
git-svn-id: https://develop.svn.wordpress.org/trunk@1519 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-08-08 20:22:29 +00:00 |
|
Ryan Boren
|
e5e50fe714
|
Remove more stripslashes().
git-svn-id: https://develop.svn.wordpress.org/trunk@1406 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-11 08:11:49 +00:00 |
|
Ryan Boren
|
a5a67ec795
|
Get our slashes straight.
git-svn-id: https://develop.svn.wordpress.org/trunk@1405 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-11 08:02:40 +00:00 |
|
Ryan Boren
|
78b413030f
|
Fix links generated by link_pages() in next mode. http://www.kackreiz.net/wordpress.php
git-svn-id: https://develop.svn.wordpress.org/trunk@1393 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-08 09:29:41 +00:00 |
|
Matt Mullenweg
|
4530008ec8
|
Fix for strange slash nav errors for paged nice links, and validation fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@1383 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-02 07:44:43 +00:00 |
|
Ryan Boren
|
94732a5611
|
Revamp rewrite rule generation. Add clean page links. Credit to Jaykul for get_pagenum_link().
git-svn-id: https://develop.svn.wordpress.org/trunk@1373 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-31 17:22:25 +00:00 |
|
Matt Mullenweg
|
717855f007
|
Giant commit, sorry mailing list people. Move all table names to new $wpdb versions. Works but the whole app needs thorough testing now.
git-svn-id: https://develop.svn.wordpress.org/trunk@1355 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-24 08:22:18 +00:00 |
|
Matt Mullenweg
|
372e3293f4
|
Fix from Jay McCarthy and I cleaned up the function to remove some unused globals.
git-svn-id: https://develop.svn.wordpress.org/trunk@1254 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-09 23:26:41 +00:00 |
|