Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 232897 - make collectstats.pl work with shadow databases, by reading ↵ | gerv%gerv.net | 2004-02-12 | 1 | -1/+9 |
| | | | | from shadow and writing to master. Patch by gerv; r=bbaetz, a=justdave. | ||||
* | Patch for bug 232441: Suggest solution in the error message in case admin ↵ | jocuri%softhome.net | 2004-02-09 | 1 | -1/+1 |
| | | | | forgets to rerun checksetup.pl; r=kiko; a=justdave. | ||||
* | Patch for bug 158527: Fix up description for the editbugs group so it is ↵ | jocuri%softhome.net | 2004-02-09 | 1 | -1/+1 |
| | | | | closer to the reality; r=kiko; a=justdave. | ||||
* | grep is a command line program, not something you do while editing a file ↵ | justdave%syndicomm.com | 2004-02-08 | 1 | -1/+1 |
| | | | | (to most people anyway) | ||||
* | Fix for bug 127995: shows the size of attachments in the show bug and ↵ | myk%mozilla.org | 2004-02-06 | 10 | -14/+49 |
| | | | | | | | | attachment interfaces. Patch by Dave Swegen <dswegen@software.plasmon.com> r=myk a=myk | ||||
* | er, oops, wrong date :) | justdave%syndicomm.com | 2004-02-05 | 1 | -1/+1 |
| | |||||
* | Bump docs build date to test the xml rebuild script on the website | justdave%syndicomm.com | 2004-02-05 | 1 | -1/+1 |
| | |||||
* | - Remove html, txt, and pdf directories from CVS | justdave%syndicomm.com | 2004-02-05 | 65 | -55574/+15 |
| | | | | | | - makedocs.pl now creates said directories when building the docs The idea here is that it's useless to have compiled stuff in CVS. The website will now auto-build the docs upon changes to the xml directory. | ||||
* | Minor tag fix to OS X section | justdave%syndicomm.com | 2004-02-05 | 1 | -2/+3 |
| | |||||
* | Corrections to the Mac OS X installation instructions | justdave%syndicomm.com | 2004-02-05 | 1 | -6/+6 |
| | |||||
* | Patch for bug 218401; add in some places templatization support for the bug ↵ | jocuri%softhome.net | 2004-02-04 | 1 | -1/+1 |
| | | | | term in query.cgi; patch by Andreas Höfler <andreas.hoefler@bearingpoint.com>; r=gerv; a=justdave. | ||||
* | Patch for bug 194472; link to the product's component editor when displaying ↵ | jocuri%softhome.net | 2004-02-04 | 2 | -2/+3 |
| | | | | error regarding lack of components; patch written by me based on the work and review of chaduv and jouni; r=kiko; a=justdave. | ||||
* | Bug 232993: Quote the filenames in the Content-disposition header when ↵ | justdave%syndicomm.com | 2004-02-04 | 1 | -1/+5 |
| | | | | | | downloading attachments. This allows spaces to be used in filenames, and fixes compliance with RFCs 2183, 2045, and 822. r= myk, a= justdave | ||||
* | Bug 232830 - use url_quote instead of html filtering to make sure we can ↵ | gerv%gerv.net | 2004-02-04 | 3 | -7/+7 |
| | | | | delete queries which contain a "+". Patch by gerv; r,a=myk. | ||||
* | Bug 224242: Add a CSS id signature to the <body> attribute on Bugzilla pages ↵ | justdave%syndicomm.com | 2004-02-04 | 1 | -1/+3 |
| | | | | | | to allow user CSS to explicitly affect Bugzilla. r= myk, a= myk | ||||
* | Fix for bug 220998: Allows blocks, dependson, and keywords values to be part ↵ | myk%mozilla.org | 2004-02-04 | 2 | -3/+7 |
| | | | | | | | of a bug entry template (i.e. a URL that presets those fields to specific values). Original patch by Ludovic Dubost. r=kiko | ||||
* | Fix for bustage caused by Gerv's checkin for bug 232903; basically, we | kiko%async.com.br | 2004-02-03 | 1 | -0/+3 |
| | | | | | | need to exempt Hook.process() calls from the filter checks. I'm assuming Gerv has stamped this fix, and I'm just checking it in to keep things green -- back me out later if this was wrong. | ||||
* | Bug 232903: hook to allow addition of extra administration links in the ↵ | gerv%gerv.net | 2004-02-03 | 1 | -0/+1 |
| | | | | footer. Patch by gerv; r,a=myk. | ||||
* | 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. |