summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2009-10-24Bug 519584: Implement a framework for migrating from other bug-trackers, and ↵mkanat%bugzilla.org1-0/+9
start with a GNATS importer. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-09-07Bug 176002: Move duplicate statistics into the dbmkanat%bugzilla.org1-25/+0
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-08-21Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Savedmkanat%bugzilla.org1-0/+2
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-08-09Bug 471620: USER_PASSWORD_MAX_LENGTH is no longer needed - Patch by ↵lpsolit%gmail.com1-5/+0
Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
2009-08-05Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ↵lpsolit%gmail.com1-8/+14
by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
2009-06-21Bug 463598: Improve the performance of the JavaScript that adjusts field ↵mkanat%bugzilla.org1-3/+5
values based on the value of another field Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
2009-04-14Bug 486057: Title of product_name_already_in_use is inconsistent with its ↵lpsolit%gmail.com1-1/+1
description - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r/a=LpSolit
2009-04-10Bug 471871: Bugzilla::Version has duplicated code compared to ↵lpsolit%gmail.com1-4/+0
Bugzilla::Object (make Bugzilla::Version really a subclass of Bugzilla::Object) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-04-09Bug 454251: Implement Bugzilla::Attachment->create() and ↵lpsolit%gmail.com1-2/+11
$attachment->update() - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner)
2009-03-31Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org1-0/+4
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-03-02Bug 154482: Checking none of the checkboxes in the "Email Addresses, Bug ↵lpsolit%gmail.com1-5/+0
Numbers, and Votes" section of query.cgi shouldn't throw an error - Original patch by timeless <timeless@bemail.org>, updated by me, r/a=mkanat
2009-02-08Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2009-02-02Bug 466748: [SECURITY] Shared/saved searches can be deleted without user ↵lpsolit%gmail.com1-2/+3
confirmation using predictable URL - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
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-22Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ↵mkanat%bugzilla.org1-0/+18
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.org1-0/+6
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-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-10Bug 399074: Remove the 'maxpatchsize' parameter - Patch by Frédéric ↵lpsolit%gmail.com1-1/+1
Buclin <LpSolit@gmail.com> r/a=mkanat
2008-11-07Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵mkanat%bugzilla.org1-3/+21
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-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.org1-20/+7
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.org1-2/+3
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.org1-7/+14
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
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-14Bug 448593: Move code to edit product group settings from editproducts.cgi ↵lpsolit%gmail.com1-0/+5
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.org1-1/+1
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.com1-52/+28
$product->remove_from_db, and make editproducts.cgi use them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
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-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-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-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
2008-03-28Bug 425565: Product name not displayed in the error message when ↵lpsolit%gmail.com1-3/+3
adding/removing bugs to/from illegal groups - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bbaetz a=LpSolit
2008-03-18Bug 413439: Enable "change several bugs at once" if the user has editbugs OR ↵lpsolit%gmail.com1-1/+1
product-specific editbugs for ALL tickets - Patch by miketosh <michael.j.tosh@lmco.com> r/a=LpSolit
2008-02-06Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - ↵lpsolit%gmail.com1-0/+15
Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
2008-01-20Remove an error tag from user-error that's no longer used, as of the lastmkanat%bugzilla.org1-5/+0
checkin.
2008-01-20Bug 412976: "Bug" should be replaced with $terms.Bug in user-error.html.tmpl ↵lpsolit%gmail.com1-1/+1
- Patch by Cédric Corazza <cedric.corazza@wanadoo.fr> r/a=LpSolit
2008-01-18The resolution_cant_clear error message was missing a TT whitespace fix.mkanat%bugzilla.org1-1/+1
2008-01-18Bug 402791: Move status and resolution updating from process_bug.cgi into ↵mkanat%bugzilla.org1-12/+25
Bugzilla::Bug Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-01-13Bug 411437: Clipping of "Free Text" fields when user enters more then 255 ↵lpsolit%gmail.com1-0/+7
characters - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-01-12Bug 401965: Move groups updating from process_bug.cgi to Bugzilla::Bugmkanat%bugzilla.org1-0/+19
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-11-29Bug 405787: product_access_denied error tag defined twice in ↵lpsolit%gmail.com1-1/+1
user-error.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-11-13Bug 401957: Move comment "isprivate" updating from process_bug to Bugzilla::Bugmkanat%bugzilla.org1-0/+4
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit