Up to [cvs.netbsd.org] / pkgsrc / devel / bugzilla
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2.12.1 / (download) - annotate - [select for diffs], Sat Nov 4 22:23:14 2006 UTC (5 years, 6 months ago) by salo
Branch: pkgsrc-2006Q3
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
Pullup ticket 1873 - requested by adrianp security update for bugzilla Revisions pulled up: - pkgsrc/devel/bugzilla/MESSAGE 1.3 - pkgsrc/devel/bugzilla/Makefile 1.20, 1.21 - pkgsrc/devel/bugzilla/PLIST 1.10, 1.11 - pkgsrc/devel/bugzilla/distinfo 1.11, 1.12 - pkgsrc/devel/bugzilla/options.mk 1.2 - pkgsrc/devel/bugzilla/files/localconfig 1.3 Module Name: pkgsrc Committed By: adrianp Date: Sun Oct 15 12:21:14 UTC 2006 Modified Files: pkgsrc/devel/bugzilla: MESSAGE Makefile PLIST distinfo options.mk pkgsrc/devel/bugzilla/files: localconfig Log Message: Update to 2.22 New features include: * Complete PostgreSQL Support * Parameters In Sections * One Codebase, Multiple Databases * UTF-8 for New Installations * Admins Can Impersonate Users * Bug Import and Moving Improvements * Adding Individual Bugs to Saved Searches * Attach URLs * Optional "Strict Isolation" for Groups * "editcomponents" Change * "shutdownhtml" Change * Miscellaneous Improvements For further details see: http://www.bugzilla.org/releases/2.22/new-features.html http://www.bugzilla.org/releases/2.22/release-notes.html --- Module Name: pkgsrc Committed By: adrianp Date: Sun Oct 15 12:36:05 UTC 2006 Modified Files: pkgsrc/devel/bugzilla: Makefile PLIST distinfo Log Message: Update to 2.22.1 + When sending mail, Bugzilla could throw the error "Insecure dependency in exec while running with -T switch" (bug 340538). + Using the public webdot server (for dependency graphs) should work again (bug 351243). + The "I'm added to or removed from this capacity" email preference wasn't working for new bugs (bug 349852). + The original release of 2.22 incorrectly said it required Template-Toolkit version 2.08. In actual fact, Bugzilla requires version 2.10 (bug 351478). + votes.cgi would crash if your bug was the one confirming a bug (bug 351300). + checksetup.pl now correctly reports if your Template::Plugin::GD module is missing. If missing, it could lead to charts and graphs not working (bug 345389). + The "Keyword" field on buglist.cgi was not sorted alphabetically, so it wasn't very useful for sorting (bug 342828). + Sendmail will no longer complain about there being a newline in the email address, when Bugzilla sends mail (bug 331365). + contrib/bzdbcopy.pl would try to insert an invalid value into the database, unnecessarily (bug 335572). + Deleting a bug now correctly deletes its attachments from the database (bug 339667).
Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 15 12:21:13 2006 UTC (5 years, 7 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Update to 2.22 New features include: * Complete PostgreSQL Support * Parameters In Sections * One Codebase, Multiple Databases * UTF-8 for New Installations * Admins Can Impersonate Users * Bug Import and Moving Improvements * Adding Individual Bugs to Saved Searches * Attach URLs * Optional "Strict Isolation" for Groups * "editcomponents" Change * "shutdownhtml" Change * Miscellaneous Improvements For further details see: http://www.bugzilla.org/releases/2.22/new-features.html http://www.bugzilla.org/releases/2.22/release-notes.html
Revision 1.1.1.1.2.1 / (download) - annotate - [select for diffs], Wed May 18 11:59:31 2005 UTC (7 years ago) by salo
Branch: pkgsrc-2005Q1
Changes since 1.1.1.1: +3 -3
lines
Diff to previous 1.1.1.1 (colored) next main 1.2 (colored)
Pullup ticket 509 - requested by Adrian Portelli security update for bugzilla Revisions pulled up: - pkgsrc/devel/bugzilla/DESCR 1.2 - pkgsrc/devel/bugzilla/MESSAGE 1.2 - pkgsrc/devel/bugzilla/Makefile 1.6 - pkgsrc/devel/bugzilla/PLIST 1.3 - pkgsrc/devel/bugzilla/distinfo 1.5 Module Name: pkgsrc Committed By: adrianp Date: Sun May 15 17:04:32 UTC 2005 Modified Files: pkgsrc/devel/bugzilla: DESCR MESSAGE Makefile PLIST distinfo Log Message: - Update to 2.18.1 - Two "Information Disclosure" security bugs fixed - From the ChangeLog: > + You can now enter a negative time for "Hours Worked" > in the time-tracking area. (Bug 271276) > > + The BugMail.pm customization required for Windows (as > described in the Bugzilla Guide) now actually works. (Bug 280911) > > + Users who were using Bugzilla 2.8 can now successfully upgrade > to 2.18.1 (they couldn't upgrade to 2.18). (Bug 283403) > > + Dependency mails are now properly sent during a mass-change of bugs. > (Bug 178157)
Revision 1.2 / (download) - annotate - [select for diffs], Sun May 15 17:04:32 2005 UTC (7 years ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Branch point for: pkgsrc-2006Q3
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
- Update to 2.18.1 - Two "Information Disclosure" security bugs fixed - From the ChangeLog: > + You can now enter a negative time for "Hours Worked" > in the time-tracking area. (Bug 271276) > > + The BugMail.pm customization required for Windows (as > described in the Bugzilla Guide) now actually works. (Bug 280911) > > + Users who were using Bugzilla 2.8 can now successfully upgrade > to 2.18.1 (they couldn't upgrade to 2.18). (Bug 283403) > > + Dependency mails are now properly sent during a mass-change of bugs. > (Bug 178157)
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Jan 2 13:39:52 2005 UTC (7 years, 4 months ago) by adrianp
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2005Q1-base
Branch point for: pkgsrc-2005Q1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Bugzilla is a "Defect Tracking System" or "Bug-Tracking System". Defect Tracking Systems allow individual or groups of developers to keep track of outstanding bugs in their product effectively. Most commercial defect-tracking software vendors charge enormous licensing fees. Despite being "free", Bugzilla has many features its expensive counterparts lack. Consequently, Bugzilla has quickly become a favorite of hundreds of organizations across the globe. What Does Bugzilla Do? - Track bugs and code changes - Communicate with teammates - Submit and review patches - Manage quality assurance (QA) Bugzilla can help you get a handle on the software development process. Successful projects often are the result of successful organization and communication. Bugzilla is a powerful tool that will help your team get organized and communicate effectively.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 2 13:39:52 2005 UTC (7 years, 4 months ago) by adrianp
Branch: MAIN
Initial revision