Commit Graph

149 Commits

Author SHA1 Message Date
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 67fe150108 uses bloginfo as appropriate.
$smarty changed to $wpsmarty


git-svn-id: http://svn.automattic.com/wordpress/trunk@538 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-10 23:47:28 +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
mikelittle 53478a8acb Fix for failing to recognise and replace double quotes at the end of a word when followed by punctuation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@534 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-10 23:08:59 +00:00
donncha 8c8c4a38c8 Initial import of Smarty Template Support.
Some of the WP template api has been wrapped in Smarty function calls.
Added a Smartyised template of the default theme.
A plugin directory has been created for Smarty plugins.
Read wp-sitetemplates/readme.html for further information.


git-svn-id: http://svn.automattic.com/wordpress/trunk@530 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-07 21:16:12 +00:00
mikelittle 64d73e5d87 Sorted some geourl issues (see http://wordpress.org/support/6/683)
Added geo.position meta tag
Added settings into wp-settings.php
Added use of default in new post


git-svn-id: http://svn.automattic.com/wordpress/trunk@525 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-05 00:44:03 +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
mikelittle 603f2e440c Removed references to b2edit.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@514 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-03 22:11:42 +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 8bf2144a67 Sanitize_title shouldn't strip existing hypens.
git-svn-id: http://svn.automattic.com/wordpress/trunk@505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-31 14:19:26 +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
mikelittle bae7d70daf Added spaces in smilies array. Non breaking space before image.
git-svn-id: http://svn.automattic.com/wordpress/trunk@495 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-30 00:46:19 +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 3f3360bb9b Version bump.
git-svn-id: http://svn.automattic.com/wordpress/trunk@485 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-27 02:35: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
saxmatt 912a5ab9ff Some options functions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@468 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-26 00:19:23 +00:00
saxmatt 44cde8f911 New title functions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@465 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-25 22:05:38 +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 8c2b8215d8 Applying patches from otaku42: Fix two bugs in images uploads. Fix time_difference limitations.
git-svn-id: http://svn.automattic.com/wordpress/trunk@456 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-17 19:26:05 +00:00
saxmatt 363715a0e3 Texturize preg_split .* should match newlines as well.
git-svn-id: http://svn.automattic.com/wordpress/trunk@455 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-16 16:58:48 +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
mikelittle e2744e0cfc Added missing global querycount
git-svn-id: http://svn.automattic.com/wordpress/trunk@436 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-08 22:27:45 +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
saxmatt 7cb21067bb Remove call by reference.
git-svn-id: http://svn.automattic.com/wordpress/trunk@411 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-04 18:23:59 +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
emc3 efcd47e994 Added checks for definition list (dl/dt/dd) tags to wpautop.
git-svn-id: http://svn.automattic.com/wordpress/trunk@366 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-09-11 15:27:26 +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
alex_t_king 76eb648fc9 alphabetized category drop down list
git-svn-id: http://svn.automattic.com/wordpress/trunk@358 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-09-08 04:44:40 +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
mikelittle f766194481 Fixes from Patrick MARIE <mycroft@virgaria.org>
regarding un-initialized vars.


git-svn-id: http://svn.automattic.com/wordpress/trunk@354 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-09-02 23:22:04 +00:00