aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 177850: checksetup.pl was failing if the user didn't have read ↵justdave%syndicomm.com2002-12-021-12/+10
| | | | | | | permissions to the entire Bugzilla path Patch by Jussi Sirpoma <jussi@comlink.fi> r=justdave, a=justdave
* Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au2002-11-281-8/+2
| | | | | r=justdave, joel a=justdave
* Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵jake%bugzilla.org2002-11-281-0/+1
| | | | | | | every time we display. r=justdave a=justdave
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-251-2/+63
| | | | | | Patch by joel r=bbaetz,justdave a=justdave
* Bug 124589 - support database replicationbbaetz%student.usyd.edu.au2002-11-191-6/+14
| | | | r=myk, a=justdave
* Fix for bug 178841: removes full paths from filenames in attachments table ↵myk%mozilla.org2002-11-091-1/+33
| | | | | | | and prevents them from appearing again r=gerv,bbaetz a=justdave
* Fix for bug 156548: XUL implementation of duplicates report.myk%mozilla.org2002-11-051-1/+5
|
* Bug 177351 - checksetup.pl tells about deleting templates in silent-running ↵gerv%gerv.net2002-10-301-1/+1
| | | | mode. Patch by gerv; r=justdave.
* Bug 168191 - Checksetup needs to force template recompilation. Patch by ↵gerv%gerv.net2002-10-291-25/+17
| | | | bbaetz; r=gerv. Should fix tindebox bustage.
* Bug 173005 - Add bar charts, pie charts etc. to reporting. Patch by gerv; ↵gerv%gerv.net2002-10-291-11/+25
| | | | 2xr=joel.
* Bug 147833 - start using CGI.pmbbaetz%student.usyd.edu.au2002-10-261-2/+9
| | | | r=gerv, justdave
* Bug 173495 - require perl 5.6bbaetz%student.usyd.edu.au2002-10-171-2/+2
|
* Bug 112373 you should be able to enter bug dependencies/blockers when you ↵bugreport%peshkin.net2002-10-171-2/+2
| | | | | | | enter a bug. patch by jhedlund r,2xr=joel
* Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net2002-10-131-0/+12
| | | | | patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
* Fix for bug 1700073: checksetup.pl (indirectly via Bugzilla::Config.pm) had ↵justdave%syndicomm.com2002-09-301-13/+22
| | | | | | | | a dependency on File::Temp, which caused it to crash before the version checks were even done to warn the admin that it wasn't present. This patch reorders the loading sequence in checksetup.pl so that the version checks are done before the Config module is loaded. 2xr=bbaetz
* Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org2002-09-291-17/+189
| | | | | | enhancements to attachment statuses. r=gerv,bbaetz
* Bug 12282 - General summary reports. Patch by gerv; r=joel.gerv%gerv.net2002-09-251-0/+2
|
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-242/+552
| | | | r=bbaetz, gerv
* Fix for bug 63601: Recommend filename when downloading attachments (except ↵justdave%syndicomm.com2002-09-211-0/+1
| | | | | | | in IE4, which chokes on the Content-Disposition header) Patch by Daniel Raichle <draichle@gmx.net> and Dave Miller <justdave@syndicomm.com> r= bbaetz, gerv
* Bug 162151 - Fix page.cgi's method of finding templates. It now looks in a ↵gerv%gerv.net2002-09-181-11/+0
| | | | "pages" subdirectory of the template directory. Patch by gerv; r=bbaetz.
* Bug 167643 - Schema Changes from bug 143826 are out of orderbugreport%peshkin.net2002-09-101-5/+6
| | | | 2xr=JayPee
* Spelling fixes.matty%chariot.net.au2002-09-061-2/+2
|
* Adds Mac OS X 10.1 and 10.2 to the OS list on new installations. Existing ↵justdave%syndicomm.com2002-09-061-1/+3
| | | | | | | installations will need to add these manually in localconfig. Also corrects spelling from "MacOS X" to "Mac OS X" per Apple's encouraged usage. r= caillon
* Bug 146134 - checksetup.pl gives weird error messagebbaetz%student.usyd.edu.au2002-09-051-9/+5
| | | | r=justdave x2
* Bug 123957 run checksetup.pl non-interactively (for use with cron jobs on ↵bugreport%peshkin.net2002-09-051-27/+44
| | | | | | test installs) 2xr=justdave
* Bug 166016 checksetup gives torrent of cryptic errors if my_webservergroup ↵bugreport%peshkin.net2002-09-011-1/+2
| | | | | | is not found 2xr = timeless
* Recheckin due to misapplied patch for bug 123957bugreport%peshkin.net2002-09-011-2/+2
|
* Bug 123957 run checksetup.pl non-interactively (for use with cron jobs on ↵bugreport%peshkin.net2002-09-011-9/+34
| | | | | | test installs) 2xr=bbaetz
* Bug 163829 - move pref code into a separate packagebbaetz%student.usyd.edu.au2002-08-291-48/+29
| | | | r=joel, preed
* Correct checkin date for bug 153578 schema modificationbbaetz%student.usyd.edu.au2002-08-281-1/+1
|
* Updating my e-mail address as jake@acutex.net is no longer valid.jake%bugzilla.org2002-08-271-6/+6
| | | | * NO CODE CHANGES *
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 163299 - Can't change cc accessible checkboxbbaetz%student.usyd.edu.au2002-08-201-1/+4
| | | | r=joel x2
* Bug 143286 - Add support for Insiders, Private comments, Private ↵gerv%gerv.net2002-08-201-1/+9
| | | | Attachments. Patch by bugreport@peshkin.net; r=gerv.
* Big 163291 - Move utility funcs into a modulebbaetz%student.usyd.edu.au2002-08-191-1/+0
| | | | r=preed x2
* Bug 160112 - clean up quip table conversion codebbaetz%student.usyd.edu.au2002-08-171-23/+13
| | | | r=joel x2
* Bug 151619 - Problem with the regex in checksetup.pl to find dependanciesbbaetz%student.usyd.edu.au2002-08-151-1/+2
| | | | r=jouni, joel
* Bug 153578 - Attachment modified date is meant to be attachment creationbbaetz%student.usyd.edu.au2002-08-141-2/+45
| | | | | date r=preed, joel
* Bug 162438 - fix permissions/tests for Bugzilla/ directorybbaetz%student.usyd.edu.au2002-08-141-0/+13
| | | | r=joel x2
* Fixing up the changedate from my bug 43600 patch. Knew I must havebbaetz%student.usyd.edu.au2002-08-121-1/+1
| | | | forgotten something....
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-27/+128
| | | | | Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
* Bug 161865 - GetFieldID shouldn't INSERT into the fielddefs tablebbaetz%student.usyd.edu.au2002-08-101-3/+7
| | | | r=joel x2
* Bug 158236 - Remove 'watchfordiffs' column from namedqueries tablebbaetz%student.usyd.edu.au2002-07-301-13/+7
| | | | r=preed, jouni
* Bug 67950b - quick fixes. Patch by gerv.gerv%gerv.net2002-07-251-9/+8
|
* Bug 67950 - Move the quip list into the database. Patch by ↵gerv%gerv.net2002-07-251-0/+34
| | | | davef@tetsubo.com; r=gerv, preed.
* Bug 143650 - general template display system. Patch by gerv; 2xr=jouni.gerv%gerv.net2002-07-231-1/+10
|
* Bug 157074 - verify-new-product doubles comment linefeeds on Win32bbaetz%student.usyd.edu.au2002-07-191-0/+1
| | | | r=myk, jouni
* Bug 156568 - data dir is not correctly createdbbaetz%student.usyd.edu.au2002-07-101-1/+6
| | | | r=myk x2
* bug 155861 - showdependancygraph.cgi fails taint check with local dotbbaetz%student.usyd.edu.au2002-07-101-7/+19
| | | | | installation r=gerv, myk
* Bug 155744: fix a used only once warning in tinderbox caused by myk's ↵jouni%heikniemi.net2002-07-041-0/+1
| | | | | | checkin of bug 99203. 2xr=bbaetz