aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
Commit message (Expand)AuthorAgeFilesLines
* Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ...lpsolit%gmail.com2009-08-051-8/+14
* Bug 463598: Improve the performance of the JavaScript that adjusts field valu...mkanat%bugzilla.org2009-06-211-3/+5
* Bug 486057: Title of product_name_already_in_use is inconsistent with its des...lpsolit%gmail.com2009-04-141-1/+1
* Bug 471871: Bugzilla::Version has duplicated code compared to Bugzilla::Objec...lpsolit%gmail.com2009-04-101-4/+0
* Bug 454251: Implement Bugzilla::Attachment->create() and $attachment->update(...lpsolit%gmail.com2009-04-091-2/+11
* Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org2009-03-311-0/+4
* Bug 154482: Checking none of the checkboxes in the "Email Addresses, Bug Numb...lpsolit%gmail.com2009-03-021-5/+0
* Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org2009-02-081-2/+2
* Bug 466748: [SECURITY] Shared/saved searches can be deleted without user conf...lpsolit%gmail.com2009-02-021-2/+3
* SnowyOwl noticed that the word "Bug" appeared raw in the title of some errors...mkanat%bugzilla.org2009-01-311-2/+2
* Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ...mkanat%bugzilla.org2009-01-221-0/+18
* Bug 471942: Make the WebService validate and properly convert input parametersmkanat%bugzilla.org2009-01-091-0/+5
* Bug 450403: Add ability to view comments via the web service (Bug.comments)mkanat%bugzilla.org2009-01-071-0/+6
* Bug 471866: Classification name length and sortkey max value not validated - ...lpsolit%gmail.com2009-01-041-3/+8
* Bug 339381: Make Bugzilla::Classification use Bugzilla::Object - Patch by FrÃ...lpsolit%gmail.com2009-01-021-6/+2
* Bug 399074: Remove the 'maxpatchsize' parameter - Patch by Frédéric Buc...lpsolit%gmail.com2008-12-101-1/+1
* Bug 308253: Ability to add select (enum) fields to a bug whose list of values...mkanat%bugzilla.org2008-11-071-3/+21
* Bug 449931: [SECURITY] Unprivileged users can approve/unapprove all the quips...lpsolit%gmail.com2008-11-061-0/+2
* Bug 291433: Ability to have custom fields whose visibility depends on the val...mkanat%bugzilla.org2008-10-251-2/+24
* 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 editvalues...mkanat%bugzilla.org2008-10-031-20/+7
* Bug 456919: Implement Bugzilla::Field::Choice->remove_from_db and have editva...mkanat%bugzilla.org2008-10-031-2/+3
* Bug 455641: Implement Bugzilla::Field::Choice->update and have editvalues.cgi...mkanat%bugzilla.org2008-10-031-2/+3
* Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org2008-10-031-7/+14
* Bug 378907: Bad wording in the error message when trying to create a product ...lpsolit%gmail.com2008-08-221-1/+1
* Bug 330844: patch_too_large should favor "splitting" over "breaking" - Patch ...lpsolit%gmail.com2008-08-221-1/+1
* Bug 448593: Move code to edit product group settings from editproducts.cgi to...lpsolit%gmail.com2008-08-141-0/+5
* Bug 442031: Make Bugzilla::User::groups return an arrayref of Bugzilla::Group...mkanat%bugzilla.org2008-08-081-1/+1
* Bug 448748: Error messages thrown should have an HTML ID - Patch by FrédÃ...lpsolit%gmail.com2008-08-031-4/+2
* Bug 313122: Implement Product->create, $product->update and $product->remove_...lpsolit%gmail.com2008-07-311-52/+28
* Bug 432916: Expose usermatchmode via WebServices (User.get match argument)mkanat%bugzilla.org2008-06-201-5/+10
* Bug 157092 – Implement a checking mechanism for invalid regexpdkl%redhat.com2008-06-191-0/+5
* Bug 412725: WebService functions to get information about a Userdkl%redhat.com2008-05-291-2/+8
* Bug 330989: illegal_change_deps error uses "empowered" inconsistently with "a...lpsolit%gmail.com2008-05-141-7/+7
* Bug 405946: Some emails are not sent in the language chosen by the addressee ...lpsolit%gmail.com2008-04-021-5/+0
* Bug 425565: Product name not displayed in the error message when adding/remov...lpsolit%gmail.com2008-03-281-3/+3
* Bug 413439: Enable "change several bugs at once" if the user has editbugs OR ...lpsolit%gmail.com2008-03-181-1/+1
* Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - Pa...lpsolit%gmail.com2008-02-061-0/+15
* Remove an error tag from user-error that's no longer used, as of the lastmkanat%bugzilla.org2008-01-201-5/+0
* Bug 412976: "Bug" should be replaced with $terms.Bug in user-error.html.tmpl ...lpsolit%gmail.com2008-01-201-1/+1
* 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 Bug...mkanat%bugzilla.org2008-01-181-12/+25
* Bug 411437: Clipping of "Free Text" fields when user enters more then 255 cha...lpsolit%gmail.com2008-01-121-0/+7
* Bug 401965: Move groups updating from process_bug.cgi to Bugzilla::Bugmkanat%bugzilla.org2008-01-121-0/+19
* Bug 405787: product_access_denied error tag defined twice in user-error.html....lpsolit%gmail.com2007-11-291-1/+1
* Bug 401957: Move comment "isprivate" updating from process_bug to Bugzilla::Bugmkanat%bugzilla.org2007-11-131-0/+4
* Bug 357324: Date/Time Custom Fieldsmkanat%bugzilla.org2007-10-241-0/+7
* Bug 313123: Implement $component->create and $component->update based on Obje...lpsolit%gmail.com2007-10-121-10/+8
* Bug 313129: Implement $milestone->create and $milestone->update based on Obje...lpsolit%gmail.com2007-10-101-6/+6
* Fix bustage from Bug 373689--certain error messages are no longer in use.mkanat%bugzilla.org2007-09-191-15/+0