aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 301832: Windows installation: ScriptInterpreterSource registry requires ↵lpsolit%gmail.com2007-10-111-4/+10
| | | | the -T (taint mode) flag - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob
* Additional fix for bug 313129: Bugzilla::Milestone->_check_name() ↵lpsolit%gmail.com2007-10-101-1/+2
| | | | incorrectly trims the milestone name
* Bug 57842: On enter_bug.cgi, show component description when it is selected ↵lpsolit%gmail.com2007-10-102-115/+137
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 313129: Implement $milestone->create and $milestone->update based on ↵lpsolit%gmail.com2007-10-106-202/+280
| | | | Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 398968: editversions.cgi should use transactions for database ↵lpsolit%gmail.com2007-10-101-2/+2
| | | | interaction - Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
* Bug 398976: edit*.cgi scripts should use transactions for database ↵lpsolit%gmail.com2007-10-107-97/+36
| | | | interaction - Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
* Midair with product change while adding an attachment silently clears flags ↵lpsolit%gmail.com2007-10-096-18/+36
| | | | - Patch by Tiago R. Mello <timello@gmail.com> r/a=LpSolit
* Bug 399028: Do not display all pending requests by default when the user is ↵lpsolit%gmail.com2007-10-091-4/+11
| | | | logged out - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
* Bug 398986: Incorrect SQL query when moving bugs to another product - Patch ↵lpsolit%gmail.com2007-10-091-1/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch ↵lpsolit%gmail.com2007-10-0915-26/+31
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 398739: "Taking a bug" while adding a new attachment locks the bug ↵lpsolit%gmail.com2007-10-083-37/+36
| | | | status forever if the ASSIGNED bug status has been renamed or deleted - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 398707: whine.pl should use transactions for database interaction - ↵lpsolit%gmail.com2007-10-081-7/+2
| | | | Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
* Bug 264785: config.rdf needs XML filtering of output to generate valid HTML ↵lpsolit%gmail.com2007-10-086-17/+17
| | | | (Template-Toolkit 2.15 and older do not escape all reserved characters correctly) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 398735: sanitycheck.cgi hardcodes bug statuses in the everconfirmed ↵lpsolit%gmail.com2007-10-081-5/+5
| | | | check - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 398838: Remove the obsolete Util::value_quote() routine - Patch by ↵lpsolit%gmail.com2007-10-084-32/+5
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 398883: [mod_perl] Three Variable "$cgi" will not stay shared errors in ↵mkanat%bugzilla.org2007-10-082-0/+3
| | | | | | current CVS HEAD Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 358947: Remove dead code from post_bug.cgi about custom_tables - Patch ↵lpsolit%gmail.com2007-10-061-4/+0
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 374981: Custom field single select options not available in config.cgi ↵lpsolit%gmail.com2007-10-063-0/+22
| | | | rdf - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 398798: checksetup.pl 'commands to install' should quote Perl module namesmkanat%bugzilla.org2007-10-061-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 349567 – strict_isolation in post_bug should also check ↵wurblzap%gmail.com2007-10-051-1/+2
| | | | | | | can_see_product. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Bug 398420: Midair collision protection is broken - Patch by Frédéric ↵lpsolit%gmail.com2007-10-051-0/+9
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 398428: After creating or editing an attachment, immediately display the ↵lpsolit%gmail.com2007-10-033-10/+19
| | | | bug it belongs to - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 324990: The "Bug Activity" page does not display the bug summary in the ↵lpsolit%gmail.com2007-10-033-15/+15
| | | | title of the page - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=LpSolit
* Bug 394796: "I'm added to or removed from this capacity" for "CCed" doesn't ↵lpsolit%gmail.com2007-09-241-2/+2
| | | | work correctly if several users are added or removed at once from the CC list - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* 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