.. |
Auth
|
Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave
|
2005-10-30 21:31:29 +00:00 |
Config
|
Bug 149504 Permit a reference to a URL to be treated as an attachment
|
2005-10-19 20:16:15 +00:00 |
DB
|
Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat r=manu a=justdave
|
2005-11-13 17:32:12 +00:00 |
Search
|
Bug 305333: Move attachments.thedata to its own table
|
2005-08-26 23:11:33 +00:00 |
Template/Plugin
|
Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates
|
2004-08-04 18:08:21 +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 315129: [PostgreSQL] Attachments are sorted by last changed time instead of creation time - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk a=justdave
|
2005-11-05 12:24:29 +00:00 |
Auth.pm
|
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 |
Bug.pm
|
Bug 314547: [PostgreSQL] cannot check/uncheck the "Private" checkbox for comments in show_bug.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
|
2005-11-13 18:16:33 +00:00 |
BugMail.pm
|
Bug 314544: Bugzilla/BugMail.pm should not 'use Bugzilla::DB' - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk
|
2005-11-03 00:27:30 +00:00 |
CGI.pm
|
Bug 308876: Iff ssl is "always", whining (and other non-interactive scripts?) get a 302-moved error - Patch by A. Karl Kornel <karl@kornel.name> r=joel a=justdave
|
2005-09-22 16:53:15 +00:00 |
Chart.pm
|
Bug 278268 - make Grand Total line not appear if data set add fails. Patch by colin.ogilvie; r=gerv, a=justdave.
|
2005-04-11 22:39:11 +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
|
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 |
Config.pm
|
Bug 46296: Make editparams.cgi be multi-panel by category - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=justdave
|
2005-10-12 08:51:55 +00:00 |
Constants.pm
|
Bug 314269: Add email pref to not send mail about dependency changes - Patch by Todd Stansell <tjs@tellme.com> r=joel a=justdave
|
2005-10-31 23:09:28 +00:00 |
DB.pm
|
Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat r=manu a=justdave
|
2005-11-13 17:32:12 +00:00 |
Error.pm
|
Bug 204498 Add su (setuser) function
|
2005-10-13 23:58:26 +00:00 |
Field.pm
|
Bug 304745: Move GetFieldID() out of globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave
|
2005-09-05 20:41:21 +00:00 |
Flag.pm
|
Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave
|
2005-10-30 21:31:29 +00:00 |
FlagType.pm
|
Bug 302936: Reject the requestee if he cannot access private attachments - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=jouni a=justdave
|
2005-10-18 17:45:48 +00:00 |
Group.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 |
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 |
Product.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 |
Search.pm
|
Bug 302599: Saved searches using "days since bug changed" fail with "Can't use (to_days(now()) - to_days(bugs.delta_ts)) as a field name" error - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
|
2005-11-15 09:37:17 +00:00 |
Series.pm
|
Bug 308717: Column name "PUBLIC" in SERIES table is an Oracle reserved word
|
2005-09-23 14:24:35 +00:00 |
Template.pm
|
Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
|
2005-10-24 23:11:56 +00:00 |
Token.pm
|
Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat r=manu a=justdave
|
2005-11-13 17:32:12 +00:00 |
User.pm
|
Bug 315339: User::match_field() now leaves fields undefined instead of as empty strings when no value is passed - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk
|
2005-11-09 23:24:13 +00:00 |
Util.pm
|
Bug 304582: Move GenerateRandomPassword() out of globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=myk
|
2005-09-01 21:39:21 +00:00 |
Version.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 |