Commit Graph

  • f323a6e484 back to localtime, also using :59 instead of :00 should be better and still make use of mysql's query cache michelvaldrighi 2004-03-25 02:15:36 +00:00
  • 90af6e10b8 gmt to localtime, and some time_difference fixes that had gone unnoticed michelvaldrighi 2004-03-25 02:04:15 +00:00
  • 42a3ed90e5 comments template functions back to localtime michelvaldrighi 2004-03-25 01:58:48 +00:00
  • 21084dfa50 now commenting in localtime+gmt michelvaldrighi 2004-03-25 01:56:02 +00:00
  • cf5a16fc01 calendar, archives, date, time, you name it, it's back to localtime michelvaldrighi 2004-03-25 01:45:07 +00:00
  • 0f794be3e6 now posts and edits in localtime+gmt michelvaldrighi 2004-03-25 01:43:47 +00:00
  • 9d5f0af661 the big GMT/local changes, part 1: adding _gmt fields michelvaldrighi 2004-03-24 22:53:30 +00:00
  • 5d2898d7ef Fixed require_name_email option. Dougal Campbell 2004-03-24 15:13:22 +00:00
  • 4f89c11350 Check $comment_counts before using. Dougal Campbell 2004-03-24 14:45:48 +00:00
  • 4f49a4163d Removed 'Meta:' leader from the_meta(). Dougal Campbell 2004-03-24 14:41:05 +00:00
  • 391c91d78b Fixed 'add custom' button Dougal Campbell 2004-03-23 22:06:23 +00:00
  • f3fef03117 post-meta styles Dougal Campbell 2004-03-23 18:59:25 +00:00
  • d4c07a526f Initial add of post-meta functions. Dougal Campbell 2004-03-23 18:02:05 +00:00
  • 8b7a7b2dcf Add feed and feed_image options to wp_list_cats() and wp_list_authors(). Ryan Boren 2004-03-23 04:45:27 +00:00
  • 49ea5d6425 Set a default background color (one of my pet peeves ;) ) Dougal Campbell 2004-03-22 17:15:13 +00:00
  • 8ee4986acb Texturize kung-foo Matt Mullenweg 2004-03-22 01:34:32 +00:00
  • f14254c46b New comment moderation code, for trackbacks and comments. Matt Mullenweg 2004-03-21 08:31:33 +00:00
  • 56a22d9ad1 File not being used currently. Matt Mullenweg 2004-03-21 07:46:13 +00:00
  • 512c20e9b9 Generic update pinging. Needs review. Matt Mullenweg 2004-03-21 07:36:07 +00:00
  • 741857240d Improved wording on preview. Matt Mullenweg 2004-03-21 07:16:18 +00:00
  • 347f95fd22 Fix autop to not mess with pre blocks. Matt Mullenweg 2004-03-21 07:07:55 +00:00
  • 19888e9223 Introducing wp_list_authors() and friends. Ryan Boren 2004-03-19 16:20:49 +00:00
  • fffefba32c Fixed bug that caused empty string options to receive a '0' value on update. This was breaking fileupload_allowedusers, for example. Dougal Campbell 2004-03-16 17:36:56 +00:00
  • 6ac36de172 Fixed to use get_settings(). Via mindtrap: gbergling@0xfce3.net http://www.bsd-network.org/ Dougal Campbell 2004-03-16 14:41:39 +00:00
  • d418ea50b5 Make sure $req_uri is not empty before passing to strpos(). Ryan Boren 2004-03-14 16:43:55 +00:00
  • 4e5eb1bb45 Use strpos() instead of preg_match() when searching for $req_uri at the head of the rewrite rule $match. This avoids regex compilation errors when $req_uri contains characters will special regex meaning. strpos() is also faster than preg_match(). Ryan Boren 2004-03-14 13:33:03 +00:00
  • 62e8849bc6 Fix wp_list_cats() argument handling. Ryan Boren 2004-03-12 23:51:16 +00:00
  • fecb847777 Fix call to zeroise() in get_calendar(). Courtesy of harpshot. http://wordpress.org/support/6/3218 Ryan Boren 2004-03-12 03:36:16 +00:00
  • 938bbef3cb Texturize missing some table block level tags. Matt Mullenweg 2004-03-11 16:38:54 +00:00
  • 0330b203d6 XFN profile. Matt Mullenweg 2004-03-11 16:38:25 +00:00
  • 98c4979a2f Forgot label, formatting. Matt Mullenweg 2004-03-11 08:53:05 +00:00
  • f9c84d6edf More options improvements. Matt Mullenweg 2004-03-11 08:51:50 +00:00
  • 14c27e0191 Need to explicitly set the $cat var, in case globals are turned off. Dougal Campbell 2004-03-10 19:46:48 +00:00
  • d461610486 cat parent not quoted in SQL. Matt Mullenweg 2004-03-10 15:40:55 +00:00
  • 484d60853a Update to use get_settings (via Otsukare in http://wordpress.org/support/6/3213#post-3) Dougal Campbell 2004-03-09 20:23:57 +00:00
  • a95c8313cb More rewrite fixes. s/[0-9a-z_-]/[_0-9a-z-]/ Ryan Boren 2004-03-09 03:55:01 +00:00
  • 9a84126d9f Typo fixes from Cena. Matt Mullenweg 2004-03-08 08:49:21 +00:00
  • 1bb133cd19 rewrite_rules() tweaks. Use rewrite_rules() in options-permalink.php. Ryan Boren 2004-03-08 05:12:11 +00:00
  • 0ebf22b222 Converted overlooked reference to $siteurl to get_settings(). Ryan Boren 2004-03-07 17:41:14 +00:00
  • eb5dff6f00 Allow underscores in post_name Matt Mullenweg 2004-03-06 17:14:24 +00:00
  • fb4d6d4fd9 Allow 'limit = 0' in Link Categories to hide a category. Dougal Campbell 2004-03-05 21:35:14 +00:00
  • 764f2d1806 Remove spurious $ Ryan Boren 2004-03-05 07:26:38 +00:00
  • e5614b76d9 Fixed posting problems when 'advanced controls' is the default writing option. Dougal Campbell 2004-03-04 15:56:02 +00:00
  • e64b754d4a Migration to get_settings and away from globals. Matt Mullenweg 2004-03-01 19:55:45 +00:00
  • 59155a15f3 Migration to get_settings Matt Mullenweg 2004-03-01 06:13:32 +00:00
  • 37c361e964 Migrating more of the global options to get_settings(). Matt Mullenweg 2004-02-29 08:43:36 +00:00
  • 06b281110f More options updates, not done, not entirely functional. Matt Mullenweg 2004-02-29 08:30:56 +00:00
  • 10b46bd967 Changed to more closely emulate Bloglines OPML, which seems to be the best guide I can find to how people are actually using OPML. Matt Mullenweg 2004-02-29 02:12:55 +00:00
  • 73817b4edc added a timezone argument to get�_lastpost*() michelvaldrighi 2004-02-28 17:51:41 +00:00
  • 8d2b1fdee4 Version bump. Matt Mullenweg 2004-02-28 17:28:06 +00:00
  • fb319a95cb Label on search form. Matt Mullenweg 2004-02-27 19:22:56 +00:00
  • 5fbd33f44e Some new options and an option cleanup. Matt Mullenweg 2004-02-27 05:48:00 +00:00
  • 8ef6846f5a Tweaked test version of the_meta() a little Dougal Campbell 2004-02-26 22:22:54 +00:00
  • 3754111ee2 Added per-post custom metadata support. Dougal Campbell 2004-02-26 22:21:33 +00:00
  • 15f1b35267 Added per-post custom metadata support. Dougal Campbell 2004-02-26 21:42:47 +00:00
  • 22ed64e4ec Removed global $siteurl and $blogfilename, use get_settings. Syntax fix for wp-db. Matt Mullenweg 2004-02-26 16:15:48 +00:00
  • f7310ec845 using gmt_offset option instead of time_difference from now on michelvaldrighi 2004-02-26 16:14:52 +00:00
  • 047441f893 aliasing time_difference to gmt_offset in get_settings(), for great justice michelvaldrighi 2004-02-26 16:14:10 +00:00
  • 80abd287e5 rewrote upgrade for GMT, now checks for the option gmt_offset before changing anything michelvaldrighi 2004-02-26 16:13:05 +00:00
  • d4adb0fff6 what an idiot, I had broken ?m= michelvaldrighi 2004-02-26 16:08:12 +00:00
  • 203184b1f1 Fix for PHP5, formatting changes. Matt Mullenweg 2004-02-26 15:18:16 +00:00
  • 84b26cfde9 Option fixes. Matt Mullenweg 2004-02-26 14:37:15 +00:00
  • d7a322fe18 more GMT fixoragization michelvaldrighi 2004-02-26 13:07:11 +00:00
  • 8362ebf1e7 fixed zealous mistake michelvaldrighi 2004-02-26 13:05:38 +00:00
  • 827803e775 New options screens. Matt Mullenweg 2004-02-25 19:03:49 +00:00
  • 9ee4a50db2 LIKE OMFG ARCHIVE LINKS R TEH FIX0R3D LOLOOLOL :)))) *glomp* michelvaldrighi 2004-02-25 17:38:21 +00:00
  • d66e4693e6 just moving these two lines fixes the the_date() issue for GMT michelvaldrighi 2004-02-25 17:12:30 +00:00
  • ab4d30c3af zeroise() is our friend -- calendar fixed for GMT michelvaldrighi 2004-02-25 17:11:26 +00:00
  • f2e967e597 committing with an ugly query that Just Works, waiting for a more elegant solution michelvaldrighi 2004-02-25 04:08:54 +00:00
  • 539371d0b5 current_time now uses GMT. Matt Mullenweg 2004-02-25 00:00:38 +00:00
  • 54139eb9dc Temporary fix for next_post with GMT. Matt Mullenweg 2004-02-24 23:49:51 +00:00
  • 0d2897fb36 use GMT as reference in the options screen michelvaldrighi 2004-02-24 03:12:43 +00:00
  • 40c3611490 fixed and simplified get_date_from_gmt and get_gmt_from_date michelvaldrighi 2004-02-23 16:09:27 +00:00
  • 0f7719003d quotes fix michelvaldrighi 2004-02-23 16:08:28 +00:00
  • beffb648e5 fixed touch_time to use user's timezone instead of GMT michelvaldrighi 2004-02-23 15:58:26 +00:00
  • 950a4c9ea9 store users' registration time as GMT michelvaldrighi 2004-02-23 14:29:55 +00:00
  • 2427485d63 now displaysing comment_date and comment_time as local dates instead of GMT michelvaldrighi 2004-02-23 14:22:50 +00:00
  • 07252436c6 now posts show up :P (put :00 back) michelvaldrighi 2004-02-23 14:17:51 +00:00
  • d3540cc93d now posts show up :P michelvaldrighi 2004-02-23 14:14:49 +00:00
  • 7d798ecade Unescaped quotes. Matt Mullenweg 2004-02-23 13:51:29 +00:00
  • 0e407b160b Typo fix. Matt Mullenweg 2004-02-23 13:32:01 +00:00
  • 1710312617 added in start_wp: $post->post_date_gmt is the gmt version of post_date michelvaldrighi 2004-02-23 05:41:14 +00:00
  • 92b7e672a4 fixed get_date_from_gmt() michelvaldrighi 2004-02-23 05:36:57 +00:00
  • e6a37dfd73 added get_date_from_gmt() michelvaldrighi 2004-02-23 04:37:11 +00:00
  • 4923a4f2c5 typo michelvaldrighi 2004-02-23 03:50:31 +00:00
  • 41e3c76f01 better get time_difference from get_settings than assume a global is set michelvaldrighi 2004-02-23 03:46:55 +00:00
  • 1ef85f9dd5 big leap to GMT dates michelvaldrighi 2004-02-23 03:42:40 +00:00
  • 70e0de6054 added get_gmt_from_date() michelvaldrighi 2004-02-23 03:04:55 +00:00
  • 843376822f added/changed code to use GMT dates, commented until we support GMT everywhere in WP michelvaldrighi 2004-02-23 01:53:10 +00:00
  • 42c97023d8 upgrade code to use GMT dates, commented until we support GMT everywhere in WP michelvaldrighi 2004-02-23 01:52:38 +00:00
  • 796d56ba66 Undefined function typo. Matt Mullenweg 2004-02-22 14:39:04 +00:00
  • 79c9ab0684 if we're doing feeds, we shall not send 'always modified' headers michelvaldrighi 2004-02-22 03:29:54 +00:00
  • 5d1d2093c2 added get_lastpostmodified() michelvaldrighi 2004-02-22 03:28:46 +00:00
  • 5c5ae0230a fixes to handle ISO-scrambled email subjects in wp-mail michelvaldrighi 2004-02-22 00:31:25 +00:00
  • dff5381edd removed useless php3 compatibility, fixed a forgotten global michelvaldrighi 2004-02-21 22:59:40 +00:00
  • 5fffb28972 notification emails are now sent using the blog's charset michelvaldrighi 2004-02-21 22:53:05 +00:00
  • bf3d49105a fixed sql query mess, I'm so sorry about it michelvaldrighi 2004-02-21 19:40:14 +00:00
  • e67aa0f272 Some formatting fixes. Matt Mullenweg 2004-02-21 15:22:34 +00:00
  • c3be4eeb68 New get_posts function, for multiple WP loops. Matt Mullenweg 2004-02-21 14:10:07 +00:00
  • f69f39dd6e Feed improvements and suggestions from Mark Pilgrim. Matt Mullenweg 2004-02-21 12:28:36 +00:00