Closed
Bug 425161
Opened 17 years ago
Closed 17 years ago
Add versioning to left pane folder (replace queries before final)
Categories
(Firefox :: Bookmarks & History, defect, P2)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
Firefox 3
People
(Reporter: mak, Assigned: mak)
References
Details
Attachments
(1 file, 3 obsolete files)
3.85 KB,
patch
|
Details | Diff | Splinter Review |
Some blocker bug require us to replace library left pane queries, or only new profiles will have the fixes.
To start with a levelled up userbase (and help QA & support) we must ensure that all users will have the same queries with the same properties (like readonly, etc.)
So while there we must add a versioning annotation to left pane, that will allow us to update queries in future with minor headache.
This should be really done before final.
Flags: blocking-firefox3?
Updated•17 years ago
|
Flags: blocking-firefox3? → blocking-firefox3+
Comment 1•17 years ago
|
||
Need to get some sort of SWAG on this.
Assignee: nobody → mak77
Whiteboard: [needs status update]
Assignee | ||
Comment 2•17 years ago
|
||
need to look deeper but should not be an hard one, change current anno (already exists) setting a value inside it (version), and discard older folders.
hwv this has to wait for 419731 before check-in to be more effective, but will try to have a first wip patch before.
Status: NEW → ASSIGNED
Whiteboard: [needs status update] → [swag: 0.5d]
Updated•17 years ago
|
Priority: -- → P2
Target Milestone: --- → Firefox 3
Assignee | ||
Comment 3•17 years ago
|
||
add versioning.
Notice that actually we are setting the annotation with value TRUE that is translated into the db as 1. So we can checkin this also now, and will not have any problem or different behaviour since version 1 is current.
The only thing that we will have to do then is bumping up version to 2 when all leftpane relative bugs will be checked-in to upgrade beta users. (or alternatively we can wait to check this is and check-in with version already set up to 2)
Attachment #314570 -
Flags: review?(dietrich)
Assignee | ||
Updated•17 years ago
|
Whiteboard: [swag: 0.5d] → [has patch][needs review dietrich]
Assignee | ||
Comment 4•17 years ago
|
||
minor change
Attachment #314570 -
Attachment is obsolete: true
Attachment #314571 -
Flags: review?(dietrich)
Attachment #314570 -
Flags: review?(dietrich)
Assignee | ||
Comment 5•17 years ago
|
||
moved const to the top
Attachment #314571 -
Attachment is obsolete: true
Attachment #314572 -
Flags: review?(dietrich)
Attachment #314571 -
Flags: review?(dietrich)
Assignee | ||
Updated•17 years ago
|
Summary: Add versioning to left pane queries (replace queries before final) → Add versioning to left pane folder (replace queries before final)
Comment 6•17 years ago
|
||
Comment on attachment 314572 [details] [diff] [review]
patch
r=mano
Attachment #314572 -
Flags: review?(dietrich) → review+
Assignee | ||
Updated•17 years ago
|
Whiteboard: [has patch][needs review dietrich] → [has patch][has reviews]
Assignee | ||
Comment 7•17 years ago
|
||
this already includes version bump
don't check-in until we have not finished with blockers regarding the Library left pane
Attachment #314572 -
Attachment is obsolete: true
Assignee | ||
Updated•17 years ago
|
Attachment #314572 -
Flags: approval1.9?
Assignee | ||
Updated•17 years ago
|
Whiteboard: [has patch][has reviews] → [check-in AFTER other Library blockers]
Comment 8•17 years ago
|
||
Comment on attachment 314572 [details] [diff] [review]
patch
a1.9=beltzner
Attachment #314572 -
Flags: approval1.9? → approval1.9+
Updated•17 years ago
|
Whiteboard: [check-in AFTER other Library blockers] → [check-in AFTER other Library blockers][has patch][has reviews]
Comment 9•17 years ago
|
||
Could bug 426649 possibly affect this bug?
Assignee | ||
Comment 10•17 years ago
|
||
(In reply to comment #9)
> Could bug 426649 possibly affect this bug?
it should not
Comment 11•17 years ago
|
||
mozilla/browser/components/places/content/utils.js 1.136
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Whiteboard: [check-in AFTER other Library blockers][has patch][has reviews]
Comment 12•16 years ago
|
||
Looks like this landed without any issue. Verified with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9pre) Gecko/2008052104 Minefield/3.0pre ID:2008052104
Status: RESOLVED → VERIFIED
Comment 13•15 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•