summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Expand)AuthorFilesLines
2006-06-20Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric Bucl...lpsolit%gmail.com1-4/+5
2006-06-20Bug 278017: Eliminate use of deprecated Bugzilla::DB routines (SendSQL, etc.)...lpsolit%gmail.com1-139/+2
2006-06-20Bug 300552: Eliminate deprecated Bugzilla::DB routines from Search.pm - Patch...lpsolit%gmail.com1-49/+56
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com12-112/+193
2006-06-20Bug 342053: Quicksearch.pm defines $cgi outside routines - Patch by Frédéri...lpsolit%gmail.com1-2/+2
2006-06-20Spelling patch: use the right spelling form for 'overridden'; patch by Vlad D...vladd%bugzilla.org1-2/+2
2006-06-20Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Frédéric Bucli...lpsolit%gmail.com2-5/+22
2006-06-20Spelling in code comments patch: 'behavour' -> 'behaviour'; patch by Vlad Das...vladd%bugzilla.org1-1/+1
2006-06-20Spelling in code comments patch: 'particuarly' -> 'particularly'; 'bugzilla' ...vladd%bugzilla.org1-2/+2
2006-06-20Spelling in code comments patch: 'supprt' -> 'support'; patch by Vlad Dascalu...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'defintions' -> 'definitions'; patch by Vlad...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'ddatetime' -> 'datetime'; patch by Vlad Das...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'explanaion' -> 'explanation', 'bugzilla' ->...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'modifed' -> 'modified'; patch by Vlad Dasca...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'preiodically' -> 'periodically'; patch by V...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'cokie' -> 'cookie'; patch by Vlad Dascalu <...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'subsituted' -> 'substituted'; patch by Vlad...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'unliklely' -> 'unlikely'; patch by Vlad Das...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'unfortunally' -> 'unfortunately' in Bugzill...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'lanuage' -> 'language' in Bugzilla/Template...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'wirtten' -> 'written' in Bugzilla/DB.pm; pa...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'defauly' -> 'default' in Bugzilla/DB.pm; pa...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'overriden' -> 'overridden' in Bugzilla/DB.p...vladd%bugzilla.org1-12/+12
2006-06-19Spelling in code comments patch: 'theres' -> 'there's' in Bugzilla/DB.pm; pat...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'ned' -> 'need' in Bugzilla/Search.pm; patch...vladd%bugzilla.org1-1/+1
2006-06-19Bug 339750: Remove Bugzilla::Flag::GetBug - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com1-147/+68
2006-06-19Patch for bug 341374: fix checksetup failure when database exists with non-Bu...vladd%bugzilla.org1-4/+4
2006-06-18Bug 5179: Need to be able to put attachment on new bug - Patch by Marc Schuma...lpsolit%gmail.com1-6/+318
2006-06-18Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin...lpsolit%gmail.com1-2/+4
2006-06-16Bug 328438: Eliminate @::log_columns - Patch by Max Kanat-Alexander <mkanat@b...lpsolit%gmail.com2-1/+15
2006-06-15Bug 341456: Bugzilla/Search/Quicksearch.pm shouldn't use Bugzilla.pm - Patch ...lpsolit%gmail.com1-1/+0
2006-06-15Bug 341453: Bugzilla::Series looks for functions in global scope that are not...mkanat%bugzilla.org1-8/+9
2006-06-14Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by FrÃ...lpsolit%gmail.com1-0/+18
2006-06-13Bug 330487: Automatic Update Notification for Bugzilla - Patch by Frédéric ...lpsolit%gmail.com3-1/+220
2006-06-08Patch for bug 329178: Remove old code specific to MySQL 3.x from DB::Mysql as...uid6231-14/+3
2006-06-08Bug 339667: Attachment data not deleted when deleting a component or a produc...lpsolit%gmail.com1-1/+16
2006-06-08Bug 275638: Templatise 'whinemail' email - Patch by Emmanuel Seyman <eseyman@...lpsolit%gmail.com1-44/+0
2006-06-08Bug 312935: User Account Log should start with a creation date - Patch by FrÃ...lpsolit%gmail.com1-5/+17
2006-06-07Patch for bug 305506: reduce number of SQL calls in Bugzilla::User->groups; i...uid6231-12/+40
2006-06-04Bug 340226: Util.pm shouldn't depend on Bugzilla::Config - Patch by Frédéri...lpsolit%gmail.com1-9/+9
2006-06-03Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by Frédér...lpsolit%gmail.com4-44/+40
2006-06-03Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Frédéric ...lpsolit%gmail.com2-17/+12
2006-06-02Bug 282687: LDAP: TLS Support - Patch by guillomovitch@zarb.org r=mkanat a=ju...lpsolit%gmail.com2-0/+14
2006-06-02Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Pat...lpsolit%gmail.com4-173/+219
2006-06-01Bug 329377: Bugzilla::Object base class for objectsmkanat%bugzilla.org3-129/+237
2006-06-01Bug 339858: Remove useless module dependencies in Bugzilla::Auth::* - Patch b...lpsolit%gmail.com4-4/+3
2006-05-31Bug 338573: Auth could throw an insecure dependency error if username is taintedmkanat%bugzilla.org1-0/+6
2006-05-31Bug 320751: LDAP: Ability to have Bugzilla use the LDAP username directly as ...mkanat%bugzilla.org1-5/+10
2006-05-30Bug 313023: Param("confirmuniqueusermatch") should not be case sensitive - Pa...lpsolit%gmail.com1-1/+1
2006-05-30Bug 337054: Remove get_component_id() and get_component_name() from globals.p...lpsolit%gmail.com1-1/+3