| ../irclogs/#mantishelp.2010-08-27.log | ||
| --- scribe started --- | 00:00 | |
| CIA-100 | Mantisbt: daryn * r02aac88deba4 / (core/html_api.php css/default.css): Fix #12300 - Logout button hidden behind issue # box | 07:08 |
|---|---|---|
| dhx_m | daryn: howdy | 09:01 |
| daryn | you just barely caught me...what's up? | 09:01 |
| dhx_m | daryn: ah, good timing :) | 09:01 |
| dhx_m | daryn: not much, just wanted to say hi :) | 09:01 |
| dhx_m | good work with the UI changes lately | 09:01 |
| dhx_m | I noticed you were helping remove inline scripting and styling | 09:02 |
| daryn | cool. i'm treading a bit on some of your work | 09:02 |
| dhx_m | please do :) | 09:02 |
| daryn | i'm working on the rest of the header right now. removing the tables, adding styles, removing js | 09:02 |
| dhx_m | just a heads up that I was redoing MantisGraph's bug_graph page | 09:02 |
| dhx_m | that is my only outstanding change | 09:02 |
| dhx_m | that page is a bit of work unfortuantly | 09:03 |
| daryn | ok. i don't think i've touched that at all | 09:03 |
| dhx_m | afaik filters still use JS | 09:03 |
| daryn | inline? | 09:03 |
| dhx_m | I almost didn't either :) | 09:03 |
| dhx_m | inline = not included in an external .js file | 09:03 |
| dhx_m | gtg for 15min | 09:03 |
| dhx_m | I guess that means you'll be gone | 09:03 |
| dhx_m | so I'll catch you later | 09:03 |
| daryn | k. yep. going to bed | 09:03 |
| daryn | cya | 09:03 |
| dhx_m | ttyl | 09:04 |
| dhx_m | cya | 09:04 |
| Github | mantisbt: master Daryn Warriner * 02aac88 (2 files in 2 dirs): Fix #12300 - Logout button hidden behind issue # box - http://bit.ly/axC7DU | 16:30 |
| CIA-100 | Mantisbt: daryn * r7ec1d497560c / (4 files in 4 dirs): Issue #11826 - Remove all inline JavaScript from MantisBT (use external scripts instead) | 17:02 |
| daryn | nuclear_eclipse: I found a bug with plugin filters, what are the rules for committing bug fixes to 1.2.x now? | 18:16 |
| CIA-100 | Mantisbt: daryn * rb30ca3b950ab /core/filter_api.php: Fix #12304 - If plugins set a params value for plugin filters the values | 18:26 |
| daryn | so i went ahead and commited for trunk. just not sure if i should commit to 1.2.x too... | 18:26 |
| CIA-100 | Mantisbt: daryn * rb729d5de971b /manage_columns_inc.php: Fix incorrectly named form. | 18:47 |
| nuclear_eclipse | daryn: if it's not a breaking change, have at it | 18:50 |
| daryn | it shouldn't be...it's actually breaking not to have it if someone attempts to assign params in a plugin filter. | 18:51 |
| nuclear_eclipse | if it's a breaking change, the question is how much does it break, and if the fix is really needed | 18:51 |
| nuclear_eclipse | I guess I should look at the commit :P | 18:51 |
| daryn | well, the work around is to just assign the values directly in the sql query | 18:51 |
| DirtyAl | hello, I just updated the Source integration with mantis | 18:52 |
| DirtyAl | and | 18:52 |
| DirtyAl | db_param is returning ? | 18:52 |
| daryn | which i think is what has been done in the existing plugins | 18:52 |
| DirtyAl | instead ot he ID of the repo | 18:52 |
| DirtyAl | anu ideas? | 18:52 |
| DirtyAl | any ideias? | 18:52 |
| daryn | but they really should use query bound | 18:52 |
| DirtyAl | Source.API.php line 687 | 18:52 |
| DirtyAl | function load | 18:53 |
| nuclear_eclipse | daryn: yeah, that should be good to port back to 1.2 | 18:53 |
| DirtyAl | the param passed it right, but the query is built usind the db_param that soulhd return the repo_ids | 18:53 |
| DirtyAl | but it returns ? | 18:53 |
| daryn | nuclear_eclipse: ok i'll push it | 18:53 |
| DirtyAl | any ideas on that? | 18:53 |
| nuclear_eclipse | db_param() alsways returns ? | 18:54 |
| nuclear_eclipse | it's a placeholder for the value in the SQL query | 18:54 |
| DirtyAl | $t_query = "SELECT * FROM $t_repo_table WHERE id=" . db_param(); | 18:54 |
| nuclear_eclipse | DirtyAl: db_query_bound() takes a list of parameters that get cleaned and inserted in place of those question marks | 18:54 |
| CIA-100 | Mantisbt: daryn master-1.2.x * r9d56dad2c9fd /core/filter_api.php: Fix #12304 - If plugins set a params value for plugin filters the values | 18:58 |
| DirtyAl | tks, | 19:07 |
| DirtyAl | but the integration is not working | 19:07 |
| DirtyAl | verion 0.13 is working, the new 0.16 is not | 19:07 |
| nuclear_eclipse | DirtyAl: what version control system are you using? | 19:07 |
| DirtyAl | websvn | 19:07 |
| nuclear_eclipse | and what type of server? linux, windows?? | 19:08 |
| DirtyAl | centos 5, php 5.2;9 | 19:08 |
| DirtyAl | mysql | 19:08 |
| DirtyAl | svn 1.4 | 19:08 |
| nuclear_eclipse | ah, I think that's the problem, I think it uses some parameters that were added in svn 1.5 | 19:09 |
| DirtyAl | hummm... | 19:09 |
| nuclear_eclipse | in SourceSVN, there should be a function that defines the default svn binary parameters, you should look there to see for sure | 19:10 |
| DirtyAl | in the 0.13 | 19:10 |
| DirtyAl | I had to chance that | 19:10 |
| DirtyAl | to be like this | 19:10 |
| DirtyAl | $s_call = 'svn --config-dir=/var/www/.subversion'; | 19:10 |
| DirtyAl | I will do that in 0.16 to see | 19:10 |
| nuclear_eclipse | you probably need to add that to the new version then too | 19:10 |
| DirtyAl | strange ennough, after the upgrade, it worked all right | 19:11 |
| DirtyAl | it just stopped worlking an hour ago | 19:11 |
| nuclear_eclipse | although in the new version there should be a UI config option to add parametrs | 19:11 |
| DirtyAl | that, setting the params in the UI did the trick | 19:14 |
| DirtyAl | tks man, sorry for the lame question, should have checked the params first | 19:15 |
| nuclear_eclipse | np | 19:16 |
| DirtyAl | I still have to patch the Soorce to set the fixed_in_version to the target_version when a ticket it resolved | 19:18 |
| DirtyAl | via a SVN commit | 19:18 |
| DirtyAl | but it this integration you wrote is very nice | 19:19 |
| nuclear_eclipse | thank you :) | 19:19 |
| DirtyAl | Till yesteraday I was using 1.3.0dev, I downgraded to 1.2.2 and upgrade all plugins | 19:20 |
| DirtyAl | so far, perfect. | 19:20 |
| Github | mantisbt: master Daryn Warriner * 7ec1d49 (4 files in 4 dirs): Issue #11826 - Remove all inline JavaScript from MantisBT (use external scripts instead) ... | 22:30 |
| Github | mantisbt: master Daryn Warriner * b30ca3b (1 files in 1 dirs): Fix #12304 - If plugins set a params value for plugin filters the values ... | 22:30 |
| Github | mantisbt: master Daryn Warriner * b729d5d (1 files in 1 dirs): Fix incorrectly named form. | 22:30 |
| Github | mantisbt: master commits 02aac88...b729d5d - http://bit.ly/bSpyuP | 22:30 |
| Github | mantisbt: master-1.2.x Daryn Warriner * 9d56dad (1 files in 1 dirs): Fix #12304 - If plugins set a params value for plugin filters the values ... - http://bit.ly/b2tSYE | 22:30 |
Generated by irclog2html.py