| ../irclogs/#mantishelp.2009-06-17.log | ||
| --- scribe started --- | 00:00 | |
| mantisbot | New bug: Bug 10599 - camitz - open - new | 10:15 |
|---|---|---|
| mantisbot | New bug: Tagfiltering sketchy - http://www.mantisbt.org/bugs/view.php?id=10599 | 10:15 |
| mantisbot | New bug: Bug 10600 - emartin - open - new | 11:00 |
| mantisbot | New bug: Send Mail how task scheduler and accent - http://www.mantisbt.org/bugs/view.php?id=10600 | 11:00 |
| [KK]Kirill | dhx_m: lo | 11:36 |
| dhx_m | [KK]Kirill: hey | 11:38 |
| [KK]Kirill | dhx_m: you don't push patch for notify user about admin change accaunt? | 11:38 |
| dhx_m | [KK]Kirill: not yet, I put it on the mailing list to see if anyone wanted to comment on it frist | 11:39 |
| dhx_m | *first | 11:39 |
| [KK]Kirill | I want | 11:40 |
| [KK]Kirill | It's very usefull | 11:40 |
| [KK]Kirill | IMHO | 11:40 |
| dhx_m | yep | 11:41 |
| dhx_m | it should also notify users of their access to individual projects changing | 11:41 |
| dhx_m | now I think about it | 11:41 |
| [KK]Kirill | it's good idea too | 11:49 |
| nuclear_eclipse | morning all | 12:27 |
| [KK]Kirill | nuclear_eclipse: lo | 12:28 |
| [KK]Kirill | John: question | 12:28 |
| [KK]Kirill | how I can in own branch get file from master | 12:28 |
| [KK]Kirill | ? | 12:28 |
| [KK]Kirill | I have conflict in file. I want use full from master branch | 12:29 |
| nuclear_eclipse | `git checkout <branch/ref> <filename>` | 12:29 |
| [KK]Kirill | For now I CO master copy file to tmp | 12:29 |
| dhx_m | nuclear_eclipse: hi | 12:30 |
| [KK]Kirill | git checkout master/HEAD strings_api.php? | 12:30 |
| nuclear_eclipse | `git checkout master strings_api.php` | 12:30 |
| [KK]Kirill | if I want other commit git checkout master/yourtag string_api.php | 12:32 |
| [KK]Kirill | ? | 12:32 |
| nuclear_eclipse | no, just repplace the branchname with a refspec | 12:32 |
| nuclear_eclipse | like `checkout 3f6a7bc8 <filename>` or `checkout release-1.1.8 <filename>` | 12:33 |
| [KK]Kirill | nuclear_eclipse: thanks | 12:47 |
| nuclear_eclipse | np | 12:49 |
| paul_ | nuclear_eclipse: you dared to pull yet? | 13:51 |
| nuclear_eclipse | not yet | 13:51 |
| paul_ | hehe | 13:51 |
| nuclear_eclipse | still trying to finish my current topic | 13:51 |
| nuclear_eclipse | I'm down to documentation now | 13:52 |
| nuclear_eclipse | so I'll pulling shortly | 13:52 |
| paul_ | documentation on? :) | 13:52 |
| nuclear_eclipse | bug 10595 | 13:52 |
| mantisbot | Bug 10595 - jreese - open - assigned | 13:52 |
| mantisbot | Allow plugins to define and add new filters - http://www.mantisbt.org/bugs/view.php?id=10595 | 13:52 |
| paul_ | ahh | 13:52 |
| paul_ | did you see i added a new ervent? | 13:53 |
| nuclear_eclipse | no, I didn't | 13:53 |
| nuclear_eclipse | let me guess, you didn't add any documentation for it... | 13:55 |
| mantisbot | New bug: Bug 10601 - aik099 - open - new | 13:56 |
| mantisbot | New bug: Required field check doesn't work for "Category" field when submitting new issue - http://www.mantisbt.org/bugs/view.php?id=10601 | 13:56 |
| dhx_m | paul_: seems to work fine for me so far after that fix to user prefs :) | 13:56 |
| paul_ | nuclear_eclipse: nope! | 13:57 |
| paul_ | nuclear_eclipse: we need to add phpdoc documentation to event apis | 13:57 |
| nuclear_eclipse | event API does have phpdoc.... | 13:57 |
| paul_ | not for individual events | 13:57 |
| paul_ | and not for event api | 13:58 |
| paul_ | I had to add a bunch | 13:58 |
| nuclear_eclipse | that's because events aren't PHP concepts | 13:58 |
| paul_ | we can document constants | 13:58 |
| paul_ | that's what's missing atm :) | 13:58 |
| nuclear_eclipse | what constants? just the five event types? | 13:58 |
| nuclear_eclipse | because none of the constants have any phpdoc on them | 13:59 |
| paul_ | for the things like 'EVENT_VIEW_BUGNOTE' | 14:00 |
| nuclear_eclipse | those aren't constants | 14:00 |
| paul_ | although those arent' | 14:00 |
| nuclear_eclipse | and that's what the docbook is for | 14:00 |
| nuclear_eclipse | there's an entire event reference section | 14:01 |
| paul_ | can you document the event I added? | 14:02 |
| paul_ | it was for a submenu on summary page | 14:02 |
| paul_ | iirc, we discussed the event briefly (or tourched on it) 2 weeks ago | 14:02 |
| paul_ | (discussed=I think I mentioned i needed to add an event) | 14:03 |
| nuclear_eclipse | I'll look at it once I finish what I'm working on | 14:03 |
| paul_ | also | 14:03 |
| paul_ | do bug_delete events exist yet? | 14:03 |
| nuclear_eclipse | http://docs.mantisbt.org/master/en/developers/dev.eventref.bug.html#DEV.EVENTREF.BUG.ACTION | 14:04 |
| nuclear_eclipse | it's been there for at least a few months now... | 14:05 |
| * nuclear_eclipse breaks paul's knees | 15:49 | |
| CIA-17 | Mantisbt: jreese * rd6c83f257373 / (7 files in 3 dirs): Fix #10595: Implemented pluggable view filters. | 15:51 |
| CIA-17 | Mantisbt: jreese * rf4ebcfa6df17 /docbook/developers/en/ (3 files): Issue #10595: Documented custom filter event. | 15:51 |
| CIA-17 | Mantisbt: jreese * r991e5b6c966b /core/ (4 files in 2 dirs): Fix #10596: Implemented pluggable issue columns. | 15:51 |
| CIA-17 | Mantisbt: jreese * r7d4dec90a11b /docbook/developers/en/event-reference-filter.sgml: Issue #10596: Documented custom column event. | 15:51 |
| nuclear_eclipse | paul_: just fyi, you broke CSV export with your bugobject stuff... | 15:52 |
| paul_ | nuclear_eclipse: why you break me knees? | 16:58 |
| nuclear_eclipse | 11:52 < nuclear_eclipse> paul_: just fyi, you broke CSV export with your bugobject stuff... | 16:59 |
| paul_ | interesting | 17:29 |
| paul_ | nuclear_eclipse: no dhx today? | 19:20 |
| Reapazor1 | so ..ive got a question, why cant usernames have periods (.) in them ? | 19:20 |
| nuclear_eclipse | Reapazor1: that's configurable IIRC | 19:21 |
| paul_ | probably an old decision | 19:21 |
| paul_ | but yes it's confirable | 19:21 |
| paul_ | configurable | 19:21 |
| Reapazor1 | hmm | 19:26 |
| * Reapazor1 looks for this setting | 19:26 | |
| Reapazor1 | now configurable in the sense of ... you can change code (which im perfectly capable of ) but hurts nightly upgrades | 19:27 |
| Reapazor1 | or :) | 19:27 |
| nuclear_eclipse | Reapazor1: look in config_defaults_inc.php, and set the preferred value in your config_inc.php | 19:28 |
| SimeonArgus | Hello | 19:28 |
| paul_ | nuclear_eclipse: I hate custom functions | 19:30 |
| CIA-17 | Mantisbt: paul * r5a35e7540df8 / (core/custom_function_api.php csv_export.php): update CSV export with bugobject changes | 19:38 |
| paul_ | nuclear_eclipse: there | 19:39 |
| Reapazor1 | nuclear_eclipse: any suggestions for things to search for (username didnt really come up with much) | 19:40 |
| nuclear_eclipse | $g_user_login_valid_regex = '/^[\w \-]+$/'; | 19:41 |
| Reapazor1 | awesome :) | 19:41 |
| paul_ | nuclear_eclipse: have you found anything else? | 19:45 |
| nuclear_eclipse | paul_: not yet | 19:46 |
| nuclear_eclipse | I only noticed that CSV problem because I was touching that with my features earliel | 19:46 |
| paul_ | erm | 19:47 |
| paul_ | i've broken something | 19:47 |
| paul_ | lo dhx_m | 21:19 |
| siebrand | ping? | 22:24 |
| paul_ | ponf | 22:24 |
| siebrand | paul_: can you test the following: | 22:26 |
| siebrand | 1. create a custom field | 22:26 |
| siebrand | 2. add it to all projects | 22:26 |
| siebrand | 3. go to manage_config_columns_page.php | 22:26 |
| siebrand | 4. add custom_yourfield to View Issues Columns | 22:26 |
| siebrand | 5. Press "Update columns as Glob Def for all proj". | 22:27 |
| siebrand | Can you confirm my observation: APPLICATION ERROR #700 | 22:27 |
| siebrand | Project "0" not found. | 22:27 |
| siebrand | mantisbt\core\project_api.php | 22:27 |
| siebrand | Line: 204 | 22:27 |
| siebrand | And I have no clue from the UI how to set it for a specific project. | 22:28 |
| paul_ | actually simpler version is just be on the all_projects page | 22:29 |
| paul_ | i.e. just go to that page and try to edit without a project set | 22:29 |
| siebrand | not sure what you mean. | 22:30 |
| paul_ | 1. select 'all projects' | 22:31 |
| paul_ | 2. go to manage config columns | 22:31 |
| paul_ | 3. delete any field | 22:31 |
| paul_ | 4 hit update | 22:31 |
| siebrand | Hmm. Still no idea. | 22:33 |
| siebrand | 1. manage_overview_page.php -> click " Manage Configuration" | 22:34 |
| siebrand | 2. adm_config_report.php -> click "Manage Columns" | 22:34 |
| siebrand | 3. I delete custom_??????? from "All Available Columns " on manage_config_columns_page.php | 22:35 |
| siebrand | 4. There's no update button. | 22:35 |
| siebrand | paul_: you must think I'm stupid, but I really don't understand :} | 22:43 |
| siebrand | dhx_m: what does 'stick/unstick' mean? | 22:48 |
| siebrand | dhx_m: I want to add a translation hint for the translators, because this is a concept that cannot be translated without some context. | 22:49 |
| paul_ | siebrand: I meant | 22:49 |
| paul_ | it's not just custom fields | 22:49 |
| paul_ | it's just broken | 22:49 |
| paul_ | :) | 22:49 |
| siebrand | paul_: right. | 22:50 |
| siebrand | paul_: 'confirmed' would have sufficed :) | 22:50 |
| paul_ | maybe | 22:50 |
| siebrand | paul_: remember seeing this reported already? | 22:50 |
| paul_ | i've definitely seen it before | 22:50 |
| paul_ | dunno whether came across myself | 22:50 |
| paul_ | commented on in here | 22:50 |
| paul_ | or bugtracker | 22:50 |
| paul_ | bug 2371 | 22:54 |
| mantisbot | Bug 2371 - jfitzell - open - confirmed | 22:54 |
| mantisbot | [all lang] Internationalize the admin page and install script - http://www.mantisbt.org/bugs/view.php?id=2371 | 22:54 |
| * paul_ looks at siebrand | 22:54 | |
| siebrand | paul_: yeah. Let's identify bugs, not add features that add bugs and push out 1.2. | 22:55 |
| siebrand | ;0 | 22:55 |
| siebrand | paul_: I'll do that for 1.2.1 then, I promise. | 22:55 |
| paul_ | that what i've been doing for past few months :P | 22:56 |
| siebrand | paul_: yes, I know, and it's fantastic. | 22:57 |
| siebrand | These issues don't really qualify, though: | 22:57 |
| siebrand | - 0010596: [filters] Allow plugins to define new column typess (jreese) - toegewezen. | 22:57 |
| siebrand | - 0010595: [filters] Allow plugins to define and add new filters (jreese) - toegewezen. | 22:57 |
| paul_ | bad john :) | 22:59 |
| * siebrand nods | 23:07 | |
| CIA-17 | Mantisbt: s.mazeland * r379a1076924e /lang/ (43 files): Localisation updates from http://translatewiki.net (2009-06-17 22:41 UTC) | 23:07 |
| CIA-17 | Mantisbt: s.mazeland * racc4dcada3f9 /core/print_api.php: Fix: #0007496: Cannot sort on custom field containing non-ASCII characters | 23:07 |
| CIA-17 | Mantisbt: s.mazeland * rbae8693b4a02 / (config_defaults_inc.php lang/strings_ripoarisch.txt): Localisation updates from http://translatewiki.net | 23:07 |
| CIA-17 | Mantisbt: s.mazeland * r782486eed607 /plugins/XmlImportExport/lang/strings_russian.txt: Fix: String defined in non-english file that does not exist | 23:07 |
| siebrand | there :) | 23:08 |
| paul_ | ahh, you saw i'm trying to improve testlangs.php? ;p | 23:09 |
| siebrand | paul_: well, it's error free again :) | 23:11 |
| paul_ | hmm, is it rawurlencode or urlencode | 23:12 |
| paul_ | anyway | 23:12 |
| * paul_ looks at time | 23:12 | |
| siebrand | 1.13 am. | 23:13 |
| siebrand | paul_: the reported suggested rawurlencode. As the fix looked sane, and I was unable to test (see above), I committed as it. | 23:15 |
| siebrand | as is. | 23:15 |
| paul_ | :) | 23:15 |
| siebrand | custom field stuff is very instable at the moment. | 23:52 |
Generated by irclog2html.py