aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-3/+3
| | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
* Bug 13534: Remove REMIND and LATER from the default resolution list (only ↵lpsolit%gmail.com2006-09-041-2/+0
| | | | affects new installations) - Patch by Paul <pdemarco@zoominternet.net> r=LpSolit a=myk
* Bug 349368: Allow custom fields to be edited from editfields.cgi - Patch by ↵lpsolit%gmail.com2006-08-271-0/+5
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 350181: Check whether the requestee is allowed to set a flag - Patch by ↵lpsolit%gmail.com2006-08-261-1/+7
| | | | Frédéric Buclin <LpSolit@gmail.com> a=myk
* Bug 276816: attachment edit page should have <link rel="up"> to the bug - ↵lpsolit%gmail.com2006-08-251-0/+5
| | | | Patch by victory(_RSZ_) <bmo@rsz.jp> r=wurblzap a=justdave
* Bug 345958: Do not throw an error if an inactive flag type is set to "X" ↵lpsolit%gmail.com2006-08-251-2/+3
| | | | while editing a bug - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
* Bug 349367: Display a message when a custom field has been successfully ↵lpsolit%gmail.com2006-08-221-0/+5
| | | | created - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 344435: Let me remove bugs from saved buglists - Patch by Frédéric ↵lpsolit%gmail.com2006-08-222-16/+81
| | | | Buclin <LpSolit@gmail.com> r=bkor a=myk
* Bug 344875: Implement a UI to manage custom fields and remove customfield.pl ↵lpsolit%gmail.com2006-08-201-3/+27
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 87795: Creating an account should send token and wait for confirmation ↵lpsolit%gmail.com2006-08-202-2/+20
| | | | (prevent user account abuse) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=bkor a=myk
* 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
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk
* Bug 348331: Duplicated IDs on all pages - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-08-153-3/+5
| | | | <LpSolit@gmail.com> r=kevin.benton a=myk
* 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
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
* Bug 347277: Entering an non-integer sortkey crashes editclassifications.cgi ↵lpsolit%gmail.com2006-08-061-0/+5
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 100953: Move data/nomail into the DB and implement a UI to edit itkarl.kornel%mindspeed.com2006-07-301-0/+6
| | | | Patch by A. Karl Kornel <karl@kornel.name> r=wurblzap a=justdave
* Bug 333407: file_too_large error should mention AttachURL when enabled - ↵lpsolit%gmail.com2006-07-261-4/+9
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
* Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype ↵lpsolit%gmail.com2006-07-251-4/+0
| | | | objects - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
* Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-07-253-2/+20
| | | | <LpSolit@gmail.com> r=wurblzap r=myk a=myk
* Bug 326946: Hide resolved bugs by default when accessing ↵lpsolit%gmail.com2006-07-232-3/+5
| | | | showdependencytree.cgi from show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 345381: Cannot add any new field in editvalues.cgi - Patch by Frédéric ↵lpsolit%gmail.com2006-07-211-3/+3
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 345104: $field_descs values in field_descs.none.html are overwritten by ↵lpsolit%gmail.com2006-07-191-1/+1
| | | | values from the DB - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 344513: Make plain-text custom fields functional on all pages except ↵mkanat%bugzilla.org2006-07-181-0/+11
| | | | | | enter_bug.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 344074: Parameter to show announcements at the top of all pageskarl%kornel.name2006-07-141-0/+4
| | | | Patch by A. Karl Kornel <karl@kornel.name> r=myk a=myk
* Bug 69000: Permit a stored query to be marked "shared" and accessible by ↵wurblzap%gmail.com2006-07-142-12/+36
| | | | | | | other users. Patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=myk
* Bug 94534: Customised resolutions - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-07-142-0/+12
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com2006-07-123-3/+3
| | | | <batosti@async.com.br> r=ghendricks a=myk
* Bug 341495: Merge the banner and headerbugzilla%glob.com.au2006-06-272-20/+15
| | | | Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,kevin.benton a=justdave
* Spelling patch: use the right spelling form for 'occurred'; patch by Vlad ↵vladd%bugzilla.org2006-06-201-2/+2
| | | | Dascalu <vladd@bugzilla.org>.
* Bug 339750: Remove Bugzilla::Flag::GetBug - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-06-191-2/+2
| | | | <LpSolit@gmail.com> r/a=myk
* Bug 5179: Need to be able to put attachment on new bug - Patch by Marc ↵lpsolit%gmail.com2006-06-181-0/+6
| | | | Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 319067: editflagtypes.cgi should allow to filter flag types based on ↵lpsolit%gmail.com2006-06-153-3/+37
| | | | their product/component - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
* Bug 340426: Add a navbar at the top of each pages + have a better title - ↵lpsolit%gmail.com2006-06-134-62/+92
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> and Byron Jones <bugzilla@glob.com.au> r=glob a=justdave
* Patch for bug 330804: don't talk about QA if the QA contact parameter is ↵uid6232006-06-081-2/+6
| | | | disabled; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin, r=LpSolit, a=myk.
* Patch for bug 330838: Fix still_unresolved_bugs to not say 'has still'; ↵uid6232006-06-081-1/+1
| | | | patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin, a=myk.
* Bug 340253: .cgi scripts should call Throw*Error() instead of die() - Patch ↵lpsolit%gmail.com2006-06-042-1/+9
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=justdave
* Bug 282687: LDAP: TLS Support - Patch by guillomovitch@zarb.org r=mkanat ↵lpsolit%gmail.com2006-06-021-0/+3
| | | | a=justdave
* Bug 324784: editgroups.cgi should make sure groups it edits/removes are not ↵lpsolit%gmail.com2006-05-301-0/+14
| | | | used by editparams.cgi (in data/params) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 337054: Remove get_component_id() and get_component_name() from ↵lpsolit%gmail.com2006-05-301-15/+3
| | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 337705: ldap_search_error AUTH_ERROR code is not defined - Patch by Max ↵lpsolit%gmail.com2006-05-151-0/+5
| | | | Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-123-14/+51
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 7710: Pref to automatically put me on the CC: list of bugs I change - ↵lpsolit%gmail.com2006-05-101-0/+4
| | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk
* Bug 337209: Missing whitespaces in the 'fieldvalue_still_has_bugs' error ↵lpsolit%gmail.com2006-05-101-2/+2
| | | | message - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
* Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ↵lpsolit%gmail.com2006-05-081-4/+4
| | | | into User.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 331008: Consistently name errors either prod_ or product_ - Patch by ↵lpsolit%gmail.com2006-05-011-8/+8
| | | | timeless <timeless@bemail.org> r=LpSolit a=justdave
* Bug 44595: Implement an interface for administrators to delete attachments - ↵lpsolit%gmail.com2006-04-181-0/+4
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked, justdave a=justdave
* Bug 333836: extra </a> in sudo_password_required message - Patch by Emmanuel ↵lpsolit%gmail.com2006-04-151-1/+1
| | | | Seyman <eseyman@linagora.com> r=LpSolit a=justdave
* Bug 92515: Implement the ability to change the resolution of a bug without ↵lpsolit%gmail.com2006-03-281-5/+0
| | | | reopening it - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
* Bug 329390 Incorrect English in "You can't make [% terms.abug %] blocked or ↵timeless%mozdev.org2006-03-241-1/+1
| | | | | | dependent on itself." r=lpsolit a=myk