| ../irclogs/#mantishelp.2009-12-11.log | ||
| --- scribe started --- | 00:00 | |
| alemayo | hi | 07:01 |
|---|---|---|
| alemayo | are the plugins downwards compatible? we are using 1.2.0rc1 and tried to install the search plugin ... there were weired problems --- is it supposed to work? | 07:02 |
| dhx_m | QUICK EVERYONE SOMEONE HAS A PROBLEM ON THE DEVELOPER MAILING LIST AND THEY'RE USING UPPERCASE SO IT MUST BE MORE IMPORTANT THAN THAT PROJECT I'M WORKING ON TO SAVE THE WORLD FROM AN IMMINENT ASTEROID STRIKE | 10:19 |
| dhx_m | :) | 10:19 |
| giallu | NO, YOU'RE WRONG! MY PROJECT IS THE MOST IMPORTANT, PLEASE STOP WHAT YOU'RE DOING AND HELP ME WITH THE UNSUPPORTED PLUGINS... | 10:48 |
| dhx_m | LMGTFY.COM/?q=CAPSLOCK | 10:52 |
| alemayo | hi | 11:03 |
| alemayo | is the mantis-dev mailinglist archive updated only monthly or was there just no mail in december 09 yet?? | 11:03 |
| dhx_m | there has been mail since the 9th | 11:06 |
| kenguest | giallu: speaking of which...got a moment? ;-) | 11:22 |
| kenguest | darn. bbiaw | 11:22 |
| quicksilver | giallu: tangentially related : http://www.bash.org/?835030 | 11:29 |
| giallu | quicksilver, LOL | 11:34 |
| alemayo | are the plugins downwards compatible? we are using 1.2.0rc1 and tried to install the search plugin ... there were weired problems --- is it supposed to work? | 13:19 |
| mantisbt_52843 | troquelada de alegria | 13:30 |
| giallu | alemayo, we never had plugins before | 14:40 |
| giallu | you are probably running some 3rd party ones? | 14:40 |
| alemayo | but they are lined on mantisbt.org ? | 14:41 |
| alemayo | linked | 14:41 |
| alemayo | hm ... or at least they show up in google quite well :) | 14:42 |
| alemayo | I am talking about: http://deboutv.free.fr/mantis/ --- but that is an inofficial page ? | 14:44 |
| nuclear_eclipse | yeah | 14:44 |
| nuclear_eclipse | those are unsupported | 14:44 |
| nuclear_eclipse | they require changing much of the core code, so we can't help you | 14:45 |
| alemayo | but in 1.2.0rc2 there are two official plugins ... so there IS some plugin system, but just the search plugin does not count for this, right? | 14:46 |
| nuclear_eclipse | right | 14:46 |
| nuclear_eclipse | they are incompatible with each other | 14:46 |
| zg_ | Hello | 15:42 |
| zg_ | Is there a way to change the user role rights? I want to make "Reporter" able to assign bugs. | 15:43 |
| nuclear_eclipse | zg_: manage -> manage thresholds | 15:43 |
| zg_ | Ahhh | 15:44 |
| zg_ | Thanks :) | 15:44 |
| zg_ | And is there a way to allow reportes to close a bug (I only can make reports change the status to all possible stati like "confirmed" etc.) | 15:49 |
| zg_ | "Allow reportes to close bugs" doesn't activate a button or s.th. else to close a bug | 15:49 |
| nuclear_eclipse | try manage workflow | 15:50 |
| zg_ | Ah | 15:52 |
| zg_ | That's it | 15:52 |
| zg_ | Thanks again | 15:52 |
| nuclear_eclipse | you're welcome | 15:52 |
| zg_ | Gonna leave, bye bye | 16:09 |
| giallu | nuclear_eclipse, ping | 17:12 |
| nuclear_eclipse | howdy | 17:12 |
| giallu | hi :) | 17:12 |
| * nuclear_eclipse is playing WoW atm, so may be a bit of latency at times ;) | 17:12 | |
| giallu | so, I0'm still trying to refine installation for my plugin | 17:12 |
| giallu | manage_plugin_install.php calls $t_plugin->install() | 17:13 |
| giallu | no sorry | 17:13 |
| giallu | calls plugin_install($t_plugin) | 17:13 |
| giallu | and this one just does: | 17:13 |
| giallu | if( !$p_plugin->install() ) return null | 17:14 |
| giallu | so a failing install is not handled/shown to user | 17:14 |
| giallu | any suggestion about how should we handle this? | 17:15 |
| * giallu thinks it's probably better to discuss on the ML, no expectations on latency there... | 17:23 | |
| nuclear_eclipse | giallu: I think that was a matter of simple way to make it work right then | 17:23 |
| nuclear_eclipse | could easily improve that behavior with an error message or something | 17:23 |
| giallu | yeah. the wuestion is where to we catch it. at the manage_plugin_install.php level, probably redirecting to a "fail" page? | 17:26 |
| nuclear_eclipse | I dunno | 17:27 |
| giallu | or in plugin_install, with trigger_error(NEW_ERROR) | 17:27 |
| giallu | ok, then I choose :) | 17:29 |
| nuclear_eclipse | have fun :) | 17:29 |
| giallu | I'll sedn a patch oin list ;) | 17:29 |
| nuclear_eclipse | ok, taht works | 17:29 |
| giallu | damn keyboard... | 17:30 |
| giallu | nuclear_eclipse, what's the "errors()" method expected usage? | 17:56 |
| giallu | never mind, found where it's used | 17:57 |
| nuclear_eclipse | giallu: would also be nice to find a "better" way of specifying localizable error messages | 18:34 |
| giallu | uhm, I was just thinking about it... | 18:46 |
| giallu | can we use some getters like: getError() (returns current error code) getErrorMessage(code) ? | 18:48 |
| ezraw | anyone know how I can re-order fields on the bug report page if I am using the myreport plugin? | 19:32 |
Generated by irclog2html.py