| ../irclogs/#mantishelp.2009-12-10.log | ||
| --- scribe started --- | 00:00 | |
| kirillka | dhx_m: around? | 06:06 |
|---|---|---|
| dhx_m | kirillka: hi | 09:00 |
| kirillka | dhx_m: hi | 09:14 |
| kirillka | Did you remember about attach and magic datafile? | 09:15 |
| kirillka | I ask you about this error | 09:15 |
| kirillka | bt I can found solution | 09:15 |
| kirillka | dhx_m: Can you remember me solution? | 09:19 |
| dhx_m | hi | 09:25 |
| dhx_m | yep I thought that was fixed? | 09:25 |
| kirillka | dhx_m: Yes, but on forum http://www.mantisbt.org/forums/viewtopic.php?f=3&t=9352 | 09:27 |
| dhx_m | kirillka: http://git.mantisbt.org/?p=mantisbt.git;a=commitdiff;h=e6bc4638aa54ea8e04742b9171dc65a4ae0e3852 | 09:30 |
| dhx_m | post RC2 I think | 09:30 |
| kirillka | dhx_m: I can't check. Send him patch. | 09:34 |
| dhx_m | I'm not signed up to the forums (and don't read them) | 09:35 |
| dhx_m | I imagine most forum users aren't familiar with how to patch things | 09:36 |
| dhx_m | so I suggest just linking to the nightly builds page | 09:36 |
| kirillka | I try help him to apply patch ;) | 09:36 |
| dhx_m | ok :) | 09:37 |
| dhx_m | thanks | 09:37 |
| kirillka | dhx_m: You thanks | 09:37 |
| dhx_m | kirillka: thanks for helping out people on the forum :) | 09:39 |
| kirillka | :) | 09:39 |
| mantisbt_28712 | Hi | 11:52 |
| mantisbt_28712 | I working now to change all tickets priority and i have hundred of tickets, Is there a way to update them once ? | 11:53 |
| moto-moi | update mantis_bug_table set priority = 50 where priority = 30 | 11:55 |
| moto-moi | ? | 11:55 |
| moto-moi | I don't think there's a webinterface thingie for that | 11:55 |
| mantisbt_28712 | let me try it | 11:57 |
| mantisbt_28712 | I can't find mantis_bug_table file ??? | 11:59 |
| moto-moi | ehm.. I gave a database query, not a piece of php? | 11:59 |
| mantisbt_28712 | can you please give me more information and how to accomplish it | 12:00 |
| moto-moi | Hmm, if you don't know any sql, I wouldn't advise you to try this to be honest :) | 12:01 |
| mantisbt_28712 | I worked before on sql | 12:02 |
| mantisbt_28712 | but i need to know how to access it .. i am new developer in Mantis | 12:02 |
| moto-moi | You need access to the database :) | 12:03 |
| moto-moi | where there is a table called mantis_bug_table, among others | 12:03 |
| mantisbt_28712 | ok thanks | 12:04 |
| mantisbt_28712 | i am working on it now | 12:04 |
| mantisbt_28712 | thanks | 12:04 |
| moto-moi | np :) | 12:04 |
| mantisbt_28712 | one more question | 12:06 |
| mantisbt_28712 | i got access to sql and i found that table | 12:07 |
| mantisbt_28712 | but if i change priority to 50 this will change it to Urgen but i change it to 80 this will change it to medium according to my setup table ? | 12:15 |
| mantisbt_28712 | Is this correct ? | 12:15 |
| moto-moi | poeh | 12:16 |
| moto-moi | I don't know the relation between the numbers | 12:16 |
| moto-moi | but you can find a 'bug' in the db, and look @ the frontend what it sais there? | 12:16 |
| mantisbt_28712 | i just found it | 12:21 |
| mantisbt_28712 | but let me confirm this | 12:21 |
| mantisbt_28712 | if i change the priority table to 80 , this will affect all closed ticket and change all priority to 80 ( medium ) | 12:22 |
| mantisbt_28712 | correct | 12:22 |
| mantisbt_28712 | The idea of doing that | 12:22 |
| mantisbt_28712 | is remove normal priority from tables and change it to medium | 12:22 |
| mantisbt_28712 | but this there are tickets with normal | 12:22 |
| mantisbt_28712 | normal ticket statuts will showing @30# numbers | 12:23 |
| mantisbt_28712 | so the idea here is to create medium priority then remove normal | 12:23 |
| mantisbt_28712 | how about that ? | 12:23 |
| mantisbt_28712 | Are you still there ? | 12:32 |
| moto-moi | ehm, sorry :P | 12:58 |
| moto-moi | mantisbt_28712: I don't know if really removing a priority is a good idea, but I'm not a developer of mantis, so maybe it could work :) | 13:00 |
| kenguest | mantisbt_28712: before you try it - I'd suggest you make a backup of the database - just in case ;) | 13:03 |
| mantisbt_28712 | i just change the priority from mantis db but this didn't affect anything .. thanks for suggest about backup, this is the first thing i did before making any changes | 13:24 |
| mantisbt_28712 | Also I need to change the default value for new issues, ex. Medium for Priority | 13:27 |
| mantisbt_28712 | Can you please tell me how to do it ? | 13:27 |
| dirtyal | nuclear_elipse are you there? | 17:03 |
| nuclear_eclipse | dirtyal: howdy | 17:59 |
| dirtyal | hello | 17:59 |
| dirtyal | I came into a king of a bug yesterday | 18:00 |
| nuclear_eclipse | I noticed | 18:00 |
| dirtyal | function svn_call | 18:00 |
| nuclear_eclipse | you kept catching me while I was afk :P | 18:00 |
| dirtyal | the svn running as apache is trying to open /root/.subversion | 18:01 |
| nuclear_eclipse | fyi, source integration is not yet compatible with the 1.3 branch of mantis | 18:01 |
| dirtyal | aside from that | 18:01 |
| dirtyal | it is workign so far | 18:01 |
| dirtyal | with 1.3dev | 18:01 |
| dirtyal | just had to add this | 18:02 |
| dirtyal | $s_call = 'svn --config-dir=/var/www/.subversion'; | 18:02 |
| dirtyal | just to let you know | 18:02 |
| nuclear_eclipse | dirtyal: you should probably configure apache so that a) it's not running as the root user, and b) has /var/www/ as its $home | 18:03 |
| dirtyal | it is no running as root | 18:03 |
| dirtyal | itÅ› running as apache, it is centos 5 default instalation | 18:03 |
| nuclear_eclipse | granted, I'm planning to add an option to allow users to specify extra params to svn, which would do what you need | 18:03 |
| dirtyal | that's why I find the behaviour strnage | 18:04 |
| nuclear_eclipse | hmm, I find it odd that CentOS would config apache to run with /root as its $home | 18:04 |
| dirtyal | svn should be able to run without using .subversion and ignoring bad SSL certificates | 18:04 |
| dirtyal | but they dont have this opntion in the 1.4 version | 18:04 |
| dirtyal | I think. | 18:04 |
| nuclear_eclipse | yeah, you need 1.5 to be able to ignore ssl certs | 18:05 |
| dirtyal | we found out that you can do that in 1.4 in .subversoin/servers | 18:05 |
| nuclear_eclipse | yep | 18:05 |
| dirtyal | this problems are simple but hard to pinpoint | 18:06 |
| nuclear_eclipse | yeah, it's kind of frustrating | 18:06 |
| dirtyal | the exec_shell function runs svn with the HOME set to /] | 18:06 |
| dirtyal | dont down why | 18:06 |
| dirtyal | set to the root directory | 18:06 |
| dirtyal | running as apache | 18:07 |
| dirtyal | maybe you could add some better error messages for thus SVN integration, just a tought, redirecting the std_err of svn to a file and checking it out. | 18:08 |
| nuclear_eclipse | dirtyal: I accept patches :P | 18:08 |
| nuclear_eclipse | tbh, it's basically an issue of time, ie I don't have enough spare time these days =\ | 18:09 |
| nuclear_eclipse | or spare time is taken up by holidays and family :P | 18:09 |
| dirtyal | yehh, you are rught | 18:10 |
| dirtyal | right | 18:10 |
| dirtyal | I will see if I can make something to help with better svn error handling | 18:10 |
| nuclear_eclipse | if you do, I'll be glad to review it and merge it in if I think it's satisfactory | 18:10 |
| dirtyal | ok, I just patched the code today to force fixed_in_version as target_version when the ticket is closed by SVN, as we talked a while ago | 18:14 |
| dirtyal | tks for the attention | 18:19 |
| nuclear_eclipse | np | 18:19 |
| dirtyal | mantis 1.3dev is working for us here better than 1.2rc2, all featrures that we use are ok and the attached image bug is gone | 18:20 |
| dirtyal | just to let you know | 18:20 |
| nuclear_eclipse | the image bug should be fixed in master-1.2.x as well | 18:20 |
| dirtyal | I downloaded the snapshot form mantisforge and git 1.3 by mistake | 18:21 |
| nuclear_eclipse | atm, 1.3 is really not too diverged from 1.2 -- biggest difference is how db_get_table works, which is why I say source-integration isn't yet compatible with 1.3 | 18:21 |
| dirtyal | I wanted the 1.2.x | 18:21 |
| dirtyal | ;) | 18:21 |
| nuclear_eclipse | you should be just fine to grab a snapshot of 1.2.x and use that instead | 18:21 |
| dirtyal | tks | 18:21 |
| dirtyal | the repository is at mantisforge for all branches? | 18:22 |
| nuclear_eclipse | the repo at mantisforge should be a direct clone of the primary repo at git.mantisbt.org | 18:23 |
| dergringo | hi! | 21:18 |
| dergringo | How do I customize status names? I don't need a workflow as described here: http://manual.mantisbt.org/manual.customizing.mantis.customizing.status.values.php | 21:18 |
| nuclear_eclipse | dergringo: create a custom_strings_inc.php and define $s_status_enum_string based off the default values in strings/lang_* | 21:20 |
Generated by irclog2html.py