summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
AgeCommit message (Expand)AuthorFilesLines
2009-05-25Bug 494369: Do not throw an error if the 'order' parameter contains invalid c...lpsolit%gmail.com2-11/+5
2009-05-22Bug 482556: Put "Forgot Password" in the header and footer so people can still fmkanat%bugzilla.org1-1/+4
2009-04-28Bug 483150: Fix Bugzilla JS/CSS for IE8mkanat%bugzilla.org1-12/+14
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.com2-5/+7
2009-04-09Bug 454251: Implement Bugzilla::Attachment->create() and $attachment->update(...lpsolit%gmail.com2-2/+19
2009-04-05Bug 486056: Should not use raw "Bug" word in the description of FIELD_TYPE_BU...lpsolit%gmail.com1-1/+1
2009-03-31Bug 399089: Remove the 'usermatchmode' parameter - Patch by Frédéric Bu...lpsolit%gmail.com1-2/+1
2009-03-31Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org2-0/+11
2009-03-02Bug 154482: Checking none of the checkboxes in the "Email Addresses, Bug Numb...lpsolit%gmail.com1-5/+0
2009-03-02Bug 121601: Have logout display index.cgi, not just a message on relogin.cgi.mkanat%bugzilla.org1-1/+1
2009-02-25Bug 479164: "Bug" appears raw in "File a Bug" on index.cgi - Patch by Fréd...lpsolit%gmail.com1-0/+1
2009-02-24Bug 478173: Add a "Remember" checkbox to the header/footer login form and res...mkanat%bugzilla.org1-4/+0
2009-02-12Bug 476090: Allow users to log-in from toolbarmkanat%bugzilla.org2-29/+7
2009-02-12Bug 475063: Make the logged-out index.cgi simplermkanat%bugzilla.org1-8/+6
2009-02-11Bug 376673: Add a simple version of the bug entry form (enter_bug.cgi)mkanat%bugzilla.org1-6/+17
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-02-02Second part of bug 26257: [SECURITY] Bugzilla should prevent malicious webpag...lpsolit%gmail.com1-0/+63
2009-01-31SnowyOwl noticed that the word "Bug" appeared raw in the title of some errors...mkanat%bugzilla.org1-2/+2
2009-01-29Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org1-0/+39
2009-01-22Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ...mkanat%bugzilla.org2-1/+22
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.org2-0/+12
2009-01-05Bug 471866: Classification name length and sortkey max value not validated - ...lpsolit%gmail.com1-3/+8
2009-01-02Post-checkin fix for bug 313126 (better wording when the classification descr...lpsolit%gmail.com1-1/+5
2009-01-02Bug 313126: Clean up editclassification.cgi and make it use Bugzilla::Classif...lpsolit%gmail.com1-11/+11
2009-01-02Bug 339381: Make Bugzilla::Classification use Bugzilla::Object - Patch by FrÃ...lpsolit%gmail.com1-6/+2
2008-12-29Bug 385163: The guided enter bug form says "Create a new Attachment" link on ...lpsolit%gmail.com1-1/+1
2008-12-29Bug 465589: Already selected user accounts are no longer displayed when useme...lpsolit%gmail.com1-10/+17
2008-12-24Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org2-0/+18
2008-12-10Bug 399079: Remove the 'showallproducts' parameter - Patch by Frédéric ...lpsolit%gmail.com1-3/+0
2008-12-10Bug 399074: Remove the 'maxpatchsize' parameter - Patch by Frédéric Buc...lpsolit%gmail.com1-1/+1
2008-12-06Bug 463002 - Show a description of what you searched for, at the top of bugl...mkanat%bugzilla.org1-0/+28
2008-11-07Bug 308253: Ability to add select (enum) fields to a bug whose list of values...mkanat%bugzilla.org2-3/+32
2008-11-06Bug 449931: [SECURITY] Unprivileged users can approve/unapprove all the quips...lpsolit%gmail.com1-0/+2
2008-11-06 Bug 381772 - Add hooks for common-links.ghendricks%novell.com1-1/+1
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.org2-28/+15
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.org2-13/+17
2008-10-03Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org2-7/+20
2008-10-03Bug 453459: Bug pages no longer added to bfcache due to unload listener on Wi...guy.pyrzak%gmail.com1-0/+2
2008-09-22Bug 454234: Do not display "Help" links in the banner/footer when docs_urlbas...lpsolit%gmail.com1-1/+1
2008-09-22Bug 398075: Bugzilla should be able to display the "shutdownhtml" message eve...lpsolit%gmail.com2-5/+7
2008-09-20Bug 455814: token.cgi should reject password change requests for disabled acc...lpsolit%gmail.com1-0/+4
2008-09-06Bug 453585: Load stylesheets before scripts for performance reasonsmkanat%bugzilla.org1-17/+18
2008-08-27Bug 182238: Allow users to choose what time zone to display times in - Patch ...lpsolit%gmail.com1-0/+2
2008-08-27Bug 304866: <title> for Flag Type Created should include the name of the flag...lpsolit%gmail.com1-4/+4