This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2d5e131dfd56e5cf821ecce162b59312e2cbf253
Mozilla
/
mozilla
/
webtools
/
bugzilla
/
Bugzilla
History
bugreport%peshkin.net
6800dd8a15
Bug 244927: Add search on time owner has left the bug idle
...
r=jouni a=myk git-svn-id: svn://10.0.0.236/trunk@157259 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-01 20:29:05 +00:00
..
Auth
Fix for bug 226754: Move InvalidateLogins into Bugzilla::Auth::CGI. Consolidates the logout code into Bugzilla::Auth::CGI, and provides
2004-03-27 01:31:00 +00:00
Template
/Plugin
…
Attachment.pm
Bug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now.
2004-03-18 03:57:05 +00:00
Auth.pm
Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.
2004-03-27 01:28:29 +00:00
Bug.pm
Patch for bug 217627: fix Bugzilla internal error message that appears if bug alias starts with zero; patch by Alexey Gladkov <legion@altlinux.org>; r=justdave; a=justdave.
2004-05-19 19:48:11 +00:00
BugMail.pm
Bug 227172: Deal with race condition between a user being removed from the CC on a bug and changing their email address before the bugmail is sent.
2004-05-26 07:21:43 +00:00
CGI.pm
Patch for bug 238683: fix for usage of uninitialized value in concatenation in Bugzilla/CGI.pm: remove extra $ char; patch by corporate_gadfly@hotmail.com; r=vlad; a=justdave.
2004-03-26 02:07:44 +00:00
Chart.pm
…
Config.pm
Bump version number to 2.17.7 for release.
2004-03-03 07:35:43 +00:00
Constants.pm
Fix for bug 226754: Move InvalidateLogins into Bugzilla::Auth::CGI. Consolidates the logout code into Bugzilla::Auth::CGI, and provides
2004-03-27 01:31:00 +00:00
DB.pm
Bug 243351: Fix mysql version sensitivity in case-sensitive search
2004-05-27 02:40:18 +00:00
Error.pm
…
Flag.pm
Patch for bug 232554: fix SQL queries in Flag.pm in order to fix a bug that causes flags to remain set but inaccessible when product changes; patch by Max K-A <mkanat@kerio.com>; r=bbaetz,myk; a=justdave.
2004-04-01 08:57:59 +00:00
FlagType.pm
Fix for bug 228917: Makes some flag SQL work with PostgreSQL by using the semantically equivalent INNER JOIN over a comma (,).
2004-01-31 00:49:56 +00:00
RelationSet.pm
Bug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now.
2004-03-18 03:57:05 +00:00
Search.pm
Bug 244927: Add search on time owner has left the bug idle
2004-06-01 20:29:05 +00:00
Series.pm
Bug 232749 - fix various charting problems revealed by b.m.o. upgrade, including editing, subscribe buttons and terminology. Patch by gerv; r=kiko, a=justdave.
2004-02-12 22:33:07 +00:00
Template.pm
Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Define
2004-03-16 23:53:01 +00:00
Token.pm
Bug 237864: clean up leftovers from the bug 192516 checkin (some occurances of Token got missed)
2004-03-18 09:01:35 +00:00
User.pm
Bug 239263: Avoid hazard in User->groups by switching to main DB for rederive
2004-05-14 13:55:45 +00:00
Util.pm
…