summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
AgeCommit message (Expand)AuthorFilesLines
2008-12-10Bug 399074: Remove the 'maxpatchsize' parameter - Patch by Frédéric Buc...lpsolit%gmail.com1-1/+1
2008-11-07Bug 308253: Ability to add select (enum) fields to a bug whose list of values...mkanat%bugzilla.org1-3/+21
2008-11-06Bug 449931: [SECURITY] Unprivileged users can approve/unapprove all the quips...lpsolit%gmail.com1-0/+2
2008-10-25Bug 291433: Ability to have custom fields whose visibility depends on the val...mkanat%bugzilla.org1-2/+24
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 editvalues...mkanat%bugzilla.org1-20/+7
2008-10-03Bug 456919: Implement Bugzilla::Field::Choice->remove_from_db and have editva...mkanat%bugzilla.org1-2/+3
2008-10-03Bug 455641: Implement Bugzilla::Field::Choice->update and have editvalues.cgi...mkanat%bugzilla.org1-2/+3
2008-10-03Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org1-7/+14
2008-08-22Bug 378907: Bad wording in the error message when trying to create a product ...lpsolit%gmail.com1-1/+1
2008-08-22Bug 330844: patch_too_large should favor "splitting" over "breaking" - Patch ...lpsolit%gmail.com1-1/+1
2008-08-14Bug 448593: Move code to edit product group settings from editproducts.cgi to...lpsolit%gmail.com1-0/+5
2008-08-08Bug 442031: Make Bugzilla::User::groups return an arrayref of Bugzilla::Group...mkanat%bugzilla.org1-1/+1
2008-08-03Bug 448748: Error messages thrown should have an HTML ID - Patch by FrédÃ...lpsolit%gmail.com1-4/+2
2008-07-31Bug 313122: Implement Product->create, $product->update and $product->remove_...lpsolit%gmail.com1-52/+28
2008-06-20Bug 432916: Expose usermatchmode via WebServices (User.get match argument)mkanat%bugzilla.org1-5/+10
2008-06-20Bug 157092 – Implement a checking mechanism for invalid regexpdkl%redhat.com1-0/+5
2008-05-29Bug 412725: WebService functions to get information about a Userdkl%redhat.com1-2/+8
2008-05-14Bug 330989: illegal_change_deps error uses "empowered" inconsistently with "a...lpsolit%gmail.com1-7/+7
2008-04-03Bug 405946: Some emails are not sent in the language chosen by the addressee ...lpsolit%gmail.com1-5/+0
2008-03-28Bug 425565: Product name not displayed in the error message when adding/remov...lpsolit%gmail.com1-3/+3
2008-03-18Bug 413439: Enable "change several bugs at once" if the user has editbugs OR ...lpsolit%gmail.com1-1/+1
2008-02-06Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - Pa...lpsolit%gmail.com1-0/+15
2008-01-20Remove an error tag from user-error that's no longer used, as of the lastmkanat%bugzilla.org1-5/+0
2008-01-20Bug 412976: "Bug" should be replaced with $terms.Bug in user-error.html.tmpl ...lpsolit%gmail.com1-1/+1
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 Bug...mkanat%bugzilla.org1-12/+25
2008-01-13Bug 411437: Clipping of "Free Text" fields when user enters more then 255 cha...lpsolit%gmail.com1-0/+7
2008-01-12Bug 401965: Move groups updating from process_bug.cgi to Bugzilla::Bugmkanat%bugzilla.org1-0/+19
2007-11-29Bug 405787: product_access_denied error tag defined twice in user-error.html....lpsolit%gmail.com1-1/+1
2007-11-13Bug 401957: Move comment "isprivate" updating from process_bug to Bugzilla::Bugmkanat%bugzilla.org1-0/+4
2007-10-24Bug 357324: Date/Time Custom Fieldsmkanat%bugzilla.org1-0/+7
2007-10-12Bug 313123: Implement $component->create and $component->update based on Obje...lpsolit%gmail.com1-10/+8
2007-10-10Bug 313129: Implement $milestone->create and $milestone->update based on Obje...lpsolit%gmail.com1-6/+6
2007-09-19Fix bustage from Bug 373689--certain error messages are no longer in use.mkanat%bugzilla.org1-15/+0
2007-09-19Bug 389313: summarize_time.cgi needs some cleanup - Patch by Frédéric B...lpsolit%gmail.com1-1/+6
2007-09-08Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org1-3/+3
2007-08-24Bug 221827 Missing Bug ID shouldn't be handled as Invalid Bug IDtimeless%mozdev.org1-3/+5
2007-08-24Bug 365438 Tag-related error messages should mention "tag" instead of "saved ...timeless%mozdev.org1-14/+9
2007-08-24Bug 373440: Make "check" into a generic function in Bugzilla::Objectmkanat%bugzilla.org1-0/+4
2007-08-24Bug 373440: Make "check" into a generic function in Bugzilla::Objectmkanat%bugzilla.org1-4/+28
2007-08-21Bug 392186: Remove version headers from all templates - Patch by GavinS <bugz...lpsolit%gmail.com1-1/+0
2007-08-12Bug 389844 zero_length_file: no read permission is also a possibilitytimeless%mozdev.org1-1/+2
2007-07-28Bug 389835: Various issues when changing several bugs at once - Patch by FrÃ...lpsolit%gmail.com1-1/+1
2007-07-25Bug 345970 Avoid using the string 'the web'timeless%mozdev.org1-1/+1
2007-07-24Bug 254758 creating an account that doesn't match the create email regexp sho...timeless%mozdev.org1-2/+11
2007-07-23Bug 238651 (a&b) Include the login name (in <code>) for "account_inexistent" ...timeless%mozdev.org1-2/+3
2007-07-23Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ...timeless%mozdev.org1-6/+6
2007-07-20Bug 365082: QuickSearch using unknown field makes Bugzilla hang - Patch by Te...lpsolit%gmail.com1-0/+14
2007-07-14Bug 388045: Move updating of cc_accessible and reporter_accessible into Bugzi...mkanat%bugzilla.org1-2/+2