Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 275638: Templatise 'whinemail' email - Patch by Emmanuel Seyman ↵ | lpsolit%gmail.com | 2006-06-08 | 1 | -44/+0 |
| | | | | <eseyman@linagora.com> r=LpSolit a=myk | ||||
* | Bug 312935: User Account Log should start with a creation date - Patch by ↵ | lpsolit%gmail.com | 2006-06-08 | 1 | -5/+17 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=bkor, r=wicked a=myk | ||||
* | Patch for bug 305506: reduce number of SQL calls in Bugzilla::User->groups; ↵ | uid623 | 2006-06-07 | 1 | -12/+40 |
| | | | | increase speed when DB connectivity is poor and shift the burden on the webserver in order to improve scalability when multiple web frontends are used with a single backend DB; patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua>, r=wicked, r=mkanat, a=myk. | ||||
* | Bug 340226: Util.pm shouldn't depend on Bugzilla::Config - Patch by ↵ | lpsolit%gmail.com | 2006-06-04 | 1 | -9/+9 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by ↵ | lpsolit%gmail.com | 2006-06-03 | 4 | -44/+40 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r/a=justdave | ||||
* | Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Frédéric ↵ | lpsolit%gmail.com | 2006-06-03 | 2 | -17/+12 |
| | | | | Buclin <LpSolit@gmail.com> r=kiko a=myk | ||||
* | Bug 282687: LDAP: TLS Support - Patch by guillomovitch@zarb.org r=mkanat ↵ | lpsolit%gmail.com | 2006-06-02 | 2 | -0/+14 |
| | | | | a=justdave | ||||
* | Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - ↵ | lpsolit%gmail.com | 2006-06-02 | 4 | -173/+219 |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 329377: Bugzilla::Object base class for objects | mkanat%bugzilla.org | 2006-06-01 | 3 | -129/+237 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=kevin.benton, a=justdave | ||||
* | Bug 339858: Remove useless module dependencies in Bugzilla::Auth::* - Patch ↵ | lpsolit%gmail.com | 2006-06-01 | 4 | -4/+3 |
| | | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 338573: Auth could throw an insecure dependency error if username is tainted | mkanat%bugzilla.org | 2006-05-31 | 1 | -0/+6 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 320751: LDAP: Ability to have Bugzilla use the LDAP username directly as ↵ | mkanat%bugzilla.org | 2006-05-31 | 1 | -5/+10 |
| | | | | | | the Bugzilla username Patch By guillomovitch@zarb.org r=mkanat, a=myk | ||||
* | Bug 313023: Param("confirmuniqueusermatch") should not be case sensitive - ↵ | lpsolit%gmail.com | 2006-05-30 | 1 | -1/+1 |
| | | | | Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=myk | ||||
* | Bug 337054: Remove get_component_id() and get_component_name() from ↵ | lpsolit%gmail.com | 2006-05-30 | 1 | -1/+3 |
| | | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 302876: Database Version-Checking needs to be more modular and more generic | mkanat%bugzilla.org | 2006-05-29 | 4 | -38/+20 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk | ||||
* | Bug 328642: Params should be in Bugzilla->params instead of being a ↵ | mkanat%bugzilla.org | 2006-05-23 | 1 | -74/+43 |
| | | | | | | Bugzilla::Config subroutine Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 331365: Sendmail complains about a possible attack because there's a ↵ | lpsolit%gmail.com | 2006-05-23 | 1 | -1/+2 |
| | | | | newline in the email address - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r=glob a=justdave | ||||
* | Bug 139309: Include real name (not just email address) in bugmail comment ↵ | lpsolit%gmail.com | 2006-05-22 | 1 | -8/+8 |
| | | | | and diff headers - Patch by Karsten "Mnyromyr" Düsterloh <mnyromyr@tprac.de> r=LpSolit a=justdave | ||||
* | Bug 332522: Remove $::prodmaxvotes - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 2006-05-22 | 1 | -3/+4 |
| | | | | <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 338365: Bugzilla::BugMail calls Param() outside of any function | mkanat%bugzilla.org | 2006-05-21 | 1 | -7/+7 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=justdave | ||||
* | Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and ↵ | lpsolit%gmail.com | 2006-05-17 | 2 | -227/+126 |
| | | | | FlagType.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave | ||||
* | Bug 337747: config.cgi fails with an SQL error in Bugzilla::Keyword with no ↵ | mozilla%colinogilvie.co.uk | 2006-05-17 | 1 | -4/+2 |
| | | | | | | keywords defined Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=justdave | ||||
* | Trying to fix bustage on Perl5.8.0 (adding a newline between 1; and __END__) ↵ | lpsolit%gmail.com | 2006-05-16 | 1 | -0/+1 |
| | | | | r=wicked on IRC | ||||
* | Bug 337681: When trying to impersonate someone, the UI displays the password ↵ | lpsolit%gmail.com | 2006-05-15 | 1 | -1/+4 |
| | | | | field when using the ENV method (with user_info_class="Env,CGI") - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave | ||||
* | Bug 337661: LDAP user login failure: Can't locate object method "realname" ↵ | lpsolit%gmail.com | 2006-05-15 | 1 | -1/+1 |
| | | | | via package "Bugzilla::User" - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave | ||||
* | Bug 137751: Linkify bug numbers in dependency fields on show_activity.cgi - ↵ | lpsolit%gmail.com | 2006-05-15 | 1 | -0/+6 |
| | | | | Patch by David D. Kilzer (ddk) <ddkilzer@kilzer.net> and timeless <timeless@bemail.org> r=wicked a=justdave | ||||
* | Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN block | mkanat%bugzilla.org | 2006-05-12 | 18 | -1227/+1406 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | ||||
* | Bug 96431: It's possible to write an essay in the Summary field. | mkanat%bugzilla.org | 2006-05-10 | 1 | -1/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | ||||
* | Bug 333581: Provide editbugs as default timetrackinggroup value. | wurblzap%gmail.com | 2006-05-08 | 1 | -1/+1 |
| | | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=mkanat, kevin.benton, a=myk | ||||
* | Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ↵ | lpsolit%gmail.com | 2006-05-08 | 4 | -12/+49 |
| | | | | into User.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Frédéric ↵ | lpsolit%gmail.com | 2006-05-08 | 2 | -4/+4 |
| | | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bump version post-release. | mkanat%bugzilla.org | 2006-04-23 | 1 | -1/+1 |
| | |||||
* | Update the version numbers for 2.23.1. | mkanat%bugzilla.org | 2006-04-23 | 1 | -1/+1 |
| | |||||
* | Bug 44595: Implement an interface for administrators to delete attachments - ↵ | lpsolit%gmail.com | 2006-04-18 | 2 | -6/+11 |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked, justdave a=justdave | ||||
* | Bug 330186: Crash when changing the status of a bug which has dependencies ↵ | lpsolit%gmail.com | 2006-04-16 | 1 | -1/+3 |
| | | | | (new fix. Now sanitycheck.cgi should work again too) - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r=LpSolit a=justdave | ||||
* | Bug 322285: Cancelling a flag should remove it completely from the DB - ↵ | lpsolit%gmail.com | 2006-04-14 | 6 | -62/+27 |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk | ||||
* | Bug 329537: [PostgreSQL] Bugzilla::DB::Pg can't alter a column to be SERIAL ↵ | lpsolit%gmail.com | 2006-04-14 | 3 | -99/+43 |
| | | | | - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave | ||||
* | Bug 333031: Uninitialized value when entering a new bug and an alias is ↵ | lpsolit%gmail.com | 2006-04-13 | 1 | -1/+1 |
| | | | | given - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave | ||||
* | Bug 275637: Templatise 'voteremovedmail' email - Patch by Emmanuel Seyman ↵ | lpsolit%gmail.com | 2006-04-05 | 2 | -31/+15 |
| | | | | <eseyman@linagora.com> r=LpSolit a=justdave | ||||
* | Bug 331343: The timestamp is quoted twice in Bugzilla::Flag::modify() - ↵ | lpsolit%gmail.com | 2006-04-05 | 1 | -6/+4 |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 330698: Remove $::components, @::enterable_products and ↵ | lpsolit%gmail.com | 2006-04-03 | 1 | -31/+9 |
| | | | | $::classifications (and some others) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 306695: Boolean charts forgets "0" values. | wurblzap%gmail.com | 2006-03-31 | 1 | -1/+1 |
| | | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, bugreport, a=justdave | ||||
* | Bug 70710: More expandable tags within emails - Patch by Alan Siu-Lung Tam ↵ | lpsolit%gmail.com | 2006-03-30 | 2 | -0/+13 |
| | | | | <Tam@SiuLung.com> r=vladd a=myk | ||||
* | Bug 330521: Remove @::legal_product, @::legal_components and ↵ | lpsolit%gmail.com | 2006-03-16 | 1 | -18/+0 |
| | | | | @::legal_target_milestone - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 330588 - Missing newline in Search.pm | timeless%mozdev.org | 2006-03-16 | 1 | -1/+2 |
| | | | | r=vladd,r=Tru | ||||
* | Bug 330577 "its" is wrong in comment | timeless%mozdev.org | 2006-03-16 | 1 | -1/+1 |
| | | | | r=Tru | ||||
* | Bug 329022: Remove group_name_to_id in favor of creating Group objects - ↵ | lpsolit%gmail.com | 2006-03-15 | 1 | -26/+0 |
| | | | | Patch by Rémi Zara <remi_zara@mac.com> r=LpSolit a=justdave | ||||
* | Fixing POD markup | timeless%mozdev.org | 2006-03-14 | 1 | -1/+1 |
| | | | | r=wicked | ||||
* | Bug 330186: Crash when changing the status of a bug which has dependencies - ↵ | lpsolit%gmail.com | 2006-03-12 | 1 | -1/+1 |
| | | | | Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit r=mkanat a=LpSolit/mkanat (emergency checkin procedure) | ||||
* | Bug 329334: User::match_field() may redirect you outside your Bugzilla ↵ | lpsolit%gmail.com | 2006-03-11 | 1 | -1/+1 |
| | | | | installation - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk |