Commit Graph

225 Commits

Author SHA1 Message Date
ryan 664235e23b Link to tag manager from dash
git-svn-id: http://svn.automattic.com/wordpress/trunk@6809 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-02-13 09:32:32 +00:00
ryan c21c9af12a Reduce queries by wp_count_posts(). Props josephscott. fixes #5820
git-svn-id: http://svn.automattic.com/wordpress/trunk@6808 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-02-13 09:30:26 +00:00
ryan 9587194fb9 Use %s instead of %d so number_format_i18n() strings don't get cast to 1.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6766 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-02-09 07:08:32 +00:00
ryan b85271e8ed Add wp_count_posts().
git-svn-id: http://svn.automattic.com/wordpress/trunk@6730 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-02-05 19:08:14 +00:00
ryan 7f4d8b2f27 New dashboard from mdawaffe. see #5750
git-svn-id: http://svn.automattic.com/wordpress/trunk@6705 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-02-02 07:57:51 +00:00
matt 54b7d8f9c5 Styling: alerts, updates, top dashboard.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6484 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-12-24 07:14:41 +00:00
matt 5118aa7b7d pre flight commit, BOOM. hat tip: rboren.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6462 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-12-21 22:24:04 +00:00
ryan 0106156df2 gettext for new dashboard from nbachiyski. fixes #5499
git-svn-id: http://svn.automattic.com/wordpress/trunk@6441 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-12-20 22:36:00 +00:00
matt ff4b271a82 To avoid monolithic commits I'm going to be bringing this in piece by piece. No need to file bug about lack of styling, it's on purpose right now. Trunk will be hit with the oogly stick for 2-3 days. This brings in structure for new dashboard.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6431 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-12-20 20:23:30 +00:00
ryan 321c310717 Remove trailing whitespace
git-svn-id: http://svn.automattic.com/wordpress/trunk@6026 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-09-03 23:32:58 +00:00
westi 7b9174524a Enable full translation of the Tags description. Fixes #4885 props nbachiyski.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6002 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-09-01 12:06:47 +00:00
ryan ed549303d7 Move the_title filter to get_the_title. Props jhodgdon. fixes #4477
git-svn-id: http://svn.automattic.com/wordpress/trunk@5752 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-06-25 17:48:35 +00:00
rob1n 458b65a2f0 Translate ». see #3401
git-svn-id: http://svn.automattic.com/wordpress/trunk@5676 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-06-11 21:05:50 +00:00
rob1n 9828d17066 Don't queue Prototype or Interface, just jQuery.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-06-02 01:01:57 +00:00
rob1n 16dab6f6db Move Dashboard's news to jQuery. see #3824
git-svn-id: http://svn.automattic.com/wordpress/trunk@5580 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-05-28 20:46:03 +00:00
ryan ee5ec0c505 Fix up exporter. Remove more refrences to the categories table. see #4189
git-svn-id: http://svn.automattic.com/wordpress/trunk@5563 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-05-27 19:32:45 +00:00
rob1n d3f52c3b45 Allow number_format to be internationalized. Props nbachiyski. fixes #3677
git-svn-id: http://svn.automattic.com/wordpress/trunk@5308 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-04-25 00:49:57 +00:00
rob1n 1efba04041 Add private posts to Recent Posts for those who can read them. Props molecularbear. fixes #3877
git-svn-id: http://svn.automattic.com/wordpress/trunk@5191 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-04-06 03:33:21 +00:00
ryan 68ef70bf19 Change bookmark to link. Props foolswisdom. fixes #3143
git-svn-id: http://svn.automattic.com/wordpress/trunk@5124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-03-27 23:54:48 +00:00
ryan 0f5ca2efcb Add missing filters. Props jhodgdon. fixes #3599
git-svn-id: http://svn.automattic.com/wordpress/trunk@5015 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-03-10 05:25:33 +00:00
ryan c8997ffad9 Reverse logic.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4915 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-02-22 15:30:47 +00:00
markjaquith 2df3bc064b Do not pass comma-formatted numbers to __ngettext(). Props nbachiyski. fixes #3663
git-svn-id: http://svn.automattic.com/wordpress/trunk@4808 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-01-25 19:29:30 +00:00
markjaquith 8a678f3841 i18n fixes, logic cleanup, wording clarifications, and more from nbachiyski. fixes #3474
git-svn-id: http://svn.automattic.com/wordpress/trunk@4658 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-12-21 23:06:18 +00:00
ryan 9f534ebae6 Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986
git-svn-id: http://svn.automattic.com/wordpress/trunk@4495 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-11-19 07:56:05 +00:00
matt 089d98d09c AJAX loading of dashboard for slow stuff
git-svn-id: http://svn.automattic.com/wordpress/trunk@4484 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-11-18 23:12:39 +00:00
ryan eda9021317 Hold off on menu cleanup until next release. There be dragons.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4480 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-11-18 07:31:29 +00:00
matt 07126127e6 Admin functions cleanup, and change how we do titles and parents in the backend
git-svn-id: http://svn.automattic.com/wordpress/trunk@4478 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-11-18 06:09:48 +00:00
markjaquith 5d34552e04 SimplePie patch not ready for prime time. Need it to be a drop-in solution. Reverting to MagpieRSS for now.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4399 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-16 04:16:06 +00:00
markjaquith 26f220a947 The changing of the pies. Now using SimplePie. props to gsnedders. fixes #2864
git-svn-id: http://svn.automattic.com/wordpress/trunk@4378 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-11 23:03:17 +00:00
matt c437b9c9b0 Some UI cleanups, changes, and various miscellany.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4349 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-06 01:14:47 +00:00
markjaquith 764fca95fd pass incoming Technorati links through wptexturize(). Props Nazgul. fixes: #2856
git-svn-id: http://svn.automattic.com/wordpress/trunk@4295 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-04 04:23:21 +00:00
matt 67d5a6d3c7 Options cleanup and some styling changes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4196 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-09-19 06:11:42 +00:00
ryan ef252310ae Add cap checks around getting started links. Props Mark J. fixes #3074
git-svn-id: http://svn.automattic.com/wordpress/trunk@4130 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-08-30 09:12:29 +00:00
ryan 0ddaaf590f More menu fixes. #2257
git-svn-id: http://svn.automattic.com/wordpress/trunk@4097 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-08-15 21:03:11 +00:00
ryan 14abe71841 Relocate /div.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3954 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-07-04 19:24:00 +00:00
ryan b3c1dd21ca Markup fix from ckr and Nazgul. fixes #2842
git-svn-id: http://svn.automattic.com/wordpress/trunk@3912 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-06-24 05:57:03 +00:00
ryan c93efa866e Include file renames. #2525
git-svn-id: http://svn.automattic.com/wordpress/trunk@3862 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-06-11 06:43:54 +00:00
ryan 5c407df97a Fix Scheduled Entries list. #2715
git-svn-id: http://svn.automattic.com/wordpress/trunk@3773 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-05-12 03:21:09 +00:00
ryan e9c75f4bd2 Bookmark/link rework. #2499
git-svn-id: http://svn.automattic.com/wordpress/trunk@3570 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-02-27 04:57:30 +00:00
ryan c8f803dfbd Fix Write a post link in Dashboard. fixes #2503
git-svn-id: http://svn.automattic.com/wordpress/trunk@3568 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-02-23 20:09:50 +00:00
ryan e297c36253 Move raquo into gettext. Props SteveAgl. fixes #2453
git-svn-id: http://svn.automattic.com/wordpress/trunk@3541 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-02-17 01:29:33 +00:00
ryan f812294867 Allow draft pages. Use post_type for object types. Reserve post_status strictly for status. fixes #1820
git-svn-id: http://svn.automattic.com/wordpress/trunk@3510 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-02-09 10:03:48 +00:00
ryan 795609c953 Use ->comments instead of . fixes #2293
git-svn-id: http://svn.automattic.com/wordpress/trunk@3443 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-01-16 20:07:00 +00:00
matt 0b1e3030b3 Technorati URL change.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3406 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-01-05 06:31:11 +00:00
ryan ece625403c i18n updates from nbachiyski. fixes #2069
git-svn-id: http://svn.automattic.com/wordpress/trunk@3295 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-12-12 22:48:30 +00:00
matt 5bb35ba138 Show comments in moderation even if there are no new ones. Fixes #1473
git-svn-id: http://svn.automattic.com/wordpress/trunk@3216 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-11-28 05:45:45 +00:00
matt e8f47bf315 Forgot this wasn't in there, it's been incredibly helpful on WP.com
git-svn-id: http://svn.automattic.com/wordpress/trunk@3201 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-11-23 07:28:46 +00:00
matt 4b9631bd39 Order scheduled posts by date.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2869 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-09-12 18:55:23 +00:00
ryan 344982b88c Translation fix. Props nbachiyski. fixes #1574
git-svn-id: http://svn.automattic.com/wordpress/trunk@2821 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-08-30 03:50:27 +00:00
matt 851ac5a414 Clean up plugins and dashboard
git-svn-id: http://svn.automattic.com/wordpress/trunk@2759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-08-07 10:45:06 +00:00
matt a7b8ae2f17 Tweaks and catchups
git-svn-id: http://svn.automattic.com/wordpress/trunk@2756 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-08-07 08:58:10 +00:00
matt 233afca132 Drafts clean up.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2701 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-07-08 22:59:15 +00:00
ryan db7f896a2f Mark strings for localization. http://mosquito.wordpress.org/view.php?id=1272 Props: nbachiyski
git-svn-id: http://svn.automattic.com/wordpress/trunk@2570 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-04-22 00:16:48 +00:00
ryan 6851c1e0ab strtotime needs to now that the time string is in GMT. http://mosquito.wordpress.org/view.php?id=1075
git-svn-id: http://svn.automattic.com/wordpress/trunk@2471 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-03-22 17:33:05 +00:00
ryan 15209b94c2 Fix number formatting in dashboard stats for numbers > 999. http://mosquito.wordpress.org/view.php?id=1074 Hat tip: dougal
git-svn-id: http://svn.automattic.com/wordpress/trunk@2433 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-03-11 16:53:16 +00:00
ryan a91c28459e Mark strings for localization. http://mosquito.wordpress.org/view.php?id=1033
git-svn-id: http://svn.automattic.com/wordpress/trunk@2411 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-03-05 18:31:59 +00:00
ryan 894c4cc880 Localize strings. http://mosquito.wordpress.org/view.php?id=909 Props: nbachiyski
git-svn-id: http://svn.automattic.com/wordpress/trunk@2377 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-25 00:20:48 +00:00
saxmatt 7b030182ec Deal with timezone diff correctly
git-svn-id: http://svn.automattic.com/wordpress/trunk@2253 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-11 01:21:43 +00:00
saxmatt f92b0a038a Better error checking
git-svn-id: http://svn.automattic.com/wordpress/trunk@2248 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-11 00:59:50 +00:00
saxmatt 792146c8a6 More consistent results
git-svn-id: http://svn.automattic.com/wordpress/trunk@2244 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-11 00:38:20 +00:00
saxmatt 24036be935 Tweaks to the dashboard planet display
git-svn-id: http://svn.automattic.com/wordpress/trunk@2201 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-02 10:36:59 +00:00
saxmatt b5a43a4b77 Dashboard and option tweaks
git-svn-id: http://svn.automattic.com/wordpress/trunk@2192 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-01 09:52:36 +00:00
saxmatt e963f0fe5a http://mosquito.wordpress.org/view.php?id=687
git-svn-id: http://svn.automattic.com/wordpress/trunk@2096 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-15 00:56:42 +00:00
saxmatt 21f5e3f715 Add relative date to dashboard
git-svn-id: http://svn.automattic.com/wordpress/trunk@2028 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-01 22:15:58 +00:00
saxmatt 1bd4057b23 Bug fixes
git-svn-id: http://svn.automattic.com/wordpress/trunk@1980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-12-19 07:26:43 +00:00
saxmatt 90c90b336f New aggregation code (hat tip: Chris Davis/Jesuit), tweaked style, fixed login updater, new dashboard.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1979 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-12-19 02:30:40 +00:00
saxmatt 3f39fe4b61 First pass at dashboard. Hat tip: Jesuit.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1976 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-12-19 00:10:10 +00:00
saxmatt 340804aa79 Move all auth stuff into functions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-12-14 03:00:55 +00:00
saxmatt 8927968849 Removed global $siteurl and $blogfilename, use get_settings. Syntax fix for wp-db.
git-svn-id: http://svn.automattic.com/wordpress/trunk@945 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-26 16:15:48 +00:00
jverber 37c1c275bf Redirect to login before going to profile.php, otherwise any user level will end up at profile.php.
git-svn-id: http://svn.automattic.com/wordpress/trunk@825 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-03 00:06:57 +00:00
jverber 3f247c34d6 Fixed wp-admin/index.php redirection.
git-svn-id: http://svn.automattic.com/wordpress/trunk@824 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-02 21:54:32 +00:00
saxmatt 4f3a01a6be Redirect to profile.php if user level == 0.
git-svn-id: http://svn.automattic.com/wordpress/trunk@822 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-02 02:35:08 +00:00
saxmatt 43e4a8a930 The great renaming.
git-svn-id: http://svn.automattic.com/wordpress/trunk@601 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-11 00:22:36 +00:00
saxmatt 380a1c8c02 Split up post and edit screens.
git-svn-id: http://svn.automattic.com/wordpress/trunk@479 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-26 20:34:24 +00:00
saxmatt cd816db6ad Redirect, prevent directory listing, holder.
git-svn-id: http://svn.automattic.com/wordpress/trunk@124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-06-01 07:47:29 +00:00