aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global
Commit message (Expand)AuthorAgeFilesLines
* Bug 298306: For new products, the charting error message "The tool which gath...lpsolit%gmail.com2005-09-021-2/+12
* Partial fix for bug 302669: rewrites Attachment.pm to provide a real Attachme...myk%mozilla.org2005-09-011-6/+5
* Bug 30345: Can mark bugs duplicates of each other [dupe loops] - Patch by FrÃ...lpsolit%gmail.com2005-08-311-3/+15
* Fix for bug 305773: fixes regression in flag validation code that let through...myk%mozilla.org2005-08-312-4/+9
* Bug 300093: index.cgi remains unsecure when the SSL parameter is set to "auth...lpsolit%gmail.com2005-08-221-1/+1
* Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - Patc...lpsolit%gmail.com2005-08-221-4/+7
* Bug 303401: move the move.pl code into process_bug.cgi - Patch by Frédéric ...lpsolit%gmail.com2005-08-221-1/+10
* Bug 301664: Hook for field-descs.html.tmplmkanat%kerio.com2005-08-111-0/+1
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-102-2/+2
* Bug 302582: "add component/version" doesn't include action=add on enter_bug.c...lpsolit%gmail.com2005-08-011-2/+2
* Fixing build bustage caused by not correctly updating filter exceptions (and ...myk%mozilla.org2005-07-301-2/+2
* Fix for bug 302702: refactors tabs code into shared file so not only prefs an...myk%mozilla.org2005-07-301-0/+47
* Bug 286294: cleanup editclassifications.cgi and migrate the existent code to ...lpsolit%gmail.com2005-07-291-4/+0
* Bug 293950: enter bug product failure messages suboptimal - Patch by Frédér...lpsolit%gmail.com2005-07-281-14/+14
* Bug 273767: Cannot log out when Param(shutdownhtml) is active - Patch by Fré...lpsolit%gmail.com2005-07-281-0/+4
* Bug 300743: add "px" to prevent query help tooltips appearing at wrong positi...gerv%gerv.net2005-07-211-2/+2
* Bug 298220: Graphs should use localised terms for statuses and resolutions - ...lpsolit%gmail.com2005-07-201-1/+2
* Bug 257767: Option to have fields in CSV files separated by semicolons instea...lpsolit%gmail.com2005-07-202-0/+5
* Bug 297990: choose-product.html.tmpl generates improper indentation for produ...lpsolit%gmail.com2005-07-201-2/+2
* Bug 300684: missing_version_or_component error message is not translatablemozilla%colinogilvie.co.uk2005-07-171-6/+18
* Fix my email post-checkin of Bug 283989, as pointed out by Colin.mkanat%kerio.com2005-07-141-1/+1
* Bug 283989: CGI.pl global init code should be moved to Bugzilla::CGImkanat%kerio.com2005-07-141-0/+26
* Bug 300699: Remove dead code from editproducts.cgi and messages.html.tmpl - P...lpsolit%gmail.com2005-07-141-1/+0
* Bug 294160: Step 1 (RO): Create libraries for Products, Components, Classific...lpsolit%gmail.com2005-07-131-0/+5
* Bug 63536: User preference for whether or not to go to the next bug after pro...lpsolit%gmail.com2005-07-112-0/+7
* Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due t...mkanat%kerio.com2005-07-081-0/+27
* Bug 87404: Attachments don't work if you need to use user matchingmkanat%kerio.com2005-07-081-0/+11
* Bug 216028: User::match_field() displays no warning when the maximum number o...lpsolit%gmail.com2005-07-081-14/+6
* Bug 299212: "already locked" errors should be more informative - Patch by FrÃ...lpsolit%gmail.com2005-07-081-1/+3
* Bug 289580: Templatize the 'confirm delete' bit of editproducts.cgi - Patch b...lpsolit%gmail.com2005-07-081-0/+5
* Bug 295530: Footer bug-search form should be "bug # ____ [Find]" for UI consi...lpsolit%gmail.com2005-07-081-2/+2
* Bug 223570: Creating a bug in a product with no versions results in internal ...lpsolit%gmail.com2005-07-071-13/+15
* Bug 268146: mod_security complain: Invalid cookie format: Cookie value is mis...lpsolit%gmail.com2005-07-071-0/+3
* Bug 202278: Quips are escaped now, no need for HTML-like blocking - Patch by ...lpsolit%gmail.com2005-06-301-5/+0
* Bug 298190: The "200 bugs" limit in buglist.cgi should be a constant, not a m...lpsolit%gmail.com2005-06-251-2/+3
* Bug 289693: EditSettings page changes name from the link in the footer - Patc...lpsolit%gmail.com2005-06-211-1/+1
* Bug 244533: Display "only the 200 most relevant bugs are shown" only when mor...lpsolit%gmail.com2005-06-211-2/+4
* Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch...lpsolit%gmail.com2005-06-211-12/+12
* Bug 277417: SQL error when reloading the page after changing the bug resoluti...lpsolit%gmail.com2005-06-111-0/+5
* Bug 296214: Add a hook into user-error.html.tmpl to allow user-extendable err...lpsolit%gmail.com2005-06-111-4/+18
* Bug 296186: Bugzilla Message "OK, your search named ... is updated." needs workbugzilla%glob.com.au2005-06-031-1/+1
* Bug 293767: The search page does not use localised terms for statuses and res...lpsolit%gmail.com2005-06-011-1/+2
* Bug 294605: Use UTF-8 (Unicode) charset encoding for current templates - Patc...lpsolit%gmail.com2005-05-221-1/+1
* Bug 287109: [SECURITY] Names of private products/components can be exposed on...mkanat%kerio.com2005-05-121-0/+5
* Bug 215148 - make status and resolution localisable. Patch by eseyman@linagor...gerv%gerv.net2005-05-101-0/+18
* Bug 279303: Negative numbers are rejected as invalid sortkeys for milestones ...lpsolit%gmail.com2005-05-041-1/+2
* Bug 248386: Add support for Alias to post_bug.cgi - Patch by Albert Ting <alt...lpsolit%gmail.com2005-05-041-1/+5
* Fix for bug 291391: allows users to rerequest set flags even if they don't ha...myk%mozilla.org2005-04-221-6/+4
* Bug 289618: reference globals.pl's quoteUrls function for changing bug term -...lpsolit%gmail.com2005-04-131-0/+13
* Bug 289570: Blank value always shown on target type code error from editflagt...lpsolit%gmail.com2005-04-111-1/+1