gecko-dev/webtools/bugzilla/Bugzilla
karl%kornel.name 8d27fb0e56 Bug 344074: Parameter to show announcements at the top of all pages
Patch by A. Karl Kornel <karl@kornel.name> r=myk a=myk
2006-07-14 06:04:21 +00:00
..
Auth Bug 339731: [LDAP] URI-parsing code duplicated with Net::LDAP - Patch by guillomovitch@zarb.org r=mkanat a=justdave 2006-07-11 00:42:58 +00:00
Config Bug 344074: Parameter to show announcements at the top of all pages 2006-07-14 06:04:21 +00:00
DB Bug 69000: Permit a stored query to be marked "shared" and accessible by other users. 2006-07-13 20:08:00 +00:00
Install Bug 281494: Create Bugzilla::Install::Requirements for requirements-checking subroutines in checksetup.pl 2006-07-13 21:50:08 +00:00
Search Bug 343338: Eliminate "my" variables from the root level of modules 2006-07-13 21:55:43 +00:00
Template/Plugin Bug 338375: Use Bugzilla->params everywhere instead of Param(). 2006-07-03 21:42:47 +00:00
User Bug 301967: Some .pm files have invalid POD syntax - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2005-07-26 14:09:48 +00:00
.cvsignore
Attachment.pm Bug 338375: Use Bugzilla->params everywhere instead of Param(). 2006-07-03 21:42:47 +00:00
Auth.pm Bug 344106: Error upgrading Bugzilla to version 2.23.2+ with perl 5.8.0 - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk 2006-07-12 11:51:43 +00:00
Bug.pm Bug 338375: Use Bugzilla->params everywhere instead of Param(). 2006-07-03 21:42:47 +00:00
BugMail.pm Bug 343338: Eliminate "my" variables from the root level of modules 2006-07-13 21:55:43 +00:00
CGI.pm Bug 342757: searching results in "YOUR BROWSER DOESN'T SUPPORT THIS SERVER-PUSH TECHNOLOGY" warning on brower under mod_perl 2006-07-12 06:05:07 +00:00
Chart.pm Bug 342749: Replace Bugzilla::Util's min and max with the List::Util equivalents 2006-06-27 10:54:05 +00:00
Classification.pm Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead of a valid ID as a param - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=kiko a=justdave 2005-10-28 10:33:18 +00:00
Component.pm Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test 11). 2006-02-28 15:23:32 +00:00
Config.pm Bug 343338: Eliminate "my" variables from the root level of modules 2006-07-13 21:55:43 +00:00
Constants.pm Bump the version number post-release. 2006-07-10 00:36:08 +00:00
DB.pm Bug 338375: Use Bugzilla->params everywhere instead of Param(). 2006-07-03 21:42:47 +00:00
Error.pm Bug 304601: Bugzilla::Config's :locations exports need to be in their own module - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave 2006-06-19 20:15:18 +00:00
Field.pm Bug 304601: Bugzilla::Config's :locations exports need to be in their own module - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave 2006-06-19 20:15:18 +00:00
Flag.pm Bug 338375: Use Bugzilla->params everywhere instead of Param(). 2006-07-03 21:42:47 +00:00
FlagType.pm Bug 343338: Eliminate "my" variables from the root level of modules 2006-07-13 21:55:43 +00:00
Group.pm Bug 324783: The chartgroup, insidergroup and timetrackinggroup groups in editparams.cgi should be listed in a dropdown menu - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=Colin r=mkanat a=myk 2006-06-21 01:06:00 +00:00
Hook.pm Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_locations() 2006-06-29 16:49:56 +00:00
Keyword.pm Bug 343248: SQL query to get all keywords with bug count is duplicated in editkeywords.cgi and describekeywords.cgi 2006-07-01 16:45:54 +00:00
Mailer.pm Bug 338375: Use Bugzilla->params everywhere instead of Param(). 2006-07-03 21:42:47 +00:00
Milestone.pm Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of object methods 2005-10-06 18:45:46 +00:00
Object.pm Bug 329377: Bugzilla::Object base class for objects 2006-06-01 00:23:17 +00:00
Product.pm Bug 342238: There is a dependency loop between Bugzilla::User and Bugzilla::Component 2006-07-09 05:00:20 +00:00
Search.pm Bug 282025: Queries with group pronouns should accept non-word characters in group names - Patch by Dave Miller <justdave@bugzilla.org> r=joel a=myk 2006-07-06 12:09:28 +00:00
Series.pm Bug 341453: Bugzilla::Series looks for functions in global scope that are not global functions 2006-06-14 21:17:21 +00:00
Template.pm Bug 343338: Eliminate "my" variables from the root level of modules 2006-07-13 21:55:43 +00:00
Token.pm Bug 343338: Eliminate "my" variables from the root level of modules 2006-07-13 21:55:43 +00:00
Update.pm Bug 343294: Update notification does not work through an HTTP proxy - Patch by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=justdave 2006-07-03 09:08:43 +00:00
User.pm Bug 69000: Permit a stored query to be marked "shared" and accessible by other users. 2006-07-13 20:08:00 +00:00
Util.pm Bug 342749: Replace Bugzilla::Util's min and max with the List::Util equivalents 2006-06-27 10:54:05 +00:00
Version.pm Bug 330521: Remove @::legal_product, @::legal_components and @::legal_target_milestone - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-03-15 21:51:35 +00:00