Commit Graph

92 Commits

Author SHA1 Message Date
alex_t_king 0f682aad13 added htmlspecialchars to outputing comment author name, added 'Anonymous' as a default if no name provided
git-svn-id: http://svn.automattic.com/wordpress/trunk@595 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-09 17:16:28 +00:00
saxmatt a13c446857 Trailing whitespace?
git-svn-id: http://svn.automattic.com/wordpress/trunk@583 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-07 20:48:06 +00:00
saxmatt cfa73eebd5 list_cats to use new category link function.
git-svn-id: http://svn.automattic.com/wordpress/trunk@575 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-07 09:25:05 +00:00
saxmatt bc2c6dad9a Beta multiple category support. Major style changes. You can now add, delete, edit categories through the admin interface.
git-svn-id: http://svn.automattic.com/wordpress/trunk@572 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-05 09:41:27 +00:00
mikelittle 41327030fd Removed $querycount.
git-svn-id: http://svn.automattic.com/wordpress/trunk@570 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-05 01:27:00 +00:00
saxmatt 46cb0545c2 Alpha multiple category support.
git-svn-id: http://svn.automattic.com/wordpress/trunk@565 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-04 22:53:15 +00:00
mikelittle a5ab0fc858 Fixed several instances in WordPress where PHP Notices are not being handled correctly.
Fixes supplied by Aaron Jensen (aaron@visualprose.com).


git-svn-id: http://svn.automattic.com/wordpress/trunk@559 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-30 00:55:19 +00:00
mikelittle 3e120068f9 Missing querycount
git-svn-id: http://svn.automattic.com/wordpress/trunk@558 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-25 00:46:52 +00:00
saxmatt 1c5322e065 Fixed bug: http://wordpress.org/support/6/933
git-svn-id: http://svn.automattic.com/wordpress/trunk@557 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-24 08:24:00 +00:00
emc3 f49f11b3dd otaku42's comment moderation patches
git-svn-id: http://svn.automattic.com/wordpress/trunk@546 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-12 15:22:47 +00:00
emc3 3d8f2e3340 Fix missing '/' in permalinks when not using the rewritable permalink option
git-svn-id: http://svn.automattic.com/wordpress/trunk@541 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-11 20:49:00 +00:00
mikelittle c9ec9ee848 get_bloginfo now returns wp- xml files
git-svn-id: http://svn.automattic.com/wordpress/trunk@536 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-10 23:45:02 +00:00
saxmatt df4544620c Tweaks to calendar and CSS per Alex's and Dunstan's suggestions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@523 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-04 15:12:43 +00:00
alex_t_king 536c539b3b added global 'posts' since we check for it before showing the calendar
git-svn-id: http://svn.automattic.com/wordpress/trunk@522 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-04 08:47:40 +00:00
mikelittle 785753c40e Added Alex K's title tooltips back into the calendar code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@521 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-04 02:08:55 +00:00
mikelittle 13c0dc3c69 Because get_permalink now prepends $siteurl, several places were doubling it.
Also fixed popup comments: they cannot currently use the new urls.


