Commit Graph

3661 Commits

Author SHA1 Message Date
lpsolit%gmail.com
56985e1098 Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
git-svn-id: svn://10.0.0.236/trunk@179668 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-05 20:41:21 +00:00
lpsolit%gmail.com
cc3d21cf32 Bug 306265: Implement User::can_see_product() - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=justdave
git-svn-id: svn://10.0.0.236/trunk@179667 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-05 20:18:53 +00:00
lpsolit%gmail.com
53c00fa434 Bug 304268: edit users form should have an item for "edit this user" - Patch by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave
git-svn-id: svn://10.0.0.236/trunk@179633 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-04 18:45:11 +00:00
lpsolit%gmail.com
268e3be166 Bug 303705: Eliminate deprecated Bugzilla::DB routines from editkeywords.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=jouni a=justdave
git-svn-id: svn://10.0.0.236/trunk@179632 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-04 18:35:05 +00:00
mkanat%kerio.com
fdc37b4f07 Bug 285705: [PostgreSQL] Index on some text columns on Postgres could use LOWER
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave


git-svn-id: svn://10.0.0.236/trunk@179618 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-04 08:14:14 +00:00
mkanat%kerio.com
79f21931d6 Bug 299230: Schema-Modification Functions Shouldn't Die on A DB-side Deletion Failure
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave


git-svn-id: svn://10.0.0.236/trunk@179592 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 23:32:47 +00:00
lpsolit%gmail.com
9b8a7fc2f3 Bug 303700: Eliminate deprecated Bugzilla::DB routines from votes.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
git-svn-id: svn://10.0.0.236/trunk@179581 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 21:33:36 +00:00
lpsolit%gmail.com
25b4d9f717 Bug 286158: Remove GetSelectableProducts() from globals.pl and use Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave
git-svn-id: svn://10.0.0.236/trunk@179575 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 21:12:10 +00:00
lpsolit%gmail.com
7c79f09b57 Bug 306556: Some status in pages/fields.html.tmpl are broken - Original patch by victory <bmo@rsz.jp> r=LpSolit a=myk
git-svn-id: svn://10.0.0.236/trunk@179511 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 22:07:48 +00:00
lpsolit%gmail.com
5243ff363d Bug 306632: editvalues.cgi title seems wrong when actually editting a value - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=myk
git-svn-id: svn://10.0.0.236/trunk@179510 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 22:00:54 +00:00
lpsolit%gmail.com
ec2341ffdf Bug 298306: For new products, the charting error message "The tool which gathers bug counts has not been run yet" is misleading - Patch by Marc Schumann <wurblzap@gmail.com> r=gerv a=myk
git-svn-id: svn://10.0.0.236/trunk@179509 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 21:52:20 +00:00
lpsolit%gmail.com
0818f9fd5f Bug 304582: Move GenerateRandomPassword() out of globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk
git-svn-id: svn://10.0.0.236/trunk@179507 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 21:39:21 +00:00
lpsolit%gmail.com
214b8ddb06 Bug 302370: Remove the EmitFormElements() routine from editproducts.cgi and templatize that code - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=myk
git-svn-id: svn://10.0.0.236/trunk@179505 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 21:33:07 +00:00
myk%mozilla.org
ff7b44d6d9 Partial fix for bug 302669: rewrites Attachment.pm to provide a real Attachment class; r=lpsolit
git-svn-id: svn://10.0.0.236/trunk@179468 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 14:02:30 +00:00
mkanat%kerio.com
ba83c81354 Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept string and pattern as arguments
Patch By Lance Larsh <lance.larsh@oracle.com> r=joel, a=justdave


git-svn-id: svn://10.0.0.236/trunk@179385 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-31 08:00:25 +00:00
lpsolit%gmail.com
3108941d2d Bug 156670: Move the 'Alias' field on its own row when viewing a bug - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
git-svn-id: svn://10.0.0.236/trunk@179366 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-31 01:03:26 +00:00
lpsolit%gmail.com
7ccdaf6581 Bug 45349: Allow to change the OS when changing several bugs at once - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
git-svn-id: svn://10.0.0.236/trunk@179364 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-31 00:56:11 +00:00
lpsolit%gmail.com
5ae7294f51 Bug 30345: Can mark bugs duplicates of each other [dupe loops] - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
git-svn-id: svn://10.0.0.236/trunk@179362 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-31 00:43:21 +00:00
myk%mozilla.org
c33c7df18b Fix for bug 305773: fixes regression in flag validation code that let through untrusted requestees when multiple requestees were entered into a requestee field (per the new feature that lets multiple requestees be entered into those fields); r=lpsolit
git-svn-id: svn://10.0.0.236/trunk@179346 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-30 22:41:18 +00:00
lpsolit%gmail.com
e02d71fc95 Bug 306368: The "Block for SELECT fields" should only insert one cell in bug/edit-html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
git-svn-id: svn://10.0.0.236/trunk@179320 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-30 17:17:38 +00:00
lpsolit%gmail.com
9d60f4a357 Bug 121112: long_list.cgi generates bad links - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
git-svn-id: svn://10.0.0.236/trunk@179319 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-30 17:12:22 +00:00
lpsolit%gmail.com
4366554568 Bug 212856: Request queue doesn't validate email addresses - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk
git-svn-id: svn://10.0.0.236/trunk@179317 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-30 17:01:22 +00:00
lpsolit%gmail.com
fe12818b9e Bug 279738: Move GetLongDescriptionAsText() out of globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
git-svn-id: svn://10.0.0.236/trunk@179316 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-30 16:54:07 +00:00
lpsolit%gmail.com
4ac641b819 Bug 275608: The group selection when editing flag types should be a listbox with (no group) meaning no restriction - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=myk
git-svn-id: svn://10.0.0.236/trunk@179314 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-30 16:47:33 +00:00
lpsolit%gmail.com
5b12f6bedc Bug 306271: Group.pm needs a get_all_groups() routine - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk
git-svn-id: svn://10.0.0.236/trunk@179312 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-30 16:39:07 +00:00
lpsolit%gmail.com
db98f601c1 Bug 306364: SQL crash when moving a bug to another product (regression) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk
git-svn-id: svn://10.0.0.236/trunk@179311 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-30 16:32:05 +00:00
bugreport%peshkin.net
1aa5ece754 Bug 305126: Fix table locks after removal of derive_groups
Patch by Joel Peshkin <bugreport@peshkin.net>
r=lpsolit, a=myk


git-svn-id: svn://10.0.0.236/trunk@179306 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-30 16:04:39 +00:00
lpsolit%gmail.com
36c451a690 Bug 306117: Search on "Percentage Completed" field returns "unknown column 'bugs.remaining_time' in 'having clause'" - Patch by Lance Larsh <lance.larsh@oracle.com> r=joel a=justdave
git-svn-id: svn://10.0.0.236/trunk@179162 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-28 17:52:00 +00:00
lpsolit%gmail.com
0ae6032660 Bug 302955: Remove the "delete" link for the default milestone - Patch by Gavin Shelley <bugzilla@chimpychompy.org> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@179161 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-28 17:41:53 +00:00
bugreport%peshkin.net
41acde897f Bug 305333: Move attachments.thedata to its own table
Patch by Joel Peshkin <bugreport@peshkin.net>
r=lpsolit, a=justdave


git-svn-id: svn://10.0.0.236/trunk@179112 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-26 23:11:33 +00:00
lpsolit%gmail.com
8aefebbbf6 Bug 306060: Adding a new product should make it clear that a component is also required to enter bugs - Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@179091 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-26 20:13:07 +00:00
lpsolit%gmail.com
12871ae850 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
git-svn-id: svn://10.0.0.236/trunk@179089 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-26 19:59:53 +00:00
lpsolit%gmail.com
134b186c2c Bug 303704: Eliminate deprecated Bugzilla::DB routines from editgroups.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
git-svn-id: svn://10.0.0.236/trunk@179084 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-26 19:46:27 +00:00
lpsolit%gmail.com
9c54c846e7 Bug 303694: Eliminate deprecated Bugzilla::DB routines from enter_bug.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@179082 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-26 19:39:37 +00:00
lpsolit%gmail.com
902fd7136c Bug 305771: Cannot create request flags with no requestee - Patch by Myk Melez <myk@mozilla.org> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@179040 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-26 10:53:23 +00:00
lpsolit%gmail.com
337bfc82f1 Bug 303393: Deleting a user omits some bugs_activity logging - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@179038 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-26 10:32:28 +00:00
lpsolit%gmail.com
d76ea63876 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 ;)
git-svn-id: svn://10.0.0.236/trunk@178945 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-25 14:22:43 +00:00
lpsolit%gmail.com
75150a5a61 Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
git-svn-id: svn://10.0.0.236/trunk@178944 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-25 14:02:41 +00:00
lpsolit%gmail.com
acccc59b30 Bug 305498: UTF-8 e-mail encoding is not working - Patch by Cedric Caron <cedric.caron@urbanet.ch> r=glob a=justdave
git-svn-id: svn://10.0.0.236/trunk@178943 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-25 13:51:48 +00:00
lpsolit%gmail.com
f754e3266e 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
git-svn-id: svn://10.0.0.236/trunk@178942 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-25 13:39:20 +00:00
mkanat%kerio.com
74f43dfa58 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


git-svn-id: svn://10.0.0.236/trunk@178827 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-24 19:27:51 +00:00
mkanat%kerio.com
361a1030ed 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


git-svn-id: svn://10.0.0.236/trunk@178826 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-24 19:25:45 +00:00
lpsolit%gmail.com
15c65c4c74 Bug 304542: Focus/Select forms with javascript when editting milestones - Patch by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave
git-svn-id: svn://10.0.0.236/trunk@178682 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-23 12:39:17 +00:00
lpsolit%gmail.com
8b488047d1 Bug 303366: Possible locking tables conflict when voting for bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
git-svn-id: svn://10.0.0.236/trunk@178680 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-23 12:17:17 +00:00
mkanat%kerio.com
a899d19776 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


git-svn-id: svn://10.0.0.236/trunk@178654 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-23 01:06:15 +00:00
lpsolit%gmail.com
5a6f33a74e 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
git-svn-id: svn://10.0.0.236/trunk@178638 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-22 21:45:32 +00:00
lpsolit%gmail.com
0ea7c1fe6b 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
git-svn-id: svn://10.0.0.236/trunk@178637 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-22 21:31:16 +00:00
lpsolit%gmail.com
8af850c79c Bug 226583: Request queue header is way too wide - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@178636 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-22 21:17:25 +00:00
lpsolit%gmail.com
2cff6b3c98 Bug 305476: Group membership inheritance broken in editusers.cgi (regression) - Patch by Joel Peshkin <bugreport@peshkin.net> r=wurblzap a=justdave
git-svn-id: svn://10.0.0.236/trunk@178635 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-22 20:59:56 +00:00
lpsolit%gmail.com
a663e8b2b0 Bug 305451: GetGroupsByUserId() in buglist.cgi returns bad data (regression) - Patch by Joel Peshkin <bugreport@peshkin.net> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@178634 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-22 20:48:44 +00:00