summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
AgeCommit message (Expand)AuthorFilesLines
2010-02-01Bug 480968: Make checksetup.pl never show popup windows for errors, on Window...Max Kanat-Alexander1-0/+22
2009-12-31Bug 531841: Change all hour-related database fields to decimal(7,3) so that t...mkanat%bugzilla.org1-1/+9
2009-12-31Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ...mkanat%bugzilla.org1-0/+14
2009-12-31Bug 519858 - Move uncommonly used parameters out of the "Required" section an...mkanat%bugzilla.org1-9/+36
2009-12-18Bug 162060: Remove the relationship between "votestoconfirm" and whether or n...mkanat%bugzilla.org1-0/+12
2009-12-15After the checkin of bug 524603, checksetup.pl printed "No such file or direc...mkanat%bugzilla.org1-3/+3
2009-12-15Bug 524603: Allow a non-root jobqueue.pl to write to data/mailer.testfile (fo...mkanat%bugzilla.org1-1/+25
2009-12-13Fix a compile error in Bugzilla::Install::DB from the last checkin.mkanat%bugzilla.org1-1/+1
2009-12-13Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to th...mkanat%bugzilla.org1-4/+6
2009-12-13Bug 526734: Allow localization of the "From update of attachment" string in c...mkanat%bugzilla.org1-22/+46
2009-12-04Bug 532911: Remove use of Bugzilla::User from Bugzilla::Install::DB (modules ...mkanat%bugzilla.org1-7/+7
2009-12-04Bug 452919: Allow the "created an attachment" message in comments to be local...mkanat%bugzilla.org1-8/+75
2009-11-26Bug 208347: The version of Chart::Base below 2.1 cannot be determined accurat...lpsolit%gmail.com1-1/+2
2009-11-25Bug 530994: Allow extensions to specify where their template directory is (wh...mkanat%bugzilla.org1-2/+67
2009-11-25Bug 530767: Allow for CPAN distribution of extensionsmkanat%bugzilla.org2-4/+31
2009-11-25Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org1-0/+1
2009-11-25Bug 530960: Put hooks into template/default/hook instead of template/hookmkanat%bugzilla.org1-19/+20
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org3-47/+125
2009-11-23Bug 430010: Re-work the template hooks system so that template hooks always l...mkanat%bugzilla.org1-32/+47
2009-11-18Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org1-3/+32
2009-11-18Fix for Bug 527505: Make t/001compile.t work even after Bugzilla::Install::CP...mkanat%bugzilla.org1-3/+67
2009-11-09Bug 513593: Make the WebService taint incoming parametersmkanat%bugzilla.org1-0/+6
2009-11-01Bug 525025: Custom field names having UTF8-characters in them crash Bugzilla ...lpsolit%gmail.com1-0/+16
2009-10-24Bug 519584: Implement a framework for migrating from other bug-trackers, and ...mkanat%bugzilla.org2-1/+4
2009-10-24Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of c...mkanat%bugzilla.org1-2/+2
2009-10-19Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric Buc...lpsolit%gmail.com1-1/+13
2009-09-30Bug 519676: Allow users to set blank/false values for things in checksetup.pl...mkanat%bugzilla.org1-1/+6
2009-09-28Bug 519032: Remove the unused "last_viewed" column from the "series" DB table...lpsolit%gmail.com1-0/+3
2009-09-22Bug 517761: Checksetup creates and deletes ./data/duplicates/ directory every...lpsolit%gmail.com1-1/+0
2009-09-22Bug 517632: Make checksetup.pl die when it fails to create a directorymkanat%bugzilla.org1-2/+2
2009-09-22Bug 516712: Allow checksetup.pl to upgrade installations from before 3.4 wher...mkanat%bugzilla.org1-2/+12
2009-09-11Bug 515991: Blacklist CGI 3.46 and 3.47 because CGI::Carp breaks Template Too...mkanat%bugzilla.org1-1/+3
2009-09-07Bug 176002: Move duplicate statistics into the dbmkanat%bugzilla.org2-2/+9
2009-09-04Bug 486306: Truncated XML-RPC response (incorrect content-length header)mkanat%bugzilla.org1-3/+3
2009-08-19Bug 511337: Make checksetup.pl properly throw a warning when it can't chmod/c...mkanat%bugzilla.org1-3/+6
2009-08-18Bug 507969: Speed up checksetup for cases when it's doing nothingmkanat%bugzilla.org1-9/+10
2009-08-17Bug 509497: Implement sql_group_concat for all databasesmkanat%bugzilla.org1-46/+16
2009-08-13Bug 257933: File::Spec version check does not work against 0.90 - Patch by Fr...lpsolit%gmail.com1-5/+0
2009-08-13Bug 480986: The BMP -> PNG conversion tool for new attachments should be an e...lpsolit%gmail.com1-6/+0
2009-08-12Bug 507493: checksetup.pl's output should use colors for missing and too old ...lpsolit%gmail.com2-5/+20
2009-08-11Bug 430011: Disabled extensions are still included in template include pathmkanat%bugzilla.org1-0/+1
2009-08-07Bug 509054: Internationalize feature descriptions in checksetup.plmkanat%bugzilla.org1-23/+33
2009-08-03Bug 508032: Speed up initializing of email_setting valuesmkanat%bugzilla.org1-11/+3
2009-08-03Bug 405970: Make checksetup.pl not rederive regex groups every time it runs (...mkanat%bugzilla.org1-1/+50
2009-07-24Bug 457524: Reports don't calculate totals correctly if one of the axes conta...lpsolit%gmail.com1-1/+3
2009-07-17Bug 503290: Email::Send 2.196 has a bug in the SMTP module - Patch by Fréd...lpsolit%gmail.com1-1/+2
2009-06-02Bug 495783: Create the default Classification before setting up foreign keys,...mkanat%bugzilla.org1-0/+8
2009-05-21 Bug 493090 - Product disallownew should be converted to isactiveghendricks%novell.com1-4/+25
2009-04-17Bug 486206: Quoted-printable bugmail had a =0D at the end of every line, beca...mkanat%bugzilla.org1-0/+6
2009-04-06Bug 302420: Allow whining messages to be sent even without any results - Patc...wicked%sci.fi1-0/+4