Tuesday, 2009-12-22

../irclogs/#mantishelp.2009-12-22.log
--- scribe started ---00:00
dinexiHello.08:25
dinexiI have a question. How can I change Mantis' code to get an RSS-channel of issues updates?08:26
dinexiI meant comments to them, of course.08:30
paul__siebrand_alt: true => ''09:21
paul__that shouldn't be needed09:21
paul__the effect of adding that will probably generate a php warning if it's false09:23
paul__ahh, I see09:29
siebrand_altpaul__: all clear? :)10:26
ChristmasProfHi14:34
ChristmasProfI'd like to know if we can install Mantis without server ^^ please14:34
nuclear_eclipseChristmasProf: the you need a server to run Mantis, whether it's running on your own, or hosted with a 3rd party like SourceForge14:45
ChristmasProfsourceforge can do it ?14:45
nuclear_eclipseif you have a project hested with them, they will host a mantis installation for you14:46
ChristmasProfI'll host my project ^^14:46
ChristmasProfI never thinked to host my project14:46
ChristmasProfit's a good idea14:46
paul__nuclear_eclipse: pongping15:25
nuclear_eclipsehowdy15:25
paul__lo15:26
* paul__ hasn't been feeling that good last day or two15:26
paul__gonna try and take a stab at ldap api toonight15:27
paul__what i'd like someone to do is something with manual15:28
dolmenhi18:49
dolmenany devs here?18:49
paul__whats up?18:51
dolmenI've found an XSS bug18:58
paul__in trunk?19:13
dolmenpaul__: yes, in trunk. I've reported it to vbdoctor20:51
paul__argh22:17
paul__I hate git sometimes ;/22:17
paul__nuclear_eclipse: here?22:17
nuclear_eclipseyo22:17
paul__ if( !$t_bypass_lookup ) {22:17
paul__-22:17
paul__+if( $g_project_override != null ) {22:17
paul__+* check default value *22:17
paul__+$p_project = $g_project_override;22:17
paul__+}22:17
paul__i'm thinking we should probably just be doing that...22:18
nuclear_eclipseinside config_get?22:18
paul__yes22:18
paul__as22:18
paul__if override is set22:18
paul__that basically means22:18
paul__we should be passing project_override in22:19
paul__i.e. effectively22:19
nuclear_eclipseright, the other problem though is when pages do a config_get *before* setting the project override22:19
paul__function config_get (project=null)22:19
paul__is basically22:19
paul__function config_get (project= $g_project_override)22:19
paul__that's retarded logic in the pages :)22:19
paul__which needs fixing22:19
paul__but in principle, that config api should be more sensible right?22:20
nuclear_eclipseI guess so22:20
nuclear_eclipsedon't have a copy of currenty api to look at right now22:20
paul__i'll commit then22:21
paul__can always review it later if i've gone nuts22:21
nuclear_eclipseok22:22
nuclear_eclipsedon't forget to mark the patches against 11293, thank you paul22:22
paul__whats 11293?22:22
paul__oh right22:22
paul__yea22:22
nuclear_eclipseyou know, the bug that prompted this change :P22:23
paul__mmmmmmmmm22:34
* paul__ sighs22:42
paul__nuclear_eclipse: wow22:47
paul__weee23:05
CIA-27Mantisbt: paul * rac6543d10705 /admin/check.php: use isset() for previous commit so we don't need to remember to specify blank messages.23:05
CIA-27Mantisbt: paul * r130911e06bce /admin/install.php: Do not include closing ?> in sample config file.23:05
CIA-27Mantisbt: paul * rc207d0452631 / (config_defaults_inc.php core/ldap_api.php): ldap_port was obsoleted in 1.2.0a1... see previous commit message/php docs23:05
CIA-27Mantisbt: paul * rc2bf8fb8d222 /core/config_api.php: Fix part of #11293 - if we have a project_override set, that should lead to the same behaviour as calling config_get with a project id23:05
CIA-27Mantisbt: paul * r47e65b232565 /core/config_api.php: Fix: check.php was showing 'good' for obsolete variable warnings due to wrong order of params.23:05
* paul__ sighs23:24
CIA-27Mantisbt: paul * r8c404a18b5cb /core/config_api.php: Fix part of #11293 - if we have a project_override set, that should lead to the same behaviour as calling config_get with a project id23:26

Generated by irclog2html.py