aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global
Commit message (Expand)AuthorAgeFilesLines
* Bug 355839: The WebService should provide lists of legal field valuesmkanat%bugzilla.org2006-11-131-0/+4
* Bug 350307: Split out the create and update functionality of Bugzilla::Field:...mkanat%bugzilla.org2006-11-132-26/+26
* Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin...lpsolit%gmail.com2006-11-113-10/+13
* Bug 359768: Confusing error message when a user has too many votes for a prod...lpsolit%gmail.com2006-11-081-4/+4
* Bug 309167: change to product which has same component name results in no pro...olav%bkor.dhs.org2006-11-051-2/+3
* Bug 352403: Create an object for saved searches, and have Bugzilla::User use itmkanat%bugzilla.org2006-11-044-17/+24
* Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org2006-11-031-0/+5
* Bug 355616: The "Actions" section of the footer should have "Preferences" and...lpsolit%gmail.com2006-11-012-27/+47
* Bug 357690: "Field Values" link still visible in the footer for user with edi...lpsolit%gmail.com2006-10-241-1/+1
* Bug 357005: 'cf_' should not be allowed as a custom field nameolav%bkor.dhs.org2006-10-201-1/+2
* Bug 321556: Prepare Bugzilla to ship with at least 2 skins.wurblzap%gmail.com2006-10-188-135/+193
* Bug 350921: [email_in] Create an email interface that can create a bug in Bug...mkanat%bugzilla.org2006-10-171-0/+4
* Bug 330555: [SECURITY] H1, H2 and H3 are not filtered in global/header.html.t...lpsolit%gmail.com2006-10-151-1/+1
* Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by F...lpsolit%gmail.com2006-10-152-2/+2
* Bug 355230: [PostgreSQL] Crash if sharer_id is not an integer - Patch by Fré...lpsolit%gmail.com2006-10-051-2/+4
* Bug 355172: [Selenium] <name="newqueryname" ...> needs an ID - Patch by Fréd...lpsolit%gmail.com2006-10-031-4/+4
* Bug 354661: Provide a Bugzilla Quicksearch plugin for Firefox 2 and IE 7 user...lpsolit%gmail.com2006-09-291-0/+3
* Bug 353965: object => "field values" doesn't exist in user-error.html.tmpl - ...lpsolit%gmail.com2006-09-241-0/+2
* Bug 351994: Messages shouldn't contain HTML characters unless we're in USAGE_...mkanat%bugzilla.org2006-09-223-3/+11
* Bug 223880: "marked a duplicate" messages cannot be localizedmkanat%bugzilla.org2006-09-191-0/+9
* Bug 352608: Make checksetup more localizablemkanat%bugzilla.org2006-09-142-0/+74
* Bug 277502: Re-organize checksetup.pl to be understood more easily (make it a...mkanat%bugzilla.org2006-09-141-0/+6
* Fix bustage due to bug 351983 (Bugzilla => [% terms.Bugzilla %])lpsolit%gmail.com2006-09-101-1/+1
* Post-checkin fix for bug 351332.mkanat%bugzilla.org2006-09-101-1/+1
* Bug 351983: Move admin creation out of checksetup.pl and into Bugzilla::Installmkanat%bugzilla.org2006-09-101-0/+20
* Bug 351332: Move Group validation into Bugzilla::Bug from post_bug.cgimkanat%bugzilla.org2006-09-101-2/+2
* Bug 350234: Add a link in the UI pointing to editfields.cgi - Patch by FrédÃ...lpsolit%gmail.com2006-09-091-0/+2
* Bug 287326: Ability to add custom single-select fields to a bug - Patch by Fr...lpsolit%gmail.com2006-09-093-0/+13
* Bug 351462: Errors are always displayed in plain textmkanat%bugzilla.org2006-09-072-2/+2
* Bug 322693: Create a mechanism to manage multiple custom skins.wurblzap%gmail.com2006-09-073-9/+82
* Bug 351098: Make Bugzilla::Object able to update objects in the database, and...mkanat%bugzilla.org2006-09-061-0/+12
* Bug 349764: Errors print out a whole HTML page, even when we're not in USAGE_...mkanat%bugzilla.org2006-09-062-8/+4
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-3/+3
* Bug 13534: Remove REMIND and LATER from the default resolution list (only aff...lpsolit%gmail.com2006-09-041-2/+0
* Bug 349368: Allow custom fields to be edited from editfields.cgi - Patch by F...lpsolit%gmail.com2006-08-271-0/+5
* Bug 350181: Check whether the requestee is allowed to set a flag - Patch by F...lpsolit%gmail.com2006-08-261-1/+7
* Bug 276816: attachment edit page should have <link rel="up"> to the bug - Pat...lpsolit%gmail.com2006-08-251-0/+5
* Bug 345958: Do not throw an error if an inactive flag type is set to "X" whil...lpsolit%gmail.com2006-08-251-2/+3
* Bug 349367: Display a message when a custom field has been successfully creat...lpsolit%gmail.com2006-08-221-0/+5
* Bug 344435: Let me remove bugs from saved buglists - Patch by Frédéric Bucl...lpsolit%gmail.com2006-08-222-16/+81
* Bug 344875: Implement a UI to manage custom fields and remove customfield.pl ...lpsolit%gmail.com2006-08-201-3/+27
* Bug 87795: Creating an account should send token and wait for confirmation (p...lpsolit%gmail.com2006-08-202-2/+20
* Fixing bustage (unfiltered directive in code-error.html.tmpl)lpsolit%gmail.com2006-08-201-1/+1
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-202-6/+19
* Bug 348331: Duplicated IDs on all pages - Patch by Frédéric Buclin <LpSolit...lpsolit%gmail.com2006-08-153-3/+5
* Fixing warnings due to bug 347291 (unused tag in code-error.html.tmpl)lpsolit%gmail.com2006-08-111-5/+0
* Bug 347061: Create Bugzilla::Object->create and make Bugzilla::Keyword use itmkanat%bugzilla.org2006-08-111-0/+6
* Bug 347277: Entering an non-integer sortkey crashes editclassifications.cgi -...lpsolit%gmail.com2006-08-061-0/+5
* Bug 100953: Move data/nomail into the DB and implement a UI to edit itkarl.kornel%mindspeed.com2006-07-301-0/+6
* Bug 333407: file_too_large error should mention AttachURL when enabled - Patc...lpsolit%gmail.com2006-07-261-4/+9