Commit Graph

1697 Commits

Author SHA1 Message Date
saxmatt d4e180f075 View other's drafts. Still need author editing on the advanced edit form.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1647 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-14 10:02:48 +00:00
rboren eec208f7bd Load the currently active theme into the theme editor upon first visit rather than Default.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1646 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-14 07:19:16 +00:00
rboren a165b366ab If the query is for a page, make sure single is false.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1645 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-14 06:56:13 +00:00
rboren 5d9dc8f231 Save meta info to DB before doing the publish_post action.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1644 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-14 06:54:09 +00:00
rboren ff7a84c8d6 Refactor some theme code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1643 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-14 06:19:50 +00:00
rboren 37e39a2917 Simplify template redirector. Collapse mutliple guard vars into one.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-13 08:05:30 +00:00
rboren a34e77d72a Template redirection fix-up.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1641 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-13 07:28:16 +00:00
rboren fff12f2605 Use stylesheet_url from bloginfo().
git-svn-id: http://svn.automattic.com/wordpress/trunk@1640 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-12 22:07:49 +00:00
rboren 807c0a77c3 Use stylesheet_url from bloginfo().
git-svn-id: http://svn.automattic.com/wordpress/trunk@1639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-12 20:30:49 +00:00
rboren fec36ee655 Themes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1638 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-11 16:12:40 +00:00
saxmatt aae9dbf02d Timeout changes. Hat tip: Michael Dale.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-10 10:55:44 +00:00
rboren 692b713381 Incorporate utf8_uri_encode() in sanitize_title(). Improve UTF-8 accented character decomposition in remove_accents().
git-svn-id: http://svn.automattic.com/wordpress/trunk@1636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-10 08:36:54 +00:00
rboren e5f5c2c859 get_pagenum_link() tweaks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1635 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-10 07:03:40 +00:00
rboren d392728255 Honor default category in post forms. Bug 182.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-10 06:31:19 +00:00
rboren 8050445860 Fix static page editing.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1633 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-10 01:32:20 +00:00
rboren 760af53e88 Allow the calendar start of week to be provisioned. get_calendar() patch from rq. Bug 32.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1632 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-09 23:07:46 +00:00
saxmatt 164fa8588e Abstract quicktag code and don't show if it's Safari.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-09 17:51:33 +00:00
michelvaldrighi 85b23fe964 ugh, no wonder the new xmlrpc wouldn't post anything
git-svn-id: http://svn.automattic.com/wordpress/trunk@1630 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-09 15:54:03 +00:00
rboren b036c6d58d Use get_query_var() to get cat and name so that we pick up any processing done on them by the query.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1629 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-09 03:45:51 +00:00
saxmatt 59b3f55883 Removed some unused code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-08 10:31:19 +00:00
saxmatt 07240b5cdc Missing user_description.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1627 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-08 10:19:05 +00:00
saxmatt e227cb587f Fixed type and moving out the sidebar.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1626 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-08 09:53:20 +00:00
saxmatt 167b0ac0f5 Extra handy plugin hook.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1625 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-08 09:15:18 +00:00
saxmatt cb96cccdb6 Have WP mailed post come from author if email matches author in DB. Hat tip: Jerome Cornet.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1624 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-08 08:57:52 +00:00
saxmatt 68fba20343 Some named entities have numbers.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1623 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-08 08:48:36 +00:00
saxmatt 8eb8cc3b27 Delete all them suckers.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1622 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-08 08:30:18 +00:00
saxmatt e0e6e668e1 Slight wording change.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1621 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-08 08:21:12 +00:00
saxmatt 0388cd27b5 Retrospam check from Kitten
git-svn-id: http://svn.automattic.com/wordpress/trunk@1620 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-08 08:17:53 +00:00
saxmatt 718a91e5f0 Quicktag scroll uber-fix for Moz from Alex
git-svn-id: http://svn.automattic.com/wordpress/trunk@1619 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-08 05:49:35 +00:00
rboren d2c63d853a Paging by days fix.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1618 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-08 00:02:53 +00:00
saxmatt 5c53295551 Trackback fix from Michael Dale.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1617 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-07 03:15:48 +00:00
saxmatt b650b0736a Move trackbacks to new comment function.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1616 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-07 02:34:12 +00:00
rboren fda8478485 Apache 1.3 does not support the reluctant (non-greedy) expression modifier. Remove the modifier when outputting mod_rewrite rules.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1615 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-07 00:01:19 +00:00
rboren 1f40b73c6e New page by day code from Sebastian Herp.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1614 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-06 20:03:16 +00:00
rboren 297af23056 Add missing join to page by day query.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1613 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-06 03:03:08 +00:00
rboren e7dfbd4c39 Add wp-layout and a string translation. From MooKitty.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1612 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-06 02:46:49 +00:00
rboren 5b059e2e9e Remove left over debug output.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1611 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-05 20:06:01 +00:00
rboren d97d4b74d7 Improve paging by days. Retabify source.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1610 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-05 20:00:09 +00:00
saxmatt de4665574b Friendlier comment schema.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1609 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-05 07:44:58 +00:00
saxmatt 8636989356 Bring wp.php into the 21st century
git-svn-id: http://svn.automattic.com/wordpress/trunk@1608 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-05 07:30:59 +00:00
saxmatt ce7ade2a6c Slight cleanup
git-svn-id: http://svn.automattic.com/wordpress/trunk@1607 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-05 07:25:31 +00:00
saxmatt 7c3052df5f Enable morally correct trackback autodiscovery.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1606 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-05 07:17:40 +00:00
saxmatt c54f9a539f Set GUID on upgrade. CURRENTLY NOT WORKING. For some reason the get_settings calls aren't working.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1605 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-05 02:41:01 +00:00
saxmatt ed34ca04d8 Set GUID when posting.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1604 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-05 02:03:51 +00:00
saxmatt ddba48add2 Track and check user agent for comments.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1603 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-05 01:50:39 +00:00
saxmatt 5d597fb226 Two new fields.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1602 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-05 01:43:40 +00:00
saxmatt de260e7022 Install and upgrade refactoring complete.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1601 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-05 01:22:17 +00:00
saxmatt 4509b7f435 Version bump.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1600 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-05 00:31:23 +00:00
saxmatt c9136856b5 Massive options cleanup and another step of cleaning up the upgrade/install.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1599 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-05 00:24:28 +00:00
saxmatt bc229c60fa Missing global.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1598 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-09-04 22:22:35 +00:00