Commit Graph

6777 Commits

Author SHA1 Message Date
lpsolit%gmail.com
228a4c1b9d Bug 302650: Product.pm methods don't return what is expected for milestones and versions - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave 2005-08-26 19:59:53 +00:00
lpsolit%gmail.com
293c0b1966 Bug 303704: Eliminate deprecated Bugzilla::DB routines from editgroups.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=justdave 2005-08-26 19:46:27 +00:00
lpsolit%gmail.com
b22ed8f8ea Bug 303694: Eliminate deprecated Bugzilla::DB routines from enter_bug.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave 2005-08-26 19:39:37 +00:00
lpsolit%gmail.com
47d29290a0 Bug 305771: Cannot create request flags with no requestee - Patch by Myk Melez <myk@mozilla.org> r=LpSolit a=justdave 2005-08-26 10:53:23 +00:00
lpsolit%gmail.com
37c69cf443 Bug 303393: Deleting a user omits some bugs_activity logging - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave 2005-08-26 10:28:07 +00:00
lpsolit%gmail.com
03d228295c Fix nits for bug 208761 the reviewer asked me to do on checkin (make a description in POD more precise) and which I forgot to do. Sorry wicked ;) 2005-08-25 14:22:43 +00:00
lpsolit%gmail.com
8eb0a6455b Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2005-08-25 14:02:41 +00:00
lpsolit%gmail.com
41684a015d Bug 305498: UTF-8 e-mail encoding is not working - Patch by Cedric Caron <cedric.caron@urbanet.ch> r=glob a=justdave 2005-08-25 13:51:48 +00:00
lpsolit%gmail.com
a090b402cf Bug 304303: The "Forget Search" link in user prefs does not escape the name properly - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave 2005-08-25 13:39:20 +00:00
mkanat%kerio.com
391733eb2b Bug 303860: There is a database change in the wrong place in checksetup.pl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave
2005-08-24 19:27:51 +00:00
mkanat%kerio.com
423e6e9484 Bug 298400: [PostgreSQL] SQL error using buglist.cgi and full text search. Column "relevance desc" not valid in GROUP BY
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, r=joel, a=justdave
2005-08-24 19:24:06 +00:00
zach%zachlipton.com
09231a466b Remove tabs. 2005-08-24 03:05:02 +00:00
zach%zachlipton.com
19e3695eb8 For now, disable the hotlist since it's taking way too long to load. 2005-08-24 01:23:13 +00:00
dbaron%dbaron.org
8b2371bc3e Add comment about bug 225735. b=227089 r=timeless 2005-08-23 20:55:11 +00:00
zach%zachlipton.com
f17250a320 Initial checkin of new test list code, designed to go with coop's querying work. 2005-08-23 19:33:54 +00:00
zach%zachlipton.com
25e8546830 Add anti-spam filtering to the stats page. 2005-08-23 16:41:07 +00:00
zach%zachlipton.com
29e13e9935 Require at least that the email address field cannot be blank, at least until we do a real login system. 2005-08-23 16:25:06 +00:00
zach%zachlipton.com
116b89c490 Add basic anti-spam filtering for email addresses. 2005-08-23 16:05:35 +00:00
lpsolit%gmail.com
61447bc9e5 Bug 304542: Focus/Select forms with javascript when editting milestones - Patch by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave 2005-08-23 12:39:17 +00:00
lpsolit%gmail.com
986c2494a0 Bug 303366: Possible locking tables conflict when voting for bugs - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2005-08-23 12:17:17 +00:00
zach%zachlipton.com
4f8ba67022 Add result count to the statistics page. 2005-08-23 05:25:03 +00:00
zach%zachlipton.com
20239e5b10 Fix broken "run some more tests" in process_test.cgi. 2005-08-23 05:22:14 +00:00
zach%zachlipton.com
f8f7a36213 Actually fix the bug... 2005-08-23 03:55:12 +00:00
mkanat%kerio.com
316d94d882 Bug 304997: "Setting any 'other' op_sys to 'Other'" runs every time you run checksetup
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=myk
2005-08-23 01:04:42 +00:00
zach%zachlipton.com
6696896f2e Fix bustage in process_test.cgi where it was impossible to submit results. 2005-08-23 00:15:29 +00:00
lpsolit%gmail.com
01bbcc0c1d Bug 189635: editcomponents.cgi should use user-matching for the default assignee and QA contact - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave 2005-08-22 21:45:32 +00:00
lpsolit%gmail.com
7f135d5898 Bug 292886: X-Bugzilla-Product and X-Bugzilla-Component headers should exist by default - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave 2005-08-22 21:26:27 +00:00
lpsolit%gmail.com
fb632cf9d4 Bug 226583: Request queue header is way too wide - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave 2005-08-22 21:12:38 +00:00
lpsolit%gmail.com
a8ccdd2d86 Bug 305476: Group membership inheritance broken in editusers.cgi (regression) - Patch by Joel Peshkin <bugreport@peshkin.net> r=wurblzap a=justdave 2005-08-22 20:59:56 +00:00
lpsolit%gmail.com
94787be768 Bug 305451: GetGroupsByUserId() in buglist.cgi returns bad data (regression) - Patch by Joel Peshkin <bugreport@peshkin.net> r=LpSolit a=justdave 2005-08-22 20:48:44 +00:00
lpsolit%gmail.com
ba87dc7b04 Bug 303527: The bug entry page does not use localised terms for statuses - Patch by Marc Schumann <wurblzap@gmail.com> r=myk a=justdave 2005-08-21 22:18:01 +00:00
lpsolit%gmail.com
9aa394b92f Bug 300231: Bugzilla::User needs a way of returning only Selectable classification objects - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=mkanat a=justdave 2005-08-21 21:12:10 +00:00
lpsolit%gmail.com
198a056ad4 Bug 302372: Requestee input field is way too small - Patch by Adam Guthrie <ispiked@gmail.com> r/a=myk 2005-08-21 21:01:33 +00:00
lpsolit%gmail.com
37dc375d9f Bug 304725: keywords aren't displayed in show_bug.cgi when format=multiple - Patch by Rob Siklos <robzilla@siklos.ca> r=LpSolit a=myk 2005-08-21 20:53:44 +00:00
lpsolit%gmail.com
ec24b8c7e3 Bug 302202: "Odd number of elements in anonymous hash" error when loading query.cgi - Patch by Rob Siklos <robzilla@siklos.ca> r=wicked a=justdave 2005-08-21 20:43:36 +00:00
lpsolit%gmail.com
35d379d8bc Bug 304322: The Change-several-bugs-at-once page does not use localised terms for resolutions - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk 2005-08-21 20:32:27 +00:00
lpsolit%gmail.com
d4d0ebc489 Bug 300831: editwhines.cgi twice uses $1 without checking for regex match - Patch by A. Karl Kornel <karl@kornel.name> r=joel a=myk 2005-08-21 20:21:38 +00:00
lpsolit%gmail.com
af6c93af32 Bug 290366: JavaScript error in productmenu.js from editflagtypes.cgi and request.cgi when only one product defined - Patch by Teemu Mannermaa <wicked@etlicon.fi> r/a=myk 2005-08-21 20:05:39 +00:00
lpsolit%gmail.com
b7966ecb40 Bug 304335: Status and resolution empty in whine mails - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk 2005-08-21 19:55:42 +00:00
lpsolit%gmail.com
368597a238 Bug 300093: index.cgi remains unsecure when the SSL parameter is set to "authenticated sessions" - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=justdave 2005-08-21 19:27:40 +00:00
lpsolit%gmail.com
65051b945e Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - Patch by Marc Schumann <wurblzap@gmail.com> r=wicked a=myk 2005-08-21 18:16:43 +00:00
lpsolit%gmail.com
b3fceeed27 Bug 303401: move the move.pl code into process_bug.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2005-08-21 17:36:51 +00:00
myk%mozilla.org
b63b4e2ccc Fix for bug 292022: accepts multiple requestees in the requestee field for a given flag, and creates multiple requests, one per requestee, so that users can request a flag multiple times simultaneously instead of one at a time; r=joel, a=myk 2005-08-20 17:02:41 +00:00
zach%zachlipton.com
b2deb05c02 Fix custom SQL in stats.cgi to work with the new schema. 2005-08-20 04:16:30 +00:00
zach%zachlipton.com
47b65c3586 Since we just required that we wipe the db, we'd better change the name for the login_cookie again... 2005-08-20 04:04:17 +00:00
zach%zachlipton.com
9bd17dd404 Shut up warning about @comments[0] vs $comments[0] 2005-08-20 03:52:05 +00:00
zach%zachlipton.com
0246c15f9a Add new files as per previous checkin. 2005-08-20 03:40:12 +00:00
zach%zachlipton.com
208bbf31e9 Land Coop's new schema. This makes some pretty wideranging changes and there's no upgrade path, so to upgrade from a previous db, wipe your database and start over. Schema changes by coop, Class::DBI wrangling by me. 2005-08-20 03:39:02 +00:00
zach%zachlipton.com
46100724ea Checkin new regexp-based matching for platform as well. 2005-08-19 22:43:00 +00:00
zach%zachlipton.com
4fd2c7e140 Add the 1.5 branch to populatedb. Also convert the branch detection to use real regexps instead of LIKE for matches. This work will continue with real regexps used for the other detected fields shortly. 2005-08-19 22:37:11 +00:00