| ../irclogs/#mantishelp.2009-12-22.log | ||
| --- scribe started --- | 00:00 | |
| dinexi | Hello. | 08:25 |
|---|---|---|
| dinexi | I have a question. How can I change Mantis' code to get an RSS-channel of issues updates? | 08:26 |
| dinexi | I meant comments to them, of course. | 08:30 |
| paul__ | siebrand_alt: true => '' | 09:21 |
| paul__ | that shouldn't be needed | 09:21 |
| paul__ | the effect of adding that will probably generate a php warning if it's false | 09:23 |
| paul__ | ahh, I see | 09:29 |
| siebrand_alt | paul__: all clear? :) | 10:26 |
| ChristmasProf | Hi | 14:34 |
| ChristmasProf | I'd like to know if we can install Mantis without server ^^ please | 14:34 |
| nuclear_eclipse | ChristmasProf: the you need a server to run Mantis, whether it's running on your own, or hosted with a 3rd party like SourceForge | 14:45 |
| ChristmasProf | sourceforge can do it ? | 14:45 |
| nuclear_eclipse | if you have a project hested with them, they will host a mantis installation for you | 14:46 |
| ChristmasProf | I'll host my project ^^ | 14:46 |
| ChristmasProf | I never thinked to host my project | 14:46 |
| ChristmasProf | it's a good idea | 14:46 |
| paul__ | nuclear_eclipse: pongping | 15:25 |
| nuclear_eclipse | howdy | 15:25 |
| paul__ | lo | 15:26 |
| * paul__ hasn't been feeling that good last day or two | 15:26 | |
| paul__ | gonna try and take a stab at ldap api toonight | 15:27 |
| paul__ | what i'd like someone to do is something with manual | 15:28 |
| dolmen | hi | 18:49 |
| dolmen | any devs here? | 18:49 |
| paul__ | whats up? | 18:51 |
| dolmen | I've found an XSS bug | 18:58 |
| paul__ | in trunk? | 19:13 |
| dolmen | paul__: yes, in trunk. I've reported it to vbdoctor | 20:51 |
| paul__ | argh | 22:17 |
| paul__ | I hate git sometimes ;/ | 22:17 |
| paul__ | nuclear_eclipse: here? | 22:17 |
| nuclear_eclipse | yo | 22: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_eclipse | inside config_get? | 22:18 |
| paul__ | yes | 22:18 |
| paul__ | as | 22:18 |
| paul__ | if override is set | 22:18 |
| paul__ | that basically means | 22:18 |
| paul__ | we should be passing project_override in | 22:19 |
| paul__ | i.e. effectively | 22:19 |
| nuclear_eclipse | right, the other problem though is when pages do a config_get *before* setting the project override | 22:19 |
| paul__ | function config_get (project=null) | 22:19 |
| paul__ | is basically | 22:19 |
| paul__ | function config_get (project= $g_project_override) | 22:19 |
| paul__ | that's retarded logic in the pages :) | 22:19 |
| paul__ | which needs fixing | 22:19 |
| paul__ | but in principle, that config api should be more sensible right? | 22:20 |
| nuclear_eclipse | I guess so | 22:20 |
| nuclear_eclipse | don't have a copy of currenty api to look at right now | 22:20 |
| paul__ | i'll commit then | 22:21 |
| paul__ | can always review it later if i've gone nuts | 22:21 |
| nuclear_eclipse | ok | 22:22 |
| nuclear_eclipse | don't forget to mark the patches against 11293, thank you paul | 22:22 |
| paul__ | whats 11293? | 22:22 |
| paul__ | oh right | 22:22 |
| paul__ | yea | 22:22 |
| nuclear_eclipse | you know, the bug that prompted this change :P | 22:23 |
| paul__ | mmmmmmmmm | 22:34 |
| * paul__ sighs | 22:42 | |
| paul__ | nuclear_eclipse: wow | 22:47 |
| paul__ | weee | 23:05 |
| CIA-27 | Mantisbt: paul * rac6543d10705 /admin/check.php: use isset() for previous commit so we don't need to remember to specify blank messages. | 23:05 |
| CIA-27 | Mantisbt: paul * r130911e06bce /admin/install.php: Do not include closing ?> in sample config file. | 23:05 |
| CIA-27 | Mantisbt: paul * rc207d0452631 / (config_defaults_inc.php core/ldap_api.php): ldap_port was obsoleted in 1.2.0a1... see previous commit message/php docs | 23:05 |
| CIA-27 | Mantisbt: 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 id | 23:05 |
| CIA-27 | Mantisbt: 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__ sighs | 23:24 | |
| CIA-27 | Mantisbt: 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 id | 23:26 |
Generated by irclog2html.py