Closed
Bug 305941
Opened 19 years ago
Closed 18 years ago
Remove refreshed_when from profiles and last_changed from groups
Categories
(Bugzilla :: User Accounts, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: bugreport, Assigned: LpSolit)
Details
Attachments
(1 file, 2 obsolete files)
|
11.11 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
They are no longer needed.
Updated•19 years ago
|
Assignee: general → user-accounts
Component: Bugzilla-General → User Accounts
Target Milestone: --- → Bugzilla 2.22
| Assignee | ||
Comment 1•19 years ago
|
||
The trunk is now frozen to prepare Bugzilla 2.22. Enhancement bugs are retargetted to 2.24.
Target Milestone: Bugzilla 2.22 → Bugzilla 2.24
Comment 2•19 years ago
|
||
groups.last_changed might actually be useful if we exposed it in the UI in editgroups for example.
| Assignee | ||
Updated•19 years ago
|
Severity: enhancement → normal
| Assignee | ||
Comment 3•19 years ago
|
||
(In reply to comment #2) > groups.last_changed might actually be useful if we exposed it in the UI in > editgroups for example. > We actually have no UI for it. Do we plan to implement it? We cannot remove this column now and add it again later; we would probably break checksetup.pl.
| Assignee | ||
Comment 4•18 years ago
|
||
Comment 5•18 years ago
|
||
Comment on attachment 232197 [details] [diff] [review] patch, v1 It's bz_drop_column, not drop_column.
Attachment #232197 -
Flags: review?(mkanat) → review-
| Assignee | ||
Comment 6•18 years ago
|
||
s/drop_column/bz_drop_column/
Attachment #232197 -
Attachment is obsolete: true
Attachment #232198 -
Flags: review?(mkanat)
| Assignee | ||
Comment 7•18 years ago
|
||
Attachment #232198 -
Attachment is obsolete: true
Attachment #232200 -
Flags: review?(mkanat)
Attachment #232198 -
Flags: review?(mkanat)
Comment 8•18 years ago
|
||
Comment on attachment 232200 [details] [diff] [review] unbitrotten patch, v1.2 Yeah, looks good. I ran a few tests, and I checked that last_changed and refreshed_when are totally gone from the code, and everything is good.
Attachment #232200 -
Flags: review?(mkanat) → review+
Updated•18 years ago
|
Flags: approval?
Updated•18 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 9•18 years ago
|
||
Checking in checksetup.pl; /cvsroot/mozilla/webtools/bugzilla/checksetup.pl,v <-- checksetup.pl new revision: 1.537; previous revision: 1.536 done Checking in editgroups.cgi; /cvsroot/mozilla/webtools/bugzilla/editgroups.cgi,v <-- editgroups.cgi new revision: 1.78; previous revision: 1.77 done Checking in editproducts.cgi; /cvsroot/mozilla/webtools/bugzilla/editproducts.cgi,v <-- editproducts.cgi new revision: 1.128; previous revision: 1.127 done Checking in editusers.cgi; /cvsroot/mozilla/webtools/bugzilla/editusers.cgi,v <-- editusers.cgi new revision: 1.130; previous revision: 1.129 done Checking in sanitycheck.cgi; /cvsroot/mozilla/webtools/bugzilla/sanitycheck.cgi,v <-- sanitycheck.cgi new revision: 1.121; previous revision: 1.120 done Checking in Bugzilla/Group.pm; /cvsroot/mozilla/webtools/bugzilla/Bugzilla/Group.pm,v <-- Group.pm new revision: 1.14; previous revision: 1.13 done Checking in Bugzilla/User.pm; /cvsroot/mozilla/webtools/bugzilla/Bugzilla/User.pm,v <-- User.pm new revision: 1.123; previous revision: 1.122 done Checking in Bugzilla/DB/Schema.pm; /cvsroot/mozilla/webtools/bugzilla/Bugzilla/DB/Schema.pm,v <-- Schema.pm new revision: 1.59; previous revision: 1.58 done Checking in Bugzilla/Install/DB.pm; /cvsroot/mozilla/webtools/bugzilla/Bugzilla/Install/DB.pm,v <-- DB.pm new revision: 1.5; previous revision: 1.4 done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•