summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
2006-08-18Bug 348871: modify show_bug in order to pass HTML validation - Patch by ↵vladd%bugzilla.org1-8/+11
victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=myk
2006-08-18Bug 343418: Update the votes page in order to include the reason for crossed ↵vladd%bugzilla.org1-3/+1
out bugs; patch by Paul <pdemarco@zoominternet.net>, r=LpSolit, a=myk.
2006-08-17Bug 241195: Add a short text at the top of request.cgi explaining what the ↵lpsolit%gmail.com1-2/+9
displayed data are - Patch by victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=myk
2006-08-17Bug 320197: Watcher editing in userprefs should use a list box instead of ↵mozilla%colinogilvie.co.uk1-4/+17
text entry Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=wicked; a=myk
2006-08-15Bug 348337: enter_bug.cgi doesn't pass HTML validation - Patch by Frédéric ↵lpsolit%gmail.com3-11/+12
Buclin <LpSolit@gmail.com> r=kevin.benton a=myk
2006-08-15Bug 348331: Duplicated IDs on all pages - Patch by Frédéric Buclin ↵lpsolit%gmail.com3-3/+5
<LpSolit@gmail.com> r=kevin.benton a=myk
2006-08-15Bug 275636: Templatise 'newchangedmail' email (BugMail) - Patch by André ↵lpsolit%gmail.com2-19/+47
Batosti <batosti@async.com.br> r=LpSolit a=myk
2006-08-15Bug 313816 - fix height of iframe so you can read things inside it. Patch by ↵gerv%gerv.net1-0/+1
gerv; r=mkanat, a=myk.
2006-08-14Bug 310750: Advanced search page fails w3 validation - Patch by ↵lpsolit%gmail.com1-1/+1
victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=justdave
2006-08-12Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-08-12Bug 310753: editflagtypes.cgi page fails w3 validation - Patch by ↵lpsolit%gmail.com1-4/+5
victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=myk
2006-08-12Bug 310747: index.cgi invalid HTML when logged out - Patch by victory(_RSZ_) ↵lpsolit%gmail.com1-1/+3
<bmo@rsz.jp> r=LpSolit a=myk
2006-08-11Fixing warnings due to bug 347291 (unused tag in code-error.html.tmpl)lpsolit%gmail.com1-5/+0
2006-08-11Bug 347061: Create Bugzilla::Object->create and make Bugzilla::Keyword use itmkanat%bugzilla.org1-0/+6
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
2006-08-09Bug 347269: Deleting a user account displays incoherent comments - Patch by ↵lpsolit%gmail.com1-6/+6
Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2006-08-06Bug 347277: Entering an non-integer sortkey crashes editclassifications.cgi ↵lpsolit%gmail.com1-0/+5
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
2006-08-04Bug 304889: Templatize reports.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-0/+69
<LpSolit@gmail.com> r=mkanat a=myk
2006-07-30Bug 100953: Move data/nomail into the DB and implement a UI to edit itkarl.kornel%mindspeed.com2-0/+24
Patch by A. Karl Kornel <karl@kornel.name> r=wurblzap a=justdave
2006-07-27Bug 333407: file_too_large error should mention AttachURL when enabled - ↵lpsolit%gmail.com1-4/+9
Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
2006-07-25Bug 329789: The guided format when creating a bug doesn't let me specify a ↵lpsolit%gmail.com1-1/+1
component as part of the URL - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
2006-07-25Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype ↵lpsolit%gmail.com5-15/+12
objects - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
2006-07-25Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin ↵lpsolit%gmail.com6-43/+107
<LpSolit@gmail.com> r=wurblzap r=myk a=myk
2006-07-23Bug 326946: Hide resolved bugs by default when accessing ↵lpsolit%gmail.com3-4/+6
showdependencytree.cgi from show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
2006-07-21Bug 345364: The word "Bug" appears bare in editparams.cgi - Patch by ↵lpsolit%gmail.com3-5/+5
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-07-21Bug 345381: Cannot add any new field in editvalues.cgi - Patch by Frédéric ↵lpsolit%gmail.com1-3/+3
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-07-19Bug 313125: Implement validations and database persistence functions for ↵lpsolit%gmail.com1-5/+3
Versions.pm and clean-up editversions.cgi - Patch by André Batosti <batosti@async.com.br> r=LpSolit a=myk
2006-07-19Bug 345104: $field_descs values in field_descs.none.html are overwritten by ↵lpsolit%gmail.com1-1/+1
values from the DB - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-07-19Bug 344521: Make custom fields optionally functional on enter_bug.cgimkanat%bugzilla.org2-0/+12
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-18Bug 344513: Make plain-text custom fields functional on all pages except ↵mkanat%bugzilla.org6-14/+65
enter_bug.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-17Bug 277377: Classifications should support sort keys - Patch by Olav Vitters ↵lpsolit%gmail.com6-1/+25
<bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2006-07-17Bug 95923: Don't let users change fields they aren't allowed to change - ↵lpsolit%gmail.com2-36/+78
Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2006-07-14Bug 344074: Parameter to show announcements at the top of all pageskarl%kornel.name2-0/+17
Patch by A. Karl Kornel <karl@kornel.name> r=myk a=myk
2006-07-14Bug 69000: Permit a stored query to be marked "shared" and accessible by ↵wurblzap%gmail.com7-22/+179
other users. Patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=myk
2006-07-14Bug 344507: Users watching you: None should be "No one" - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
2006-07-14Fix on checkin for bug 94534lpsolit%gmail.com1-1/+1
2006-07-14Bug 94534: Customised resolutions - Patch by Frédéric Buclin ↵lpsolit%gmail.com21-43/+84
<LpSolit@gmail.com> r=mkanat a=myk
2006-07-12Bug 343916: hidden submit button should have display: none - Patch by Rob ↵lpsolit%gmail.com1-1/+1
Siklos <robzilla@siklos.ca> r=bkor r=glob a=myk
2006-07-12Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com72-113/+141
<batosti@async.com.br> r=ghendricks a=myk
2006-07-11Bug 339731: [LDAP] URI-parsing code duplicated with Net::LDAP - Patch by ↵lpsolit%gmail.com1-1/+4
guillomovitch@zarb.org r=mkanat a=justdave
2006-07-11Bug 327782: describecomponents.cgi should include the product description of ↵lpsolit%gmail.com1-0/+4
the selected product - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=GavinS a=myk
2006-07-06Bug 343702: editflagtypes.cgi: Argument "" isn't numeric in numeric gt (>) ↵lpsolit%gmail.com1-1/+1
at template/en/default/request/email.txt.tmpl line 155 - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2006-07-03Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by ↵lpsolit%gmail.com6-6/+6
Rémi Zara <remi_zara@mac.com> r=mkanat a=justdave
2006-07-02Bug 343248: SQL query to get all keywords with bug count is duplicated in ↵mkanat%bugzilla.org3-7/+8
editkeywords.cgi and describekeywords.cgi Patch By Remi Zara <remi_zara@mac.com> r=mkanat, a=justdave
2006-06-27Bug 341495: Merge the banner and headerbugzilla%glob.com.au5-23/+19
Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,kevin.benton a=justdave
2006-06-27Bug 341538: Missing information in XML for Time Tracking and Duplicate Bugsmozilla%colinogilvie.co.uk1-0/+5
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=LpSolit; a=justdave
2006-06-20Patch for bug 342130: don't display a bogus footer anymore when searching ↵vladd%bugzilla.org1-1/+1
for all products with Quick Search; patch by Vlad Dascalu <vladd@bugzilla.org>; r=LpSolit, a=myk.
2006-06-20Spelling patch: use the right spelling form for 'returned'; patch by Vlad ↵vladd%bugzilla.org1-1/+1
Dascalu <vladd@bugzilla.org>.
2006-06-20Spelling patch: use the right spelling form for 'occurred'; patch by Vlad ↵vladd%bugzilla.org2-3/+3
Dascalu <vladd@bugzilla.org>.
2006-06-19Bug 341924: When viewing several bugs at once using ↵lpsolit%gmail.com1-0/+17
show_bug.cgi?format=multiple, invalid bugs should generate an error message - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
2006-06-19Bug 341866: 'changer' in editproducts.cgi must be a user login, not a user ↵lpsolit%gmail.com1-1/+1
ID - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=myk