| ../irclogs/#mantishelp.2010-09-03.log | ||
| --- scribe started --- | 00:00 | |
| Github | mantisbt: master Gianluca Sforna * b916947 (0 files in 0 dirs): Create skeleton for new xml based admin guide with publican. ... | 06:30 |
|---|---|---|
| Github | mantisbt: master Gianluca Sforna * 72a1b51 (4 files in 1 dirs): Import former SGML manual | 06:30 |
| Github | mantisbt: master Gianluca Sforna * 47d77d6 (1 files in 1 dirs): Hide generic preface stuff for now | 06:30 |
| Github | mantisbt: master Gianluca Sforna * 2d0e00a (4 files in 1 dirs): replace "link" tag with "xref" for cross references | 06:30 |
| Github | mantisbt: master Gianluca Sforna * 8b23ec2 (0 files in 0 dirs): Add empty Developers Guide created with publican | 06:30 |
| Github | mantisbt: master Gianluca Sforna * 23d138c (3 files in 1 dirs): Convert SGML files to XML | 06:30 |
| Github | mantisbt: master Gianluca Sforna * 09a2d8c (0 files in 0 dirs): Remove old SGML manual | 06:30 |
| Github | mantisbt: master commits c4f0d68...09a2d8c - http://bit.ly/d4qwp2 | 06:30 |
| giallu | for the records. php-nusoap in fedora and EPEL is being fixed: https://admin.fedoraproject.org/updates/php-nusoap | 07:20 |
| dhx_m | giallu: thanks :) | 08:08 |
| dhx_m | that Fedora package status/management web app is nice | 08:08 |
| giallu | dhx_m, contributors are always welcome :) that's python turbogears based | 08:11 |
| dhx_m | giallu: also nice work with the documentation updates :) | 08:41 |
| teep | Goodday! A few questions regarding installation / securing Mantis.... I read somewhere that after installation I should remove or rename the 'admin' directory... but it seems to contains useful tools... and the installation manual doesn't mention removing it... what should I do? | 10:29 |
| teep | Also, in the detailed documentation of the configuration options, I read that $g_crypto_master_salt must be set, otherwise Mantis won't work... However, the installation manual doesn't mention it, and I haven't set it (in fact, a grep revealed that it is not set nor being used anywhere) and Mantis seems to work | 10:32 |
| nuclear_eclipse | teep: the admin directory is fine to leave in; that recommendation is from older versions of mantis | 11:24 |
| nuclear_eclipse | also, the master salt config option is only in the new 1.3 development version, not in 1.2 | 11:27 |
| dhx_m | teep: yep the installation manual will need updating for 1.3.x | 11:32 |
| dhx_m | teep: the master salt is used for generating nonces/passwords/etc | 11:33 |
| dhx_m | it's sort of like a private key that differentiates each instance of MantisBT you have installed | 11:33 |
| dhx_m | it's not strictly needed but it does provide another layer of protection for people who don't have access to /dev/urandom or openssl_pseudo_random_bytes() on their server | 11:34 |
| dhx_m | (windows users) | 11:34 |
| davidinc_ | Hi | 11:51 |
| davidinc_ | is it possible to use ManTweet plugin from local server??? | 11:51 |
| teep | nuclear_eclipse & dhx_m thanks! | 11:54 |
| davidinc_ | I just can't resolve this bug Fatal error: Call to undefined function db_unixtimestamp() in /var/www/mantisbtd/plugins/ManTweet/mantweet_api.php on line 119 ??? | 11:57 |
| dhx_m | I guess you're using MantisBT 1.3.x? | 11:58 |
| davidinc_ | R u with me? dhx_m | 11:58 |
| dhx_m | davidinc_: yep | 11:58 |
| davidinc_ | dhx_m: nop I'm using mantisbt 1.2.x | 12:00 |
| nuclear_eclipse | davidinc_: where did you get the mantweet code from? | 12:02 |
| davidinc_ | dhx_m: http://github.com/vboctor/mantis-plugins/ | 12:02 |
| davidinc_ | Sorry nuclear_eclipse: | 12:03 |
| nuclear_eclipse | think there's a newer version of the plugin at http://git.mantisbt.org | 12:04 |
| davidinc_ | nuclear_eclips: The plugin I get from http://git.mantisbt.org some how not working for me? | 12:06 |
| davidinc_ | nuclear_eclipse: Now I see you guys fix the error Fix the issue here introduced by MantisBT core date changes - now add a copy of the old API as ManTweet APIs. | 12:10 |
| davidinc_ | Am I right?? | 12:11 |
| nuclear_eclipse | I don't know =\ | 12:12 |
| nuclear_eclipse | I didn't write the plugin, and I'm not the one who set it up on mantisbt.org | 12:12 |
| nuclear_eclipse | maybe try emailing Victor and see if you can get some sort of help from him | 12:13 |
| davidinc_ | nuclear_eclipse: Of course I understand still if you want to look at it -> http://git.mantisbt.org/?p=mantweet.git;a=blobdiff;f=mantweet_api.php;h=7559db199d48a4a03f0d2732bd85b195b40c65f5;hp=32cf73854e160de36f93422fc9a9dc6c92528274;hb=0c21b49736b8105857e4d634f4fc7bab44a5ff93;hpb=4c00da93ab0cf23e7a3cef472c4dd57ee7e6c9aa | 12:14 |
| davidinc_ | nuclear_eclipse: When I use the plugin from this link http://git.mantisbt.org and try to install it I get this error -> call_user_func_array() expects parameter 1 to be a valid callback, class 'ADODB2_mysql' does not have a method 'UpdateFunction' | 12:23 |
| nuclear_eclipse | davidinc_: are you running mantis from distro packages by any chance? | 12:23 |
| davidinc_ | nuclear_eclipse: Nop I'm sure I pull it from the mantisforge. | 12:25 |
| nuclear_eclipse | what version of mantis? | 12:26 |
| davidinc_ | mantisbt 1.2.x | 12:27 |
| nuclear_eclipse | right, but how up to date is it? 1.2.1? 1.2.2? | 12:27 |
| davidinc_ | wait I'm still using 1.2.1 let's check | 12:28 |
| davidinc_ | brb | 12:29 |
| davidinc_ | nuclear_eclipse: git rebase remotes/origin/master-1.2.x | 13:04 |
| davidinc_ | nuclear_eclipse: are you there??? | 13:09 |
| davidinc_ | K Thanks anyway! | 13:15 |
| lrojas | daryn: morning | 14:04 |
| daryn | morning lrojas | 14:05 |
| lrojas | daryn: if i am trying to configure the Source plugin to accept remote checkin from a specific address, do you know if the address should be written in a specific fromat or if i can just type one ip address per line ? | 14:06 |
| daryn | sorry, i don't know. i haven't spent much time with source integration yet. | 14:06 |
| paulr | bah no daryn | 22:56 |
| paulr | nuclear_eclipse: mo? | 22:57 |
Generated by irclog2html.py