summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
2008-11-07Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵mkanat%bugzilla.org12-34/+217
values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-11-07Bug 463376: Release Notes for Bugzilla 3.0.6mkanat%bugzilla.org1-0/+19
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=reed, a=mkanat
2008-11-06Bug 463244: Update 3.2 Release Notes for 3.2rc2mkanat%bugzilla.org1-5/+19
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-11-06Bug 449931: [SECURITY] Unprivileged users can approve/unapprove all the ↵lpsolit%gmail.com2-0/+5
quips (including bypassing moderation) - Patch by Robin H. Johnson <robbat2@gentoo.org> r/a=LpSolit
2008-11-06 Bug 381772 - Add hooks for common-links.ghendricks%novell.com1-1/+1
patch by ghendricks@novell.com r=mkanat@bugzilla.org
2008-11-05Bug 452888: The status selector is too far from the comment box, leading to ↵guy.pyrzak%gmail.com2-1/+17
a serious usability problem Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
2008-10-29Bug 461958: Account creation page uses word "accountname" - should be ↵lpsolit%gmail.com1-1/+1
"account name" - Patch by Rob Siklos [:robzilla] <robzilla2@siklos.ca> r/a=LpSolit
2008-10-28Bug 460995: Need to use terms.abug in description for makeproductgroups - ↵lpsolit%gmail.com1-1/+1
Patch by Rob Siklos [:robzilla] <robzilla2@siklos.ca> r/a=LpSolit
2008-10-25Bug 458436: Allow standard global select fields to control visibility of ↵mkanat%bugzilla.org7-34/+96
custom fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-10-25Bug 291433: Ability to have custom fields whose visibility depends on the ↵mkanat%bugzilla.org6-33/+169
values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-10-21Bug 460754: Move JS code out of attachment/diff-header.html.tmpl - Patch by ↵lpsolit%gmail.com2-107/+3
Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2008-10-21Bug 214017: Wrap group fields in a single <table class="foo"> so people can ↵lpsolit%gmail.com1-1/+1
hide them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
2008-10-21Bug 105865: When converting bug/attachment/comment numbers to links, ↵lpsolit%gmail.com1-1/+1
quoteUrls() should take care of newlines and not linkify them if a newline is present - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-10-21Bug 460749: Firefox 3.1 no longer supports -moz-pre-wrap (nor does Opera!) - ↵lpsolit%gmail.com1-1/+3
Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
2008-10-18Bug 460588: Add template hooks for adding fields to editgroups and userprefs ↵mkanat%bugzilla.org3-2/+9
Account Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
2008-10-17Bug 460297: Parameters in editparams.cgi need an ID - Patch by ↵lpsolit%gmail.com1-6/+7
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-10-11Bug 420862: Show abbreviated content in bug lists fully in tooltips - Patch ↵lpsolit%gmail.com1-0/+13
by Mikhail Gusarov <dottedmag@altlinux.org> r/a=LpSolit
2008-10-07Bug 456782: Rename the "View Current Triggers" link in editworkflow.cgi and ↵lpsolit%gmail.com2-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
2008-10-05Bug 457719: The "You need to _log in_ before you can comment..." link in ↵dkl%redhat.com1-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
2008-10-03Fix some test failures caused by the Field::Choice patches.mkanat%bugzilla.org3-7/+9
2008-10-03Bug 452896: A user with no privs who reported a bug couldn't move it to ↵mkanat%bugzilla.org1-3/+10
another product if the target milestone was set Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-10-03Bug 456922: Now that Bugzilla::Field::Choice is complete, clean up ↵mkanat%bugzilla.org7-109/+102
editvalues.cgi and error messages Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-10-03Bug 456919: Implement Bugzilla::Field::Choice->remove_from_db and have ↵mkanat%bugzilla.org1-2/+3
editvalues.cgi use it Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-10-03Bug 455641: Implement Bugzilla::Field::Choice->update and have ↵mkanat%bugzilla.org2-13/+17
editvalues.cgi use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-10-03Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org2-7/+20
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-10-03Bug 453459: Bug pages no longer added to bfcache due to unload listener on ↵guy.pyrzak%gmail.com1-0/+2
Window Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit@gmail.com, a=LpSolit@gmail.com
2008-09-24Bug 357904: Create an object for a Field Value and have ↵mkanat%bugzilla.org3-5/+6
Bugzilla::Field->legal_values use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-09-22Bug 454234: Do not display "Help" links in the banner/footer when ↵lpsolit%gmail.com1-1/+1
docs_urlbase is empty - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r/a=LpSolit
2008-09-22Bug 456058: Extra space included in hyperlink to commenter mailto - Patch by ↵lpsolit%gmail.com1-2/+1
Rob Siklos <robzilla2@siklos.ca> r/a=LpSolit
2008-09-22Bug 398075: Bugzilla should be able to display the "shutdownhtml" message ↵lpsolit%gmail.com2-5/+7
even if the SQL server is down - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-09-20Bug 455814: token.cgi should reject password change requests for disabled ↵lpsolit%gmail.com1-0/+4
accounts - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2008-09-19 Bug 453337: enter_bug (New Bug) UI bounces up and down when you change the ↵guy.pyrzak%gmail.com1-1/+1
component because description changes height Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit
2008-09-19Bug 455808: "YAHOO is not defined" JS error thrown when editing attachmentsguy.pyrzak%gmail.com2-1/+2
Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
2008-09-19Bug 455558: Custom free text fields too long (particularly in Dusk)guy.pyrzak%gmail.com1-1/+1
Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=Lpsolit, a=mkanat
2008-09-18Bug 455744: Text fields on enter_bug.cgi are too large and inconsistent ↵lpsolit%gmail.com1-8/+7
compared to show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-09-18Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org10-33/+11
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-09-18Bug 453792 - Bugzilla should differentiate in headers (X-Bugzilla-Type) ↵gerv%gerv.net1-1/+1
between new and changed mail. Patch by gerv; r=wurblzap, a=mkanat.
2008-09-17Remove useless </center>, see bug 216557 comment 60lpsolit%gmail.com1-1/+0
2008-09-17Bug 453023: The "Importance" label in show_bug.cgi should point to the ↵lpsolit%gmail.com2-9/+14
severity and priority descriptions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2008-09-17Bug 417290: Add an email pref to get notifications for newly created bugs - ↵lpsolit%gmail.com1-0/+2
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-09-16Bug 452757: Voting help page is out-of-date - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-3/+3
<LpSolit@gmail.com> r=ghendricks a=LpSolit
2008-09-12Bug 15089: Make buglist.cgi shorten search URLs by cleaning them and then ↵mkanat%bugzilla.org1-1/+1
redirecting with the cleaned URL. Patch By Mikhail Gusarov <dottedmag@altlinux.org> r=mkanat, a=mkanat
2008-09-11Bug 216557: Be able to specify the order of the columns in a bug list - ↵lpsolit%gmail.com2-13/+52
Patch by Pascal Held <paheld+bugzilla@gmail.com> r=LpSolit r=pyrzak a=LpSolit
2008-09-09Bug 433015: The "Remove Event" and "Update/Commit" buttons in editwhines.cgi ↵lpsolit%gmail.com1-32/+33
are too far on the right - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
2008-09-08Bug 453743: Decrease the number of calls to the DB about flags when viewing ↵lpsolit%gmail.com1-3/+5
a bug - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-09-06Bug 453586: enter_bug form shows the bugzilla-admin addressmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=reed, a=mkanat
2008-09-06Bug 453585: Load stylesheets before scripts for performance reasonsmkanat%bugzilla.org1-17/+18
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-09-05 Bug 452906 - Long URLs smash the right column widthguy.pyrzak%gmail.com1-2/+3
Patch By Guy Pyrzak <guy.pyrzak@gmail.com>, r=mkanat, a=mkanat
2008-09-02Bug 452891: The dashed border next to the line numbers in the Diff Viewer ↵mkanat%bugzilla.org1-5/+0
can be visually jarring Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=mkanat
2008-09-02Bug 452746: Link to the bug in the bug header/title bar includes a spacemkanat%bugzilla.org1-2/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit