Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bug 232096 - documenting content-type parameter for attachment.cgi. | gerv%gerv.net | 2004-02-03 | 1 | -0/+6 | |
| | ||||||
* | Bug 232804 - add a "--check-modules" switch to checksetup.pl to get it to ↵ | gerv%gerv.net | 2004-02-03 | 1 | -2/+9 | |
| | | | | only do the Perl module checks. This makes installation easier to explain. Patch by gerv; r,a=justdave. | |||||
* | Bug 232413 - remove occurrences of in favour of [%+ construct to ↵ | gerv%gerv.net | 2004-02-03 | 10 | -17/+21 | |
| | | | | prevent whitespace chomping. Patch by gerv; r=kiko, a=justdave. | |||||
* | Patch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the ↵ | jocuri%softhome.net | 2004-02-03 | 1 | -2/+2 | |
| | | | | docs; r=justdave; a=justdave. | |||||
* | Fix for bug 228917: Makes some flag SQL work with PostgreSQL by using the ↵ | myk%mozilla.org | 2004-01-31 | 2 | -6/+6 | |
| | | | | | | | | semantically equivalent INNER JOIN over a comma (,). Patch by mkanat@kerio.com. r=myk a=myk | |||||
* | Patch for bug 213679: Implement a parameter that allows administrators to ↵ | jocuri%softhome.net | 2004-01-31 | 3 | -0/+16 | |
| | | | | control whether blank comments are allowed when filling new bugs; code by Dave Swegen <dswegen@software.plasmon.com>; r=myk; a=myk. | |||||
* | Bug 232485 - fix missing space between words. Patch by gerv; r,a=justdave. | gerv%gerv.net | 2004-01-30 | 1 | -1/+1 | |
| | ||||||
* | Bug 232494 - fix missing space between words. Patch by gerv; r,a=justdave. | gerv%gerv.net | 2004-01-30 | 1 | -1/+1 | |
| | ||||||
* | Fix for bug 232508: adds back missing space between "tell" and "[% ↵ | myk%mozilla.org | 2004-01-30 | 1 | -1/+1 | |
| | | | | | | | | terms.Bugzilla %]". Patch by Stephen Reindl <sr@stephenreindl.de> r=myk a=myk | |||||
* | Fix for bug 232447: Warns user about missing bug number instead of dying in ↵ | myk%mozilla.org | 2004-01-29 | 1 | -1/+2 | |
| | | | | | | GetBugLink(). r=justdave | |||||
* | Fix validation problem (unescaped ampersands) by making the program listing ↵ | myk%mozilla.org | 2004-01-28 | 1 | -2/+2 | |
| | | | | be CDATA. | |||||
* | Bug 232161 - add ability to forget or edit saved searches when the search ↵ | gerv%gerv.net | 2004-01-27 | 1 | -0/+22 | |
| | | | | throws an error. Patch by gerv; r,a=justdave. | |||||
* | Bug 225043 - enhance chart migration code to populate 'All Open' charts from ↵ | gerv%gerv.net | 2004-01-27 | 1 | -1/+15 | |
| | | | | historical data. Patch by gerv; r,a=justdave. | |||||
* | Fix for bug 232164: Adds backwards-compatibility hack for changedin queries ↵ | myk%mozilla.org | 2004-01-26 | 1 | -16/+27 | |
| | | | | | | for newly created bugs and simplifies the code. r=bbaetz | |||||
* | Fix for bug 232160: adds the header back in to the "verify component, etc." ↵ | myk%mozilla.org | 2004-01-26 | 1 | -0/+2 | |
| | | | | | | page that appears when a user changes the product to which a bug belongs. r=gerv | |||||
* | Fix for bug 232154: Make old column lists work again by correctly ↵ | myk%mozilla.org | 2004-01-26 | 1 | -7/+7 | |
| | | | | | | translating old -> new column names. r=bbaetz | |||||
* | Fix for bug 232140: makes tests work on b.m.o by making BugMail.pm use ↵ | myk%mozilla.org | 2004-01-26 | 1 | -0/+1 | |
| | | | | | | Bugzilla::Util, which contains the trim() function BugMail.pm needs. r=bbaetz | |||||
* | Fix for bug 232150: Corrects "field changed" queries including [Bug ↵ | myk%mozilla.org | 2004-01-26 | 1 | -10/+19 | |
| | | | | | | | creation] as one of the fields so that they actually work instead of taking forever. The query was structured as "[Bug creation] clause OR (bugs_activity JOIN clause OR (other field clauses))" when it should have been "bugs_activity JOIN CLAUSE AND ([Bug creation] clause OR other field clauses)" r=bbaetz a=myk | |||||
* | Fix for bug 183774: makes duplicates.xul compute a correct base URL when ↵ | myk%mozilla.org | 2004-01-26 | 1 | -1/+1 | |
| | | | | | | | jarred so that links to bugs work. r=gerv a=myk | |||||
* | Bug 232055 - add more colours to line graphs (default is 7; we now have 16.) ↵ | gerv%gerv.net | 2004-01-25 | 2 | -3/+11 | |
| | | | | Patch by gerv; r,a=justdave. | |||||
* | Massive rearrangement of the installation section. Hopefully it makes sense now. | gerv%gerv.net | 2004-01-25 | 90 | -23379/+19538 | |
| | ||||||
* | fixing incorrect ulink attribute (href should be url) | myk%mozilla.org | 2004-01-23 | 1 | -1/+1 | |
| | ||||||
* | Bug 227155 - make sure running collectstats.pl twice in a day, or migrating ↵ | gerv%gerv.net | 2004-01-22 | 2 | -0/+15 | |
| | | | | data from old charts to new charts where there are duplicate entries, doesn't cause an SQL error. Patch by gerv; r,a=justdave. | |||||
* | Bug 231391 - make "cumulate" option work on new charts, together with a few ↵ | gerv%gerv.net | 2004-01-22 | 4 | -18/+23 | |
| | | | | UI tweaks. Patch by gerv; r=kiko, a=myk. | |||||
* | Bug 225075: Fix exact case search so it only selects bugs with matching case ↵ | bugreport%peshkin.net | 2004-01-21 | 1 | -1/+1 | |
| | | | | | | strings. r=bbaetz, a=justdave | |||||
* | Bug 231026 - improve the appearance of the buglist options at the bottom of ↵ | gerv%gerv.net | 2004-01-21 | 1 | -5/+5 | |
| | | | | the buglist. Patch by gerv; r,a=justdave. | |||||
* | Bug 36379: adds command-line switches for default product, component, and ↵ | justdave%syndicomm.com | 2004-01-20 | 1 | -2/+30 | |
| | | | | | | | | version to bug_email.pl Patch by Ludovic Dubost <ludovic@pobox.xom> (no r= for contrib) a= justdave | |||||
* | improved readability (for both readers and editors); added docbook tags for ↵ | myk%mozilla.org | 2004-01-20 | 1 | -82/+98 | |
| | | | | variables, literals, and inline code; corrected a few errors, regressions, and typos; and added section explaining applicability of hooks for installation customizers | |||||
* | Bug 227026 - remove obsolete MacsBug information from guided template (we no ↵ | gerv%gerv.net | 2004-01-20 | 1 | -3/+1 | |
| | | | | longer support OS 9.) Patch by gerv; r,a=justdave. | |||||
* | Backing out bug 230293, we decided this was the wrong approach. | justdave%syndicomm.com | 2004-01-20 | 1 | -1/+1 | |
| | | | | a= justdave | |||||
* | Backing out code change that was accidently left in the patch on bug 228894 ↵ | justdave%syndicomm.com | 2004-01-20 | 1 | -2/+1 | |
| | | | | (see comment 9) | |||||
* | Bug 230742 - document new 'hooks' mechanism. This is my take on Myk's text - ↵ | gerv%gerv.net | 2004-01-19 | 1 | -0/+191 | |
| | | | | probably still needs further polish. | |||||
* | Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵ | jocuri%softhome.net | 2004-01-19 | 112 | -113/+114 | |
| | | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave. | |||||
* | Bug 224420 - fix test bustage caused by accidental use of the word "bugs". Oops. | gerv%gerv.net | 2004-01-18 | 1 | -1/+1 | |
| | ||||||
* | Bug 224420 - add a warning that only public bugs are counted by the new ↵ | gerv%gerv.net | 2004-01-17 | 1 | -0/+5 | |
| | | | | charting system at the moment. Patch by gerv; r,a=justdave. | |||||
* | Rebuilt guide for kiko's install changes. | gerv%gerv.net | 2004-01-17 | 1 | -1918/+1913 | |
| | ||||||
* | Rebuild docs for kiko's changes to install; cvs add an HTML file I missed ↵ | gerv%gerv.net | 2004-01-17 | 5 | -15/+174 | |
| | | | | last time. | |||||
* | Fix for bug 90468: Bugzilla does not log out automatically when closing | kiko%async.com.br | 2004-01-17 | 3 | -7/+55 | |
| | | | | | the session. Patch by toms@myrealbox.com (Toms Baugis), with minor cleanups by me. r=kiko, a=myk. | |||||
* | Fix for bug 229998: bugzilla-submit 'Operating-System' and 'URL' fields | kiko%async.com.br | 2004-01-17 | 3 | -6/+9 | |
| | | | | | | are rejected. Minor fixes to bugzilla-submit's argument parsing. Patch by me, inspired by work done by joseph@picsel.com (Joseph Heenan). contrib-only. a=myk | |||||
* | Bug 231037 - remove JS popup from bug entry page. Patch by gerv; r,a=myk. | gerv%gerv.net | 2004-01-16 | 1 | -5/+1 | |
| | ||||||
* | Minor adjustment to documentation to account for changes made in bug | kiko%async.com.br | 2004-01-16 | 2 | -4/+4 | |
| | | | | | 229800: whineatnews.pl doesn't whine about REOPENED bugs. Patch written by me and ignored by Gerv :-P | |||||
* | Another pre-2.17.7 rev. | gerv%gerv.net | 2004-01-16 | 37 | -10327/+10161 | |
| | ||||||
* | Updated PDF from large changes pre-2.17.6. | gerv%gerv.net | 2004-01-16 | 1 | -12958/+9803 | |
| | ||||||
* | Phase 1 of a big documentation update before 2.17.6. | gerv%gerv.net | 2004-01-16 | 89 | -10985/+11040 | |
| | ||||||
* | Adding bits about localconfig.js (I always forget it) and rewording one | kiko%async.com.br | 2004-01-15 | 1 | -1/+6 | |
| | | | | of the steps slightly. | |||||
* | Fix for bug 194290: irc:// links are not highlighted as links. Adds irc | kiko%async.com.br | 2004-01-15 | 1 | -1/+1 | |
| | | | | | to the list of supported protocols in quoteUrls(). Patch by Emmanuel Bourg <smanux@lfjr.net>, r=kiko, a=justdave. | |||||
* | Additional bustage fix for bug 229800; swapped tabs for spaces (groan). | kiko%async.com.br | 2004-01-14 | 1 | -1/+1 | |
| | ||||||
* | Fix for bug 229800: whineatnews.pl doesn't whine about REOPENED bugs. | kiko%async.com.br | 2004-01-14 | 2 | -19/+23 | |
| | | | | | | Change whine script to look to REOPENED bugs too, and modified text in relevant param to account for this. Patch by joseph@picsel.com (Joseph Heenan). r=kiko, a=myk. | |||||
* | Bug 216523: t/Support/Files.pm fails to include ↵ | jocuri%softhome.net | 2004-01-13 | 1 | -1/+2 | |
| | | | | Bugzilla/Template/Plugin/Bugzilla.pm in the file list; patch by zach@zachlipton.com; r=jouni; a=justdave. | |||||
* | Fix for bug 229658: Implements a mechanism for extensions to hook into ↵ | myk%mozilla.org | 2004-01-12 | 6 | -0/+132 | |
| | | | | | | | standard Bugzilla templates so they can extend the Bugzilla UI without having to modify the standard templates themselves, making it easier to develop and use Bugzilla extensions. r=bbaetz, gerv a=myk |