Opened 16 years ago
Closed 16 years ago
#7552 closed defect (bug) (fixed)
Bring crazyhorse to stable
Reported by: | ryan | Owned by: | |
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Merge select bits of crazyhorse to trunk.
Attachments (25)
Change History (99)
#7
@
16 years ago
Also, there are even more notices from the merge. Will need another patch to fix them all from the crazyhorse branch.
#8
follow-up:
↓ 10
@
16 years ago
We left out several things from the merge, but most stuff came over. The fixed bottom bar on the edit screens tested miserably so we dropped them and put the submit stuff in a meta box for now. That will change. Most of the dashboard changes were not merged. Some of that will come in later. There's still lots of place holder stuff floating around.
#9
@
16 years ago
Is it a good time to start creating Codex documentation for the new screens or are they still going to be changing?
#10
in reply to:
↑ 8
@
16 years ago
Replying to ryan:
We left out several things from the merge, but most stuff came over. The fixed bottom bar on the edit screens tested miserably so we dropped them and put the submit stuff in a meta box for now. That will change. Most of the dashboard changes were not merged. Some of that will come in later. There's still lots of place holder stuff floating around.
Excuse me, I spoke without thinking and remembering the screens I've seen. You've left out some parts that disturbed me about crazy horse, so I'm happy about that. I shown it to a co-worker and he doesn't like it. Then again, he didn't like WordPress 2.5, but now he does.
Dude! It is a lot more intuitive now. I'm not sure I'm going to be "svn up" until the final changes on my sites.
#11
@
16 years ago
They will be changing. crazyhorse is basically an implementation of a wireframe. It hasn't really been "designed" yet. The detailers need to come in and make it look good.
Notable areas that still have some big changes coming are the media uploader, the dashboard, and the edit screens. Menu structure might be tweaked a bit too.
#13
@
16 years ago
The grey navigation bar at the top has issues. If you hover directly over the text, it does nothing. Only if you move the mouse below the text a bit does it actually hightlight.
#14
follow-up:
↓ 23
@
16 years ago
Yikes! I just did an svn up and saw the new version.
Where are all the Settings pages? Like, all the plugins have their own settings pages which are now wholly inaccessible...
#21
@
16 years ago
Patch implements the "Edit Settings" panel for the post edit page. There's no CSS for it yet, so it's ugly.
#23
in reply to:
↑ 14
@
16 years ago
Replying to Otto42:
Yikes! I just did an svn up and saw the new version.
Where are all the Settings pages? Like, all the plugins have their own settings pages which are now wholly inaccessible...
I'm not going to svn up until the trunk is stable again. It appears that the new branding, "hemorrhage" for 2.7 isn't kidding. Trunk is highly experimental, it appears, at the moment and live blogs should not be updated unless they are willing to test the new system.
I will advise checking out an earlier revision before the crazyhorse merge went in.
#25
follow-up:
↓ 26
@
16 years ago
Are you sure type casting is the correct fix? What is causing the error in the first place? Shouldn't it be looked at to see if the code needs to be changed to return the fix for correcting the error?
#26
in reply to:
↑ 25
@
16 years ago
Replying to santosj:
Are you sure type casting is the correct fix? What is causing the error in the first place? Shouldn't it be looked at to see if the code needs to be changed to return the fix for correcting the error?
The output from
get_user_option( "meta-box-hidden_$page" )
is expected to be an array. If the option is not set it returns false. Can either typecast or use a conditional.
#29
@
16 years ago
In [8727] (and earlier) the page wp-admin/users.php#add-new-user does not display a submit (Add User) button in IE7, so it's impossible to add new users. The button displays as intended in FF3.
Also, as an aside, it wasn't obvious (to me) where to find "Users". It's actually in "Utilities" (rather than Settings or somehow accessible directly from an admin profile area). It took me a while to find.
#39
@
16 years ago
Actually playing with it a bit more it looks like the settings "Save Changes" buttons do not appear in IE7 for
General
Writing
Discussion
Permalinks
Misc
And various other pages depending on (seemingly) how deep the pages are. Short pages display the buttons no problem.
@
16 years ago
switch to meta_box API (mostly backward compatible), draggable dashboard, recent comments dashboard widget improvement
#62
@
16 years ago
7552.dashboard-1.diff
- Switches dashboard widgets to meta_box API. Adding dashboard widgets using the widget API is mostly backward compatible: notices and links won't work, everything else should.
- Make dashboard widgets draggable (two columns).
- Recent Comments widget improvements: inline reply, moderation, etc.
Needs:
- Styling
- Wireframe calls for more generic Feed widget - can adapt the current "secondary" (planet) widget.
- Put back Right Now widget
- Recent Drafts widget needs work.
- QuickPress widget needs styling and Add Media button.
Merge changes to management pages