| ../irclogs/#mantishelp.2009-05-01.log | ||
| --- scribe started --- | 00:00 | |
| mantisbot | New bug: Bug 10438 - sdurkin - open - new | 01:12 |
|---|---|---|
| mantisbot | New bug: Incorrect display and calculation of File Size Limits - http://www.mantisbt.org/bugs/view.php?id=10438 | 01:12 |
| mantisbot | New bug: Bug 10439 - sdurkin - open - new | 01:17 |
| mantisbot | New bug: Core.php missing php terminator - http://www.mantisbt.org/bugs/view.php?id=10439 | 01:17 |
| mantisbot | New bug: Bug 10440 - sdurkin - open - new | 02:33 |
| mantisbot | New bug: "Wrong type" errors displayed on View Issue page - http://www.mantisbt.org/bugs/view.php?id=10440 | 02:33 |
| mantisbot | New bug: Bug 10441 - sdurkin - open - new | 04:44 |
| mantisbot | New bug: SYSTEM WARNING: in_array(): Wrong datatype for second argument - http://www.mantisbt.org/bugs/view.php?id=10441 | 04:44 |
| mantisbot | New bug: Bug 10442 - sdurkin - open - new | 04:44 |
| mantisbot | New bug: Mantis 1.2.0a3 not compatible with ZendOptimizer - http://www.mantisbt.org/bugs/view.php?id=10442 | 04:44 |
| mantisbot | New bug: Bug 10443 - sdurkin - open - new | 04:49 |
| mantisbot | New bug: Embedded videos - http://www.mantisbt.org/bugs/view.php?id=10443 | 04:49 |
| kinabalu | hey guys are there any demo sites using the new 1.2 branch? | 05:06 |
| dhx_m | the main Mantis tracker uses 1.2 | 05:12 |
| dhx_m | but it isn't a demo as such | 05:12 |
| kinabalu | trying to gauge what the new version has in store by a little perusing | 05:17 |
| dhx_m | plugins! :) | 05:17 |
| kinabalu | oh? there weren't plugins before eh? | 05:18 |
| kinabalu | anything fun and interesting in there yet? | 05:18 |
| dhx_m | sourceintegration is nice | 05:18 |
| kinabalu | oooh | 05:18 |
| kinabalu | is it somewhat stable? | 05:18 |
| dhx_m | I'm using it on a small project with no problems | 05:19 |
| dhx_m | as with everything, you should always do thorough testing before updating software on a live server | 05:19 |
| kinabalu | is there any way to pull in a common header, so I can make the wiki and the bugtracker seem like they're just 2 parts of the same web? | 05:19 |
| kinabalu | yeah, of course | 05:19 |
| dhx_m | not so sure about that | 05:19 |
| dhx_m | I'm sure you could devise some method of doing that by changing a little bit of code | 05:19 |
| kinabalu | so, no theming support out of the box | 05:20 |
| dhx_m | nope | 05:21 |
| kinabalu | dhx_m: sourceintegration is where? i don't see it in the pluginlist | 05:58 |
| dhx_m | mantisforge.org :) | 05:59 |
| dhx_m | git.mantisforge.org | 05:59 |
| kinabalu | ahh | 06:00 |
| mantisbot | New bug: Bug 10444 - sdurkin - open - new | 07:10 |
| mantisbot | New bug: Integration of the Debout plugin framework into the Mantis main-line code-base. - http://www.mantisbt.org/bugs/view.php?id=10444 | 07:10 |
| TomTom | hi there | 11:00 |
| TomTom | is paulr available? | 11:00 |
| TomTom | i got the last nightly and i still have the problem the the database schema could not be created for postgresql | 11:01 |
| TomTom | its still the same error as two months ago | 11:01 |
| siebrand | TomTom: are you able to provide a patch I can apply? | 11:09 |
| TomTom | no, i can only complain and be destructive ;)= | 11:10 |
| siebrand | TomTom: have you created an issue in the bugtracker detailing the failure? | 11:11 |
| siebrand | if so, where is it? | 11:11 |
| TomTom | i posted it three times here. i taked to gaillu and paulr about these issues here in the channel. i am tired of creating accounts... i will try it again in the next month... there are still so many open bugs regarding the schema/postgresql issues | 11:14 |
| siebrand | TomTom: well, we believe strongly in being able to track issues and having the possibility to look something up and ask for feedback in the issues. | 11:17 |
| siebrand | TomTom: if you have a need to get it resolevd, I strongly advise you to create an issue in the tracker. | 11:17 |
| siebrand | TomTom: regardless of your adversity to creating accounts... | 11:17 |
| TomTom | hehe i found the irc logs in the web of my last "report"... | 11:18 |
| TomTom | anonymous issue posting should be possible ;) hmm i could use the wiki to post my issue | 11:19 |
| TomTom | ;) | 11:19 |
| TomTom | where is the schema definition stored? | 11:27 |
| TomTom | the column is being created as boolean and it tried to alter it to integer, which fails. | 11:27 |
| TomTom | siebrand: any idea where the "first" clean schema comes from? some xml definition which is consumed by this adodb and converted? where is it? | 11:40 |
| TomTom | ah schema.php | 11:42 |
| giallu | TomTom, yeas, admin/schema.php | 11:53 |
| * giallu needs to sit and learn how to use pgsql... | 11:53 | |
| giallu | TomTom, which version are you on? | 11:53 |
| TomTom | i am not sure whats exactly the cause... i can execute the "wrong" alter statements directly in the database, where it works (no, not a permission issue) | 11:55 |
| giallu | TomTom, which pgsql version? I would probably be able to test on 8.3.7 | 11:57 |
| TomTom | first bug i avoided was to change the type of the basic schema: line 264 -> redirect_delay I UNSIGNED NOTNULL DEFAULT '0' and COMMENT OUT the update part in line 364 | 11:57 |
| TomTom | i have 8.3.7 | 11:57 |
| TomTom | clean fresh created db, installation without admin (because database exists and owner is mantis user) | 11:58 |
| TomTom | now the next alter/update part fails: line 408 the "due_date" column cant be added via the script, but its possible directly in pgsql with the same syntax | 12:00 |
| TomTom | now i am trought... that are two only bugs | 12:17 |
| TomTom | the second updatestatement (due_date) seems to have a ' to few | 12:17 |
| TomTom | #9379 is definitly a must... now i am searching B) | 12:19 |
| TomTom | ok, its part of the bug entry | 12:20 |
| TomTom | pgsql bug parade... select count(*) from mantis_tag_table where 1.... wrong type | 12:22 |
| sdjfkl | TomTom: do you use the bundled adodb? | 13:03 |
| TomTom | so back from lunch... | 13:04 |
| TomTom | paulr: hmm i got the latest nightly but there is also an adodb 5.05 installed on my system | 13:05 |
| paulr_ | TomTom: if you are using the bundled adodb it should be fine | 13:07 |
| paulr_ | adodb itself doesn't like converting from some things to others | 13:07 |
| paulr_ | I tend to end up having to 'fix' stuff ;/ | 13:07 |
| TomTom | how to override the system-adodb with the provided adodb? | 13:07 |
| paulr_ | for example, in the last adodb 5.08 release | 13:08 |
| paulr_ | they left + at the start of a line from merging in some patch | 13:08 |
| * paulr_ posted http://phplens.com/lens/lensforum/msgs.php?id=17946&PHPSESSID=437ddbf177061b2f96b811e497d2883d day after release on 18/4 but no response yet | 13:08 | |
| paulr_ | your using trunk right? | 13:08 |
| TomTom | yes | 13:08 |
| paulr_ | if you go to /admin/check.php, do you get 5.06 returned? | 13:08 |
| TomTom | downloaded a master archive from 1.5. | 13:08 |
| paulr_ | (yes, 5.08 returns 'V5.06 16 Oct 2008 (c) 2000-2009' as version string) | 13:09 |
| TomTom | 5.05 | 13:09 |
| paulr_ | 39 # Do not explicitly include $t_core_dir to allow using system ADODB by including 40 # it in include path and removing the one distributed with MantisBT (see #7907). 41 require_once( 'adodb/adodb.inc.php' ); | 13:10 |
| paulr_ | i'd be inclined to edit those lines of database_api.php to include $t_core_dir | 13:10 |
| nuclear_eclipse | TomTom: I'm fixing the issue on manage_tags_page | 13:11 |
| paulr_ | whats that? | 13:11 |
| TomTom | nuclear_eclipse: wait, it might be also an adodb problem | 13:11 |
| nuclear_eclipse | well, I don't like 'WHERE 1' on any query | 13:12 |
| nuclear_eclipse | it's pointless, and in htis case is only causing problems | 13:12 |
| paulr_ | yes that needs to go | 13:12 |
| paulr_ | and is trivial to fix | 13:13 |
| nuclear_eclipse | yep | 13:13 |
| TomTom | paulr: so removing line 40 will use the system-adodb? but i want it other way round. use the provided adodb | 13:13 |
| paulr_ | add $t_core_dir to line 41 I think | 13:14 |
| paulr_ | nuclear_eclipse: why dont we use bundled adodb by default? | 13:14 |
| paulr_ | we test bundled adodb | 13:14 |
| nuclear_eclipse | don't ask me | 13:14 |
| paulr_ | and fix bugs in | 13:14 |
| paulr_ | and patch to fix datadict breakages | 13:14 |
| mantisbot | New bug: Bug 10445 - Kyle_Katarn - open - new | 13:16 |
| mantisbot | New bug: Wrong copyright - http://www.mantisbt.org/bugs/view.php?id=10445 | 13:16 |
| mantisbot | New bug: Bug 10446 - jreese - open - assigned | 13:16 |
| mantisbot | New bug: PgSQL error on "WHERE 1" in manage_tags_page.php - http://www.mantisbt.org/bugs/view.php?id=10446 | 13:16 |
| paulr_ | wow @ 10455 | 13:17 |
| CIA-11 | Mantisbt: jreese * ra4eec2ffc34e /manage_tags_page.php: Fix #10446: PgSQL errors with manage_tags_page use of 'WHERE 1'. | 13:18 |
| paulr_ | didn't you just do that wrong john | 13:19 |
| paulr_ | what adds WHERE | 13:19 |
| nuclear_eclipse | yeah, I'm committing another right now; I somehow hit 'undo' on the other part of the change without catching it | 13:21 |
| CIA-11 | Mantisbt: jreese * r02353e8e3252 /manage_tags_page.php: Follow-up to commit a4eec2: missed adding the 'WHERE' clause appropriately. | 13:22 |
| TomTom | now i will do a roundtrip with the bundled adodb and the last nightly | 13:22 |
| nuclear_eclipse | paulr_: would you mind looking at http://leetcode.net/mantis/view.php?id=32 -- I can't replicate the problem the reporter is having, and I've never seen that be a problem in the past either... | 13:26 |
| TomTom | paulr: now the roundtrip worked. i think you shoud definitly change it by default to use the bundled adodb | 13:27 |
| TomTom | so all the wrong DDL syntax stuff with postgresql i wrote before is an issue with the system-provided adodb vs the bundled | 13:27 |
| TomTom | why you guys dont create a selenium (recorded) testcase which clicks all possible links in the base installation? this tags bug would have been found | 13:29 |
| nuclear_eclipse | TomTom: still would have required testing on Postgres as opposed to MySQL.... | 13:30 |
| TomTom | who is using mysql? ;-) | 13:31 |
| TomTom | it takes ages to correct such mistakes | 13:31 |
| nuclear_eclipse | I've tried running and testing on PgSQL, but I always seem to have troubles with it on my machine, and MySQL is just much simpler to manage | 13:32 |
| TomTom | hehe its a matter of habits i think.. getting mysql to run is always a pain... lots of stupid files to modify | 13:33 |
| paulr_ | nuclear_eclipse: it would make sense | 13:33 |
| paulr_ | see what we do for XL columns in core | 13:33 |
| paulr_ | setting default "" is a bit silly imo | 13:33 |
| nuclear_eclipse | really? I've never had to modify any files to ever get mysql running? | 13:33 |
| paulr_ | as null ~ "" | 13:33 |
| TomTom | nuclear_eclipse: oh yes, its because of the connection auth/access... | 13:34 |
| TomTom | but all is easy compared to oracle ;) | 13:34 |
| nuclear_eclipse | you still shouldn't need to modify files to add access permissions... | 13:34 |
| TomTom | i hope the mysql guys made innodb standard... this is also a real pain not to have a standard ACID dbengine as a standard engine | 13:36 |
| nuclear_eclipse | TomTom: well, it's not like InnoDB is all that great either... | 13:37 |
| TomTom | but no one uses a non ACID database... isam is dead since dbase ;) | 13:38 |
| nuclear_eclipse | paulr_: why would he get DB errors for default values on text columns, and I don't, when we both run MySQL 5.0x? | 13:38 |
| nuclear_eclipse | TomTom: well, apparently Mantis schema still prefers ISAM, even if the DBA has set InnoDB as the default type.... | 13:39 |
| TomTom | :-( ive seen this in the schema.php file... | 13:39 |
| nuclear_eclipse | I'm not sure I agree; I'd rather see InnoDB as the preferred DB type.... | 13:39 |
| TomTom | but i dont care, all my databases are transaction aware by default... | 13:40 |
| nuclear_eclipse | now if only Mantis knew wtf a transaction was.... | 13:40 |
| TomTom | this would be not the part of mantis but the part of the outer framework in which mantis runs | 13:41 |
| TomTom | if there is such... | 13:41 |
| nuclear_eclipse | Mantis is its own framework :P | 13:41 |
| nuclear_eclipse | Mantis was created before the whole notion of "web framework" was ever really created... =\ | 13:42 |
| TomTom | grown software | 13:42 |
| TomTom | hehe i am using still mantis 1.0.8 in production | 13:44 |
| TomTom | its a too big issue right now to update the server to new php and mysql | 13:44 |
| TomTom | any idea (other than "when its done") when 1.2 will be released? | 13:46 |
| nuclear_eclipse | sorry, no | 13:47 |
| paulr_ | nuclear_eclipse: ask him if he's changed backend engine from myisam maybe? | 13:53 |
| paulr_ | TomTom: we dont like doing releases :) | 13:53 |
| paulr_ | if we do a release, it implies we need to support it | 13:54 |
| paulr_ | by making everything beta's... ) | 13:54 |
| paulr_ | google have made millions out of beta's | 13:54 |
| TomTom | hehe but i never found a bug when using these google betas :) | 14:05 |
| paulr_ | bit like our beta's! | 14:05 |
| TomTom | my major interest in the 1.2 tree is the planning plugin and the connectivity to eclipse mylyn | 14:06 |
| nuclear_eclipse | dhx_m: around? | 14:21 |
| dhx_m | hi, just got a nice email :) | 14:22 |
| dhx_m | I shall try it out a bit later when I have a bit more time | 14:23 |
| nuclear_eclipse | mind testing the fixen for #30? | 14:23 |
| nuclear_eclipse | ok, thanks | 14:23 |
| dhx_m | yep | 14:23 |
| [KK]Kirill | hi all. | 14:23 |
| [KK]Kirill | happy holiday | 14:23 |
| nuclear_eclipse | hello | 14:23 |
| nuclear_eclipse | what holiday? | 14:23 |
| dhx_m | thanks for the fix nuclear_eclipse :) | 14:24 |
| [KK]Kirill | First May | 14:24 |
| nuclear_eclipse | you're welcome; thanks for pointg out my mistakes ;) | 14:24 |
| nuclear_eclipse | [KK]Kirill: I hadn't even noticed :P | 14:24 |
| [KK]Kirill | http://en.wikipedia.org/wiki/May_Day | 14:26 |
| [KK]Kirill | In Russia today holiday | 14:26 |
| [KK]Kirill | In Ukrain 2 days | 14:27 |
| [KK]Kirill | 1 and 2nd of May | 14:27 |
| nuclear_eclipse | mm, we still go to work as if it was nothing =\ | 14:27 |
| [KK]Kirill | I regret you :( | 14:28 |
| [KK]Kirill | nuclear_eclipse: You Victory day celebrate 8 or 9 of May? | 14:28 |
| nuclear_eclipse | nope, I'm in the US; we don't have a Victory Day | 14:29 |
| [KK]Kirill | Why? | 14:30 |
| [KK]Kirill | You don't victory fashism? | 14:30 |
| TomTom | haha | 14:31 |
| [KK]Kirill | http://en.wikipedia.org/wiki/Victory_Day_(Eastern_Europe) | 14:32 |
| nuclear_eclipse | well, since we were in the war for long after the victory in Europe, it doesn't quite apply to us :P | 14:32 |
| [KK]Kirill | You first american who talk this :) | 14:32 |
| TomTom | "US world domination tour, bringing the war to a country next to you. soon!" | 14:32 |
| TomTom | ;) | 14:33 |
| [KK]Kirill | All other talk me that only american win german | 14:33 |
| nuclear_eclipse | we used to have a holiday marking the victory over Japan, but it's no longer a politically correct holiday because of the way we "won" | 14:33 |
| TomTom | hey stop, mr obama hit the breaks... | 14:33 |
| [KK]Kirill | :) | 14:33 |
| TomTom | nuclear_eclipse: dont care even the russians dont care.. they wasted millions of lives to obey the orders for their mad dictator... | 14:34 |
| nuclear_eclipse | and while I would probably agree that the US involvement in Europe was the deciding factor in victory, it certainly wasn't our victory -- it was most definitely won by the lives of all the countries involved, esp the massacres on the eastern fronts.... | 14:35 |
| [KK]Kirill | TomTom: I thisnk soo We have dictator, but we need this dictator | 14:36 |
| [KK]Kirill | Our people don't want live if they don't mad | 14:37 |
| TomTom | bad signs for the future | 14:37 |
| [KK]Kirill | I am sorry that at us have cancelled the death penalty | 14:38 |
| TomTom | the level of a society can definitly be measured by its opinion about death penalty... third world societies have the death penalty B)= | 14:40 |
| [KK]Kirill | third or no... But we need this... It's russian mentality | 14:52 |
| paulr_ | TomTom: did you get it working? | 16:12 |
| TomTom | paulr: you did not read it? 15:26 <TomTom> paulr: now the roundtrip worked. i think you shoud definitly change it by default to use the bundled adodb | 16:16 |
| paulr_ | ahh | 16:16 |
| paulr_ | I read | 16:16 |
| paulr_ | but forgot | 16:16 |
| paulr_ | right, pub time! | 16:16 |
| paulr_ | bbl | 16:16 |
| TomTom | have fun | 16:17 |
| mantisbot | New bug: Bug 10447 - mkrenzel - open - new | 17:02 |
| mantisbot | New bug: registration mail send over and over instead of issue updates - http://www.mantisbt.org/bugs/view.php?id=10447 | 17:02 |
| no_mind | how can I add a status to a bug report ? | 17:57 |
| no_mind | I want to have a status like 'wont fix', 'later' and 'rejected' in bug status | 17:58 |
| nuclear_eclipse | http://docs.mantisbt.org/master/en/administration_guide/x2193.html | 17:59 |
| no_mind | nuclear_eclipse: seen that but cant figure out which variable is realted to bug status | 18:09 |
| kinabalu | have you guys ever seen an integration with Mantis and TWiki? | 18:33 |
| kinabalu | i'd love for a specific project to do %Mantis[ProjectId]% and get the list of current bugs, etc | 18:33 |
| nuclear_eclipse | no_mind: look for status_enum_string IIRC | 18:41 |
| * nuclear_eclipse kicks paulr | 19:04 | |
| siebrand | nuclear_eclipse: query history even when disabled is a no brainer. Just get rid of it... | 20:03 |
| siebrand | (does that consume *that* much memory?) | 20:04 |
| nuclear_eclipse | siebrand: it does when I'm working with pages that import/process about 40,000 + pieces of data :P | 20:17 |
| siebrand | nuclear_eclipse: eew :) Well, get rid of it :) | 20:18 |
| nuclear_eclipse | eg, importing changeset data from a very large repository | 20:18 |
| nuclear_eclipse | also eg, importing about 14,000 issues from a different tracker | 20:18 |
| siebrand | I can imagine. | 20:18 |
| paulr | lo | 20:32 |
| mantisbot | New bug: Bug 10448 - traptak - open - new | 20:53 |
| mantisbot | New bug: Syntax error in polish translation - http://www.mantisbt.org/bugs/view.php?id=10448 | 20:53 |
Generated by irclog2html.py