aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Bug 387705: Single dependency loop detection not working anymore - Patch by ↵lpsolit%gmail.com2007-07-121-2/+3
| | | | Ronaldo Maia <romaia@async.com.br> r/a=LpSolit
* Bug 385379: Move dependency DB updating from process_bug into Bugzilla::Bugmkanat%bugzilla.org2007-07-071-0/+62
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 274408: iCalendar export shows summaries only after comma (must be ↵lpsolit%gmail.com2007-07-051-1/+1
| | | | escaped) - Patch by Colin Leroy <colin@colino.net> r/a=LpSolit
* Bug 339437: Make flag requestee a select box and limit users to requestable ↵lpsolit%gmail.com2007-07-051-0/+16
| | | | only - Patch by Seth <laoseth@gmail.com> r/a=LpSolit
* Bug 384664: Make keywords use Bugzilla::Bug in process_bugmkanat%bugzilla.org2007-07-041-31/+129
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 385910: Rename the 'quicksearch_allow_empty_words' parameter to ↵lpsolit%gmail.com2007-07-031-1/+1
| | | | 'specific_search_allow_empty_words' (to avoid confusion with the QuickSearch feature) - Patch by Brad Johnson <fk7q01p02@sneakemail.com> r=wicked a=mkanat
* Bug 384651: Make CC adding and removal use Bugzilla::Bug in process_bugmkanat%bugzilla.org2007-07-022-0/+92
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 385910: Add parameter to allow "find a specific bug" to accept an empty ↵lpsolit%gmail.com2007-06-261-1/+9
| | | | search - Patch by Brad Johnson <fk7q01p02@sneakemail.com> r/a=LpSolit
* Bug 383745: Incorrect charset specification in "please wait" screen when ↵wurblzap%gmail.com2007-06-221-3/+3
| | | | | | | server push is in use. Patch by Marc Schumann <wurblzap@gmail.com>, r=mkanat, a=mkanat
* Bug 384497: Add a parameter that enables debug mode for SMTPmkanat%bugzilla.org2007-06-172-2/+7
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 384501: If you have a port name in the urlbase, SMTP may not workmkanat%bugzilla.org2007-06-161-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 345100: Remove obsolete parameters and "officially" turn on custom bug ↵lpsolit%gmail.com2007-06-144-66/+49
| | | | status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
* Bug 344964: enter_bug.cgi should look at the custom status workflow to get ↵lpsolit%gmail.com2007-06-142-30/+33
| | | | the valid initial bug statuses - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
* Bug 383935: Display how many other users have chosen to see your saved ↵lpsolit%gmail.com2007-06-131-0/+23
| | | | search in their footer - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=LpSolit
* Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug ↵lpsolit%gmail.com2007-05-274-48/+308
| | | | status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 381737: Unable to get legal values of custom fields via XML-RPC - Patch ↵lpsolit%gmail.com2007-05-261-0/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 382037: Default CC is ignored when a bug is created via the webservicemkanat%bugzilla.org2007-05-261-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 381640: abstract_schema hook is broken--it prevents modification of the ↵mkanat%bugzilla.org2007-05-261-14/+18
| | | | | | extension's own tables Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 304999: Emails not generating Date header for non-sendmail methods - ↵lpsolit%gmail.com2007-05-251-0/+7
| | | | Patch by Brion Vibber <brion@pobox.com> r=glob a=mkanat
* Bug 380928 – Bugzilla::Auth::Verify::create_or_update_user can return ↵ghendricks%novell.com2007-05-231-4/+3
| | | | | | stale Bugzilla::User object patch by vrb@novell.com r=mkanat a=mkanat
* Bug 377485: Implement editworkflow.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-05-172-0/+101
| | | | <LpSolit@gmail.com> r=gerv r=mkanat a=mkanat
* Bug 373660: Move dependency checking from process_bug into Bugzilla::Bugmkanat%bugzilla.org2007-05-151-20/+52
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 379787: Flag request mail has a blank requestee when requestee doesn't ↵lpsolit%gmail.com2007-05-151-0/+2
| | | | get the mail - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked r=myk a=LpSolit
* Bug 379918: Replace ListIDsForEmail() with subselect - Patch by Joel Peshkin ↵lpsolit%gmail.com2007-05-141-114/+23
| | | | <bugreport@peshkin.net> r/a=mkanat
* Bug 327077: Implement a way to get all the components with a given default ↵lpsolit%gmail.com2007-05-131-5/+24
| | | | assignee (owner) and/or default QA contact - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=LpSolit
* Bug 376908: Installation process should not assume skins are in the same ↵lpsolit%gmail.com2007-05-103-4/+5
| | | | directory as checksetup.pl - Patch by guillomovitch@zarb.org r/a=mkanat
* Fix bustage from checkin of Bug 374331--defaultlanguage parameter no longer ↵mkanat%bugzilla.org2007-05-061-2/+3
| | | | exists, use $languages[0] instead. r=LpSolit
* Bug 374331: Bugzilla::Template should use template_include_path from ↵mkanat%bugzilla.org2007-05-063-109/+49
| | | | | | Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=mkanat
* Bug 378672: Use of uninitialized value in numeric comparison (<=>) at ↵lpsolit%gmail.com2007-04-251-2/+2
| | | | Bugzilla/Update.pm line 178 - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 377564: Indexes are not renamed when renaming tablesmkanat%bugzilla.org2007-04-193-1/+41
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com2007-04-191-0/+3
| | | | get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 372531: "match" should be a generic function in Bugzilla::Objectmkanat%bugzilla.org2007-04-193-75/+84
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 350112: Error about "data/bugzilla-update.xml" being unreadable - Patch ↵lpsolit%gmail.com2007-04-182-4/+32
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton r=mkanat a=LpSolit
* Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting ↵justdave%bugzilla.org2007-04-155-2/+128
| | | | | | | throws an error Patch by mkanat and justdave r=LpSolit,mkanat; a=mkanat
* Bug 92552: Separate reassignment from bug status change (they are now ↵lpsolit%gmail.com2007-04-131-17/+0
| | | | independent) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 375191: Remove ChangeStatus() and ChangeResolution() from ↵lpsolit%gmail.com2007-04-111-0/+84
| | | | process_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv r=mkanat r=bkor a=LpSolit
* Bug 371727: One week is too long to wait for an update notification - Patch ↵lpsolit%gmail.com2007-04-071-1/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 376497: validateID() should return an attachment object - Patch by ↵lpsolit%gmail.com2007-04-041-8/+8
| | | | Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
* Bug 375251 - "Typo in the Bugzilla::WebService pod" [p=reed r=LpSolit a=LpSolit]reed%reedloden.com2007-03-261-1/+1
|
* Bug 375357: GD::Graph requires GD::Text (not vice-versa)mkanat%bugzilla.org2007-03-261-5/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 375352: Building DBI requires PathToolsmkanat%bugzilla.org2007-03-261-5/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 371475: Quicksearch should include OS field (in addition to Platform ↵lpsolit%gmail.com2007-03-251-2/+6
| | | | field) by default - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit
* Bug 374051: Bugmail is no longer sent (regression) - Patch by Frédéric ↵lpsolit%gmail.com2007-03-251-1/+1
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 375246: Installation is broken by "can't coerce array into hash"mkanat%bugzilla.org2007-03-251-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374016: Use transactions to create bugsmkanat%bugzilla.org2007-03-241-5/+8
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 374012: Use transactions inside of Bugzilla::Objectmkanat%bugzilla.org2007-03-241-1/+9
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 192054: Bugzilla dependencies upgrade messages in wrong ordermkanat%bugzilla.org2007-03-211-50/+65
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374540: Print out the requirements in an HTML table instead of ↵mkanat%bugzilla.org2007-03-212-17/+34
| | | | | | preformatted text Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374330: Make it possible for installation templates to be text or HTMLmkanat%bugzilla.org2007-03-201-19/+52
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374227: Create a system for localizing basic installation stringsmkanat%bugzilla.org2007-03-171-3/+250
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat