summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
AgeCommit message (Expand)AuthorFilesLines
2006-09-05Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org1-3/+3
2006-09-04Bug 13534: Remove REMIND and LATER from the default resolution list (only aff...lpsolit%gmail.com1-2/+0
2006-08-27Bug 349368: Allow custom fields to be edited from editfields.cgi - Patch by F...lpsolit%gmail.com1-0/+5
2006-08-26Bug 350181: Check whether the requestee is allowed to set a flag - Patch by F...lpsolit%gmail.com1-1/+7
2006-08-25Bug 276816: attachment edit page should have <link rel="up"> to the bug - Pat...lpsolit%gmail.com1-0/+5
2006-08-25Bug 345958: Do not throw an error if an inactive flag type is set to "X" whil...lpsolit%gmail.com1-2/+3
2006-08-22Bug 349367: Display a message when a custom field has been successfully creat...lpsolit%gmail.com1-0/+5
2006-08-22Bug 344435: Let me remove bugs from saved buglists - Patch by Frédéric Bucl...lpsolit%gmail.com2-16/+81
2006-08-20Bug 344875: Implement a UI to manage custom fields and remove customfield.pl ...lpsolit%gmail.com1-3/+27
2006-08-20Bug 87795: Creating an account should send token and wait for confirmation (p...lpsolit%gmail.com2-2/+20
2006-08-20Fixing bustage (unfiltered directive in code-error.html.tmpl)lpsolit%gmail.com1-1/+1
2006-08-20Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2-6/+19
2006-08-15Bug 348331: Duplicated IDs on all pages - Patch by Frédéric Buclin <LpSolit...lpsolit%gmail.com3-3/+5
2006-08-11Fixing warnings due to bug 347291 (unused tag in code-error.html.tmpl)lpsolit%gmail.com1-5/+0
2006-08-11Bug 347061: Create Bugzilla::Object->create and make Bugzilla::Keyword use itmkanat%bugzilla.org1-0/+6
2006-08-06Bug 347277: Entering an non-integer sortkey crashes editclassifications.cgi -...lpsolit%gmail.com1-0/+5
2006-07-30Bug 100953: Move data/nomail into the DB and implement a UI to edit itkarl.kornel%mindspeed.com1-0/+6
2006-07-27Bug 333407: file_too_large error should mention AttachURL when enabled - Patc...lpsolit%gmail.com1-4/+9
2006-07-25Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype obje...lpsolit%gmail.com1-4/+0
2006-07-25Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin <LpSolit@gmai...lpsolit%gmail.com3-2/+20
2006-07-23Bug 326946: Hide resolved bugs by default when accessing showdependencytree.c...lpsolit%gmail.com2-3/+5
2006-07-21Bug 345381: Cannot add any new field in editvalues.cgi - Patch by Frédéric ...lpsolit%gmail.com1-3/+3
2006-07-19Bug 345104: $field_descs values in field_descs.none.html are overwritten by v...lpsolit%gmail.com1-1/+1
2006-07-18Bug 344513: Make plain-text custom fields functional on all pages except ente...mkanat%bugzilla.org1-0/+11
2006-07-14Bug 344074: Parameter to show announcements at the top of all pageskarl%kornel.name1-0/+4
2006-07-14Bug 69000: Permit a stored query to be marked "shared" and accessible by othe...wurblzap%gmail.com2-12/+36
2006-07-14Bug 94534: Customised resolutions - Patch by Frédéric Buclin <LpSolit@gmail...lpsolit%gmail.com2-0/+12
2006-07-12Bug 317694: All buttons in forms must have an id - Patches by André Batosti ...lpsolit%gmail.com3-3/+3
2006-06-27Bug 341495: Merge the banner and headerbugzilla%glob.com.au2-20/+15
2006-06-20Spelling patch: use the right spelling form for 'occurred'; patch by Vlad Das...vladd%bugzilla.org1-2/+2
2006-06-19Bug 339750: Remove Bugzilla::Flag::GetBug - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com1-2/+2
2006-06-18Bug 5179: Need to be able to put attachment on new bug - Patch by Marc Schuma...lpsolit%gmail.com1-0/+6
2006-06-15Bug 319067: editflagtypes.cgi should allow to filter flag types based on thei...lpsolit%gmail.com3-3/+37
2006-06-13Bug 340426: Add a navbar at the top of each pages + have a better title - Pat...lpsolit%gmail.com4-62/+92
2006-06-08Patch for bug 330804: don't talk about QA if the QA contact parameter is disa...uid6231-2/+6
2006-06-08Patch for bug 330838: Fix still_unresolved_bugs to not say 'has still'; patch...uid6231-1/+1
2006-06-04Bug 340253: .cgi scripts should call Throw*Error() instead of die() - Patch b...lpsolit%gmail.com2-1/+9
2006-06-02Bug 282687: LDAP: TLS Support - Patch by guillomovitch@zarb.org r=mkanat a=ju...lpsolit%gmail.com1-0/+3
2006-05-30Bug 324784: editgroups.cgi should make sure groups it edits/removes are not u...lpsolit%gmail.com1-0/+14
2006-05-30Bug 337054: Remove get_component_id() and get_component_name() from globals.p...lpsolit%gmail.com1-15/+3
2006-05-16Bug 337705: ldap_search_error AUTH_ERROR code is not defined - Patch by Max K...lpsolit%gmail.com1-0/+5
2006-05-12Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org3-14/+51
2006-05-10Bug 7710: Pref to automatically put me on the CC: list of bugs I change - Pat...lpsolit%gmail.com1-0/+4
2006-05-10Bug 337209: Missing whitespaces in the 'fieldvalue_still_has_bugs' error mess...lpsolit%gmail.com1-2/+2
2006-05-08Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ...lpsolit%gmail.com1-4/+4
2006-05-01Bug 331008: Consistently name errors either prod_ or product_ - Patch by time...lpsolit%gmail.com1-8/+8
2006-04-18Bug 44595: Implement an interface for administrators to delete attachments - ...lpsolit%gmail.com1-0/+4
2006-04-15Bug 333836: extra </a> in sudo_password_required message - Patch by Emmanuel ...lpsolit%gmail.com1-1/+1
2006-03-28Bug 92515: Implement the ability to change the resolution of a bug without re...lpsolit%gmail.com1-5/+0
2006-03-24Bug 329390 Incorrect English in "You can't make [% terms.abug %] blocked or d...timeless%mozdev.org1-1/+1