| ../irclogs/#mantishelp.2009-12-18.log | ||
| --- scribe started --- | 00:00 | |
| * paul__ yawns | 00:09 | |
| * paul__ just got in | 00:09 | |
| dhx_m | hi | 00:11 |
|---|---|---|
| paul__ | lo | 00:12 |
| paul__ | dhx_m: didy ou think anymore? | 00:21 |
| dhx_m | paul__: not really :p | 00:22 |
| paul__ | k | 00:23 |
| paul__ | so we'll continue tomorrow i guess | 00:23 |
| dhx_m | yep sounds good | 00:40 |
| dhx_m | I might see about closing some more 1.2.x issues | 00:40 |
| CIA-27 | Mantisbt: robert.munteanu * re35d857f3dc2 /core/email_api.php: Issue #11088: Update emails show @0@ instead of the access level of each bugnote author | 00:54 |
| CIA-27 | Mantisbt: robert.munteanu master-1.2.x * ra27f63169274 /core/email_api.php: Issue #11088: Update emails show @0@ instead of the access level of each bugnote author | 00:54 |
| CIA-27 | Mantisbt: hickseydr * rf3fdde75b854 /library/ (169 files in 18 dirs): Update PHPMailer to v5.1 and ADOdb to v5.10 | 04:15 |
| CIA-27 | Mantisbt: paul * r73a2b8fc7c58 /library/adodb/drivers/ (8 files): Apply PHP 5.3 compatibility patch to ADOdb 5.10 | 04:15 |
| CIA-27 | Mantisbt: hickseydr master-1.2.x * r0b08f65e063b /library/ (317 files in 41 dirs): Update libraries to match those of 1.3.x branch | 04:15 |
| * paul__ slaps dhx_m | 10:53 | |
| dhx_m | paul__: hi | 10:53 |
| paul__ | gonna pull your library commit a sec | 10:56 |
| paul__ | you missed some changes in libs we've done ;/ | 10:56 |
| paul__ | also, point of readme_mantis.txt | 10:56 |
| paul__ | was instead of saying 'none' for adodb when we have changes | 10:57 |
| paul__ | we actually have somewhere to list the changes | 10:57 |
| paul__ | and then update to night | 10:57 |
| paul__ | which would be a lot easier if i wasn't getting git archive at 7kb/s | 11:00 |
| dhx_m | paul__: it'd be better if we supplied .patch files | 11:30 |
| dhx_m | paul__: that way it is easy to upgrade the libraries... just apply the patches over the top | 11:30 |
| paul__ | mm | 11:31 |
| paul__ | how do i undo a local commit | 11:32 |
| paul__ | dhx_m: with adodb, I tend to just read the changes | 11:39 |
| paul__ | as the guy is sometimes random anyway | 11:39 |
| paul__ | they've occassionally done silly things that need a manual check | 11:39 |
| dhx_m | yeah it didn't strike me as having the best source code control | 11:39 |
| paul__ | e.g. changing sql data types between releases | 11:39 |
| dhx_m | I couldn't see any extra commits you've made | 11:39 |
| dhx_m | unless you rolled them up without warning in the 5.09 upgrade commit | 11:40 |
| paul__ | well | 11:40 |
| paul__ | I normally update via winmerge | 11:40 |
| paul__ | and manually review | 11:40 |
| paul__ | so basically yes | 11:40 |
| paul__ | and where we moved from core to library | 11:40 |
| paul__ | we lost the unrolled history | 11:41 |
| paul__ | it then doesn't help when I add a readme_mantis.txt to adodb saying NO CHANGES | 11:41 |
| paul__ | the point of the index.html files was to make it harder for people to use a directory list to guess a mantis version | 11:41 |
| dhx_m | it's fairly trivial to guess the version in use by bugs fixed, etc | 11:42 |
| dhx_m | I guess what you're trying to prevent is someone checking file sizes? | 11:43 |
| dhx_m | as opposed to whether a file exists? | 11:43 |
| paul__ | in a sense, yea | 11:43 |
| paul__ | in a sense they should probably be index.php files | 11:43 |
| paul__ | redirecting back to mantis | 11:43 |
| paul__ | or something | 11:43 |
| paul__ | I think we've got patches in both phpmailer/adodb | 11:44 |
| paul__ | so plan is: | 11:44 |
| paul__ | a) revert | 11:44 |
| paul__ | b) merge | 11:44 |
| paul__ | c) document what we patch | 11:44 |
| paul__ | d) maybe generate a diff | 11:44 |
| paul__ | out of interest | 11:46 |
| paul__ | why did you delete some of adodb/session but not all? | 11:46 |
| dhx_m | I wasn't sure if we needed the .php files in session | 11:46 |
| paul__ | wow :P | 11:46 |
| dhx_m | also what I did was overlay the latest version on top of the old version | 11:46 |
| paul__ | also | 11:47 |
| paul__ | I think we are probably required to leave the license files | 11:47 |
| dhx_m | and used git status to see which files we needed/didn't need | 11:47 |
| paul__ | only question is where I made the point of hiding versions of things, whether we hsould be removing http://git.mantisbt.org/?p=mantisbt.git;a=blob;f=library/utf8/ChangeLog;h=326850b441e0eca67f060d3b30f36aaca60bbf4b;hb=e35d857f3dc2ddbe3044db522bc72e8045d766b2 | 11:47 |
| paul__ | aka changelog for utf8 | 11:47 |
| paul__ | on one hand, shows us what version we are on clearly | 11:48 |
| paul__ | on the other hand is useful information to identify versions of stuff | 11:48 |
| dhx_m | hmmm | 11:49 |
| dhx_m | I'm not a huge fan of placing all that stuff in a folder that is uploaded to a web server | 11:49 |
| dhx_m | IMO we need a licenses/ directory | 11:49 |
| dhx_m | that contains general licenses for things we bundle | 11:49 |
| dhx_m | or better... | 11:50 |
| dhx_m | separate out wwwroot content from other stuff we bundle (tools, licenses, install scripts, etc) | 11:50 |
| paul__ | for what rationale (i.e. licenses) | 11:52 |
| paul__ | size? | 11:52 |
| paul__ | or securitY? | 11:52 |
| dhx_m | more just a case of bundling the minimum | 11:57 |
| dhx_m | ie. no readmes, documentation, etc | 11:57 |
| paul__ | that should be part of build scripts imo | 12:03 |
| dhx_m | I'm not a huge fan of bundling 3rd party libraries with Mantis | 12:18 |
| dhx_m | IMO we should fetch them as part of the build script | 12:19 |
| dhx_m | then apply our own patches on top | 12:19 |
| dhx_m | it does make it harder to just checkout our repository though | 12:19 |
| dhx_m | so maybe not | 12:19 |
| paul__ | dhx_m: erm | 14:37 |
| paul__ | dhx_m: can you check I just reverted right thing | 14:37 |
| paul__ | so I can fix tonight :P | 14:37 |
| CIA-27 | Mantisbt: paul * r34109f9869fe /library/ (169 files in 18 dirs): Revert "Update PHPMailer to v5.1 and ADOdb to v5.10" | 14:37 |
| paul__ | iu.e. what about ?http://git.mantisbt.org/?p=mantisbt.git;a=commitdiff;h=73a2b8fc7c5898ce3561bbb926c050a0218b4cab | 14:38 |
| slestak | good morning, using the mediawiki integration plugin. I have my mantis succesfully creating pages in my wiki, but I would like to steer the ticket pages to a particular place in the wiki. | 14:47 |
| slestak | they are going to /, but I would liek them to go to /Departments/Information_Services/Issues | 14:48 |
| slestak | I think this would be changed with $g_wiki_link_url | 14:48 |
| slestak | well, that wasnt effective. tried appending the place I want them attached to the end of the link_url | 14:52 |
| slestak | maybe I need to adjust it on the wiki side? | 14:52 |
| slestak | i think this will be on the mantis end. the MT mantis extgension is about displaying mantis data in the wiki. I see the difference now | 15:08 |
| nuclear_eclipse | slestak: most of the wiki integration code is rather "incomplete" from a customizability aspect | 15:14 |
| slestak | its ok | 15:14 |
| slestak | it is very close. i should be able to patch mine | 15:14 |
| paul__ | nuclear_eclipse: do I have to do the other patch too? | 15:16 |
| nuclear_eclipse | what other patch? | 15:16 |
| paul__ | http://git.mantisbt.org/?p=mantisbt.git;a=commitdiff;h=73a2b8fc7c5898ce3561bbb926c050a0218b4cab | 15:16 |
| nuclear_eclipse | paul__: I'm not quite sure what you're doing in the first place :P | 15:17 |
| paul__ | reverting the patch | 15:18 |
| paul__ | to do it properly :P | 15:18 |
| nuclear_eclipse | oh, then I have no clue | 15:19 |
| nuclear_eclipse | does this have anything to do with 1.2 though? :P | 15:19 |
| paul__ | yes | 15:20 |
| paul__ | the patch I've reverted from trunk got merged to 1.2-master | 15:20 |
| paul__ | :P | 15:20 |
| nuclear_eclipse | oh | 15:21 |
| paul__ | and well | 15:21 |
| paul__ | but it's only reverted 1 of the two patches | 15:22 |
| paul__ | or something | 15:22 |
| slestak | trying to disable changelog in 1.1.6 with $g_view_changelog_threshold but php barks that key doesnt exist | 15:43 |
| slestak | invald T_ | 15:43 |
| slestak | i looked in html_api.php and that is the key it is looking for | 15:44 |
| giallu | slestak, if PHP is barking, you're probably doing something bad syntax wise | 15:46 |
| slestak | I am trying $g_view_changelog_threshold = NOBODY | 15:46 |
| giallu | ok, where are you putting it | 15:46 |
| slestak | and get Parse error: syntax error, unexpected T_VARIABLE in /usr/local/src/mantisbt-1.1.6/config_inc.php on line 65 | 15:46 |
| slestak | in config_inc.php | 15:46 |
| nuclear_eclipse | slestak: you need a semicolon after that | 15:46 |
| giallu | ok, missing a ; | 15:46 |
| slestak | doh | 15:46 |
| slestak | tyvm | 15:47 |
| giallu | yw | 15:47 |
| slestak | are there any screenshots of the new development or demo sites? Just wondering where 1.2 is going visually | 16:26 |
| slestak | can someone imagebin.ca one? | 16:31 |
| giallu | slestak, it's still pretty similar to 1.1 | 17:14 |
| giallu | see ours http://bugs.mantisbt.org | 17:14 |
| paul__ | moo | 17:38 |
| paul__ | nuclear_eclipse: did you take a look? | 17:38 |
| kirillka | lo | 17:39 |
| paul__ | lo | 17:39 |
| nuclear_eclipse | paul__: I looked, but I don't think I can help you on that part | 17:46 |
| paul__ | ok | 17:47 |
| paul__ | do I have to revert the 2nd commit though | 17:47 |
| nuclear_eclipse | I have no clue | 17:56 |
| nuclear_eclipse | dhx_m: around? | 17:56 |
| JohnShandy` | if I want unregistered users to be able to view issues, such as the bugtracker at MantisBT.org, how do I go about configuring Mantis in this fashion? currently, my projects on Mantis have View Status set to 'public', however that doesn't seem to do the trick | 18:13 |
| nuclear_eclipse | JohnShandy`: you need to create a user account with viewer access, and then configure mantis to both enable anonymous access and set that new account as the anonymous user | 18:15 |
| JohnShandy` | alright, thank you | 18:16 |
| nuclear_eclipse | you're welcome | 18:17 |
| paul__ | mm | 18:23 |
| paul__ | john | 18:23 |
| paul__ | http://git.mantisbt.org/?p=mantisbt.git;a=commitdiff;h=73a2b8fc7c5898ce3561bbb926c050a0218b4cab | 18:24 |
| paul__ | need that reverted out of trunk | 18:24 |
| nuclear_eclipse | so `git revert` ? :P | 18:25 |
| paul__ | well I did that eralrier i thought | 18:25 |
| nuclear_eclipse | you only reverted "Update PHPMailer to v5.1 and ADOdb to v5.10" | 18:26 |
| paul__ | yes but that was 2 back already | 18:26 |
| paul__ | lets see if this works | 18:27 |
| CIA-27 | Mantisbt: paul * rd8517d773baf /library/adodb/drivers/ (8 files): Revert "Apply PHP 5.3 compatibility patch to ADOdb 5.10" | 18:27 |
| paul__ | nuclear_eclipse: you can fix master-1.2 for this right? :) | 18:27 |
| nuclear_eclipse | I guess so... | 18:27 |
| paul__ | good | 18:27 |
| paul__ | nuclear_eclipse: it's not reverting back properly | 18:33 |
| slestak | giallu: thx, i havent loaded up any 1.2 installs so I was just wondering | 18:34 |
| nuclear_eclipse | paul__: why are we reverting library updates anyways? | 18:39 |
| paul__ | because there were mods in the libraries | 18:39 |
| paul__ | and as dhx changed structure i've got no way to update it properly :P | 18:39 |
| nuclear_eclipse | oh, so a patched version of the libs was updated with a non-patched version? | 18:39 |
| paul__ | correct | 18:40 |
| nuclear_eclipse | ok | 18:40 |
| paul__ | so i'm trying to revert | 18:40 |
| paul__ | so I can update | 18:40 |
| paul__ | and then work out how it was patched :P | 18:40 |
| paul__ | but atm, i'm getting a diff version of files from my pc to now | 18:40 |
| paul__ | i.e. before patch + after reverts | 18:40 |
| paul__ | hmmmmmmm | 18:44 |
| paul__ | nuclear_eclipse: why's it not reverting back properly | 18:45 |
| nuclear_eclipse | maybe because you reverted the update before reverting the patch? :P | 18:46 |
| paul__ | huh? | 18:48 |
| nuclear_eclipse | well, if dhx_m moved things around when he updated the libs, you should have reverted the two commits in reverse chronological order... | 18:49 |
| paul__ | I thought I was :P | 18:49 |
| paul__ | or well | 18:49 |
| paul__ | that what I was trying to do | 18:49 |
| paul__ | right if I try and revert my latest commit | 18:50 |
| nuclear_eclipse | you should have reverted 73a2b8fc and *then* reverted f3fdde | 18:51 |
| paul__ | let me get a fresh clone | 18:51 |
| nuclear_eclipse | just don't touch 1.2 yet :P | 18:51 |
| paul__ | then i'll rever them all | 18:51 |
| paul__ | again | 18:51 |
| nuclear_eclipse | actually, I'm not sure what the problem is, you've reverted both commits now... | 18:52 |
| nuclear_eclipse | just looked at the emails | 18:52 |
| paul__ | in my local source | 18:52 |
| paul__ | in pdo drivers | 18:52 |
| paul__ | I just have metacolumns() | 18:53 |
| paul__ | not the extra bits that should be there | 18:53 |
| paul__ | --- C:/mantis/git/mantisbt/library/adodb/drivers/adodb-pdo.inc.phpFri Dec 18 18:30:06 2009 | 18:53 |
| paul__ | +++ C:/mantis/git/mantisbt/library - copy/adodb/drivers/adodb-pdo.inc.phpFri Jun 26 18:22:15 2009 | 18:53 |
| paul__ | -function MetaColumns() | 18:53 |
| paul__ | for example | 18:53 |
| paul__ | +function MetaColumns($table,$normalize=true) | 18:53 |
| nuclear_eclipse | wait now I'm confused | 18:53 |
| paul__ | http://git.mantisbt.org/?p=mantisbt.git;a=commitdiff;h=d8517d773bafd962b260557e7fb6c5a085c52adc | 18:55 |
| paul__ | - function MetaColumns($table,$normalize=true) | 18:55 |
| paul__ | + function MetaColumns() | 18:55 |
| paul__ | that does that | 18:55 |
| nuclear_eclipse | so in other words, you and dhx_m have munged up master and 1.2.x? :P | 18:56 |
| paul__ | no | 18:56 |
| paul__ | wait | 18:56 |
| paul__ | i'm fixing atm :P | 18:56 |
| nuclear_eclipse | why not just reapply your patches to the new versions of the libs? | 18:57 |
| paul__ | I normally use winmerge to review adodb changes and merge changes in | 18:57 |
| paul__ | i'm just gonna revert the reverts | 18:58 |
| paul__ | then revert the commits | 18:58 |
| nuclear_eclipse | /facepalm | 18:59 |
| paul__ | right lets push this and see if i've fixed it :P | 18:59 |
| paul__ | part of the problem seems to be | 19:00 |
| paul__ | that a fresh checkout is fine | 19:00 |
| paul__ | but it's only if you upgrade your repo | 19:00 |
| paul__ | out of interest | 19:00 |
| paul__ | to check it's not a git bug | 19:00 |
| paul__ | what do you have in /library/adodb/drivers/adodb-pdo.inc.php atm? | 19:00 |
| nuclear_eclipse | on which branch? | 19:00 |
| paul__ | trunk | 19:00 |
| nuclear_eclipse | lemme pull | 19:01 |
| paul__ | can i pull from a local branch btw? | 19:01 |
| nuclear_eclipse | merge you mean? | 19:01 |
| nuclear_eclipse | pull = fetch + merge | 19:01 |
| paul__ | from a different head | 19:01 |
| paul__ | well i.e. local path | 19:01 |
| nuclear_eclipse | oh, yeah | 19:02 |
| nuclear_eclipse | I have a file in /library/adodb/drivers/adodb-pdo.inc.php | 19:02 |
| paul__ | how? | 19:02 |
| nuclear_eclipse | umm, git pull <path/to/repo> <brancH> | 19:03 |
| * paul__ sighs | 19:08 | |
| paul__ | can we just set the older thing as like hea | 19:12 |
| paul__ | and get on with life | 19:12 |
| nuclear_eclipse | hmm? | 19:12 |
| paul__ | well | 19:13 |
| paul__ | it's not reverting back right | 19:13 |
| paul__ | or more | 19:13 |
| paul__ | in fact think i've fixed | 19:14 |
| nuclear_eclipse | you're making me nervous with all this reverting | 19:14 |
| paul__ | HAHA | 19:14 |
| paul__ | :) | 19:14 |
| paul__ | it's fine | 19:14 |
| paul__ | i've fixed it now | 19:14 |
| tsnfoo | Has anyone here tried anonymantis? | 20:18 |
| tsnfoo | I was looking for good example code for the SOAP interface, but having trouble with it | 20:19 |
| tsnfoo | http://www.bleepsoft.com/anonymantis/ | 20:20 |
| tsnfoo | It can connect to my mantis install, and list projects and categories, but barfs on issue creation | 20:21 |
| paul__ | coool | 20:25 |
| tsnfoo | Or if anybody has/can point me to example SOAP code, that would be rad | 20:25 |
| paul__ | 5.10 might fix something | 20:25 |
| tsnfoo | paul__: 5.10 of what? | 20:26 |
| paul__ | adodb | 20:26 |
| paul__ | sorry :P | 20:27 |
| tsnfoo | oh - different thread, I take it... | 20:27 |
| paul__ | yea | 20:27 |
| tsnfoo | Have you ever used SOAp to create issues? | 20:27 |
| paul__ | yes | 20:28 |
| tsnfoo | I'll trade you a virtual beer for a look at how you did it ;-) | 20:28 |
| paul__ | well I use asp.net :P | 20:28 |
| tsnfoo | drat | 20:28 |
| tsnfoo | I was hoping to find someone who'd used PHP on the 1.1.x branch | 20:29 |
| tsnfoo | anonymantis is nice, but somewhat old | 20:29 |
| tsnfoo | It gives me an "undefined id" error, so I'm thinking the SOAP API may have changed a bit | 20:30 |
| tsnfoo | As this looks pre 1.1 | 20:30 |
| tsnfoo | I'd hoped there might be example SOAP code in the wiki somewhere | 20:32 |
| tsnfoo | If you know of anybody who has some, I'd be happy to clean/comment/uploa to the wiki | 20:32 |
| paul__ | gaming - brb | 20:40 |
| nuclear_eclipse | tsnfoo: you can look at Eclipse Mylyn connector for Mantis, but that's in Java | 21:27 |
| tsnfoo | nuclear_eclipse: thanks, I'll take a look | 21:39 |
| tsnfoo | I'd like to start getting some code snippets in the wiki | 21:40 |
| dhx_m | paul__: what patches were there? | 23:26 |
| dhx_m | paul__: I only saw a single commit (PHP 5.3 compatibility) that patched ADOdb | 23:27 |
| dhx_m | paul__: to be fair, there was also the TODATE patch... I might have missed that one | 23:28 |
| dhx_m | paul__: although my main concern is when we make changes like this (and don't have a proper way of tracking upstream progress on committing changes) | 23:28 |
| dhx_m | paul__: we can introduce our own bugs | 23:28 |
| dhx_m | paul__: and lose track of exactly which patches need fixing | 23:29 |
| dhx_m | paul__: hence why I asked for a vanilla checkin of the latest library and then commits on top of that (separate) which have links to upstream's bug reports | 23:32 |
| dhx_m | paul__: and then we take those patches out in mailbox format and commit the patches as well (?) so that it is easy to see what has been changed and why? | 23:32 |
| giallu | dhx_m, amen brother... | 23:35 |
| dhx_m | giallu: hi :) | 23:46 |
| paul__ | hi | 23:56 |
| paul__ | dhx_m: yes | 23:56 |
| dhx_m | paul__: hey | 23:59 |
| dhx_m | paul__: also remember to revert my sync commit and then resync it yourself after you make changes to the master branch | 23:59 |
| paul__ | I find it easier personally to use winmerge :P | 23:59 |
| paul__ | or well | 23:59 |
| paul__ | adodb needs keeping an eye on | 23:59 |
Generated by irclog2html.py