aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org2009-02-081-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 466748: [SECURITY] Shared/saved searches can be deleted without user ↵lpsolit%gmail.com2009-02-021-2/+3
| | | | confirmation using predictable URL - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* SnowyOwl noticed that the word "Bug" appeared raw in the title of some ↵mkanat%bugzilla.org2009-01-311-2/+2
| | | | errors I checked in as part of bug 472872.
* Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ↵mkanat%bugzilla.org2009-01-221-0/+18
| | | | | | any Bugzilla installation) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 471942: Make the WebService validate and properly convert input parametersmkanat%bugzilla.org2009-01-091-0/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 450403: Add ability to view comments via the web service (Bug.comments)mkanat%bugzilla.org2009-01-071-0/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 471866: Classification name length and sortkey max value not validated - ↵lpsolit%gmail.com2009-01-041-3/+8
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 339381: Make Bugzilla::Classification use Bugzilla::Object - Patch by ↵lpsolit%gmail.com2009-01-021-6/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 399074: Remove the 'maxpatchsize' parameter - Patch by Frédéric ↵lpsolit%gmail.com2008-12-101-1/+1
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵mkanat%bugzilla.org2008-11-071-3/+21
| | | | | | values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 449931: [SECURITY] Unprivileged users can approve/unapprove all the ↵lpsolit%gmail.com2008-11-061-0/+2
| | | | quips (including bypassing moderation) - Patch by Robin H. Johnson <robbat2@gentoo.org> r/a=LpSolit
* Bug 291433: Ability to have custom fields whose visibility depends on the ↵mkanat%bugzilla.org2008-10-251-2/+24
| | | | | | values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Fix some test failures caused by the Field::Choice patches.mkanat%bugzilla.org2008-10-031-4/+4
|
* Bug 456922: Now that Bugzilla::Field::Choice is complete, clean up ↵mkanat%bugzilla.org2008-10-031-20/+7
| | | | | | 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-031-2/+3
| | | | | | 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-031-7/+14
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, 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
* Bug 448593: Move code to edit product group settings from editproducts.cgi ↵lpsolit%gmail.com2008-08-141-0/+5
| | | | to Bugzilla/Product.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵mkanat%bugzilla.org2008-08-081-1/+1
| | | | Bugzilla::Group objects (instead of a hashref of group ids and names).
* Bug 448748: Error messages thrown should have an HTML ID - Patch by ↵lpsolit%gmail.com2008-08-031-4/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 313122: Implement Product->create, $product->update and ↵lpsolit%gmail.com2008-07-311-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
* Bug 432916: Expose usermatchmode via WebServices (User.get match argument)mkanat%bugzilla.org2008-06-201-5/+10
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 157092 – Implement a checking mechanism for invalid regexpdkl%redhat.com2008-06-191-0/+5
| | | | Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat
* Bug 412725: WebService functions to get information about a Userdkl%redhat.com2008-05-291-2/+8
| | | | Patch by Noura Elhawary <nelhawar@redhat.com> - r=mkanat, a=mkanat
* Bug 330989: illegal_change_deps error uses "empowered" inconsistently with ↵lpsolit%gmail.com2008-05-141-7/+7
| | | | "allowed" (+ some other minor changes) - Patch by Mike Durthaler <mdurthaler@sbcglobal.net> r=timeless a=LpSolit
* Bug 405946: Some emails are not sent in the language chosen by the addressee ↵lpsolit%gmail.com2008-04-021-5/+0
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 425565: Product name not displayed in the error message when ↵lpsolit%gmail.com2008-03-281-3/+3
| | | | adding/removing bugs to/from illegal groups - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bbaetz a=LpSolit
* Bug 413439: Enable "change several bugs at once" if the user has editbugs OR ↵lpsolit%gmail.com2008-03-181-1/+1
| | | | product-specific editbugs for ALL tickets - Patch by miketosh <michael.j.tosh@lmco.com> r/a=LpSolit
* Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - ↵lpsolit%gmail.com2008-02-061-0/+15
| | | | Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Remove an error tag from user-error that's no longer used, as of the lastmkanat%bugzilla.org2008-01-201-5/+0
| | | | checkin.
* Bug 412976: "Bug" should be replaced with $terms.Bug in user-error.html.tmpl ↵lpsolit%gmail.com2008-01-201-1/+1
| | | | - Patch by Cédric Corazza <cedric.corazza@wanadoo.fr> r/a=LpSolit
* The resolution_cant_clear error message was missing a TT whitespace fix.mkanat%bugzilla.org2008-01-181-1/+1
|
* Bug 402791: Move status and resolution updating from process_bug.cgi into ↵mkanat%bugzilla.org2008-01-181-12/+25
| | | | | | Bugzilla::Bug Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 411437: Clipping of "Free Text" fields when user enters more then 255 ↵lpsolit%gmail.com2008-01-121-0/+7
| | | | characters - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 401965: Move groups updating from process_bug.cgi to Bugzilla::Bugmkanat%bugzilla.org2008-01-121-0/+19
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 405787: product_access_denied error tag defined twice in ↵lpsolit%gmail.com2007-11-291-1/+1
| | | | user-error.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 401957: Move comment "isprivate" updating from process_bug to Bugzilla::Bugmkanat%bugzilla.org2007-11-131-0/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 357324: Date/Time Custom Fieldsmkanat%bugzilla.org2007-10-241-0/+7
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 313123: Implement $component->create and $component->update based on ↵lpsolit%gmail.com2007-10-121-10/+8
| | | | Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 313129: Implement $milestone->create and $milestone->update based on ↵lpsolit%gmail.com2007-10-101-6/+6
| | | | Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Fix bustage from Bug 373689--certain error messages are no longer in use.mkanat%bugzilla.org2007-09-191-15/+0
|
* Bug 389313: summarize_time.cgi needs some cleanup - Patch by Frédéric ↵lpsolit%gmail.com2007-09-191-1/+6
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org2007-09-081-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 221827 Missing Bug ID shouldn't be handled as Invalid Bug IDtimeless%mozdev.org2007-08-241-3/+5
| | | | r=vladd a=mkanat
* Bug 365438 Tag-related error messages should mention "tag" instead of "saved ↵timeless%mozdev.org2007-08-241-14/+9
| | | | | | search" r=reed a=mkanat
* Bug 373440: Make "check" into a generic function in Bugzilla::Objectmkanat%bugzilla.org2007-08-241-0/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 373440: Make "check" into a generic function in Bugzilla::Objectmkanat%bugzilla.org2007-08-241-4/+28
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-201-1/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit