aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default
Commit message (Collapse)AuthorAgeFilesLines
* Bug 374331: Bugzilla::Template should use template_include_path from ↵mkanat%bugzilla.org2007-05-061-5/+7
| | | | | | Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=mkanat
* Bug 378759: Quick Search plugin does not conform to OpenSearch specification ↵lpsolit%gmail.com2007-04-271-4/+1
| | | | - Patch by Zak Johnson <zakj@nox.cx> r=wicked a=LpSolit
* Bug 372589: Firefox squishes bugsearch window making it difficult to use - ↵lpsolit%gmail.com2007-04-231-2/+2
| | | | Patch by Gervase Markham <gerv@mozilla.org> r/a=mkanat
* Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com2007-04-1926-57/+57
| | | | get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 350112: Error about "data/bugzilla-update.xml" being unreadable - Patch ↵lpsolit%gmail.com2007-04-182-1/+12
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton r=mkanat a=LpSolit
* Bug 258647: productmenu.js and productform.js should be consolidated - Patch ↵lpsolit%gmail.com2007-04-185-15/+17
| | | | 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-154-33/+19
| | | | 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-134-77/+55
| | | | 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-1019-60/+66
| | | | (next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 102622: Dependency graphs should be able to be limited by "relationship" ↵lpsolit%gmail.com2007-04-071-25/+22
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 262275: Allow to expand/collapse comments when viewing bugs - Patch by ↵lpsolit%gmail.com2007-04-071-1/+60
| | | | Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit
* Bug 286338: Remove admin options from footer in favor of a single link to ↵lpsolit%gmail.com2007-04-055-60/+141
| | | | 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
* Bug 376497: validateID() should return an attachment object - Patch by ↵lpsolit%gmail.com2007-04-044-25/+19
| | | | Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
* Bug 375138: The UI of index.cgi is brokemkanat%bugzilla.org2007-03-252-11/+11
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=LpSolit
* Bug 374850: Add a link that encourages administrators to contribute to Bugzillamkanat%bugzilla.org2007-03-231-1/+11
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
* Bug 374540: Print out the requirements in an HTML table instead of ↵mkanat%bugzilla.org2007-03-212-3/+45
| | | | | | preformatted text Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374330: Make it possible for installation templates to be text or HTMLmkanat%bugzilla.org2007-03-202-2/+65
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374227: Create a system for localizing basic installation stringsmkanat%bugzilla.org2007-03-171-0/+16
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374302: Some <table> tags are incorrect in admin/groups/edit.html.tmpl - ↵lpsolit%gmail.com2007-03-171-3/+3
| | | | Patch by Victory <spam@bmo2007.rsz.jp> r/a=LpSolit
* Bug 174085: Want to be able to query via group in quicksearch - Patch by ↵lpsolit%gmail.com2007-03-171-0/+7
| | | | Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit
* Bug 45207: Automated sanity check that can send an e-mail if there are ↵lpsolit%gmail.com2007-03-171-0/+37
| | | | problems - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat 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.
* Bug 373865: Group name is missing in the title of the group edit pagemkanat%bugzilla.org2007-03-141-1/+1
| | | | Patch By Victory <spam@bmo2007.rsz.jp> r=mkanat, a=mkanat
* Bug 354868: Race condition when changing user privs in editusers.cgi - Patch ↵lpsolit%gmail.com2007-03-112-8/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* I missed two from my patch in bug 366466. s/Cancelled/Canceled/ [p=reed ↵reed%reedloden.com2007-03-112-2/+2
| | | | r=mkanat@IRC a=mkanat@IRC]
* Bug 366466 - "flag notification mail has canceled spelled incorrectly" ↵reed%reedloden.com2007-03-115-27/+27
| | | | [p=reed r=timeless a=mkanat]
* Bug 368006: Useless <p></p> tags in admin/products/footer.html.tmpl - Patch ↵lpsolit%gmail.com2007-03-111-2/+0
| | | | by Victory <spam@bmo2007.rsz.jp> r/a=LpSolit
* 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 373413: Wrong variable used when clearing the bug resolution - Patch by ↵lpsolit%gmail.com2007-03-101-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 373315: p in the last li looks like it's other blockmkanat%bugzilla.org2007-03-101-7/+6
| | | | Patch By Victory <spam@bmo2007.rsz.jp> r=mkanat
* Bug 373312: bugzilla terms should not be used for db namemkanat%bugzilla.org2007-03-101-2/+2
| | | | Patch By Victory <spam@bmo2007.rsz.jp> r=mkanat
* Bug 370687: Creating, editing or deleting a product should display its name ↵lpsolit%gmail.com2007-03-103-7/+8
| | | | in the title of the page - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=LpSolit
* Bug 362813: Missing labels in editflagtypes.cgi?action=edit - Patch by ↵lpsolit%gmail.com2007-03-101-8/+14
| | | | Frédéric Buclin <LpSolit@gmail.com> r=vladd a=LpSolit
* Bug 367480: [LDAP] Try a list of servers in order until we connect successfullymkanat%bugzilla.org2007-03-082-2/+4
| | | | Patch By Tony Bajan <firefox@tonyb.me.uk> r=mkanat, a=mkanat
* Bug 345826: Ability to save column list in saved searchesmkanat%bugzilla.org2007-03-081-0/+11
| | | | Patch By Ronaldo Maia <romaia@async.com.br> r=LpSolit, a=LpSolit
* Bug 354627: Improve the UI for adding/removing inheritance in editgroups.cgimkanat%bugzilla.org2007-03-064-172/+294
| | | | 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-063-0/+331
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 371833 - ""Edit attachment as comment" could be twice as fast" ↵reed%reedloden.com2007-03-021-2/+1
| | | | [p=bz/reed r=timeless a=mkanat]
* Bug 234226: "Find a specific bug" shouldn't allow empty search - Patch by ↵lpsolit%gmail.com2007-02-281-2/+6
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* bug 369429: bug reports should contain microformat markup in order to make ↵db48x%yahoo.com2007-02-272-15/+27
| | | | | | the information in them more useable. r=LpSolit
* Bug 369982: Meaningless column in userprefs.cgi if the user cannot share his ↵lpsolit%gmail.com2007-02-271-16/+11
| | | | saved searches - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 314659: Provide more information for the Atom summary - Patch by ↵lpsolit%gmail.com2007-02-271-10/+27
| | | | Frédéric Buclin <LpSolit@gmail.com> r=bkor a=LpSolit
* Part of bug 370705, updating the release notes--we don't have "enterprise ↵mkanat%bugzilla.org2007-02-261-4/+0
| | | | | | class" performance because we still have mail-sending problems. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave
* 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 349423: Release Notes for Bugzilla 3.0mkanat%bugzilla.org2007-02-232-3/+756
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 370913: query.cgi associates wrong components with products if at least ↵lpsolit%gmail.com2007-02-211-1/+2
| | | | one product has no component - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit