summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Expand)AuthorFilesLines
2009-08-12Bug 509108: Don't require a bug_list parameter to show the bug template (crea...mkanat%bugzilla.org4-48/+10
2009-08-11Bug 349336: Automatically log in the user when he chooses his password to cre...lpsolit%gmail.com1-6/+1
2009-08-11Bug 498634: hook for global/messages.html.tmplmkanat%bugzilla.org1-5/+10
2009-08-11Bug 509045: Make "use_keywords" a global template variable instead of having ...mkanat%bugzilla.org1-1/+1
2009-08-10Bug 507959: Fix typo - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp...lpsolit%gmail.com1-1/+1
2009-08-09Bug 365259: The "Product" select menu in request.cgi doesn't group products b...lpsolit%gmail.com1-6/+43
2009-08-09Bug 471620: USER_PASSWORD_MAX_LENGTH is no longer needed - Patch by FrédÃ...lpsolit%gmail.com1-5/+0
2009-08-07Bug 509054: Internationalize feature descriptions in checksetup.plmkanat%bugzilla.org1-0/+18
2009-08-06Bug 508713: Remove duplicated code in flag/list.html.tmpl - Patch by FrédÃ...lpsolit%gmail.com1-92/+60
2009-08-06Bug 508737: Allow Bugzilla::Template::get_bug_link to take a Bugzilla::Bug ob...mkanat%bugzilla.org5-7/+7
2009-08-05Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ...lpsolit%gmail.com3-25/+29
2009-08-05Bug 508416: Bug flags are always displayed in the XML view of bugs - Patch by...lpsolit%gmail.com1-9/+12
2009-08-01The previous fix for bug 507389 was bogus, this one is fine, r=mkanatlpsolit%gmail.com1-3/+5
2009-08-01Bug 507389: [SECURITY] Users can see all products when editing bugs - Patch b...lpsolit%gmail.com2-1/+13
2009-08-01Bug 507802: Release Notes for Bugzilla 3.4.1mkanat%bugzilla.org1-0/+9
2009-08-01Bug 507326: Make it so that the header template doesn't overwrite any templat...mkanat%bugzilla.org1-6/+6
2009-07-31Bug 341539: Component list not filtered when a product selected on Request Qu...lpsolit%gmail.com2-4/+4
2009-07-28Bug 380267: Release notes for 3.0 don't flag new MySQL version requirement as...lpsolit%gmail.com1-1/+1
2009-07-28Bug 506500: Complete Release Notes for Bugzilla 3.4mkanat%bugzilla.org1-5/+10
2009-07-23Bug 506056 - Status and Resolution in Search description not localizable.wurblzap%gmail.com1-1/+11
2009-07-23Bug 505640 - "Linkify bug numbers when displaying bug summary at the top of a...reed%reedloden.com1-1/+1
2009-07-21Bug 504522: The search field on index.cgi is not cleared automatically when e...lpsolit%gmail.com1-3/+4
2009-07-20Bug 490928: Use a clearer word than "Commit" for filing and updating bugs.mkanat%bugzilla.org2-2/+3
2009-07-20Bug 490783: UI should use "Search" everywhere instead of "Find"mkanat%bugzilla.org7-9/+12
2009-07-20Bug 488943: Clarify the text of the "Private" checkbox for comments and attac...mkanat%bugzilla.org5-9/+23
2009-07-20Bug 314364: Make QuickSearch use "matches" for comment searches instead of "s...mkanat%bugzilla.org1-4/+0
2009-07-18Bug 323606: sanitycheck.cgi should offer a link to fix everconfirmed - Patch ...lpsolit%gmail.com1-0/+6
2009-07-18 Bug 456743 - Add the ability to disable field values (mark them as inactive)ghendricks%novell.com4-8/+26
2009-07-17Bug 472274: Solid black line on the timetracking summary row of buglist looks...wicked%sci.fi1-4/+7
2009-07-14Bug 448690: Changing columns after editing a saved search forgets edits - Pat...wicked%sci.fi1-0/+4
2009-07-14Bug 369139: Add titles to creating and updating a tag messages - Patch by Tee...wicked%sci.fi1-0/+2
2009-07-09Bug 352615: Group empty cells together to reduce the size of the diff page - ...lpsolit%gmail.com2-19/+25
2009-07-08Bug 494037: Release Notes for Bugzilla 3.4rc1mkanat%bugzilla.org1-22/+601
2009-07-08Bug 502975: cf-js.html.tmpl was missing [% USE Bugzilla %], breaking the visi...mkanat%bugzilla.org1-0/+1
2009-07-07Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for t...mkanat%bugzilla.org1-14/+14
2009-07-01Bug 500900: Confirming bugs requires NEW state to exist - Patch by FrédÃÂ...lpsolit%gmail.com1-1/+6
2009-06-25Bug 304267: Large lists in admin pages fail to display (they take too much ti...lpsolit%gmail.com7-157/+145
2009-06-23Bug 477464: Move JS code out of attachment/edit.html.tmpl - Patch by Nitish B...lpsolit%gmail.com1-130/+9
2009-06-21Bug 498318: Speed up field-descs.none.tmplmkanat%bugzilla.org1-5/+1
2009-06-21Bug 463598: Improve the performance of the JavaScript that adjusts field valu...mkanat%bugzilla.org4-16/+25
2009-06-05Bug 493642: Never include hidden_fields in the header/footer login form, and ...mkanat%bugzilla.org3-6/+9
2009-06-03Bug 457657 – Make e-mail comment header localizable.wurblzap%gmail.com3-17/+67
2009-06-02Bug 194272: Provide a way to browse bugs instead of searching for themmkanat%bugzilla.org3-12/+19
2009-06-01 Bug 494628 - Crash when trying to file a bug in a closed product r=LpSolit ...ghendricks%novell.com2-3/+3
2009-05-30Bug 311973: Create admin/classifications/footer.html.tmpl to avoid code dupli...lpsolit%gmail.com5-8/+28
2009-05-29Bug 494751 - Toggling Add/Don't add attachment doesn't reset JS statebbaetz%acm.org2-2/+7
2009-05-25Bug 494369: Do not throw an error if the 'order' parameter contains invalid c...lpsolit%gmail.com2-11/+5
2009-05-22Bug 482556: Put "Forgot Password" in the header and footer so people can still fmkanat%bugzilla.org2-5/+25
2009-05-21Bug 493826: Disabled products show up in the pick list for existing bugs - Pa...lpsolit%gmail.com1-2/+3
2009-05-21 Bug 493090 - Product disallownew should be converted to isactiveghendricks%novell.com5-26/+13