summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
AgeCommit message (Expand)AuthorFilesLines
2009-10-24Bug 519584: Implement a framework for migrating from other bug-trackers, and ...mkanat%bugzilla.org1-0/+9
2009-09-07Bug 176002: Move duplicate statistics into the dbmkanat%bugzilla.org1-25/+0
2009-08-21Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Savedmkanat%bugzilla.org1-0/+2
2009-08-09Bug 471620: USER_PASSWORD_MAX_LENGTH is no longer needed - Patch by FrédÃ...lpsolit%gmail.com1-5/+0
2009-08-05Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ...lpsolit%gmail.com1-8/+14
2009-06-21Bug 463598: Improve the performance of the JavaScript that adjusts field valu...mkanat%bugzilla.org1-3/+5
2009-04-14Bug 486057: Title of product_name_already_in_use is inconsistent with its des...lpsolit%gmail.com1-1/+1
2009-04-10Bug 471871: Bugzilla::Version has duplicated code compared to Bugzilla::Objec...lpsolit%gmail.com1-4/+0
2009-04-09Bug 454251: Implement Bugzilla::Attachment->create() and $attachment->update(...lpsolit%gmail.com1-2/+11
2009-03-31Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org1-0/+4
2009-03-02Bug 154482: Checking none of the checkboxes in the "Email Addresses, Bug Numb...lpsolit%gmail.com1-5/+0
2009-02-08Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org1-2/+2
2009-02-02Bug 466748: [SECURITY] Shared/saved searches can be deleted without user conf...lpsolit%gmail.com1-2/+3
2009-01-31SnowyOwl noticed that the word "Bug" appeared raw in the title of some errors...mkanat%bugzilla.org1-2/+2
2009-01-22Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ...mkanat%bugzilla.org1-0/+18
2009-01-09Bug 471942: Make the WebService validate and properly convert input parametersmkanat%bugzilla.org1-0/+5
2009-01-07Bug 450403: Add ability to view comments via the web service (Bug.comments)mkanat%bugzilla.org1-0/+6
2009-01-05Bug 471866: Classification name length and sortkey max value not validated - ...lpsolit%gmail.com1-3/+8
2009-01-02Bug 339381: Make Bugzilla::Classification use Bugzilla::Object - Patch by FrÃ...lpsolit%gmail.com1-6/+2
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