git-svn-id: http://svn.automattic.com/wordpress/trunk@520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-04 00:22:15 +00:00
mikelittle a6a5986742 If using the new SE friendly urls, then links to other pages need to be absolute not relative.
git-svn-id: http://svn.automattic.com/wordpress/trunk@515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-03 22:16:26 +00:00
saxmatt 9ac29ebf41 Don't highlight day if we're in a different month. :)
git-svn-id: http://svn.automattic.com/wordpress/trunk@512 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-03 17:49:15 +00:00
saxmatt c638c5429b Archives to use new permalink format.
git-svn-id: http://svn.automattic.com/wordpress/trunk@511 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-03 17:45:57 +00:00
saxmatt 0a96910405 New calendar code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@510 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-03 17:22:01 +00:00
saxmatt a85aef276b Added get_day_link() and polished calendar, it now links days.
git-svn-id: http://svn.automattic.com/wordpress/trunk@509 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-03 16:14:54 +00:00
saxmatt b629afe5c1 Added get_calendar function. Not finished.
git-svn-id: http://svn.automattic.com/wordpress/trunk@508 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-03 07:30:04 +00:00
saxmatt 565249b084 Added new get_month_link function
git-svn-id: http://svn.automattic.com/wordpress/trunk@506 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-02 00:50:48 +00:00
saxmatt 542b14ee26 Merge changes, add in $file.
git-svn-id: http://svn.automattic.com/wordpress/trunk@502 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-30 18:33:49 +00:00
emc3 03437ba399 Fixed some issues with permalinks when WP is installed in a subdirectory.
git-svn-id: http://svn.automattic.com/wordpress/trunk@499 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-30 14:55:35 +00:00
saxmatt ca18240a96 Permalink related bugfixes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@492 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-27 20:27:38 +00:00
saxmatt 984222aa7b RSS to use new permalink system. Move non-template functions out of template file.
git-svn-id: http://svn.automattic.com/wordpress/trunk@486 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-27 07:00:42 +00:00
saxmatt b66fe1442b Updated get_permalink to take ID argument.
git-svn-id: http://svn.automattic.com/wordpress/trunk@484 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-27 02:32:53 +00:00
saxmatt e03947278e Comments should use new permalinks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@471 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-26 05:28:58 +00:00
saxmatt d9c1f28844 Alpha functionality of new permalink structure as per previous discussions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@470 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-26 05:25:26 +00:00
mikelittle 8f63b6f171 Moved post count outside the link in monthly version of get_archives().
git-svn-id: http://svn.automattic.com/wordpress/trunk@469 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-26 00:35:45 +00:00
emc3 45fe889b00 Cookies are now unique, based on siteurl, allowing multiple installs under a single domain name.
git-svn-id: http://svn.automattic.com/wordpress/trunk@458 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-20 20:53:13 +00:00
emc3 11dda1b437 $siteurl was not getting interpolated in comment links
git-svn-id: http://svn.automattic.com/wordpress/trunk@440 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-09 15:33:33 +00:00
mikelittle b7a5ea4461 double quotes to single
git-svn-id: http://svn.automattic.com/wordpress/trunk@437 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-08 22:28:39 +00:00
emc3 240c3ea9d8 Added checks to category functions for empty results.
git-svn-id: http://svn.automattic.com/wordpress/trunk@432 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-07 21:48:32 +00:00
mikelittle 1db80bb008 Added call to antispambot round comment email.
git-svn-id: http://svn.automattic.com/wordpress/trunk@413 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-05 21:06:11 +00:00
alex_t_king 737d3b5294 moved the password form into its own function get_the_password_form() and added functions needed for the comments RSS feed
git-svn-id: http://svn.automattic.com/wordpress/trunk@394 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-09-28 18:23:52 +00:00
mikelittle af2529fdb9 Added display of post count on monthly archives
git-svn-id: http://svn.automattic.com/wordpress/trunk@388 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-09-26 07:03:35 +00:00
mikelittle 89a4837fc8 Fixed bug with escaped quotes in the excerpt.
http://wordpress.org/support/4/623


git-svn-id: http://svn.automattic.com/wordpress/trunk@377 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-09-22 22:57:41 +00:00
mikelittle fab908ad08 Comments should not visible on password protected post until password entered.
git-svn-id: http://svn.automattic.com/wordpress/trunk@374 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-09-20 00:03:21 +00:00
mikelittle 2e2f6c2c58 Added echo param to the_title() and the category_ID()
Fixed error with prematurely closing comments in rdf


git-svn-id: http://svn.automattic.com/wordpress/trunk@363 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-09-09 22:33:47 +00:00
saxmatt ff6e5c93f3 Remove language attribute: http://wordpress.org/support/4/533
git-svn-id: http://svn.automattic.com/wordpress/trunk@356 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-09-03 17:39:12 +00:00
mikelittle 171ad0fde9 Fixes from Patrick MARIE <mycroft@virgaria.org>
regarding un-initialized vars.
Plus get_archives can now take a before and after param.


git-svn-id: http://svn.automattic.com/wordpress/trunk@355 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-09-02 23:23:04 +00:00
saxmatt 27dc2c69cb Mostly whitespace issues.
git-svn-id: http://svn.automattic.com/wordpress/trunk@334 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-08-24 16:46:24 +00:00
saxmatt 05b0dca976 Final (hopefully) XHTML fixes to geo code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@332 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-08-23 06:03:38 +00:00
saxmatt 6e900886f3 More XHTML fixes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-08-22 23:11:03 +00:00
saxmatt cbe9acb9c4 More XHTML fixes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@329 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-08-22 23:09:43 +00:00
saxmatt 8253ceecd9 Fix for XHTML 1.1. Commit early and often.
git-svn-id: http://svn.automattic.com/wordpress/trunk@327 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-08-21 15:09:54 +00:00
saxmatt 4ca640d61b Lowercase attribute values.
git-svn-id: http://svn.automattic.com/wordpress/trunk@326 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-08-21 15:06:38 +00:00
saxmatt ccda077d96 MAKE SURE EVERYTHING IS XHTML COMPLIANT!
git-svn-id: http://svn.automattic.com/wordpress/trunk@325 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-08-21 15:05:25 +00:00