aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Collapse)AuthorAgeFilesLines
* Bug 456782: Rename the "View Current Triggers" link in editworkflow.cgi and ↵lpsolit%gmail.com2008-10-072-3/+4
| | | | update the "Edit Actions Triggered by the Workflow" page title accordingly - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 457719: The "You need to _log in_ before you can comment..." link in ↵dkl%redhat.com2008-10-051-1/+1
| | | | | | show_bug.cgi doesn't display the login form if ssl = "authenticated sessions" Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit
* Fix some test failures caused by the Field::Choice patches.mkanat%bugzilla.org2008-10-033-7/+9
|
* Bug 452896: A user with no privs who reported a bug couldn't move it to ↵mkanat%bugzilla.org2008-10-031-3/+10
| | | | | | another product if the target milestone was set Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 456922: Now that Bugzilla::Field::Choice is complete, clean up ↵mkanat%bugzilla.org2008-10-037-109/+102
| | | | | | editvalues.cgi and error messages Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 456919: Implement Bugzilla::Field::Choice->remove_from_db and have ↵mkanat%bugzilla.org2008-10-031-2/+3
| | | | | | editvalues.cgi use it Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 455641: Implement Bugzilla::Field::Choice->update and have ↵mkanat%bugzilla.org2008-10-032-13/+17
| | | | | | editvalues.cgi use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org2008-10-032-7/+20
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 453459: Bug pages no longer added to bfcache due to unload listener on ↵guy.pyrzak%gmail.com2008-10-021-0/+2
| | | | | | Window Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit@gmail.com, a=LpSolit@gmail.com
* Bug 357904: Create an object for a Field Value and have ↵mkanat%bugzilla.org2008-09-243-5/+6
| | | | | | Bugzilla::Field->legal_values use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 454234: Do not display "Help" links in the banner/footer when ↵lpsolit%gmail.com2008-09-221-1/+1
| | | | docs_urlbase is empty - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r/a=LpSolit
* Bug 456058: Extra space included in hyperlink to commenter mailto - Patch by ↵lpsolit%gmail.com2008-09-221-2/+1
| | | | Rob Siklos <robzilla2@siklos.ca> r/a=LpSolit
* Bug 398075: Bugzilla should be able to display the "shutdownhtml" message ↵lpsolit%gmail.com2008-09-212-5/+7
| | | | even if the SQL server is down - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 455814: token.cgi should reject password change requests for disabled ↵lpsolit%gmail.com2008-09-201-0/+4
| | | | accounts - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 453337: enter_bug (New Bug) UI bounces up and down when you change the ↵guy.pyrzak%gmail.com2008-09-191-1/+1
| | | | | | component because description changes height Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit
* Bug 455808: "YAHOO is not defined" JS error thrown when editing attachmentsguy.pyrzak%gmail.com2008-09-182-1/+2
| | | | Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 455558: Custom free text fields too long (particularly in Dusk)guy.pyrzak%gmail.com2008-09-181-1/+1
| | | | Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=Lpsolit, a=mkanat
* Bug 455744: Text fields on enter_bug.cgi are too large and inconsistent ↵lpsolit%gmail.com2008-09-181-8/+7
| | | | compared to show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org2008-09-1810-33/+11
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 453792 - Bugzilla should differentiate in headers (X-Bugzilla-Type) ↵gerv%gerv.net2008-09-171-1/+1
| | | | between new and changed mail. Patch by gerv; r=wurblzap, a=mkanat.
* Remove useless </center>, see bug 216557 comment 60lpsolit%gmail.com2008-09-171-1/+0
|
* Bug 453023: The "Importance" label in show_bug.cgi should point to the ↵lpsolit%gmail.com2008-09-172-9/+14
| | | | severity and priority descriptions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 417290: Add an email pref to get notifications for newly created bugs - ↵lpsolit%gmail.com2008-09-171-0/+2
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 452757: Voting help page is out-of-date - Patch by Frédéric Buclin ↵lpsolit%gmail.com2008-09-161-3/+3
| | | | <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 15089: Make buglist.cgi shorten search URLs by cleaning them and then ↵mkanat%bugzilla.org2008-09-121-1/+1
| | | | | | redirecting with the cleaned URL. Patch By Mikhail Gusarov <dottedmag@altlinux.org> r=mkanat, a=mkanat
* Bug 216557: Be able to specify the order of the columns in a bug list - ↵lpsolit%gmail.com2008-09-112-13/+52
| | | | Patch by Pascal Held <paheld+bugzilla@gmail.com> r=LpSolit r=pyrzak a=LpSolit
* Bug 433015: The "Remove Event" and "Update/Commit" buttons in editwhines.cgi ↵lpsolit%gmail.com2008-09-091-32/+33
| | | | are too far on the right - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
* Bug 453743: Decrease the number of calls to the DB about flags when viewing ↵lpsolit%gmail.com2008-09-081-3/+5
| | | | a bug - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 453586: enter_bug form shows the bugzilla-admin addressmkanat%bugzilla.org2008-09-061-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=reed, a=mkanat
* Bug 453585: Load stylesheets before scripts for performance reasonsmkanat%bugzilla.org2008-09-061-17/+18
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 452906 - Long URLs smash the right column widthguy.pyrzak%gmail.com2008-09-051-2/+3
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com>, r=mkanat, a=mkanat
* Bug 452891: The dashed border next to the line numbers in the Diff Viewer ↵mkanat%bugzilla.org2008-09-021-5/+0
| | | | | | can be visually jarring Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=mkanat
* Bug 452746: Link to the bug in the bug header/title bar includes a spacemkanat%bugzilla.org2008-09-021-2/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 452733: [Classification] should not be next to bug ID and short_desc in ↵mkanat%bugzilla.org2008-09-021-3/+0
| | | | | | the show_bug header Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 452810: Remove my name after "including you" when CCed to a bug - Patch ↵lpsolit%gmail.com2008-08-301-4/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵lpsolit%gmail.com2008-08-286-22/+8
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 449791 – Allow flag notification emails to be threaded similar to ↵dkl%redhat.com2008-08-281-0/+1
| | | | | | normal bug change emails Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
* Bug 182238: Allow users to choose what time zone to display times in - Patch ↵lpsolit%gmail.com2008-08-274-7/+9
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 304866: <title> for Flag Type Created should include the name of the ↵lpsolit%gmail.com2008-08-271-4/+4
| | | | flag - Patch by GavinS <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 368502 - "Bugzilla_logincookie should not be accessible via javascript" ↵reed%reedloden.com2008-08-231-1/+1
| | | | [p=reed r+a=mkanat]
* Bug 378907: Bad wording in the error message when trying to create a product ↵lpsolit%gmail.com2008-08-221-1/+1
| | | | with an existing name - Patch by Rupert Handford <rupert@handfordonline.plus.com> r=vladd r=pyrzak a=LpSolit
* Bug 330844: patch_too_large should favor "splitting" over "breaking" - Patch ↵lpsolit%gmail.com2008-08-221-1/+1
| | | | by Rupert Handford <rupert@handfordonline.plus.com> r=reed r=pyrzak a=LpSolit
* Fix bustage due to bug 287334lpsolit%gmail.com2008-08-221-5/+5
|
* Bug 287334: Ability to add custom "Bug ID" fieldsmkanat%bugzilla.org2008-08-222-0/+26
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 448593: Move code to edit product group settings from editproducts.cgi ↵lpsolit%gmail.com2008-08-146-40/+50
| | | | to Bugzilla/Product.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 423078: Advanced Search "any one of" wording wrong - Patch by Rupert ↵lpsolit%gmail.com2008-08-141-1/+1
| | | | Handford <rupert@handfordonline.plus.com> r=pyrzak r=LpSolit r=mkanat a=LpSolit
* Fix a small HTML error in the Release Notes.mkanat%bugzilla.org2008-08-121-1/+1
|
* Bug 441542: Graphical Reports "Generate Report" button has wrong CSS idmkanat%bugzilla.org2008-08-123-3/+3
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit
* Bug 450193: Cloning a bug may fail if a custom date/time field exists - ↵lpsolit%gmail.com2008-08-121-1/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 449927: "Insert new group into all existing products" should be a label ↵lpsolit%gmail.com2008-08-091-2/+3
| | | | when creating a new group - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat