| ../irclogs/#mantishelp.2009-06-19.log | ||
| --- scribe started --- | 00:00 | |
| mantisbot | New bug: Bug 10605 - izmirliyorumcu - open - new | 01:07 |
|---|---|---|
| mantisbot | New bug: dsa - http://www.mantisbt.org/bugs/view.php?id=10605 | 01:07 |
| pigibi | .. | 03:54 |
| [KK]Kirill | lo all | 07:15 |
| [KK]Kirill | paul_: You around? | 07:17 |
| [KK]Kirill | Why you change utf8_strlen to strlen? http://git.mantisforge.org/w/mantisbt.git?a=blobdiff;f=core/utility_api.php;fp=core/utility_api.php;h=037f7dc90e85a86d144ed1b3e844c4d3b50cacc8;hp=cd3f628039414b3deb6674e94e92122796c3d8b6;hb=e6ef953ccc0838eb1c43ed0acf0fb3111fa6cadb;hpb=e0051bb319a6501d4953c504af098f0a4e9859e7 | 07:18 |
| dhx_m | [KK]Kirill: because you don't really need to know the actual number of characters in the string | 10:04 |
| dhx_m | [KK]Kirill: you only need to know if there is a character in the string | 10:04 |
| dhx_m | [KK]Kirill: strlen() is perfectly safe to use with UTF8 for determining the storage size of a string... but it won't tell you the actual number of characters in the string | 10:04 |
| dhx_m | [KK]Kirill: UTF8 does not make use of 0x00 except to terminate strings, so strlen() can still tell you how many bytes are in a string | 10:05 |
| [KK]Kirill | dhx_m: ok | 10:05 |
| dhx_m | [KK]Kirill: all strlen() does is count how many bytes there are until a 0x00 character | 10:05 |
| [KK]Kirill | if first char has 0x00? What happend? | 10:06 |
| dhx_m | [KK]Kirill: then strlen = 0 :) | 10:06 |
| [KK]Kirill | ok | 10:08 |
| [KK]Kirill | dhx_m: can you check bug 10494? | 10:12 |
| mantisbot | Bug 10494 - Kirill - open - new | 10:12 |
| mantisbot | National characters in filename of attaches - http://www.mantisbt.org/bugs/view.php?id=10494 | 10:13 |
| dhx_m | [KK]Kirill: ok | 10:14 |
| [KK]Kirill | dhx_m: thanks | 10:14 |
| dhx_m | [KK]Kirill: will have to wait a bit though :p | 10:27 |
| paul_ | . | 11:23 |
| paul_ | , | 11:23 |
| mantisbot | New bug: Bug 10606 - srafique - open - new | 11:30 |
| mantisbot | New bug: When i do such and such quickly, so and so happens - http://www.mantisbt.org/bugs/view.php?id=10606 | 11:30 |
| mantisbot | New bug: Bug 10607 - cbasset - open - new | 12:25 |
| mantisbot | New bug: Non-ASCII characters, collation and MS SQL Server - http://www.mantisbt.org/bugs/view.php?id=10607 | 12:25 |
| nuclear_eclipse | morning all | 12:31 |
| dhx_m | hey | 13:05 |
| nuclear_eclipse | howdy | 13:23 |
| * nuclear_eclipse is looking over your proposed patches for 1.2... | 13:24 | |
| dhx_m | nuclear_eclipse: neat :) | 13:24 |
| dhx_m | nuclear_eclipse: I have a little bit more work to do on some of them (tomorrow) | 13:25 |
| nuclear_eclipse | hmm | 13:25 |
| dhx_m | as per the email | 13:25 |
| nuclear_eclipse | how much more work? | 13:25 |
| nuclear_eclipse | you expect me to *read*?! | 13:25 |
| dhx_m | haha | 13:25 |
| * nuclear_eclipse throws a chair | 13:25 | |
| dhx_m | well 10274 needs 3 minutes worth of documenting (can wait) | 13:26 |
| dhx_m | that's about it really, the others should be OK I think | 13:26 |
| nuclear_eclipse | re 10274: | 13:33 |
| nuclear_eclipse | line 377 | 13:33 |
| nuclear_eclipse | if ( config_get( 'show_scheduled_release_dates' ) ) { | 13:33 |
| nuclear_eclipse | if ( $t_show_version ) { | 13:33 |
| nuclear_eclipse | if ( config_get( 'show_scheduled_release_dates' ) ) { | 13:33 |
| nuclear_eclipse | seems those two lines could be merged into one conditional... | 13:33 |
| dhx_m | ah yep | 13:33 |
| dhx_m | will fix | 13:33 |
| nuclear_eclipse | also, could you take some time to rebase that onto current master? | 13:34 |
| dhx_m | yep | 13:34 |
| nuclear_eclipse | thanks :) | 13:34 |
| dhx_m | is it preferred to leave a space after statements if, foreach, etc? | 13:45 |
| dhx_m | seems most of the code has no space after | 13:45 |
| nuclear_eclipse | dhx_m: I don't think we're very consistent in that manner, but I personally *do* put a space after an if, but ironically, *not* after for/foreach/while which I see as being more like a function call... =\ | 13:48 |
| nuclear_eclipse | it's just habit that I do in any language... | 13:48 |
| dhx_m | ah ok | 13:48 |
| dhx_m | I'll just do whatever fits in with the surrounding code then :) | 13:49 |
| nuclear_eclipse | however, I think our official coding guidelines wants spaces around anything that could ever possibly have spaces around it... | 13:49 |
| dhx_m | ok, I don't mind either way | 13:49 |
| [KK]Kirill | lo all | 13:55 |
| [KK]Kirill | I have trouble | 13:55 |
| [KK]Kirill | I don't see coments in emal | 13:55 |
| [KK]Kirill | coments* | 13:56 |
| [KK]Kirill | email* | 13:56 |
| [KK]Kirill | comments* | 13:56 |
| nuclear_eclipse | [KK]Kirill: in your account preferences, what do you have set for a bugnote limit? | 14:02 |
| [KK]Kirill | 0 | 14:03 |
| [KK]Kirill | John, I see email | 14:03 |
| [KK]Kirill | but they haven't comments | 14:03 |
| [KK]Kirill | before "BIG" commit in email I see summary issue and it's comments | 14:04 |
| [KK]Kirill | for now I see only summary of issue | 14:04 |
| [KK]Kirill | and history of change | 14:04 |
| nuclear_eclipse | hmm | 14:05 |
| * nuclear_eclipse will investigate.. | 14:05 | |
| [KK]Kirill | http://git.mantisforge.org/w/mantisbt.git?a=blobdiff;f=core/email_api.php;fp=core/email_api.php;h=4dafba5363fb0ecabbd739d39c50aa07d80b17e1;hp=a37f8f34fa91705349b3773a344e61986653425f;hb=ba1949ee7c4ec018505bb3c62a0e2e406532bc30;hpb=0bbee26ac3317246ed6c866571aa615b45e1230f | 14:07 |
| nuclear_eclipse | hmm, I knew that patch didn't look right.... | 14:09 |
| [KK]Kirill | I can try return back | 14:09 |
| [KK]Kirill | and test | 14:10 |
| [KK]Kirill | not. this don't help | 14:14 |
| * nuclear_eclipse breaks paul_'s knees again | 14:20 | |
| [KK]Kirill | >:D | 14:21 |
| nuclear_eclipse | this is the commit that broke it, once again broken by paul.... | 14:21 |
| nuclear_eclipse | http://git.mantisforge.org/w/mantisbt.git?a=commit;h=eba305694fcf9191bad01e5d5d4065cfb04914a0 | 14:21 |
| nuclear_eclipse | paul_: you really need to stop "adjusting" things without actually *testing* that what you've changed is still working... | 14:22 |
| [KK]Kirill | nuclear_eclipse: can I discard this change in my branch? | 14:22 |
| nuclear_eclipse | not necessarily | 14:22 |
| nuclear_eclipse | I'm not even sure *why* he made that change, so I can't say whether or not another commit relies on that.... | 14:23 |
| [KK]Kirill | :( | 14:23 |
| [KK]Kirill | ok. this bug not serious | 14:24 |
| [KK]Kirill | I put in bugtracker | 14:24 |
| nuclear_eclipse | `git revert` results in a conflict... | 14:24 |
| [KK]Kirill | nuclear_eclipse: Can I apply re-patch? | 14:25 |
| nuclear_eclipse | ? | 14:25 |
| [KK]Kirill | I can save this as patch | 14:26 |
| CIA-17 | Mantisbt: jreese * r545da5fc106c /core/bugnote_api.php: Fix broken bugnote caching introduced in eba30569 | 14:37 |
| nuclear_eclipse | [KK]Kirill: fixed now | 14:38 |
| phl4kx | hi | 14:47 |
| phl4kx | can I put more than 1 email for the user in my user settings??? | 14:47 |
| nuclear_eclipse | phl4kx: no | 14:51 |
| phl4kx | :( | 14:52 |
| phl4kx | this is possible in the next version of mantis? | 14:52 |
| nuclear_eclipse | no | 14:53 |
| phl4kx | why :( | 14:53 |
| phl4kx | ? | 14:53 |
| phl4kx | is not necessary? | 14:53 |
| nuclear_eclipse | because it would require a lot of changes to the way mantis works and the assumptions that it makes | 14:54 |
| phl4kx | ah, is ok | 14:54 |
| nuclear_eclipse | why does a user need multiple email addresses? | 14:54 |
| phl4kx | well | 14:55 |
| CIA-17 | Mantisbt: hickseydr * r5824bb70420b / (26 files in 4 dirs): Remove hardcoded uses of ADMINISTRATOR constant | 14:55 |
| phl4kx | We are a software consulting, and we have an ERP Software, lets our clients give us 3 email confirmation per client | 14:55 |
| phl4kx | lets any change with mantis, we have to confirmed to the 3 emails of our clients | 14:56 |
| nuclear_eclipse | well, that still doesn't really say why a user needs multiple addresses -- that just says "system A allows us to assign multiple emails, so mantis should too" | 14:56 |
| nuclear_eclipse | if there's an honest reason to *need* multiple addresses, then I'm curious what the underlying "problem" / "cause" for the need, and if there's a better solution | 14:57 |
| phl4kx | nuclear_eclipse | 14:58 |
| phl4kx | we need to assign a multiples email | 14:58 |
| nuclear_eclipse | I guess my point is: does a user really need to get blasted with a notification to each email address, and why not just consolidate all those addresses to a single address? | 14:58 |
| phl4kx | from different person of our client | 14:58 |
| nuclear_eclipse | ok, that's what I'm getting at :) | 14:59 |
| nuclear_eclipse | you're using a single user in mantis to represent a multi-person entity? | 14:59 |
| phl4kx | not really | 14:59 |
| phl4kx | single User represent a single Client | 14:59 |
| nuclear_eclipse | well, in this context, "Client" is defined as containing multiple individual persons, correct? | 15:00 |
| phl4kx | but, Single Client, need a confirmation to a 3 workers..like , the logistic boss, human resource boss and the IT Manager | 15:00 |
| phl4kx | nuclear_eclipse...Client = Company , and company have a lot of workers | 15:01 |
| phl4kx | and all the Boss need a confirmation about change in the ERP Software | 15:02 |
| paul_ | dhx_m: no | 15:02 |
| phl4kx | lets, we use mantis and we like to add all the email boss in mantis | 15:02 |
| nuclear_eclipse | phl4kx: if you create a project for each client, then add a set of users to that project, you can also configure notifiication flags to set a minimun threshold for notification, that will send notifications to everyone in the project, which would accomplish what you want using multiple user accounts.... | 15:02 |
| phl4kx | nuclear_eclipse | 15:03 |
| phl4kx | we have only 1 PROJECT | 15:03 |
| phl4kx | our PROJECT is the ERP SOFTWARE | 15:03 |
| nuclear_eclipse | please don't shout | 15:03 |
| phl4kx | and in the erp software we have all the clients | 15:03 |
| phl4kx | with a information level | 15:03 |
| nuclear_eclipse | I'm simply trying to offer other methods of achieving the end result that you want | 15:03 |
| phl4kx | but only we can assign one address :( | 15:03 |
| phl4kx | nuclear_eclipse yes... thanks friend :) | 15:04 |
| phl4kx | nuclear_eclipse, lets I cant assign multiple addres for a 1 informated user? | 15:04 |
| nuclear_eclipse | phl4kx: if you look at configuration for $g_notify_flags, you can set a threshold for people in the projcet to receive notifications, even if they aren't assigned to the issue | 15:04 |
| phl4kx | ah ok | 15:05 |
| nuclear_eclipse | then, assuming that you set the important client persons as users meeting that threshold, they will get notified automatically | 15:05 |
| paul_ | nuclear_eclipse: ;/ | 15:06 |
| nuclear_eclipse | eg, if you set the notification threshold to MANAGER, and set the important client users as MANAGER on the project, then they will get notified automatically | 15:06 |
| [KK]Kirill | nuclear_eclipse: I see you try fix? | 15:06 |
| paul_ | nuclear_eclipse: I did test :P | 15:06 |
| paul_ | nuclear_eclipse: we should have a test framework :P | 15:06 |
| nuclear_eclipse | not very well then, because it couldn't have possibly worked the way you had it.... | 15:07 |
| phl4kx | nuclear_eclipse is ok | 15:08 |
| phl4kx | well, definitly I cant assign multiply addres in user settings for a informated??? | 15:08 |
| nuclear_eclipse | right | 15:09 |
| nuclear_eclipse | phl4kx: my only other suggestion is to set up a mailing-list or something similar that automatically broadcasts an email to one address out to multiple addresses | 15:10 |
| phl4kx | nuclear_eclipse, lets, im going to tell my clients to create a mai list with the 3 email boss, and I register only the mail list, and the mail server of my client reparted the emails :D | 15:10 |
| phl4kx | hahaha, yes the same I think :9 | 15:10 |
| phl4kx | :) | 15:10 |
| phl4kx | thank you! | 15:11 |
| nuclear_eclipse | you're welcome | 15:11 |
| [KK]Kirill | nuclear_eclipse: John, thanks. It's work | 15:16 |
| nuclear_eclipse | np | 15:16 |
| mantisbot | New bug: Bug 10608 - nrbrown - open - new | 16:37 |
| mantisbot | New bug: Display is "off" - http://www.mantisbt.org/bugs/view.php?id=10608 | 16:37 |
| [KK]Kirill | John, for now how sort changelog? | 16:39 |
| [KK]Kirill | by date or by version? | 16:39 |
| [KK]Kirill | something strange http://www.valentina-db.com/bt/changelog_page.php | 16:40 |
| [KK]Kirill | it's in 1.2.0 a3 | 16:49 |
| CIA-17 | Mantisbt: s.mazeland * r5558ad916175 /plugins/MantisGraph/lang/strings_english.txt: Fix typo in message (time->times) | 16:56 |
| [KK]Kirill | siebrand: lo | 16:56 |
| siebrand | hola | 16:56 |
| [KK]Kirill | How are you? | 16:57 |
| siebrand | heh, struck user names. | 16:57 |
| siebrand | shouldn't be too hard to track down. | 16:57 |
| [KK]Kirill | :) | 16:57 |
| siebrand | [KK]Kirill: that's git master? | 16:57 |
| nuclear_eclipse | [KK]Kirill: changelog is sorted by (status,last-updated), and changelog is just sorted by (last-updated) | 16:57 |
| [KK]Kirill | nuclear_eclipse: this not changed from 1.2.0 a3? | 16:58 |
| nuclear_eclipse | nope | 16:59 |
| [KK]Kirill | nuclear_eclipse: can you see link http://www.valentina-db.com/bt/changelog_page.php | 16:59 |
| nuclear_eclipse | yeah, what's wrang about that? | 16:59 |
| [KK]Kirill | I see status | 16:59 |
| [KK]Kirill | I see last update | 16:59 |
| [KK]Kirill | but version jumping | 17:00 |
| [KK]Kirill | kernel 2.0 b25, after kernel 2.0 b35 than 2.0.b27 | 17:00 |
| nuclear_eclipse | I see b25, then b26, then b27.... | 17:01 |
| [KK]Kirill | just see 1 issue from each version: status and last update | 17:01 |
| nuclear_eclipse | it all looks correctly ordered to me... | 17:01 |
| [KK]Kirill | brrrr | 17:01 |
| [KK]Kirill | one sec | 17:01 |
| nuclear_eclipse | http://imgur.com/2J4mS.png | 17:02 |
| nuclear_eclipse | http://imgur.com/2J4mS.png | 17:03 |
| [KK]Kirill | sorry. miranda-crash | 17:03 |
| [KK]Kirill | http://itrash.ru/idb/174/ovolga.png | 17:03 |
| [KK]Kirill | why? | 17:04 |
| [KK]Kirill | I return after 5 minutes | 17:04 |
| nuclear_eclipse | no clue, it shows up correctly for me... http://imgur.com/8WAcC.png | 17:05 |
| [KK]Kirill | nuclear_eclipse: strange. in first screen before b25 has version, but on second - not | 17:18 |
| [KK]Kirill | I select project kernel and all version show normaly | 17:19 |
| [KK]Kirill | but when I return to All project I see such as I send screenshot | 17:21 |
| nuclear_eclipse | hmm, I see that | 17:22 |
| nuclear_eclipse | I'm sure I can knock paulr over the head on this one again... | 17:22 |
| nuclear_eclipse | he's the one that broke roadmap sort orders recently | 17:23 |
| [KK]Kirill | ok | 17:23 |
| nuclear_eclipse | [KK]Kirill: mind modifying your install a bit to help me debug your problom? | 18:14 |
| [KK]Kirill | valentine-db? | 18:14 |
| nuclear_eclipse | yeah | 18:14 |
| [KK]Kirill | sorry, I haven't right to this site | 18:14 |
| nuclear_eclipse | ah, ok | 18:14 |
| [KK]Kirill | it's russian peolpe ask me | 18:14 |
| nuclear_eclipse | is it running latest git master? | 18:15 |
| [KK]Kirill | and I retranslate problem | 18:15 |
| [KK]Kirill | not | 18:15 |
| [KK]Kirill | 1.2.0 a3 | 18:15 |
| nuclear_eclipse | ah, ok; that's the problem I think | 18:15 |
| [KK]Kirill | I wrote him, that he must test on last git | 18:15 |
| nuclear_eclipse | version caching wasn't using the proper sort order for a long time, and I fixed that somewhat recently (couple weeks ago iirc) | 18:16 |
| [KK]Kirill | he test this and I write what happed | 18:17 |
| [KK]Kirill | happened | 18:17 |
| CIA-17 | Mantisbt: s.mazeland * rbc290c3ebe1a / (20 files in 4 dirs): Localisation updates from http://translatewiki.net (2009-06-19 19:35 UTC) | 19:50 |
| nuclear_eclipse | siebrand: you about? | 19:51 |
| siebrand | nuclear_eclipse: obviously. | 19:53 |
| nuclear_eclipse | :) | 19:55 |
| nuclear_eclipse | siebrand: can you inform me of the impact/feasibility of bug 10598 on translations? | 19:57 |
| mantisbot | Bug 10598 - dhx - open - assigned | 19:57 |
| mantisbot | Shorten HTML button strings shown when viewing/updating a bug - http://www.mantisbt.org/bugs/view.php?id=10598 | 19:57 |
| siebrand | hmm | 19:57 |
| nuclear_eclipse | http://git.mantisforge.org/w/mantisbt/dhx.git?a=commitdiff;h=00023beabcaacb71091871ec5d7fba45632af1a9 | 19:57 |
| nuclear_eclipse | that's the proposed commit for the issue, and I'm in favor of the move because I'm all for reducing redundant text, and for making the UI smaller/cleaner | 19:58 |
| nuclear_eclipse | but I'm just wanting to know how big of an impact that change would have on translations | 19:58 |
| siebrand | nuclear_eclipse: I guess I have to agree. | 19:59 |
| siebrand | nuclear_eclipse: that will possibly not work for every language, but that's a problem for that language. | 19:59 |
| siebrand | nuclear_eclipse: Would it also be possible that one button is split over multiple lines? | 19:59 |
| nuclear_eclipse | I mean obviously, changing the english text has no immediate impact on the translations, but I'm curious how much effort would be involved to make the translations consistent with the changes to the english text | 19:59 |
| siebrand | nuclear_eclipse: in that case, we could consider processing button text, and replacing whitespace by no breaking spaces. | 19:59 |
| siebrand | non breaking spaces, eveb | 20:00 |
| siebrand | nuclear_eclipse: we 'fuzzy' the translations, and translators will eventually find the tagged messages, and do something with it. | 20:00 |
| siebrand | nuclear_eclipse: preferably make certain that you make a complete change set, as I expect some 10-15 localisations to be updated quite soon. | 20:01 |
| nuclear_eclipse | assuming that we go ahead with the change for a 1.2rc release tomorrow, would it be feasible to have translators get follow-up changes in by an eventual final release? | 20:02 |
| siebrand | nuclear_eclipse: yes, of course. | 20:02 |
| nuclear_eclipse | ok | 20:02 |
| nuclear_eclipse | < siebrand> nuclear_eclipse: preferably make certain that you make a complete change set | 20:03 |
| siebrand | nuclear_eclipse: I do need a 2 day or so heads up to be able to export and commit translations, and preferably a two weeks heads up so I can make some fuss about the upcoming MantisBT release, and asking translators to complete their translations. | 20:03 |
| nuclear_eclipse | I'm not grokking that | 20:03 |
| siebrand | nuclear_eclipse: well, just click a bit through the UI to check if there is more redundancy. | 20:04 |
| nuclear_eclipse | ah | 20:04 |
| * siebrand grumbles | 20:05 | |
| nuclear_eclipse | uh oh | 20:05 |
| siebrand | how do I tell git to add all files that are new in my tree? | 20:05 |
| siebrand | git add . does not do the trick. | 20:05 |
| nuclear_eclipse | o rly? | 20:05 |
| nuclear_eclipse | are you sure you're in the base of the repo when you do that? | 20:06 |
| siebrand | yep | 20:06 |
| siebrand | (on windows, though) | 20:06 |
| nuclear_eclipse | hmm | 20:06 |
| nuclear_eclipse | I've honestly never used git on windows =\ | 20:07 |
| siebrand | well, it works with : | 20:07 |
| siebrand | C:\branches\mantisbt>git add plugins\XmlImportExport\lang | 20:07 |
| siebrand | but I had to do it for all 3 plugins. | 20:07 |
| siebrand | This sucks. | 20:07 |
| nuclear_eclipse | I wonder if windows CLI doesn't treat '.' appropriately | 20:08 |
| * nuclear_eclipse suggests `git add plugins` ? | 20:08 | |
| CIA-17 | Mantisbt: s.mazeland * ra51034bd95b8 /plugins/ (21 files in 3 dirs): Localisation updates from http://translatewiki.net (2009-06-19 19:35 UTC) | 20:09 |
| siebrand | nuclear_eclipse: that's not a bad idea. Will try that next time. | 20:09 |
| siebrand | Anyway, our localisations for plugins just tripled :) | 20:09 |
| nuclear_eclipse | yay | 20:10 |
| nuclear_eclipse | now, for something completely different | 20:10 |
| nuclear_eclipse | what is the outlook for translated manuals? | 20:10 |
| siebrand | (afk) | 20:10 |
| siebrand | Nothing from my side. | 20:10 |
| siebrand | No docbook support. | 20:10 |
| nuclear_eclipse | ok | 20:10 |
| nuclear_eclipse | so any translations done would have to be all done by-hand basically? | 20:11 |
| siebrand | if someone writes docbook file format support for the MediaWiki translate extension, that would be sweet :) | 20:11 |
| siebrand | yes | 20:11 |
| nuclear_eclipse | ok | 20:11 |
| * nuclear_eclipse is not writing that :* | 20:12 | |
| nuclear_eclipse | :P | 20:12 |
| siebrand | nuclear_eclipse: there allegedly is a docbook to gettext convertor. | 20:14 |
| siebrand | nuclear_eclipse: can handle gettext. | 20:15 |
| nuclear_eclipse | oh dear, that sounds like it would be more trouble than by-hand translations... :P | 20:15 |
| siebrand | nuclear_eclipse: http://po4a.alioth.debian.org/ looks like it may be able to do it. | 21:25 |
| paul_ | moo | 22:31 |
| paul_ | nuclear_eclipse: i think i've concluded what I think about utf8 :0 | 22:31 |
Generated by irclog2html.py