aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Collapse)AuthorAgeFilesLines
* Bug 458395: Hook for setting-descsmkanat%bugzilla.org2009-08-191-0/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 505015: Selections are not persistent across submissions - Patch by ↵lpsolit%gmail.com2009-08-192-26/+14
| | | | Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* post-checkin fix for bug 108243lpsolit%gmail.com2009-08-191-1/+1
|
* Bug 511337: Make checksetup.pl properly throw a warning when it can't ↵mkanat%bugzilla.org2009-08-191-0/+2
| | | | | | chmod/chown a file Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 73330: Remove extra newlines in bugmailmkanat%bugzilla.org2009-08-191-0/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 365519: admin/groups/delete has unescaped & - Patch by victory ↵lpsolit%gmail.com2009-08-181-2/+2
| | | | <spam@bmo2007.rsz.jp> r=LpSolit a=mkanat
* Bug 108243: Add flags as columns in buglist.cgi - Patch by Frédéric ↵lpsolit%gmail.com2009-08-182-1/+2
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 510944: Sorting bug lists on some fields can fail - Patch by ↵lpsolit%gmail.com2009-08-181-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 480986: The BMP -> PNG conversion tool for new attachments should be an ↵lpsolit%gmail.com2009-08-132-6/+1
| | | | extension - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 458627: "My Requests" link no longer displayed in the footer of some ↵lpsolit%gmail.com2009-08-131-1/+2
| | | | pages - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 214861: Allow loading of stored queries as the bug set for reporting - ↵lpsolit%gmail.com2009-08-131-1/+17
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 507493: checksetup.pl's output should use colors for missing and too old ↵lpsolit%gmail.com2009-08-121-0/+1
| | | | Perl modules - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 359854: Put set_assign_to() back into onload - Patch by Frédéric ↵lpsolit%gmail.com2009-08-121-4/+1
| | | | Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Do requested checkin fixes for bug 509108.mkanat%bugzilla.org2009-08-121-4/+6
|
* Bug 509108: Don't require a bug_list parameter to show the bug template ↵mkanat%bugzilla.org2009-08-124-48/+10
| | | | | | (create the last_bug_list global template parameter) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 349336: Automatically log in the user when he chooses his password to ↵lpsolit%gmail.com2009-08-111-6/+1
| | | | create his new account - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 498634: hook for global/messages.html.tmplmkanat%bugzilla.org2009-08-111-5/+10
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 509045: Make "use_keywords" a global template variable instead of having ↵mkanat%bugzilla.org2009-08-111-1/+1
| | | | | | to pass it to templates all the time Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 507959: Fix typo - Patch by A.A. Shimono (himorin) ↵lpsolit%gmail.com2009-08-101-1/+1
| | | | <shimono@mozilla.gr.jp> r/a=LpSolit
* Bug 365259: The "Product" select menu in request.cgi doesn't group products ↵lpsolit%gmail.com2009-08-091-6/+43
| | | | by classifications - Patch by Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
* Bug 471620: USER_PASSWORD_MAX_LENGTH is no longer needed - Patch by ↵lpsolit%gmail.com2009-08-091-5/+0
| | | | Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
* Bug 509054: Internationalize feature descriptions in checksetup.plmkanat%bugzilla.org2009-08-071-0/+18
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 508713: Remove duplicated code in flag/list.html.tmpl - Patch by ↵lpsolit%gmail.com2009-08-061-92/+60
| | | | Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 508737: Allow Bugzilla::Template::get_bug_link to take a Bugzilla::Bug ↵mkanat%bugzilla.org2009-08-065-7/+7
| | | | | | object if one is available Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ↵lpsolit%gmail.com2009-08-053-25/+29
| | | | by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
* Bug 508416: Bug flags are always displayed in the XML view of bugs - Patch ↵lpsolit%gmail.com2009-08-051-9/+12
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* The previous fix for bug 507389 was bogus, this one is fine, r=mkanatlpsolit%gmail.com2009-08-011-3/+5
|
* Bug 507389: [SECURITY] Users can see all products when editing bugs - Patch ↵lpsolit%gmail.com2009-08-012-1/+13
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 507802: Release Notes for Bugzilla 3.4.1mkanat%bugzilla.org2009-08-011-0/+9
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
* Bug 507326: Make it so that the header template doesn't overwrite any ↵mkanat%bugzilla.org2009-08-011-6/+6
| | | | | | template var named "target". Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 341539: Component list not filtered when a product selected on Request ↵lpsolit%gmail.com2009-07-312-4/+4
| | | | Queue or Edit Flag Types - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 380267: Release notes for 3.0 don't flag new MySQL version requirement ↵lpsolit%gmail.com2009-07-281-1/+1
| | | | as changed from 2.22 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=dkl
* Bug 506500: Complete Release Notes for Bugzilla 3.4mkanat%bugzilla.org2009-07-281-5/+10
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
* Bug 506056 - Status and Resolution in Search description not localizable.wurblzap%gmail.com2009-07-231-1/+11
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat
* Bug 505640 - "Linkify bug numbers when displaying bug summary at the top of ↵reed%reedloden.com2009-07-231-1/+1
| | | | a bug" [p=reed r=LpSolit a=LpSolit]
* Bug 504522: The search field on index.cgi is not cleared automatically when ↵lpsolit%gmail.com2009-07-211-3/+4
| | | | entering the field (IE 7 and older only) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak r=mkanat a=LpSolit
* Bug 490928: Use a clearer word than "Commit" for filing and updating bugs.mkanat%bugzilla.org2009-07-202-2/+3
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
* Bug 490783: UI should use "Search" everywhere instead of "Find"mkanat%bugzilla.org2009-07-207-9/+12
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
* Bug 488943: Clarify the text of the "Private" checkbox for comments and ↵mkanat%bugzilla.org2009-07-205-9/+23
| | | | | | attachments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
* Bug 314364: Make QuickSearch use "matches" for comment searches instead of ↵mkanat%bugzilla.org2009-07-201-4/+0
| | | | | | "substring" Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
* Bug 323606: sanitycheck.cgi should offer a link to fix everconfirmed - Patch ↵lpsolit%gmail.com2009-07-181-0/+6
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 456743 - Add the ability to disable field values (mark them as inactive)ghendricks%novell.com2009-07-174-8/+26
| | | | patch by ghendricks@novell.com r=LpSolit, a=LpSolit
* Bug 472274: Solid black line on the timetracking summary row of buglist ↵wicked%sci.fi2009-07-171-4/+7
| | | | looks too heavy, use lighter approach suggested by Aaron Larson - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=mkanat
* Bug 448690: Changing columns after editing a saved search forgets edits - ↵wicked%sci.fi2009-07-141-0/+4
| | | | Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
* Bug 369139: Add titles to creating and updating a tag messages - Patch by ↵wicked%sci.fi2009-07-141-0/+2
| | | | Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
* Bug 352615: Group empty cells together to reduce the size of the diff page - ↵lpsolit%gmail.com2009-07-092-19/+25
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner)
* Bug 494037: Release Notes for Bugzilla 3.4rc1mkanat%bugzilla.org2009-07-081-22/+601
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 502975: cf-js.html.tmpl was missing [% USE Bugzilla %], breaking the ↵mkanat%bugzilla.org2009-07-081-0/+1
| | | | | | visibility-controller field settings. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for ↵mkanat%bugzilla.org2009-07-071-14/+14
| | | | | | the "fields" and "order" arguments, to prevent problems with using SQL fragments in the order and columnlist. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
* Bug 500900: Confirming bugs requires NEW state to exist - Patch by ↵lpsolit%gmail.com2009-07-011-1/+6
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat