Commit Graph

6720 Commits

Author SHA1 Message Date
zach%zachlipton.com
0fe509f5c2 Fix custom SQL in stats.cgi to work with the new schema.
git-svn-id: svn://10.0.0.236/trunk@178334 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 04:16:30 +00:00
zach%zachlipton.com
f28da070ad Since we just required that we wipe the db, we'd better change the name for the login_cookie again...
git-svn-id: svn://10.0.0.236/trunk@178333 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 04:04:17 +00:00
zach%zachlipton.com
35d8d3020b Shut up warning about @comments[0] vs $comments[0]
git-svn-id: svn://10.0.0.236/trunk@178332 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 03:52:05 +00:00
zach%zachlipton.com
36be9c640e Add new files as per previous checkin.
git-svn-id: svn://10.0.0.236/trunk@178331 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 03:40:12 +00:00
zach%zachlipton.com
9b6c92d014 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.
git-svn-id: svn://10.0.0.236/trunk@178330 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-20 03:39:02 +00:00
zach%zachlipton.com
dae97fda41 Checkin new regexp-based matching for platform as well.
git-svn-id: svn://10.0.0.236/trunk@178306 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-19 22:43:00 +00:00
zach%zachlipton.com
4693056222 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.
git-svn-id: svn://10.0.0.236/trunk@178304 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-19 22:37:11 +00:00
zach%zachlipton.com
836a21b67a Fix for bustage; forgot to checkin process.html.tmpl.
git-svn-id: svn://10.0.0.236/trunk@178300 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-19 20:56:48 +00:00
bugreport%peshkin.net
205c3f3402 Bug 304583: Remove all remaining need to rederive inherited groups
Patch by Joel Peshkin <bugreport@peshkin.net>
r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@178200 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-18 20:09:37 +00:00
zach%zachlipton.com
075b400e31 Actually display the correct stats in stats.cgi. Also move the footer down a little.
git-svn-id: svn://10.0.0.236/trunk@178004 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-17 23:35:30 +00:00
zach%zachlipton.com
2344bd4801 But some padding is good too.
git-svn-id: svn://10.0.0.236/trunk@177999 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-17 21:44:18 +00:00
zach%zachlipton.com
cf741e858a Footer should not appear in the middle of pages...
git-svn-id: svn://10.0.0.236/trunk@177998 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-17 21:43:24 +00:00
zach%zachlipton.com
e574d493bf Fix broken link in footer
git-svn-id: svn://10.0.0.236/trunk@177997 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-17 21:38:26 +00:00
zach%zachlipton.com
78fc67bba8 Remove tabs from all files. Add more statistics to stats.cgi.
git-svn-id: svn://10.0.0.236/trunk@177996 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-17 21:36:19 +00:00
zach%zachlipton.com
858c1a7d9c Initial checkin of new litmus statistics page. Also add "statistics" entry to the page footer.
git-svn-id: svn://10.0.0.236/trunk@177994 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-17 21:23:48 +00:00
mkanat%kerio.com
7f2e2360e3 Bug 296054: [PostgreSQL] Cannot add a new query for event/whining
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave


git-svn-id: svn://10.0.0.236/trunk@177976 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-17 18:24:45 +00:00
mkanat%kerio.com
718a328202 Bug 299848: enter_bug's automatic OS/Platform code does not work with the new default OS list
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave


git-svn-id: svn://10.0.0.236/trunk@177972 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-17 18:15:13 +00:00
zach%zachlipton.com
239258a937 Add a little more padding to the footer.
git-svn-id: svn://10.0.0.236/trunk@177967 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-17 17:34:10 +00:00
zach%zachlipton.com
24a5b30665 Fix the bottom footer in index.cgi so it displays properly.
git-svn-id: svn://10.0.0.236/trunk@177966 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-17 17:33:08 +00:00
zach%zachlipton.com
bc76705fd8 First crack at a page footer. Note that this does break the home page. Hopefully someone will know how to fix it...
git-svn-id: svn://10.0.0.236/trunk@177927 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-17 03:37:38 +00:00
zach%zachlipton.com
dd0a871d69 Forgot to add logincookie and sysconfigcookie to Config.pm.
git-svn-id: svn://10.0.0.236/trunk@177890 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-16 21:31:56 +00:00
gerv%gerv.net
f720948800 Remove 100% width which was causing IE to wrap at a silly place.
git-svn-id: svn://10.0.0.236/trunk@177846 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-16 15:26:33 +00:00
mike.morgan%oregonstate.edu
c920ad508c Started the creation of the session handler / auth class. Made some minor modifications elsewhere.
git-svn-id: svn://10.0.0.236/trunk@177808 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-16 01:52:38 +00:00
lpsolit%gmail.com
12f4168465 Bug 304642: Bugzilla::Flag::GetTarget() should be called internally by Bugzilla::Flag::process() - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
git-svn-id: svn://10.0.0.236/trunk@177769 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-15 18:48:14 +00:00
lpsolit%gmail.com
62245bccd9 Bug 304660: PerformSubsts() should be in Util.pm instead of BugMail.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
git-svn-id: svn://10.0.0.236/trunk@177762 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-15 17:58:19 +00:00
lpsolit%gmail.com
88c468dba1 Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
git-svn-id: svn://10.0.0.236/trunk@177759 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-15 17:43:38 +00:00
justdave%bugzilla.org
60d2b0604a Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi files already have it loaded, and it causes circular dependencies.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org>
r=justdave a=justdave


