aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global
Commit message (Collapse)AuthorAgeFilesLines
* Bug 388045: Move updating of cc_accessible and reporter_accessible into ↵mkanat%bugzilla.org2007-07-141-2/+2
| | | | | | Bugzilla::Bug (from process_bug) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Remove useless and annoying "?" in some field descs, a=mkanat on IRClpsolit%gmail.com2007-07-141-3/+3
|
* Bug 388036: Make Bugzilla::Bug do updating for alias in process_bugmkanat%bugzilla.org2007-07-141-4/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 388022: Use Bugzilla::Bug to set/update custom fields in process_bug.cgimkanat%bugzilla.org2007-07-131-0/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 365472 rename 'token_inexistent' to 'token_does_not_exist' or somethingtimeless%mozdev.org2007-07-101-1/+1
| | | | r=lpsolit a=lpsolit
* Fixing bustage due to the checkin of bug 385379lpsolit%gmail.com2007-07-071-3/+0
|
* Bug 339437: Make flag requestee a select box and limit users to requestable ↵lpsolit%gmail.com2007-07-051-1/+6
| | | | only - Patch by Seth <laoseth@gmail.com> r/a=LpSolit
* Bug 101179: Fully implement support for customised bug statuses and workflow ↵lpsolit%gmail.com2007-06-141-0/+6
| | | | (final checkin!) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
* Bug 344964: enter_bug.cgi should look at the custom status workflow to get ↵lpsolit%gmail.com2007-06-141-0/+5
| | | | the valid initial bug statuses - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
* Bug 383520 – Need to hook code-error.html.tmplghendricks%novell.com2007-06-131-6/+12
| | | | Patch by ghendricks r=mkanat a=mkanat
* Bug 379127: Incorrect link to the documentation when trying to view an ↵lpsolit%gmail.com2007-06-022-4/+4
| | | | nonexistent saved search - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 369987: Display real field names in editvalues.cgi - Patch by ↵lpsolit%gmail.com2007-05-301-4/+4
| | | | Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug ↵lpsolit%gmail.com2007-05-271-2/+13
| | | | status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 377485: Implement editworkflow.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-05-172-2/+7
| | | | <LpSolit@gmail.com> r=gerv r=mkanat a=mkanat
* Bug 325691: terms.Bugs not used everywhere in templates - Patch by victory ↵lpsolit%gmail.com2007-05-101-2/+2
| | | | <spam@bmo2007.rsz.jp> r=wicked a=mkanat
* Bug 349560: Zooming textareas onBlur event prevent Commit button from ↵lpsolit%gmail.com2007-05-071-1/+0
| | | | submitting - Patch by Bill Barry <after.fallout@gmail.com> r/a=LpSolit
* Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com2007-04-192-2/+2
| | | | get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 258647: productmenu.js and productform.js should be consolidated - Patch ↵lpsolit%gmail.com2007-04-181-4/+6
| | | | by Teemu Mannermaa <wicked+bz@etlicon.fi> r=myk a=LpSolit
* Bug 182082: Help system should support more browsers - Patch by Teemu ↵lpsolit%gmail.com2007-04-152-9/+6
| | | | Mannermaa <wicked+bz@etlicon.fi> r=myk a=LpSolit
* Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting ↵justdave%bugzilla.org2007-04-152-1/+4
| | | | | | | throws an error Patch by mkanat and justdave r=LpSolit,mkanat; a=mkanat
* Bug 92552: Separate reassignment from bug status change (they are now ↵lpsolit%gmail.com2007-04-131-3/+8
| | | | independent) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 375191: Remove ChangeStatus() and ChangeResolution() from ↵lpsolit%gmail.com2007-04-111-0/+5
| | | | process_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv r=mkanat r=bkor a=LpSolit
* Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵lpsolit%gmail.com2007-04-101-0/+2
| | | | (next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 286338: Remove admin options from footer in favor of a single link to ↵lpsolit%gmail.com2007-04-053-60/+11
| | | | Admin Options - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
* Bug 370606: Conclusive user match error doesn't include a line break - Patch ↵lpsolit%gmail.com2007-04-051-1/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
* Post-checkin fix for Bug 121069: I had forgotten to remove an unused error ↵mkanat%bugzilla.org2007-03-151-3/+0
| | | | message from code-error.html.tmpl.
* I missed two from my patch in bug 366466. s/Cancelled/Canceled/ [p=reed ↵reed%reedloden.com2007-03-111-1/+1
| | | | r=mkanat@IRC a=mkanat@IRC]
* Bug 366466 - "flag notification mail has canceled spelled incorrectly" ↵reed%reedloden.com2007-03-112-11/+11
| | | | [p=reed r=timeless a=mkanat]
* Bug 373442: Add referential integrity against the profiles table in some ↵mkanat%bugzilla.org2007-03-111-0/+3
| | | | | | more simple places Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 373411: The bug resolution can be set independently of the bug status - ↵lpsolit%gmail.com2007-03-101-0/+4
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 367480: [LDAP] Try a list of servers in order until we connect successfullymkanat%bugzilla.org2007-03-081-1/+1
| | | | Patch By Tony Bajan <firefox@tonyb.me.uk> r=mkanat, a=mkanat
* Bug 354627: Improve the UI for adding/removing inheritance in editgroups.cgimkanat%bugzilla.org2007-03-061-0/+63
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org r=LpSolit, a=LpSolit
* Bug 312197: Templatize sanitycheck.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-03-061-0/+5
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 371286: Ignore deleted flags - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-02-241-3/+0
| | | | <LpSolit@gmail.com> r=myk a=LpSolit
* Bug 364095 - "Default template does not validate as valid HTML" [p=reed ↵reed%reedloden.com2007-02-113-61/+61
| | | | r=LpSolit a=LpSolit]
* Bug 367894: Missing separator after the "Sanity Check" link in the footer ↵lpsolit%gmail.com2007-01-241-0/+1
| | | | when the user has editcomponents privs only - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit
* Bug 299405: Attachments don't work if you need to log in again [ Undefined ↵lpsolit%gmail.com2007-01-182-2/+25
| | | | subroutine @ Fh::slice ] - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 364858 - "Add hook in user-error.html.tmpl for text after "auth_failure" ↵reed%reedloden.com2007-01-091-0/+2
| | | | message" [p=reed r=gerv a=justdave]
* Bug 365554 global/user-error uses p as brtimeless%mozdev.org2007-01-081-2/+2
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365556 global/confirm-user-match uses strange mark up/uses p as brtimeless%mozdev.org2007-01-081-4/+0
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365555 . global/code-error uses strange mark uptimeless%mozdev.org2007-01-081-1/+1
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365403: Prevent tags from overwriting existing saved searches - Patch by ↵lpsolit%gmail.com2007-01-071-0/+8
| | | | Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 365054 no changes should be in the pluraltimeless%mozdev.org2006-12-291-1/+1
| | | | r=lpsolit a=justdave
* Bug 276565 - ""Log In" link in footer should return to same page after ↵reed%reedloden.com2006-12-291-1/+24
| | | | logging in." [p=reed r=justdave a=justdave]
* Bug 364835 - "current bug number should be filled in in "to bugs" input box ↵reed%reedloden.com2006-12-271-1/+2
| | | | to simplify tagging" [p=reed r=bkor a=justdave]
* Bug 365046: If docs_urlbase is empty, link to "the named tag" in the ↵lpsolit%gmail.com2006-12-271-1/+7
| | | | documentation should be supressed - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 364780: The keyword cache cannot be fixed with editkeywords privs only - ↵lpsolit%gmail.com2006-12-272-1/+3
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 364863 - "on confirming a new account page, wrong 'Email Address' is ↵reed%reedloden.com2006-12-271-3/+2
| | | | shown when logged in" [p=victory/vladd/reed r=LpSolit a=justdave]
* Bug 363916: buglist.cgi can throw an error about JavaScript even though ↵lpsolit%gmail.com2006-12-271-4/+0
| | | | QuickSearch no longer uses JS - Patch by timeless <timeless@bemail.org> r=vladd a=justdave
* Bug 343635: Enabling classifications should add a tree view of ↵lpsolit%gmail.com2006-12-192-12/+29
| | | | classifications and products when entering a new bug - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave