aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global/messages.html.tmpl
Commit message (Expand)AuthorAgeFilesLines
* Bug 661476: sanitycheck.pl should check if all products have components defined.Frédéric Buclin2011-08-171-3/+1
* Bug 658929 - User autocomplete is very slow when there are lots of users in t...David Lawrence2011-07-051-0/+2
* Bug 660464: Linkify the tag name in the confirmation message when tagging bugsFrédéric Buclin2011-05-301-1/+2
* Bug 423612 - Allow editing extern_id for users from the admin interfaceJochen Wiedmann2011-04-271-0/+2
* Bug 616185: Move tags (aka lists of bugs) to their own DB tablesFrédéric Buclin2011-01-301-0/+11
* Bug 618842: Enclose checksetup.pl between <kbd> and </kbd> tags in templatesA. Shimono (himorin)2010-12-271-1/+1
* Fix typoA. Shimono2010-11-301-1/+1
* Bug 523205 part 2: $flagtype->set_clusions() was badly implementedFrédéric Buclin2010-10-221-0/+3
* Bug 302293: Editing a flag type should tell me which changes have been madeFrédéric Buclin2010-10-221-4/+55
* Bug 559549: Make checksetup.pl print out a "checksetup.pl complete" messageMax Kanat-Alexander2010-09-031-0/+3
* Bug 77193 - Add the ability to retire (disable) old versions, components and ...Dave Lawrence2010-08-311-3/+16
* Bug 581622: When a quicksearch includes the "content" field, it is limited to...Frédéric Buclin2010-08-021-4/+0
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-231-3/+3
* Bug 578587: Make checksetup be way quieter when creating a new installMax Kanat-Alexander2010-07-141-0/+9
* Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2010-07-051-0/+3
* Bug 69621: Remove the keyword cache (which is not updated on keyword rename/d...Frédéric Buclin2010-04-081-11/+1
* Bug 555089: Add hooks in the messages template to warn the user after updatin...Tiago Mello2010-03-291-0/+3
* Bug 286041 - Allow people to undo "forget search"Kent Rogers2010-03-011-1/+1
* Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org2009-11-251-1/+6
* Bug 519584: Implement a framework for migrating from other bug-trackers, and ...mkanat%bugzilla.org2009-10-241-0/+38
* Bug 302542: Implement the ability to delete data sets (series) in New Charts ...lpsolit%gmail.com2009-10-041-1/+8
* Bug 519040: After creating a new series, redirect the user to a more useful p...lpsolit%gmail.com2009-10-041-3/+0
* Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2009-09-301-2/+2
* Bug 349336: Automatically log in the user when he chooses his password to cre...lpsolit%gmail.com2009-08-111-6/+1
* Bug 498634: hook for global/messages.html.tmplmkanat%bugzilla.org2009-08-111-5/+10
* Bug 369139: Add titles to creating and updating a tag messages - Patch by Tee...wicked%sci.fi2009-07-141-0/+2
* Bug 457657 – Make e-mail comment header localizable.wurblzap%gmail.com2009-06-021-16/+0
* Bug 494369: Do not throw an error if the 'order' parameter contains invalid c...lpsolit%gmail.com2009-05-251-0/+5
* Bug 471871: Bugzilla::Version has duplicated code compared to Bugzilla::Objec...lpsolit%gmail.com2009-04-101-1/+7
* Post-checkin fix for bug 313126 (better wording when the classification descr...lpsolit%gmail.com2009-01-021-1/+5
* Bug 313126: Clean up editclassification.cgi and make it use Bugzilla::Classif...lpsolit%gmail.com2009-01-021-11/+11
* Bug 385163: The guided enter bug form says "Create a new Attachment" link on ...lpsolit%gmail.com2008-12-291-1/+1
* Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org2008-12-241-0/+3
* Bug 308253: Ability to add select (enum) fields to a bug whose list of values...mkanat%bugzilla.org2008-11-071-0/+11
* Bug 456922: Now that Bugzilla::Field::Choice is complete, clean up editvalues...mkanat%bugzilla.org2008-10-031-8/+8
* Bug 455641: Implement Bugzilla::Field::Choice->update and have editvalues.cgi...mkanat%bugzilla.org2008-10-031-11/+14
* Bug 455814: token.cgi should reject password change requests for disabled acc...lpsolit%gmail.com2008-09-201-0/+4
* Bug 304866: <title> for Flag Type Created should include the name of the flag...lpsolit%gmail.com2008-08-271-4/+4
* Bug 313122: Implement Product->create, $product->update and $product->remove_...lpsolit%gmail.com2008-07-311-0/+6
* Bug 442863: ON DELETE CASCADE Foreign Keys should automatically delete invali...mkanat%bugzilla.org2008-07-011-0/+17
* Bug 341508 – GetBugLink() should be localisable.wurblzap%gmail.com2008-02-121-0/+9
* Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - Pa...lpsolit%gmail.com2008-02-061-0/+5
* Bug 393745: s/you/anyone/ in the message displayed when creating a new produc...lpsolit%gmail.com2008-02-051-1/+1
* Bug 325487: Admin pages should require less "clicks" (remove useless confirma...lpsolit%gmail.com2008-01-281-20/+243
* Bug 408032: [Oracle] Make bzdbcopy.pl work with Oraclemkanat%bugzilla.org2007-12-131-0/+3
* Bug 353995: Make checksetup able to reset a user's passwordmkanat%bugzilla.org2007-11-281-3/+9
* Bug 313123: Implement $component->create and $component->update based on Obje...lpsolit%gmail.com2007-10-121-0/+6
* Midair with product change while adding an attachment silently clears flags -...lpsolit%gmail.com2007-10-091-0/+7
* Bug 392186: Remove version headers from all templates - Patch by GavinS <bugz...lpsolit%gmail.com2007-08-201-1/+0
* Hum... 2nd attempt to fix bug 332149. I committed the wrong patch *and* I los...lpsolit%gmail.com2007-08-081-1/+3