git-svn-id: svn://10.0.0.236/trunk@177733 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-14 22:34:32 +00:00
lpsolit%gmail.com
3856695904 Bug 304588: Remove 'use Bugzilla::User' from DB.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
git-svn-id: svn://10.0.0.236/trunk@177732 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-14 16:46:04 +00:00
lpsolit%gmail.com
1f7f225c42 Bug 284263: Inherited bless permissions without inherited membership do not work - Patch by Marc Schumann <wurblzap@gmail.com> r=joel,LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@177718 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-13 20:22:12 +00:00
jouni%heikniemi.net
d0908e4c1c Bug 303899: Allow changing Status Whiteboard when when editing multiple bugs
Patch by Matisse Enzer <matisse@matisse.net>, r=jouni, a=justdave


git-svn-id: svn://10.0.0.236/trunk@177711 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-13 18:49:02 +00:00
lpsolit%gmail.com
34acdeea1b Bug 303914: legal_bugs_status should be spelled legal_bug_status in Bug.pm - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@177710 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-13 18:46:35 +00:00
lpsolit%gmail.com
6964f52f67 Bug 302418: re-enable sendmail support for Windows - Patch by byron jones (glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
git-svn-id: svn://10.0.0.236/trunk@177704 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-13 14:56:19 +00:00
lpsolit%gmail.com
7e30c94ad7 Bug 303550: Bug lists trigger standards compliance mode in Gecko, causing CLOSED bugs not to be lined through in bug lists any more - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@177703 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-13 14:43:33 +00:00
lpsolit%gmail.com
6721eece2f Bug 302778: When using IE, all negative event checkboxes are missing from email preferences page - Patch by Zain Memon <zain@voltage.com> r=wicked a=justdave
git-svn-id: svn://10.0.0.236/trunk@177702 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-13 14:31:34 +00:00
lpsolit%gmail.com
62b0095bbb Bug 302644: relogin.cgi may ask you to login... before logging you out - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
git-svn-id: svn://10.0.0.236/trunk@177701 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-13 14:17:16 +00:00
lpsolit%gmail.com
1114362f84 Bug 303824: BugMail should ignore deleted or renamed user accounts - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
git-svn-id: svn://10.0.0.236/trunk@177700 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-13 14:07:43 +00:00
lpsolit%gmail.com
ae7abb5289 Bug 304044: Missing scalar() for some parameters - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
git-svn-id: svn://10.0.0.236/trunk@177696 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-13 12:35:12 +00:00
mkanat%kerio.com
0cbbdcfee7 Bug 303669: Bugzilla mis-uses perl subroutine prototypes
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave


git-svn-id: svn://10.0.0.236/trunk@177695 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-13 12:27:04 +00:00
mkanat%kerio.com
a146729ce4 Bug 301664: Hook for field-descs.html.tmpl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk


git-svn-id: svn://10.0.0.236/trunk@177542 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-11 06:20:59 +00:00
zach%zachlipton.com
00dbf3808c Turns out seamonkey thinks "class" is a reserved word in javascript, causing our select boxes to break. This uses the variable theClass instead.
git-svn-id: svn://10.0.0.236/trunk@177502 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-10 16:30:11 +00:00
lpsolit%gmail.com
aa0017e559 Bug 277466: saved search's old name is used when running a search - Patch by Rob Siklos <robzilla@siklos.ca> r=LpSolit,joel a=justdave
git-svn-id: svn://10.0.0.236/trunk@177491 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-10 09:47:58 +00:00
lpsolit%gmail.com
36da7df85b Bug 292096: Remove the extra Description label in long list format - Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@177482 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-10 01:58:43 +00:00
lpsolit%gmail.com
0c11ef3c53 Bug 303803: Remove the unused get_classification_name() routine - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
git-svn-id: svn://10.0.0.236/trunk@177478 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-10 01:45:50 +00:00
lpsolit%gmail.com
b4d7cca746 Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat,wicked a=justdave
git-svn-id: svn://10.0.0.236/trunk@177475 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-10 01:30:41 +00:00
bugreport%peshkin.net
6b3857f2f7 Bug 303482: Change checksetup.pl to check for MIME::Parser instead of MIME::Tools
Patch by Joel Peshkin <bugreport@peshkin.net>
r=glob,wurblzap a=justdave


git-svn-id: svn://10.0.0.236/trunk@177443 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-09 21:19:43 +00:00
mkanat%kerio.com
ca722cf142 Back out bug 300231, because it triggers bug 303413.
git-svn-id: svn://10.0.0.236/trunk@177442 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-09 20:42:25 +00:00
mkanat%kerio.com
f4806ebab9 Bug 300231: Bugzilla::Classification needs a way of returning only Selectable classification objects
Patch By Gabriel Sales de Oliveira <gabriel@async.com.br> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@177441 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-09 20:31:53 +00:00
lpsolit%gmail.com
261237ec1f Bug 135145: Graphs generated by local webdot are huge - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r/a=justdave
git-svn-id: svn://10.0.0.236/trunk@177438 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-09 19:41:35 +00:00
bugreport%peshkin.net
9778732be8 Backout of bug 303669 which broke AppendComment and possibly a number
of other items.


git-svn-id: svn://10.0.0.236/trunk@177419 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-09 11:23:43 +00:00
mkanat%kerio.com
7bbde62ad3 Bug 303669: Bugzilla mis-uses perl subroutine prototypes
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave


git-svn-id: svn://10.0.0.236/trunk@177413 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-09 05:59:02 +00:00