mozilla :: #bugzilla

27 Jul 2005
00:26Zainhey guys, I'm trying to add a page to bugzilla. is there a header and footer file somewhere that i can just include?
00:27LpSolitglobal/header.html.tmpl and global/footer.html.tmpl
00:27Zainperfect.
00:28Zornreichyou need to add PROCESS directive for them, see for example index.html.tmpl for an example
00:28Zainah. will do.
00:55Zainokay, I think I've figured out the PROCESS directives stuff, but I have one question... how can I stick some PHP code in the middle of a page?
00:56Colinyou probably can't, given that bugzilla is perl
00:58Zain=|
00:58Zaincan I stick some Perl code somewhere, then?
00:58Zainlol
00:58Zornreichyes, in the new .cgi you created for your new template
00:58Zornreichsee index.cgi for nice example
00:59Zainoh.
00:59Zaini see now.
00:59Zainbeautiful, thanks
01:13LpSolitZornreich: are you interested by my 1.0 alpha version of "Potentially Undefined Routines Tracker (PURT)" :)
01:13LpSolitI thought this could be useful for QA testing
01:17Zornreichsure
01:18LpSolitZornreich: per email, ok?
01:19Zornreichsure
01:19LpSolitZornreich: and feel free to criticize :-p
01:19Zornreichsure
01:19Zornreich:)
01:26LpSolitZornreich: you must have it now
01:28LpSolitZornreich: to make it run correctly, you have to put the script in webtools
01:28LpSolitZornreich: i.e. in the repository containing bugzilla/
01:28LpSolitZornreich: or edit the $basedir parameter
01:30Zornreichyeah, I need to edit. I don't have bugzilla/ subdirectory anywhere. :)
01:31LpSolitZornreich: "perl -wT purt.pl --verbose > output.log"
01:32LpSolitZornreich: output.log should be around 146 Kb in size
01:36Zornreich~123kB
01:36Zornreichthen again, I changed the base directory :)
01:36Zornreich1769 lines
01:37LpSolit1767 lines here
01:37LpSolitput I have some patches applied
01:37LpSolits/put/but/
01:38Zornreichhmm.. so many undefined routines
01:39LpSolitthere are two main reasons
01:39Zornreich702 errors even
01:39LpSolit1) &::Foo in .pm files are not correctly detected (still have to implement that)
01:40LpSolit2) DB.pm has some routines in Mysql.pm and Pg.pm which I forgot to import
01:40LpSolithuh??
01:40LpSolitAnalysis done! 362 errors found.
01:41LpSolitZornreich: this patch assumes CGI.pl is gone
01:41LpSolitbug 301508
01:41ssdbotLpSolit: Bug https://bugzilla.mozilla.org/show_bug.cgi?id=301508 enh, --, Bugzilla 2.22, LpSolit@gmail.com, ASSI, Say 'Goodbye' to CGI.pl
01:41LpSolitZornreich: this patch is already applied
01:41LpSolitZornreich: it only consider globals.pl
01:42LpSolitit should be easy to hack if you want it to consider CGI.pl as well
01:44Zornreichmost notables misses are SendSQL and friends, Param, most bz_ and sql_ routines from DB.pm, Throw*Error
01:44LpSolitZornreich: I implement point 2) above now
01:44LpSolitunder the --HACK-- section :-D
01:46LpSolithum... I have no idea if Auth.pm needs this hack too
01:48Zornreichin https://bugzilla.mozilla.org/show_bug.cgi?id=292059, was there a reason you moved logout to happen after user creation?
01:48ssdbotZornreich: Bug 292059 nor, --, Bugzilla 2.20, LpSolit@gmail.com, ASSI, No locking in createaccount.cgi
01:49LpSolityes
01:49* LpSolit rereads his patch
01:49ssdbotbugzilla@glob.com.au added attachment 190652 to bug 301446.
01:49ssdbotbugzilla@glob.com.au requested review from the wind for attachment 190652 on bug 301446.
01:49ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=301446 cri, --, Bugzilla 2.22, bugzilla@glob.com.au, ASSI, Changing several bugs at once crashes if the user wants to automatically redisplay the bug he change
01:50LpSolitZornreich: because logout() would require to lock additional tables
01:50LpSolitZornreich: and insert_new_user() only add a new entry in the profiles tables, so there is no conflict with the current user, including cookies
01:52Zornreichhmm.. does DELETE need a lock?
01:54LpSolitwhich DELETE?
01:54Zornreichthe DELETEs logout() does
02:12ssdbotLpSolit@gmail.com granted review for attachment 190652 on bug 301446.
02:12ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=301446 cri, --, Bugzilla 2.22, bugzilla@glob.com.au, ASSI, Changing several bugs at once crashes if the user wants to automatically redisplay the bug he change
02:13Zornreichso only thing problem with that patch is bitrot :(
02:13ssdbotLpSolit@gmail.com requested approval from the wind on bug 301446.
02:13ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=301446 cri, --, Bugzilla 2.22, bugzilla@glob.com.au, ASSI, Changing several bugs at once crashes if the user wants to automatically redisplay the bug he change
02:13LpSolitreally??
02:14Zornreichhunk 1 on trunk and hunk 1+4 on 2.20 branch
02:14* LpSolit looks at the checkin list
02:15Zornreichhmm.. Bugzilla::Util use has been added, it would seem
02:16LpSolityes, due to bug 301453
02:16ssdbotLpSolit: Bug https://bugzilla.mozilla.org/show_bug.cgi?id=301453 enh, --, Bugzilla 2.22, LpSolit@gmail.com, RESO FIXED, Move CheckEmailSyntax out of CGI.pl
02:17LpSolitand CheckEmailSyntax is now check_email_syntax
02:17LpSolitword .st
02:17wordi guess .st is Sao Tome Principe
02:18LpSolitit's not the same glob??
02:18globlpsolit: no, it's me.
02:18ZornreichLpSolit: that change didn't matter..
02:18globlpsolit: from my shell account
02:18Zornreichbut MaillPassword change did, that's why 2.20 branch hunk 4 failed..
02:19LpSolitbug 299572
02:19ssdbotLpSolit: Bug https://bugzilla.mozilla.org/show_bug.cgi?id=299572 enh, --, Bugzilla 2.22, LpSolit@gmail.com, RESO FIXED, Move MailPassword() from CGI.pl into BugMail.pm (and remove an unused variable)
02:19LpSolitboth are my patches :-/
02:20LpSolitZornreich: ok, I'll update the patch tomorrow
02:21LpSolitI mean today, but later
02:22ssdbotwicked@etlicon.fi denied review for attachment 189241 on bug 292059.
02:22ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=292059 nor, --, Bugzilla 2.20, LpSolit@gmail.com, ASSI, No locking in createaccount.cgi
02:23Zornreichjust unbitrot and it would be good to go
02:26LpSolitZornreich: ok. Thanks for the reviews :)
02:28LpSolitZornreich: PURT 1.0 alpha2 released ;)
02:32LpSolitZornreich: tell me how many error messages are fixed
02:38LpSolit_zzzZornreich: I now have 302 errors instead of 362
03:17timelyxarg
03:17timelyxwhy doesn't editflagtypes tell me what changes i've made?
03:19ssdbotNew Bugzilla bug 302293 filed by timeless@bemail.org.
03:19ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302293 enh, --, ---, attach-and-request@bugzilla.bugs, NEW, Flag type changes page should tell me what changes i've made
05:06ssdbotNew Bugzilla bug 302302 filed by johnd@migrationpath.net.au.
05:06ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302302 enh, --, ---, installation@bugzilla.bugs, UNCO, continued use of SENDMAIL causes difficulties for windows user
05:42ssdbotbugzilla@glob.com.au set the Resolution field on bug 302302 to WORKSFORME.
05:42ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302302 enh, --, ---, installation@bugzilla.bugs, RESO WORKSFORME, continued use of SENDMAIL causes difficulties for windows user
06:41justdavehttp://entwickler.com/itr/online_artikel/psecom,id,743,nodeid,114.html
06:41justdavethere's a paragraph on Bugzilla in there
06:45justdavehttp://os.newsforge.com/os/05/07/25/0349232.shtml?tid=2&tid=35&tid=18&tid=27
06:45justdaveDave Jones (RH kernel dev) keynoted the Ottawa Linux Symposium, and spent some time talking about Bugzilla
07:24timelyxinteresting comments
07:24* timelyx isn't quite sure how to address them
07:24timelyxthey're a good summary of most social problems all bugzillas suffer
11:27ssdbotwurblzap@gmail.com set the Resolution field on bug 233088 to DUPLICATE of bug 175222.
11:27ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=233088 enh, --, ---, preed@sigkill.com, RESO DUPLICATE, Able to added the Product name in the email subject
11:27ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=175222 enh, --, Bugzilla 2.20, csl@sunbay.com, RESO FIXED, Add product and component fields to change mails
11:58ssdbotNew Bugzilla bug 302326 filed by wurblzap@gmail.com.
11:58ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302326 nor, --, ---, wurblzap@gmail.com, NEW, Column sort links in bug lists should use field IDs instead of names
12:01ssdbotwurblzap@gmail.com added attachment 190692 to bug 302326.
12:01ssdbotwurblzap@gmail.com requested review from the wind for attachment 190692 on bug 302326.
12:02ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302326 nor, --, ---, wurblzap@gmail.com, NEW, Column sort links in bug lists should use field IDs instead of names
12:02ssdbotwurblzap@gmail.com changed the Target Milestone on bug 302326 from --- to Bugzilla 2.22.
12:02ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302326 min, --, Bugzilla 2.22, wurblzap@gmail.com, ASSI, Column sort links in bug lists should use field IDs instead of names
12:35LpSolitmyk, have time for some approvals? We want to release 2.20rc2 on Friday and I would like to avoid any checkin in the following 48 hours...
12:35LpSolit... starting from this afternoon
12:37LpSolitbtw, Wurblzap, if you could review my 2.20 backport about invalid POD syntax, I would appreciate :)
12:37WurblzapYes, can do
12:37LpSolitI would have it for rc2
12:38WurblzapWill the POD test go into 2.20 as well?
12:39LpSolitWurblzap: no, but justdave wants clean POD syntax for 2.20 too
12:39LpSolitWurblzap: I copied 011pod.t in my 2.20 t/ directory ;)
12:39LpSolitit doesn't hurt
12:39WurblzapThat's what I'll do, too
12:58ssdbotwurblzap@gmail.com granted review for attachment 190550 on bug 301967.
12:58ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=301967 min, --, Bugzilla 2.20, LpSolit@gmail.com, ASSI, Some .pm files have invalid POD syntax
12:59ssdbotwurblzap@gmail.com requested approval2.20 from the wind on bug 301967.
12:59ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=301967 min, --, Bugzilla 2.20, LpSolit@gmail.com, ASSI, Some .pm files have invalid POD syntax
13:05ssdbotwurblzap@gmail.com requested approval2.20 from the wind on bug 184037.
13:05ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=184037 enh, --, Bugzilla 2.22, LpSolit@gmail.com, RESO FIXED, Run podchecker on .pm files
13:05WurblzapI think it makes sense to have the podchecker on the trunk, too
13:06Colinerm, you mean branch
13:06WurblzapRight
13:06WurblzapOr trench, lunch, or bench
13:09WurblzapBugzilla needs more reviewer time
13:16Zornreichuhhum, somebody said review? :)
13:20WurblzapHave your pick, Zornreich :)
13:20Zornreichjustdave: hmm.. interesting links, nice to see what people want from bz is what is planned to be done soonish. :)
13:20ZornreichWurblzap: I'm going to do bug 70907 :)
13:20WurblzapReally? Cool
13:20ssdbotZornreich: Bug https://bugzilla.mozilla.org/show_bug.cgi?id=70907 enh, --, Bugzilla 2.22, wurblzap@gmail.com, ASSI, QuickSearch: port the JS code to perl (make it server-side)
13:40LpSolitI hope we can land these bugs on the 2.20 branch today, in order to have 2 days left for QA testing
13:46WurblzapSo again, not all blockers will be included, LpSolit?
13:49LpSolitWurblzap: maybe we don't have the same conception of "release candidate", but for me, a RC should have all blockers fixed
13:49LpSolitWurblzap: so this RC2 doesn't make sense to me
13:49WurblzapYes, that's what I think, too. Perhaps we can call it a release preview?
13:49LpSolitit should be 2.19.5
13:50LpSolitrc1 should have been 2.19.4 IMO
13:50LpSolitmkanat wanted to call it 2.20 !!
13:50Zornreichmaybe there has been some major bugs in rc1 that make it non-working? and rest of the bugs are so "small" that rc2+them would be final easily?
13:51LpSolitbug 300336 was a major regression
13:51ssdbotLpSolit: Bug https://bugzilla.mozilla.org/show_bug.cgi?id=300336 nor, P2, Bugzilla 2.20, mkanat@bugzilla.org, RESO FIXED, Bugzilla::Auth should not contain any exported subroutines
13:51WurblzapEven if it were so, Zornreich, then it's still not really a "Release Candidate" if you know *at that time* that the final release will be different.
13:51Zornreichimho, if we wait for all blockers to be fixed.. we'd never release 2.20.. no way charting UI will be written to it as there is nobody doing it. :(
13:51LpSolitsorry, this one fixed a major regression
13:51WurblzapThen, Zornreich, we should stop having it as a blocker
13:51LpSolitI agree
13:52WurblzapI understand Max will be back on Friday?
13:52LpSolithe posted an email last night he would be too busy today
13:53ZornreichWurblzap: depends.. if only minor blockers are left, then they could be fixed in 2.20.1
13:53Zornreichbut then.. are they really blockers? :)
13:53LpSolitprecisely :)
13:53LpSolitminor blockers aren't blockers IMO
13:53WurblzapYup
13:53LpSolit[wanted for 2.20] would be more appropriate
13:54LpSolitlike myk did
13:54Zornreichhmm.. those two gerv bugs are for 2.18 too.. :/
13:54WurblzapOr milestone on 2.20
13:54LpSolitZornreich: yeah.. that's ridiculous
13:54LpSolitZornreich: if they were really blockers, we wouldn't have 2.18, .1, .2 and .3 yet
13:55ZornreichBug 247936 might happen if somebody does it..
13:55ssdbotZornreich: Bug https://bugzilla.mozilla.org/show_bug.cgi?id=247936 nor, --, Bugzilla 2.18, gerv@mozilla.org, NEW, Delete Product does not clean up Series table
13:55LpSolitI posted a patch
13:56Zornreichtheir blocking has moved from 2.18.1 to 2.18.4.. no reason they could be moved to block 2.20.1 :)
13:57Zornreichinstead 2.20 that is
13:58LpSolitpushing a blocker means it's not a blocker!
13:59LpSolitColin: no new patch for Pg docs? :(
13:59ColinLpSolit, probably forgot about it
13:59Colinbeen doing so much recently
13:59Zornreichhmm.. if mkanat is busy, who is going to handle his three blockers?
14:03LpSolitthanks for you patch, glob
14:03LpSolitglob: what's so insane these days?
14:07globLpSolit: work, kids
14:23LpSolittimely, timelyx: i don't think we need the blocking-seamonkey1.0a flag for Bugzilla
14:25ssdbotLpSolit@gmail.com added attachment 190705 to bug 292059.
14:25ssdbotLpSolit@gmail.com requested review from wicked@etlicon.fi for attachment 190705 on bug 292059.
14:25ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=292059 nor, --, Bugzilla 2.20, LpSolit@gmail.com, ASSI, No locking in createaccount.cgi
14:42ssdbotwicked@etlicon.fi granted review for attachment 190705 on bug 292059.
14:42ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=292059 nor, --, Bugzilla 2.20, LpSolit@gmail.com, ASSI, No locking in createaccount.cgi
14:43ssdbotLpSolit@gmail.com added attachment 190710 to bug 292059.
14:43ssdbotLpSolit@gmail.com requested review from wicked@etlicon.fi for attachment 190710 on bug 292059.
14:43ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=292059 nor, --, Bugzilla 2.20, LpSolit@gmail.com, ASSI, No locking in createaccount.cgi
14:44LpSolitZornreich: this one applies cleanly ;)
14:46Zornreichso it does :)
14:49ssdbotwicked@etlicon.fi granted review for attachment 190710 on bug 292059.
14:49ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=292059 nor, --, Bugzilla 2.20, LpSolit@gmail.com, ASSI, No locking in createaccount.cgi
14:50ssdbotwicked@etlicon.fi requested approval from the wind on bug 292059.
14:50ssdbotwicked@etlicon.fi requested approval2.20 from the wind on bug 292059.
14:50ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=292059 nor, --, Bugzilla 2.20, LpSolit@gmail.com, ASSI, No locking in createaccount.cgi
14:51LpSolitZornreich: do you have some time left to review the backports in bug 273767?
14:51ssdbotLpSolit: Bug https://bugzilla.mozilla.org/show_bug.cgi?id=273767 maj, --, Bugzilla 2.18, LpSolit@gmail.com, ASSI, Cannot log out when param(shutdownhtml) is active
14:52LpSolitZornreich: mkanat reviewed the patch for the trunk but is a bit lazy about the backports :(
15:00Zornreichsure, I'll do them now
15:02LpSolitthanks :)
15:13LpSolitjustdave: could you go through the approval queue? I would like to do checkins asap before doing some tests on rc2
15:14justdaveyou mean you filled it up again since last night? :)
15:14LpSolit8 bugs
15:15justdaveheh, so you did
15:16timelyxheh
15:18Zornreichhmmhmmhmm.. is shutdownhtml supposed to allow only doeditparams.cgi, editparams.cgi and login?
15:19LpSolitZornreich: yes
15:20LpSolitZornreich: and checksetup.pl
15:20Zornreichlooks like it doesn't shutdown editclassifications.cgi or any .cgi that doesn't use CGI.pl
15:20Zornreich(this is on 2.20)
15:21LpSolitZornreich: you are right
15:21Zornreichlogin is shutdown too, hmm.
15:21Zornreichbut not with your patch :/
15:21LpSolit?
15:22LpSolitZornreich: don't forget that the user has to log in to access editparams.cgi
15:24LpSolitZornreich: the fact that some pages miss require "CGI.pl" is not the topic of this bug
15:24ZornreichLpSolit: no, it's not. just something I run into. :)
15:24LpSolitok :)
15:25Zornreichso, do we care if editvalues.cgi, editclassifications.cgi, testagent.cgi and showattachment.cgi are not shutdown?
15:25Zornreichand is there a bug open about it already?
15:26LpSolitwe don't care about showattachment, because it redirects to attachment.cgi which requires CGI.pl
15:26Zornreichand probably testagent.cgi either
15:26LpSolitand I think it's fine to be able to use testagent while bz is down
15:26LpSolityes
15:26Zornreichit's nice to have it working when updating :)
15:27LpSolitbut we should fix that for the 2 remaining .cgi files
15:27Zornreichyeah, I'll file a bug if I dont' find one
15:29LpSolitok
15:29LpSolitI think it's a blocker ;)
15:36LpSolitZornreich: this bug is 2.20 specific because 2.21 has the shutdown section in Bugzilla.pm and is consequently always called
15:36Zornreichyeah, I was remembering something like that..
15:37LpSolitZornreich: maybe should we fix it for 2.18 too
15:56LpSolitZornreich: 2.18 is not affected !! :)
15:56LpSolitZornreich: only showattachment.cgi and testagent.cgi do not require CGI.pl
15:57Zornreichwhy don't search/file the bug too, while you are looking into it :)
15:57LpSolitok
15:58Zornreichthanks, I'm doing the reviews for you
15:58LpSolitnice
15:59ssdbotwicked@etlicon.fi denied review for attachment 189973 on bug 273767.
15:59ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=273767 maj, --, Bugzilla 2.18, LpSolit@gmail.com, ASSI, Cannot log out when param(shutdownhtml) is active
16:05ssdbotwicked@etlicon.fi granted review for attachment 189976 on bug 273767.
16:05ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=273767 maj, --, Bugzilla 2.18, LpSolit@gmail.com, ASSI, Cannot log out when param(shutdownhtml) is active
16:08LpSolitZornreich: could you check the patch for the tip too? Maybe mkanat forgot to test it with requirelogin on
16:08ZornreichI'm looking at it, and would guess it has the same problem as 2.20 backport..
16:08Zornreichbut I'll test it too :)
16:09LpSolitnice catch anyway
16:12ssdbotwicked@etlicon.fi denied review for attachment 189962 on bug 273767.
16:12ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=273767 maj, --, Bugzilla 2.18, LpSolit@gmail.com, ASSI, Cannot log out when param(shutdownhtml) is active
16:16ssdbotNew Bugzilla bug 302357 filed by LpSolit@gmail.com.
16:16ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302357 maj, --, ---, LpSolit@gmail.com, NEW, some .cgi files ignore Param(shutdownhtml) in 2.19.x and 2.20rc1
16:18ssdbotLpSolit@gmail.com requested blocking2.20 from the wind on bug 302357.
16:18ssdbotLpSolit@gmail.com changed the Target Milestone on bug 302357 from --- to Bugzilla 2.20.
16:18ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302357 maj, --, Bugzilla 2.20, LpSolit@gmail.com, ASSI, some .cgi files ignore Param(shutdownhtml) in 2.19.x and 2.20rc1
16:19ZornreichLpSolit: is it so that Bugzilla.pm is included to every .cgi?
16:19LpSolitZornreich: they all have a call of the form Bugzilla->xxx
16:20Zornreichah, ok.
16:20LpSolitZornreich: except xml.cgi, showattachment.cgi and testserver.cgi
16:20LpSolitZornreich: the first two redirect to another .cgi and testagent is safe
16:20Zornreichyeah
16:29ssdbotLpSolit@gmail.com added attachment 190725 to bug 302357.
16:29ssdbotLpSolit@gmail.com requested review from wicked@etlicon.fi for attachment 190725 on bug 302357.
16:29ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302357 maj, --, Bugzilla 2.20, LpSolit@gmail.com, ASSI, some .cgi files ignore Param(shutdownhtml) in 2.19.x and 2.20rc1
16:41ssdbotLpSolit@gmail.com cancelled review+ for attachment 189962 on bug 273767.
16:41ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=273767 maj, --, Bugzilla 2.18, LpSolit@gmail.com, ASSI, Cannot log out when param(shutdownhtml) is active
16:42ssdbotLpSolit@gmail.com added attachment 190727 to bug 273767.
16:42ssdbotLpSolit@gmail.com requested review from wicked@etlicon.fi for attachment 190727 on bug 273767.
16:42ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=273767 maj, --, Bugzilla 2.18, LpSolit@gmail.com, ASSI, Cannot log out when param(shutdownhtml) is active
16:46ssdbotwicked@etlicon.fi granted review for attachment 190727 on bug 273767.
16:46ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=273767 maj, --, Bugzilla 2.18, LpSolit@gmail.com, ASSI, Cannot log out when param(shutdownhtml) is active
16:49ssdbotLpSolit@gmail.com added attachment 190728 to bug 273767.
16:49ssdbotLpSolit@gmail.com requested review from wicked@etlicon.fi for attachment 190728 on bug 273767.
16:49ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=273767 maj, --, Bugzilla 2.18, LpSolit@gmail.com, ASSI, Cannot log out when param(shutdownhtml) is active
16:50ssdbotwicked@etlicon.fi granted review for attachment 190728 on bug 273767.
16:50ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=273767 maj, --, Bugzilla 2.18, LpSolit@gmail.com, ASSI, Cannot log out when param(shutdownhtml) is active
16:53ssdbotLpSolit@gmail.com requested approval from the wind on bug 273767.
16:53ssdbotLpSolit@gmail.com requested approval2.18 from the wind on bug 273767.
16:53ssdbotLpSolit@gmail.com requested approval2.20 from the wind on bug 273767.
16:53ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=273767 maj, --, Bugzilla 2.18, LpSolit@gmail.com, ASSI, Cannot log out when param(shutdownhtml) is active
17:04LpSolitjustdave: the blocking-seamonkey1.0a flag seems useless for Bugzilla ;)
17:05justdaveyes, no kidding. complain to timely, he put it there ;)
17:09ssdbotwicked@etlicon.fi granted review for attachment 190725 on bug 302357.
17:09ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302357 maj, --, Bugzilla 2.20, LpSolit@gmail.com, ASSI, some .cgi files ignore Param(shutdownhtml) in 2.19.x and 2.20rc1
17:10ssdbotwicked@etlicon.fi requested approval2.20 from the wind on bug 302357.
17:10ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302357 maj, --, Bugzilla 2.20, LpSolit@gmail.com, ASSI, some .cgi files ignore Param(shutdownhtml) in 2.19.x and 2.20rc1
17:10Zornreichhmm.. first patch on https://bugzilla.mozilla.org/show_bug.cgi?id=70907 looks like good candidate for truncation from DB :)
17:10ssdbotZornreich: Bug 70907 enh, --, Bugzilla 2.22, wurblzap@gmail.com, ASSI, QuickSearch: port the JS code to perl (make it server-side)
17:11LpSolitthanks for all these reviews, wicked :)
17:11Zornreichnp, let's just hope they don't regress things too badly :)
17:12LpSolitthat's why I would like to check them in now, in order to have time till Friday to do some tests
17:12LpSolitjustdave: ^^
17:41ZornreichLpSolit: purt alpha2 finds 673 undefined routines (alpha1 found 702)
17:42LpSolitthis is because it doesn't look at modules imported by CGI.pl
17:43LpSolitit's painful to optimise it
17:43LpSolitespecially because of the POD
17:49Zornreicheh, I made nice comment "Both editvalues and editvalues.." :)
17:49LpSolitindeed lol
17:50Zornreichnow.. if only bug 540 would here I could..
17:50ssdbotZornreich: Bug https://bugzilla.mozilla.org/show_bug.cgi?id=540 enh, P2, Bugzilla 2.22, mkanat@bugzilla.org, NEW, Need feature to edit long description/comments
18:00LpSolitZornreich: have you better results with alpha 3 ?
18:02Truword: seen mkanat?
18:02wordmkanat was last seen on #mozwebtools 1 day, 11 hours, 56 minutes and 43 seconds ago, saying: It got morphed slightly in the Custom Fields meta-izing. [Mon Jul 25 23:05:51 2005]
18:03TruHey - cool! I had forgotten about using expect to deal with stupid programs like fsck :) Now I can fix my busted image without having to sit there holding the enter key for hours on end... :)
18:03ZornreichLpSolit: 457
18:03LpSolit*much* better :)
18:03LpSolit1/3
18:03Truquick little flood all - this is worth keeping ...
18:03Truset timeout 10
18:03Truspawn sudo /sbin/fsck /dev/loop0
18:03Trumatch_max 100000
18:03Truexpect -exact &quot;Abort<y>? &quot;
18:03Trusend -- &quot;n&quot;
18:03Truwhile {1} {
18:03Tru expect {
18:03Tru -exact &quot;<y>? &quot; {send -- &quot;\n&quot;}
18:03Tru timeout {send_user &quot;timed out\n&quot;; exit}
18:03Tru eof {exit}
18:04LpSolitwell done Tru!
18:04TruThat was the whole thing :)
18:04TruPerfect timing eh? :)
18:05Zornreichlooks like &:: are the biggest problem
18:06LpSolitZornreich: yeah.. I forgot that :(
18:06Zornreichthat and $dbh->bz_* usage
18:06LpSolitany suggestion?
18:06LpSolitI don&#39;t really know how to correctly handle &::
18:07Zornreichhmm.. and Throw*Error via globals.pl (CGI.pl contains use Bugzilla::Error)
18:08ZornreichLpSolit: dunno, that code is pretty much over my head even in it&#39;s current form :)
18:09LpSolitZornreich: there is a bug at line 203
18:09LpSolitZornreich: should be $use_cgi
18:09LpSolitnot $use_globals
18:10Zornreich386
18:11LpSolitalmost the half compared to alpha 1 :)
18:12LpSolitZornreich: I wonder if modules in Foo/Bar/ automatically know routines defined or used in Foo.pm
18:16Zornreichhmm..
18:16Zornreichshouldn&#39;t that also consider external modules and perhaps output all such modules so that we know that requirements are correct?
18:18LpSolitgood luck to implement that
18:18LpSolitunless PURT uses these modules and look at %ISA
18:19timelloLpSolit, ping
18:19LpSolitpong
18:20timellodo you see any block to continue editproduct templatizing?
18:20LpSolitall need templatizing
18:20timelloso, lets continue
18:21LpSolittimello: you could start with EmitFormElements() maybe
18:21timellook
18:22timelloLpSolit, I don&#39;t like the summary of the bug 293524 anymore, it is so generic
18:22ssdbottimello: Bug https://bugzilla.mozilla.org/show_bug.cgi?id=293524 nor, --, ---, timello@gmail.com, NEW, Step 3 (templatize): templatize and move code from edit[products,components,classifications,mileston
18:23ssdbotmyk@mozilla.org granted approval on bug 301018.
18:23ssdbotmyk@mozilla.org granted approval2.20 on bug 301018.
18:23ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=301018 tri, --, Bugzilla 2.20, wurblzap@gmail.com, NEW, Add INTERFACE section to bug/create/created.html.tmpl
18:23ssdbotmyk@mozilla.org granted approval on bug 302200.
18:23ssdbotmyk@mozilla.org granted approval2.20 on bug 302200.
18:23ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302369 nor, --, ---, mozilla.webmaster@mozilla.bugs, UNCO, [403]
18:24ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302200 nor, --, Bugzilla 2.20, robzilla@siklos.ca, ASSI, uninitialized value when saving email prefs
18:24ssdbotmyk@mozilla.org granted approval on bug 293950.
18:24ssdbotmyk@mozilla.org granted approval2.20 on bug 293950.
18:24ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=293950 tri, --, Bugzilla 2.20, LpSolit@gmail.com, ASSI, enter bug product failure messages suboptimal
18:25ssdbotmyk@mozilla.org granted approval on bug 302214.
18:25ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302214 tri, --, Bugzilla 2.22, robzilla@siklos.ca, NEW, missing space &quot;storedin&quot; in mail_delivery_method desc
18:25LpSolitwhat does 302200 here???
18:25LpSolitsorry 302369
18:26ssdbotmyk@mozilla.org granted approval on bug 301446.
18:26ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=301446 cri, --, Bugzilla 2.22, bugzilla@glob.com.au, ASSI, Changing several bugs at once crashes if the user wants to automatically redisplay the bug he change
18:26ssdbotmyk@mozilla.org granted approval on bug 292059.
18:26ssdbotmyk@mozilla.org granted approval2.20 on bug 292059.
18:26ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=292059 nor, --, Bugzilla 2.20, LpSolit@gmail.com, ASSI, No locking in createaccount.cgi
18:28ColinLpSolit, ssdbot gets a bit confused
18:29ssdbotmyk@mozilla.org granted approval on bug 273767.
18:29ssdbotmyk@mozilla.org granted approval2.18 on bug 273767.
18:29ssdbotmyk@mozilla.org granted approval2.20 on bug 273767.
18:29ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=273767 maj, --, Bugzilla 2.18, LpSolit@gmail.com, ASSI, Cannot log out when param(shutdownhtml) is active
18:29ssdbotNew Bugzilla bug 302370 filed by timello@gmail.com.
18:29ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302370 enh, --, ---, administration@bugzilla.bugs, UNCO, remove the EmitFormElements routine from editproducts.cgi and templatize that code
18:30wonderboycan anyone help me install bugzilla?
18:30timelloLpSolit, could you assign it to gbel ?
18:30timelloword, gbel
18:30wordtimello: sorry...
18:30timelloword, gbel?
18:30wordtimello: i haven&#39;t a clue
18:30wonderboyi am trying to install bugzilla and when i run the checksetup.pl it tells me i have modules missing and how to install them, i run those commands and it installs them, and then i run the checksetup.pl again and it says im still missing them, I just rebooted my server to see if that would help, however the packages are still missing. anyone?
18:31timelloword, gbel is Gabriel Sales de Oliveira <gabriel@async.com.br>
18:31wordOK, timello.
18:31timelloword, gbel?
18:31wordgbel is Gabriel Sales de Oliveira <mailto:gabriel@async.com.br>
18:32LpSolitZornreich: I found another bug in alpha 3
18:32timelywonderboy: what modules did it say were missing?
18:32ssdbotmyk@mozilla.org granted approval2.20 on bug 301967.
18:32LpSolitI forgot to consider routines defined in globals.pl :-D
18:32ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=301967 min, --, Bugzilla 2.20, LpSolit@gmail.com, ASSI, Some .pm files have invalid POD syntax
18:32wonderboyBugzilla requires some Perl modules which are either missing from your
18:32wonderboysystem, or the version on your system is too old.
18:32wonderboyThey can be installed by running (as root) the following:
18:32wonderboy /usr/bin/perl5.8.5 -MCPAN -e &#39;install &quot;AppConfig&quot;&#39;
18:32wonderboy Minimum version required: 1.52
18:32wonderboy /usr/bin/perl5.8.5 -MCPAN -e &#39;install &quot;Date::Format&quot;&#39;
18:32wonderboy Minimum version required: 2.21
18:33wonderboythose
18:33wonderboyplus some other optional ones.
18:33timelylpsolit/timello: care to explain to wonderboy how to find out what version of the modules seems to be available?
18:33ssdbotmyk@mozilla.org cancelled blocking2.20? on bug 302357.
18:33ssdbotmyk@mozilla.org granted approval2.20 on bug 302357.
18:34ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302357 maj, --, Bugzilla 2.20, LpSolit@gmail.com, ASSI, some .cgi files ignore Param(shutdownhtml) in 2.19.x and 2.20rc1
18:34* timely notes that the easiest way is to read the checksetup code
18:34LpSolittimely: I&#39;m a bit busy right now
18:34ssdbotmyk@mozilla.org granted approval2.20 on bug 184037.
18:34wonderboysorry, i dont know anything about perl...
18:34ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=184037 enh, --, Bugzilla 2.22, LpSolit@gmail.com, RESO FIXED, Run podchecker on .pm files
18:34timellogbel, 293524
18:35wonderboycan i post everything the checksetup.pl file outputs? would that hlep?
18:35timellowonderboy, wait
18:35wonderboyok.
18:35Zornreichwonderboy: please don&#39;t. post only the two AppConfig and Date::Format lines from the top of it&#39;s output.
18:36timelloword, paste?
18:36wordi don&#39;t know, timello
18:36timelloword, paste is http://phpfi.com/
18:36wordOK, timello.
18:36timellowonderboy, use that site
18:36wonderboyChecking for AppConfig (v1.52) not found
18:37wonderboyChecking for Date::Format (v2.21) not found
18:39wonderboyhttp://phpfi.com/71707
18:40Zornreichwonderboy: what happens when you run -> /usr/bin/perl5.8.5 -MCPAN -e &#39;install &quot;AppConfig&quot;&#39;
18:40wonderboyit goes and gets it and installs it
18:40wonderboythen i run the checksetup.pl again, and it still says its missing
18:41wonderboyi figured i would go the windows route and pull a Reboot, however when it came back up that was still missing
18:41timellohumm, interesting
18:41timelloas root right?
18:41wonderboyof course
18:42timello:)
18:42wonderboyroot@uranus bugzilla #
18:42wonderboyand btw i did name my server uranus so i could &quot;Download Logs off Uranus&quot;
18:42Zornreich:)
18:43timelloI have no idea, do you Zornreich ?
18:43wonderboyi know
18:43wonderboyim stumped
18:44wonderboythere isnt like a known issue with Gentoo linux and this is there?
18:46Zornreichhmm..
18:47Zornreichcould be that the install fails or there is some permission problems on the installed modules (I hear RH has had this kind of problem, dunno about Gentoo)
18:47wonderboyim not like a linux n00b or anything, i just dont know much about perl and how it works
18:47Zornreichok, then you probably can decipher the CPAN output and know that there was no error :)
18:47timellohave you tried to use &#39;locate&#39; to find AppConfig* for instance, and the files are there?
18:48ssdbotNew Bugzilla bug 302372 filed by ispiked@gmail.com.
18:48timellolike here, it is in /usr/local/share/perl/5.8.5/AppConfig...
18:48ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302372 nor, --, ---, attach-and-request@bugzilla.bugs, NEW, Requestee input field is way too small
18:48wonderboyyeah
18:48wonderboyits there
18:49Zornreichtry /usr/bin/perl5.8.5 -MAppConfig -e&#39;print $AppConfig::VERSION;&#39;
18:49wonderboyusr/local/perl/lib/perl5/site_perl/5.8.5/AppConfig.pm
18:49Zornreichit should output the version of AppConfig
18:49wonderboy /usr/bin/perl5.8.5 -MCPAN -e &#39;install &quot;AppConfig&quot;&#39;
18:50wonderboyhold on
18:50wonderboyroot@uranus bugzilla # /usr/bin/perl5.8.5 -MAppConfig -e&#39;print $AppConfig::VERSION;&#39;
18:50wonderboyCan&#39;t locate AppConfig.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/site_perl/5.8.5/i686-linux /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.5/i686-linux /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.5/i686-linux /usr/lib/perl5/5.8.5 /usr/local/lib/site_perl .).
18:50wonderboyBEGIN failed--compilation aborted.
18:50wonderboyroot@uranus bugzilla #
18:50LpSolitZornreich: PURT 1.0a4 sent
18:51Zornreichhmm.. that INC path doesn&#39;t seem to include usr/local/perl/lib/perl5/site_perl/5.8.5/
18:51Zornreichthat&#39;s why it can&#39;t be found, me thinks
18:52timellogbel, bug 302370
18:52ssdbottimello: Bug https://bugzilla.mozilla.org/show_bug.cgi?id=302370 enh, --, ---, administration@bugzilla.bugs, UNCO, remove the EmitFormElements routine from editproducts.cgi and templatize that code
18:52wonderboyhrmm
18:54wonderboyso i need to update my PATH? or is that perl prob?
18:55LpSolitZornreich: I still have to make him understand methods
18:56Zornreichwonderboy: perl has it&#39;s own &quot;path&quot; called @INC. I&#39;m not quite sure how one could about changing that..
18:57Zornreichperhaps someone else in here knows.. I gotta go eat something before I pass out. :)
18:57wonderboywell, what would you suggest i do to fix this problem? (i NEED to get bugzilla installed)
19:01timelythere&#39;s PERL5LIB
19:01timelyif you read man perl or perldoc perlrun (?) you should be able to find info about PERL5LIB and its relatives
19:02timellowonderboy, http://perl.apache.org/docs/1.0/guide/install.html
19:02timelyi&#39;m not sure how one goes about changing the default environment to include PERL5LIB defined to the sane value you&#39;ll want to specify
19:03wonderboynone of those are man entries
19:03timelyat least temporarily you can export PERL5LIB and continue w/ checksetup
19:03timelyanyway, perldoc perlrun is what you want for PERL5LIB
19:03wonderboyroger ill go read and report back
19:14timellowonderboy, tried &quot;export PERL5LIB=/usr/local/perl/lib/perl5/site_perl/5.8.5&quot;? and ran checksetup again?
19:17ZornreichLpSolit: 305
19:17LpSolitnice
19:20ssdbotLpSolit@gmail.com set the Resolution field on bug 301967 to FIXED.
19:20ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=301967 min, --, Bugzilla 2.20, LpSolit@gmail.com, RESO FIXED, Some .pm files have invalid POD syntax
19:26* justdave just tried to approve a bug he opened a while ago and midaired with myk
19:27LpSolitjustdave: there is no bug left to approve
19:27justdaveheh.
19:28timelyheh
19:30wonderboytimello: that worked
19:34ssdbotLpSolit@gmail.com changed the Target Milestone on bug 184037 from Bugzilla 2.22 to Bugzilla 2.20.
19:34ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=184037 enh, --, Bugzilla 2.20, LpSolit@gmail.com, RESO FIXED, Run podchecker on .pm files
19:35ssdbotispiked@gmail.com added attachment 190744 to bug 302372.
19:35ssdbotispiked@gmail.com requested review from myk@mozilla.org for attachment 190744 on bug 302372.
19:35ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302372 nor, --, ---, ispiked@gmail.com, ASSI, Requestee input field is way too small
19:37LpSolitjustdave: http://bonsai.mozilla.org/cvsgraph.cgi?file=mozilla/webtools/bugzilla/t/011pod.t
19:37LpSolitjustdave: click 1.1.2.1
19:49ssdbotLpSolit@gmail.com set the Resolution field on bug 302357 to FIXED.
19:49ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302357 maj, --, Bugzilla 2.20, LpSolit@gmail.com, RESO FIXED, some .cgi files ignore Param(shutdownhtml) in 2.19.x and 2.20rc1
19:49ssdbotNew Bugzilla bug 302381 filed by wicked@etlicon.fi.
19:49ssdbotBug https://bugzilla.mozilla.org/show_bug.cgi?id=302381 tri, --, ---, documentation@bugzilla.bugs, NEW, QUICKSTART is a bit outdated
19:55ssdbotLpSolit@gmail.com set the Resolution field on