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
Mozilla
/
mozilla
/
webtools
/
bugzilla
/
Bugzilla
History
bugreport%peshkin.net
76d31317ba
Bug 226477: Fix undefined method call in Bugzilla::User->in_group
...
r=timeless,a=justdave git-svn-id: svn://10.0.0.236/trunk@156287 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-12 05:11:27 +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
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
BugMail.pm
Patch for bug 179351: improve variable scoping issues in order to fix a bug causing oddly formatted dependency emails; patch by Teemu Mannermaa <wicked@etlicon.fi> revised slightly by justdave; r=joel; a=justdave.
2004-03-19 22:03:52 +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
Bug 231391 - make "cumulate" option work on new charts, together with a few UI tweaks. Patch by gerv; r=kiko, a=myk.
2004-01-22 00:02:27 +00:00
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
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
2004-03-27 03:51:44 +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
Fix for bug 237176: allows power users to display relevance values as a column in the search results for a fulltext search
2004-04-06 00:11:26 +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 226477: Fix undefined method call in Bugzilla::User->in_group
2004-05-12 05:11:27 +00:00
Util.pm
…