aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 369835: email_in.pl should convert character encoding to utf8mkanat%bugzilla.org2007-09-241-0/+9
| | | | Patch By Fedor Ezeev <fe@alterplast.ru> r=mkanat, a=mkanat
* Bug 154484: Option "is not" missing for email address searches - Patch by ↵lpsolit%gmail.com2007-09-231-0/+1
| | | | timeless <timeless@bemail.org> r=joel a=LpSolit
* Bug 203951: Setting your default query to include boolean charts doesn't ↵lpsolit%gmail.com2007-09-231-6/+11
| | | | work - Patch by Todd Stansell <tjs@tellme.com> and GavinS <bugzilla@chimpychompy.org> r=joel a=LpSolit
* Bug 319466: commenter "contains" and "was me" fails with: Not unique ↵lpsolit%gmail.com2007-09-231-25/+24
| | | | table/alias: 'longdescs_0' - Patch by GavinS <bugzilla@chimpychompy.org> r=joel a=LpSolit
* Fixing bug 395771 for reallpsolit%gmail.com2007-09-211-1/+1
|
* Bug 396934: When classifications are in use, editproducts.cgi displays "Add ↵lpsolit%gmail.com2007-09-211-6/+9
| | | | product" to users that can't add products - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton a=LpSolit
* Bug 395771: Advanced search results sorted incorrectly when sorted by ↵lpsolit%gmail.com2007-09-201-1/+1
| | | | importance - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
* Bump version number post-release.mkanat%bugzilla.org2007-09-201-1/+1
|
* Update version number for 3.1.2.mkanat%bugzilla.org2007-09-192-3/+3
|
* Bug 396616: SetParam error when changing a group name in editgroups.cgimkanat%bugzilla.org2007-09-191-0/+1
| | | | Patch By Albert Ting <altlist@gmail.com> r=mkanat, r=LpSolit, a=mkanat
* Bug 395632: [SECURITY] XML-RPC WebService ↵mkanat%bugzilla.org2007-09-192-0/+10
| | | | | | Bugzilla::User::offer_account_by_email does not check createemailregexp Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=Wurblzap, a=mkanat
* Fix bustage from Bug 373689--certain error messages are no longer in use.mkanat%bugzilla.org2007-09-191-15/+0
|
* Bug 389313: summarize_time.cgi needs some cleanup - Patch by Frédéric ↵lpsolit%gmail.com2007-09-194-341/+149
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 396506: Release Notes for 3.0.2mkanat%bugzilla.org2007-09-192-3/+21
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
* Bug 396497: Use should_set everywhere in process_bugmkanat%bugzilla.org2007-09-191-48/+39
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 373689: Implement set_product: Move product changing from process_bug ↵mkanat%bugzilla.org2007-09-193-352/+295
| | | | | | into Bugzilla::Bug Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 357315: Add the ability to create <textarea> fieldsmkanat%bugzilla.org2007-09-177-4/+26
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 396376: Crash on logout - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-09-171-1/+1
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 396104: Dusk skin needs a .cvsignoremkanat%bugzilla.org2007-09-151-0/+15
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Wurblzap, a=mkanat
* Bug 394952: Allow extensions (aka plugins) to have a lib/ directorymkanat%bugzilla.org2007-09-151-0/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
* Bug 394926: Support for disabling extensions (aka plugins)mkanat%bugzilla.org2007-09-151-0/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
* Bug 394923: Make Bugzilla.pm subclassable by using $class->method everywheremkanat%bugzilla.org2007-09-151-57/+55
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
* Bug 395727: email_in.pl has not ability to add attachments by email, as ↵lpsolit%gmail.com2007-09-151-6/+3
| | | | documentation says - Patch by fedor ezeev <fe@alterplast.ru> r=Colin r=mkanat a=mkanat
* Bug 385778 – Bugzilla.timezone should be LOGIN_EXEMPT.wurblzap%gmail.com2007-09-111-1/+1
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=mkanat
* Bug 394959: Turn votes off by default - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-09-111-1/+1
| | | | <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 395717: Moving bugs crashes Bugzilla due to unlock tables - Patch by ↵lpsolit%gmail.com2007-09-111-1/+5
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 395603: "invalid bug attribute remaining_time" is thrown when the ↵lpsolit%gmail.com2007-09-111-5/+3
| | | | timetrackinggroup parameter is blank - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 134474: The mass-change form in buglist.cgi offers too many groups - ↵lpsolit%gmail.com2007-09-102-23/+31
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 395413 – With the Dusk skin, text enclosed in <a name=""></a> is ↵wurblzap%gmail.com2007-09-101-4/+9
| | | | | | | displayed in blue. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Backing out bug 387607, you cannot edit attachments anymore!lpsolit%gmail.com2007-09-091-2/+1
|
* Regression due to bug 287330: fix failure when processing a bug - Patch by melpsolit%gmail.com2007-09-091-1/+1
|
* Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org2007-09-0814-47/+212
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Fix:mozilla%colinogilvie.co.uk2007-09-081-1/+0
| | | | jade:../xml/faq.xml:822:19:E: end tag for element "warning" which is not open
* Bug 338439: FAQ answers could do with some updatingmozilla%colinogilvie.co.uk2007-09-081-135/+68
| | | | Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com>; r=LpSolit; r=colin.ogilvie
* Bug 394953: The FAQ says Bugzilla doesn't support mod_perl yet - Patch by ↵lpsolit%gmail.com2007-09-051-17/+0
| | | | samfw <sam.folkwilliams@gmail.com> r=mkanat
* Bug 383851: FAQ points to non-existing file for handling of bug creation ↵lpsolit%gmail.com2007-09-052-11/+7
| | | | through email - Patch by samfw <sam.folkwilliams@gmail.com> r=LpSolit
* Bug 394933 – “neworchanged” of bugmail could be localizable ↵wurblzap%gmail.com2007-09-052-8/+7
| | | | | | | more easily. Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=mkanat
* Bug 380730: Remove documentation about the withdrawn mod_throttle module - ↵lpsolit%gmail.com2007-09-032-31/+2
| | | | Patch by samfw <sam.folkwilliams@gmail.com> r=mkanat
* Bug 394627: bzdbcopy.pl should remove column quotingolav%bkor.dhs.org2007-09-021-0/+6
| | | | Patch By Olav Vitters <olav@bkor.dhs.org> r=mkanat, a=mkanat
* Bug 394227 – Flagmail subject confused; X-Bugzilla-Type header broken.wurblzap%gmail.com2007-08-301-1/+1
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Bug 394123 – Link to group list redundant on confirmation page for ↵wurblzap%gmail.com2007-08-291-2/+0
| | | | | | | mass-removal. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Bug 356807 – CSV export expose text/plain as MIME content type.wurblzap%gmail.com2007-08-291-1/+1
| | | | | Patch by David Geldreich <david.geldreich@free.fr>; r=LpSolit, vladd; a=mkanat
* Bug 333614: The "timezone" parameter should indicate the expected format - ↵lpsolit%gmail.com2007-08-261-1/+2
| | | | Patch by spam@bmo2007.rsz.jp r=wicked a=mkanat
* Bug 365735: Add classification, alias, assigned to name, reporter login and ↵lpsolit%gmail.com2007-08-262-0/+10
| | | | reporter name fields to BugMail - Patch by Albert Ting <altlist@gmail.com> r=wicked a=mkanat
* Bug 345285 the first query results table header should have an extra class ↵timeless%mozdev.org2007-08-241-1/+1
| | | | | | | | | | (bz_first_buglist_header) r=vladd a=mkanat The previous checkin was actually: Bug 345286 results table header row should have a class (bz_buglist_header) r=vladd a=mkanat
* Bug 221827 Missing Bug ID shouldn't be handled as Invalid Bug IDtimeless%mozdev.org2007-08-244-8/+10
| | | | r=vladd a=mkanat
* Bug 345286 the first query results table header should have an extra class ↵timeless%mozdev.org2007-08-241-2/+2
| | | | | | (bz_first_buglist_header) r=vladd a=mkanat
* Bug 365060 Edit products is missing a :timeless%mozdev.org2007-08-241-1/+1
| | | | r=vladd a=mkanat
* Bug 365088 (Voters) is a strange way to let me see other people who voted ↵timeless%mozdev.org2007-08-241-1/+1
| | | | | | for a bug r=vladd a=mkanat
* Bug 365438 Tag-related error messages should mention "tag" instead of "saved ↵timeless%mozdev.org2007-08-242-16/+14
| | | | | | search" r=reed a=mkanat