summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
AgeCommit message (Collapse)AuthorFilesLines
2009-01-31SnowyOwl noticed that the word "Bug" appeared raw in the title of some ↵mkanat%bugzilla.org1-2/+2
errors I checked in as part of bug 472872.
2009-01-29Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org1-0/+39
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-01-22Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ↵mkanat%bugzilla.org2-1/+22
any Bugzilla installation) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-01-09Bug 471942: Make the WebService validate and properly convert input parametersmkanat%bugzilla.org1-0/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-01-07Bug 450403: Add ability to view comments via the web service (Bug.comments)mkanat%bugzilla.org2-0/+12
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-01-05Bug 471866: Classification name length and sortkey max value not validated - ↵lpsolit%gmail.com1-3/+8
Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2009-01-02Post-checkin fix for bug 313126 (better wording when the classification ↵lpsolit%gmail.com1-1/+5
description is removed)
2009-01-02Bug 313126: Clean up editclassification.cgi and make it use ↵lpsolit%gmail.com1-11/+11
Bugzilla::Classification methods - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2009-01-02Bug 339381: Make Bugzilla::Classification use Bugzilla::Object - Patch by ↵lpsolit%gmail.com1-6/+2
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-12-29Bug 385163: The guided enter bug form says "Create a new Attachment" link on ↵lpsolit%gmail.com1-1/+1
the bug, but the link is "Add an attachment" - Patch by timeless <timeless@bemail.org> r=wicked a=LpSolit
2008-12-29Bug 465589: Already selected user accounts are no longer displayed when ↵lpsolit%gmail.com1-10/+17
usemenuforusers is enabled and the account has been disabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2008-12-24Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org2-0/+18
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat
2008-12-10Bug 399079: Remove the 'showallproducts' parameter - Patch by Frédéric ↵lpsolit%gmail.com1-3/+0
Buclin <LpSolit@gmail.com> r/a=mkanat
2008-12-10Bug 399074: Remove the 'maxpatchsize' parameter - Patch by Frédéric ↵lpsolit%gmail.com1-1/+1
Buclin <LpSolit@gmail.com> r/a=mkanat
2008-12-06Bug 463002 - Show a description of what you searched for, at the top of ↵mkanat%bugzilla.org1-0/+28
buglist.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-11-07Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵mkanat%bugzilla.org2-3/+32
values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-11-06Bug 449931: [SECURITY] Unprivileged users can approve/unapprove all the ↵lpsolit%gmail.com1-0/+2
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-10-25Bug 291433: Ability to have custom fields whose visibility depends on the ↵mkanat%bugzilla.org1-2/+24
values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-10-03Fix some test failures caused by the Field::Choice patches.mkanat%bugzilla.org1-4/+4
2008-10-03Bug 456922: Now that Bugzilla::Field::Choice is complete, clean up ↵mkanat%bugzilla.org2-28/+15
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-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 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-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-08-27Bug 182238: Allow users to choose what time zone to display times in - Patch ↵lpsolit%gmail.com1-0/+2
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-08-27Bug 304866: <title> for Flag Type Created should include the name of the ↵lpsolit%gmail.com1-4/+4
flag - Patch by GavinS <bugzilla@chimpychompy.org> r/a=LpSolit
2008-08-22Bug 378907: Bad wording in the error message when trying to create a product ↵lpsolit%gmail.com1-1/+1
with an existing name - Patch by Rupert Handford <rupert@handfordonline.plus.com> r=vladd r=pyrzak a=LpSolit
2008-08-22Bug 330844: patch_too_large should favor "splitting" over "breaking" - Patch ↵lpsolit%gmail.com1-1/+1
by Rupert Handford <rupert@handfordonline.plus.com> r=reed r=pyrzak a=LpSolit
2008-08-22Bug 287334: Ability to add custom "Bug ID" fieldsmkanat%bugzilla.org1-0/+2
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
2008-08-14Bug 448593: Move code to edit product group settings from editproducts.cgi ↵lpsolit%gmail.com2-0/+15
to Bugzilla/Product.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-08-08Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵mkanat%bugzilla.org3-13/+13
Bugzilla::Group objects (instead of a hashref of group ids and names).
2008-08-03Bug 448748: Error messages thrown should have an HTML ID - Patch by ↵lpsolit%gmail.com1-4/+2
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-07-31Bug 313122: Implement Product->create, $product->update and ↵lpsolit%gmail.com2-52/+34
$product->remove_from_db, and make editproducts.cgi use them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-07-30Bug 132383: Bugzilla should have a default favicon - Patch by Guy Pyrzak ↵lpsolit%gmail.com1-2/+2
<guy.pyrzak@gmail.com> r/a=mkanat
2008-07-01Bug 442863: ON DELETE CASCADE Foreign Keys should automatically delete ↵mkanat%bugzilla.org1-0/+17
invalid values during checksetup Patch By Max Kanat-Alexander (module owner) a=mkanat
2008-06-20Bug 432916: Expose usermatchmode via WebServices (User.get match argument)mkanat%bugzilla.org1-5/+10
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2008-06-20Bug 157092 – Implement a checking mechanism for invalid regexpdkl%redhat.com1-0/+5
Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat
2008-06-03Bug 435570: Let's add all field descriptions in field-descs.none.tmpl to ↵lpsolit%gmail.com1-45/+62
make them localizable - Patch by Cédric Corazza <cedric.corazza@wanadoo.fr> r/a=LpSolit
2008-05-29Bug 412725: WebService functions to get information about a Userdkl%redhat.com1-2/+8
Patch by Noura Elhawary <nelhawar@redhat.com> - r=mkanat, a=mkanat
2008-05-24Bug 435250: In the "View User Account Log" page, the information in the ↵lpsolit%gmail.com1-1/+2
"What" column are displayed in English on localized installation - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-05-14Bug 330989: illegal_change_deps error uses "empowered" inconsistently with ↵lpsolit%gmail.com1-7/+7
"allowed" (+ some other minor changes) - Patch by Mike Durthaler <mdurthaler@sbcglobal.net> r=timeless a=LpSolit
2008-04-30Bug 430307: Unsafe regexp used in global/userselect.html.tmpl - Patch by ↵lpsolit%gmail.com1-2/+6
Jesse Clark <jjclark1982@gmail.com> r/a=LpSolit
2008-04-10Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxesguy.pyrzak%gmail.com1-5/+1
Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=LpSolit. Removes knob from edit single and edit multiple bugs.
2008-04-04Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ↵lpsolit%gmail.com3-3/+3
by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r=LpSolit r=mkanat a=LpSolit
2008-04-03Bug 405946: Some emails are not sent in the language chosen by the addressee ↵lpsolit%gmail.com1-5/+0
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit