aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Expand)AuthorAgeFilesLines
* Bug 277377: Classifications should support sort keys - Patch by Olav Vitters ...lpsolit%gmail.com2006-07-173-2/+6
* Bug 344661: Cannot upgrade PostgreSQL installations anymore - Patch by FrédÃ...lpsolit%gmail.com2006-07-161-2/+8
* Bug 343432: Remove Bugzilla::Flag::get() and implement real flag objects - Pa...lpsolit%gmail.com2006-07-142-124/+141
* Bug 344074: Parameter to show announcements at the top of all pageskarl%kornel.name2006-07-141-0/+6
* Bug 343338: Eliminate "my" variables from the root level of modulesmkanat%bugzilla.org2006-07-146-90/+102
* Bug 281494: Create Bugzilla::Install::Requirements for requirements-checking ...mkanat%bugzilla.org2006-07-141-0/+270
* Bug 69000: Permit a stored query to be marked "shared" and accessible by othe...wurblzap%gmail.com2006-07-143-21/+103
* Bug 344448: editparams.cgi doesn't let me clear a group - Patch by Frédéric...lpsolit%gmail.com2006-07-142-0/+2
* Bug 344106: Error upgrading Bugzilla to version 2.23.2+ with perl 5.8.0 - Pat...lpsolit%gmail.com2006-07-121-45/+34
* Bug 342757: searching results in "YOUR BROWSER DOESN'T SUPPORT THIS SERVER-PU...mkanat%bugzilla.org2006-07-121-10/+16
* Bug 339731: [LDAP] URI-parsing code duplicated with Net::LDAP - Patch by guil...lpsolit%gmail.com2006-07-111-28/+2
* Bump the version number post-release.mkanat%bugzilla.org2006-07-101-1/+1
* Bump version number for release of 2.23.2.mkanat%bugzilla.org2006-07-101-1/+1
* Bug 342238: There is a dependency loop between Bugzilla::User and Bugzilla::C...mkanat%bugzilla.org2006-07-091-1/+1
* Bug 282025: Queries with group pronouns should accept non-word characters in ...lpsolit%gmail.com2006-07-061-2/+2
* Bug 343421: Fix some typos in comments - Patch by timeless <timeless@bemail.o...lpsolit%gmail.com2006-07-061-3/+3
* Bug 340967: The login form appears twice when trying to add an attachment (du...lpsolit%gmail.com2006-07-061-0/+15
* Bug 343361: die_with_dignity is useless inside of Bugzilla::CGImkanat%bugzilla.org2006-07-061-12/+0
* Bug 342861: Cannot upgrade from any version before 2.17.1 - Patch by Frédér...lpsolit%gmail.com2006-07-061-5/+7
* Bug 232705: FlagType::normalize() not used; remove it - Patch by Frédéric B...lpsolit%gmail.com2006-07-061-49/+0
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-0419-54/+2
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-0419-124/+161
* Bug 343112: @Bugzilla::Config::parampanels is only defined if something calls...mkanat%bugzilla.org2006-07-041-11/+14
* Bug 342744: bz_locations should return absolute paths for mod_perlmkanat%bugzilla.org2006-07-041-30/+37
* Fix on checkin for bug 343364lpsolit%gmail.com2006-07-031-1/+1
* Bug 343364: Changing Multiple Bugs is broken - Patch by Olav Vitters <bugzill...lpsolit%gmail.com2006-07-031-7/+7
* Bug 343294: Update notification does not work through an HTTP proxy - Patch b...lpsolit%gmail.com2006-07-031-0/+1
* Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R...lpsolit%gmail.com2006-07-035-8/+8
* Bug 340278: Move CheckCanChangeField() from process_bug.cgi to Bug.pm - Patch...lpsolit%gmail.com2006-07-021-1/+133
* Bug 343248: SQL query to get all keywords with bug count is duplicated in edi...mkanat%bugzilla.org2006-07-011-0/+45
* Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...mkanat%bugzilla.org2006-06-298-56/+30
* Bug 342749: Replace Bugzilla::Util's min and max with the List::Util equivalentsmkanat%bugzilla.org2006-06-273-29/+6
* Bug 341538: Missing information in XML for Time Tracking and Duplicate Bugsmozilla%colinogilvie.co.uk2006-06-271-1/+1
* Bug 342410: Various modules assume functions are in global scope, when none aremkanat%bugzilla.org2006-06-262-10/+11
* Bug 324783: The chartgroup, insidergroup and timetrackinggroup groups in edit...lpsolit%gmail.com2006-06-213-11/+30
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-213-11/+2
* Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric Bucl...lpsolit%gmail.com2006-06-201-4/+5
* Bug 278017: Eliminate use of deprecated Bugzilla::DB routines (SendSQL, etc.)...lpsolit%gmail.com2006-06-201-139/+2
* Bug 300552: Eliminate deprecated Bugzilla::DB routines from Search.pm - Patch...lpsolit%gmail.com2006-06-201-49/+56
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com2006-06-2012-112/+193
* Bug 342053: Quicksearch.pm defines $cgi outside routines - Patch by Frédéri...lpsolit%gmail.com2006-06-201-2/+2
* Spelling patch: use the right spelling form for 'overridden'; patch by Vlad D...vladd%bugzilla.org2006-06-201-2/+2
* Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Frédéric Bucli...lpsolit%gmail.com2006-06-202-5/+22
* Spelling in code comments patch: 'behavour' -> 'behaviour'; patch by Vlad Das...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'particuarly' -> 'particularly'; 'bugzilla' ...vladd%bugzilla.org2006-06-191-2/+2
* Spelling in code comments patch: 'supprt' -> 'support'; patch by Vlad Dascalu...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'defintions' -> 'definitions'; patch by Vlad...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'ddatetime' -> 'datetime'; patch by Vlad Das...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'explanaion' -> 'explanation', 'bugzilla' ->...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'modifed' -> 'modified'; patch by Vlad Dasca...vladd%bugzilla.org2006-06-191-1/+1