Opened 5 years ago
Closed 5 years ago
#7552 closed defect (bug) (fixed)
Bring crazyhorse to stable
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Merge select bits of crazyhorse to trunk.
Attachments (25)
Change History (99)
I thought only bits and pieces would be applied to to the main trunk.
Also, there are even more notices from the merge. Will need another patch to fix them all from the crazyhorse branch.
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.
Is it a good time to start creating Codex documentation for the new screens or are they still going to be changing?
comment:10
in reply to:
↑ 8
santosj — 5 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.
comment:11
ryan — 5 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.
comment:12
azaozz — 5 years ago
comment:13
Viper007Bond — 5 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.
comment:14
follow-up:
↓ 23
Otto42 — 5 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...
comment:15
ryan — 5 years ago
Settings will probably move up to the top-level.
comment:16
ryan — 5 years ago
comment:17
ryan — 5 years ago
comment:18
ryan — 5 years ago
comment:20
ryan — 5 years ago
comment:21
ryan — 5 years ago
Patch implements the "Edit Settings" panel for the post edit page. There's no CSS for it yet, so it's ugly.
comment:22
ryan — 5 years ago
comment:23
in reply to:
↑ 14
santosj — 5 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.
comment:24
azaozz — 5 years ago
comment:25
follow-up:
↓ 26
santosj — 5 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?
comment:26
in reply to:
↑ 25
azaozz — 5 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.
comment:27
ryan — 5 years ago
comment:28
azaozz — 5 years ago
comment:29
mrmist — 5 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.
comment:30
ryan — 5 years ago
comment:31
ryan — 5 years ago
comment:32
ryan — 5 years ago
comment:33
ryan — 5 years ago
comment:34
ryan — 5 years ago
comment:35
ryan — 5 years ago
comment:36
ryan — 5 years ago
comment:37
ryan — 5 years ago
comment:38
ryan — 5 years ago
comment:39
mrmist — 5 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.
comment:40
ryan — 5 years ago
comment:41
ryan — 5 years ago
comment:42
ryan — 5 years ago
comment:43
ryan — 5 years ago
comment:44
ryan — 5 years ago
comment:45
ryan — 5 years ago
comment:46
ryan — 5 years ago
comment:47
ryan — 5 years ago
comment:48
ryan — 5 years ago
comment:49
ryan — 5 years ago
comment:50
ryan — 5 years ago
comment:51
ryan — 5 years ago
comment:52
ryan — 5 years ago
comment:53
ryan — 5 years ago
comment:54
ryan — 5 years ago
comment:55
ryan — 5 years ago
comment:56
Viper007Bond — 5 years ago
Meh @ Trac.
comment:57
Viper007Bond — 5 years ago
Oh crap, wrong ticket anyway.
comment:58
ryan — 5 years ago
comment:59
ryan — 5 years ago
Viper007Bond — 5 years ago
Restore search boxes, leave CSS to whoever will be reorganizing the filters, etc.
comment:60
ryan — 5 years ago
comment:61
ryan — 5 years ago
switch to meta_box API (mostly backward compatible), draggable dashboard, recent comments dashboard widget improvement
comment:62
mdawaffe — 5 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.
comment:63
mdawaffe — 5 years ago
svn add wp-admin/js/dashboard.js
comment:64
ryan — 5 years ago
comment:65
azaozz — 5 years ago
comment:66
mdawaffe — 5 years ago
7552.dashboard-2.diff
Tweaks:
- CSS
- Validation
comment:67
ryan — 5 years ago
comment:68
ryan — 5 years ago
comment:69
ryan — 5 years ago
comment:70
Viper007Bond — 5 years ago
comment:71
ryan — 5 years ago
Viper007Bond — 5 years ago
Don't delete spams created after page load but before "Delete All" button press
comment:72
azaozz — 5 years ago
Viper007Bond — 5 years ago
Previous patch may have been problematic, stick with Akismet's exact method as it's known to work
comment:73
ryan — 5 years ago
comment:74
ryan — 5 years ago
- Resolution set to fixed
- Status changed from new to closed

Merge changes to management pages