Thursday, 2009-04-16

../irclogs/#mantishelp.2009-04-16.log
--- scribe started ---00:00
mantisbotNew bug: Bug 10338 - brianstv - open - new00:12
mantisbotNew bug: bugnote note_type changed to TIME_TRACKING whenever timetracking data is present. - http://www.mantisbt.org/bugs/view.php?id=1033800:12
dhx_mnuclear_eclipse: fantastic, I'll check it out :)00:41
dhx_mpaul_: if setting up multiple bug trackers, ot00:42
dhx_mit'd be nice if they shared the same login database00:42
dhx_motherwise it'd be annoying creating 107 accounts :p00:43
nuclear_eclipsedhx_m: at that point, it might be easier to set up and enable ldap authentication...00:57
dhx_mand that sounds somewhat time consuming hehe :)00:57
nuclear_eclipseperhaps :P01:02
nuclear_eclipsean eventual goal here is to implement a pluggable authentication framework, at which point you could potentially create an auth plugin that just connected to another mantis install for auth credentials...01:03
dhx_mnice01:09
dhx_mwhat do you think of having the source code username thing per-repository?01:32
dhx_mI was thinking of a table with:01:33
nuclear_eclipsehmm, that starts to complicate the UI a lot more....01:33
dhx_mmantis_userid | repository | repository_username01:33
dhx_myeah01:33
dhx_mI was thinking it'd be almost a copy of the 'index' page01:33
dhx_mI agree it isn't urgent01:34
dhx_mbut a lot of people will have different usernames on different repositories01:34
dhx_mpotentially more than one?01:35
nuclear_eclipsewell, I would hope that between their Mantisbt username, realname, email, and vcs username, their should be *something* in there that matches up to the repository... :P01:36
dhx_m:)01:36
dhx_mthe other thing that might be neat01:36
dhx_m(with this extension)01:37
dhx_mis adding a list of all detected vcs users to repo_manage_page01:37
dhx_mand providing a link to the profile of the corresponding Mantis user01:37
dhx_mand you'd also have the ability to remove links... or add a new one01:37
nuclear_eclipseI'll have to give it a thought01:41
nuclear_eclipseI'm just not sure why a user would have so many different commit identities :P01:42
dhx_mmaybe you're tracking multiple external repositories01:43
dhx_mand they all have forced usernames01:43
dhx_mie. they're taken straight from LDAP and the user has no choice over their username01:44
dhx_mwhereas elsewhere, the user has a different forced username01:44
dhx_mie. for cases where the user can't choose their VCS username01:44
nuclear_eclipseoh, so like 'jreese' and 'reesej' type of thing?01:44
dhx_myep01:44
nuclear_eclipsehmm....01:44
nuclear_eclipseso sign up for mantis with one, and set up a vcs name for the other ;)01:45
dhx_mor let's say you were female and got married, and your VCS username changes to match your new name :p01:45
dhx_mmaybe that wasn't the strongest example heh01:45
dhx_mmultiple Mantis accounts doesn't sound like a great idea though01:46
dhx_moh01:46
dhx_mI see01:46
dhx_myou're saying it currently works for up to two VCS usernames01:46
dhx_mit'll try to match your Mantis username and also this new custom field01:47
nuclear_eclipsewell, what I mean is that the plugin currently checks four things to match commits to your user id, it first checks your explicit VCS username, then it checks your mantis username, then it checks your mantis realname, and then it checks your mantis email address01:48
nuclear_eclipseor rather, it checks your email address second, assuming the VCS integration actually sets the commit author's email address01:48
dhx_myep01:50
dhx_mwe're still running into a few problems with this approach01:50
dhx_msuch as two people having the same real name (quite possible for large Mantis installations)01:51
* nuclear_eclipse dislikes the realname/unique constraint, and that's why it's the last thing checked01:51
nuclear_eclipsehow bout this?01:51
dhx_mone user having the Mantis username 'david' but having a VCS username of 'dhx'... and another user having the VCS username 'david'01:52
nuclear_eclipsewhat if I added the ability to separate VCS usernames by '|' to create multiple mappings?01:52
dhx_mpossibly... but I think it still needs to be per-repo01:52
dhx_mI don't mind scratching something together01:52
dhx_mbecause it is a little beyond the scope of what I think you need :)01:53
nuclear_eclipseok, report an issue, and see what you come up with01:53
dhx_mok01:53
nuclear_eclipsemy biggest priority is keeping the interface for this as simple and clean as possible01:53
dhx_myep I was thinking of mostly copying the interface of the 'index' page01:53
dhx_mbut having it even simpler01:54
dhx_ma table with the following columns would be shown to the user:01:55
dhx_mRepository | VCS Field | VCS Value01:55
dhx_m(of course, better names would be chosen)01:55
dhx_man example of some rows:01:56
dhx_mMantis | Committer | dhx01:56
dhx_mProjectB | email | someone@is.home.com01:56
dhx_metc01:56
dhx_moh and they'd also be a "delete" button next to each01:56
dhx_m(a Link)01:57
dhx_mand below this table is a space where you can add more relationships01:57
dhx_malmost identical to the "Create repository" section on Source/index01:57
dhx_m1 dropdown box to select the repository01:58
dhx_m1 dropdown box to select the field to match01:58
* nuclear_eclipse prods dhx_m to look at how the branch mapping feature looks/works01:58
dhx_mah, I haven't actually thought of that01:58
dhx_mdo branches appear as "repositories" in Mantis?01:58
nuclear_eclipseno01:59
nuclear_eclipseeach repository can have many branches01:59
nuclear_eclipseenable the 'branch mapping' feature, and then manage a repository, and you'll see what I'm talking about02:00
dhx_mbtw I just found a bug... Source/list's [Browse] link points to listing.php in the Mantis root02:00
dhx_mI assume because we're already on the list page... we don't need that link02:01
dhx_mok02:01
dhx_mwould I need to reimport the repo?02:02
nuclear_eclipseno, that's actually a different point - "browse" from the listing page should take you to the repository viewer's main page02:02
nuclear_eclipseI'm assuming you're using WebSVN, and just haven't set up the WebSVN info in Mantis02:03
dhx_mright02:03
dhx_mok, so I take it that it is a default02:03
dhx_mbecause I was too lazy to set it up on that test install :D02:03
nuclear_eclipseyeah, it's still technically a "bug" because it shouldn't create a link at all if WebSVN info hasn't been entered, so you can still report it if you like :)02:03
dhx_mok I'll TODO it :D02:04
nuclear_eclipseanywho, I need to eat dinner, bbiab02:04
nuclear_eclipse:)02:04
dhx_mok cya02:04
dhx_mI'll do some work in the meantime02:04
dhx_mok I'm sort of trying the branch setting02:08
dhx_mat the moment the things I'm unsure of are:02:08
dhx_ma) how can I inform Mantis about branches which are nested two levels deep (for SVN this would be /branches/something/)02:09
dhx_mb) do I need to enclose the regular expression in forward slashes02:11
dhx_mc) what will happen as a result of me setting up the mappings? (I don't have autoresolving, etc on)02:14
nuclear_eclipsea) tell the WebSVN that you're using a "standard" repository layout, and it will deduce the branch name whenever it sees /branches/name02:28
nuclear_eclipseb) yes, or you can use any other outer delimiter you like, according the standard PCRE syntax02:30
nuclear_eclipsec) the mappings will, by themself, set the fixed-in version and the bug resolution to fixed; with bug fixed messages enabled, it will also add a note to the issue, and with auto-resolving, it will set the issue status to resolved02:32
nuclear_eclipsehowever, mappings/messages/resolving *only* occur for commit messages matching the bugfix regex settings; the normal bug link regexes *only* create a link between the bug and changeset02:33
dhx_mgreat, I think I understand it now :)02:38
dhx_mthanks02:38
nuclear_eclipsenp02:39
dhx_mI'm currently trying to work out how to return am array from EVENT_MENU_ACCOUNT02:40
dhx_mso that source code configuration appears as a separate page on the user profile02:40
nuclear_eclipseit's what allows me to basically do nothing but commit with a special message, and it cleans up the whole issue upon import/checkin :P02:40
dhx_m:)02:40
dhx_m$t_event_menu_options = event_signal( 'EVENT_MENU_ACCOUNT' );02:41
dhx_mforeach( $t_event_menu_options as $t_plugin => $t_plugin_menu_options ) {02:41
dhx_mforeach( $t_plugin_menu_options as $t_callback => $t_callback_menu_options ) {02:41
dhx_mI take it the array will look like [plugin_name][menu_option][php_page_to_link_to]?02:42
nuclear_eclipseif you do `return array( 'name' => 'url' )` IIRC, that should suffice02:43
nuclear_eclipseit's been a while since I've really done anything with the menus :P02:43
dhx_mok I'll give that a shot, thanks02:44
nuclear_eclipsemost of the array structure you see there is a result of how the plugin system arranges all the data returned from plugin hooks02:44
dhx_mok, I guess the first foreach() is unwrapping the stuff added by the plugin system02:45
dhx_mthat makes sense now02:45
dhx_mif I update the schema, do I add a line similar to... array( 'AddColumnSQL', array( plugin_table( 'changeset' ), "02:51
dhx_mand it works out the schema version automatically?02:51
dhx_mie. instead of using schema versions and upgrade functions... you just keep adding stuff to the list (complete with delete queries)?02:52
dhx_mok I think I worked it out now03:04
nuclear_eclipsedhx_m: sorry for the delay03:46
nuclear_eclipsehave you figured out what you needed?03:46
dhx_mback07:03
dhx_mnuclear_eclipse: yep, should be OK now thanks07:03
gialluhey dhx_m07:08
dhx_mhey07:08
gialluare you woerking on some patch?07:10
dhx_myep07:11
* giallu saw some report of yours07:11
dhx_mah, for the Mantis main project07:11
dhx_mI should do that first actually07:11
dhx_mbefore I forget07:11
dhx_m1033007:12
giallubug 1033007:13
mantisbotBug 10330 - dhx - open - new07:13
mantisbotDon't use hardcoded default enum levels when reporting a new bug - http://www.mantisbt.org/bugs/view.php?id=1033007:13
dhx_myep07:13
gialluuhm07:14
gialluI must say I don't love adding new g_* variables...07:14
dhx_mactually I just realised there isn't any need to07:14
dhx_mconfig_get( 'default_bug_severity' );07:14
dhx_mfound that in mc_api.php07:15
dhx_mexcept we have no default ETA/projection07:15
dhx_mor resolution it seems07:15
dhx_mI might just clean it up then07:17
dhx_mand put all the default settings under /********************************07:17
dhx_m * MantisBT Default Preferences *07:17
dhx_m ********************************/07:17
gialluhow there can be a "default" ETA ?07:17
dhx_mwell there currently is... '10'07:18
dhx_mI'm just trying to prevent it being forced to 10... when it could quite reasonably be something else07:18
* giallu wonders what '10' is07:18
dhx_mnot sure... doesn't seem to be defined as a constant07:20
dhx_m$g_eta_enum_string= '10:none,20:< 1 day,30:2-3 days,40:< 1 week,50:< 1 month,60:> 1 month';07:21
dhx_mthe ETA field is a waste of time IMO07:22
dhx_mreally ugly07:22
dhx_mbut I'm doing this more for consistency... as it affects other fields as well07:22
gialluif 10 == none I don't see any other better default ;)07:29
gialluand yeah, I'd better trim the field...07:30
dhx_mthere may be a situation where someone defines their own custom ETA enum string07:33
dhx_mwhere 10 is "Not applicable" and 20 is "Unknown"07:34
dhx_mand you might want the default to be 20... for example07:34
gialludhx_m, I see07:34
dhx_mit just gives people more power to customize Mantis... and it doesn't really change much07:35
dhx_mbetter for code quality/consistency as well07:35
mantisbotNew bug: Bug 10339 - dhx - open - new07:44
mantisbotNew bug: My Account page shows Profiles menu option/page even when profile feature is disabled - http://www.mantisbt.org/bugs/view.php?id=1033907:44
dhx_mgrr did I forget to change the severity from major -> trivial :(07:47
dhx_mor even minor would be OK07:47
gialludhx_m, np, I never look at those fields ;)07:52
dhx_msame here :)07:52
[KK]KirillJohn, you here?10:56
dhx_mI'm currently trying to remove all hardcoded constants from the code12:34
dhx_min my branch at http://git.mantisforge.org/w/mantisbt/dhx.git?a=shortlog;h=refs/heads/1033012:34
dhx_m... including some consistency changes (renaming a lot of the constants, for example)12:34
dhx_many thoughts so far?12:34
[KK]Kirill:|12:36
dhx_mthe aim is to finally make Mantis work 100% nicely with completely custom enum fields12:38
dhx_mbecause at the moment it still contains hardcoded things like "if bug_status < CLOSED"12:39
[KK]Kirilldhx_m: did you know git normaly?12:41
dhx_mwhat do you mean?12:42
dhx_mI only started using it a few weeks ago12:42
dhx_mI know about how to roll commits into 112:42
dhx_mI've just laid them all out here for the moment12:42
[KK]Kirill:)12:42
[KK]Kirillnot12:42
dhx_mis that the problem? :)12:42
dhx_mthis is my pre-push branch ;)12:43
[KK]Kirillnot problem.. I have 2 branchs and cannot  switch between them12:44
dhx_mwhat error do you get?12:44
dhx_mah ok, good :)12:44
dhx_mcheck to make sure "git status" indicates no modified files12:44
dhx_mbefore checking out another branch12:45
[KK]Kirillerror: You have local changes to 'core/phpmailer/examples/test_db_smtp_basic.php'; cannot switch branches.12:45
dhx_mgit will try to stop you from accidentally losing unsaved changes12:45
dhx_mah12:45
dhx_mthat is indeed the issue12:45
dhx_mdo a "git diff" to see the differences to that file12:45
dhx_mso you can decide if you want to keep them12:45
dhx_mwhen you checkout another branch, you lose everything that hasn't been committed12:45
dhx_mthat is why it is warning you12:45
dhx_mif you don't care about the changes, you can forcefully checkout the other branch, losing your unsaved changes12:46
dhx_mjust append the -f option to "git checkout"12:46
[KK]Kirillone sec12:47
[KK]Kirillsorry, my work...12:54
[KK]KirillI don't modify this file (I think). But I want take from master, but I don't how.12:54
[KK]Kirillwith -f - worked12:55
[KK]Kirillthanks12:55
[KK]Kirillbut how I can take files from master?12:56
dhx_mgit checkout master folder/file.c12:57
dhx_mthat will overwrite your current working copy of folder/file.c with the one from master12:58
dhx_mie. the version from your last commit12:58
[KK]KirillI do this.13:00
[KK]Kirillgit status show this: (one sec)13:00
[KK]Kirillhttp://mantis.pastebin.com/d34847e1d13:01
dhx_mhmm13:03
dhx_mah13:04
dhx_mit is just telling you that some of your files are new?13:04
[KK]Kirillwhat I must do?13:04
dhx_mhave you tried to checkout those test files from master into your branch?13:04
[KK]Kirillyes. after this I git status13:05
dhx_mI think it is just trying to tell you that you've got new files which aren't currently in your branch13:05
dhx_mso they're not currently under revision control13:06
dhx_myou need to "git add" them13:06
dhx_mor "git commit -a" to do it automatically (I think)13:06
dhx_mah maybe I'm wrong13:06
dhx_mI think it is just giving you a list of all modified files13:09
dhx_mand a list of files you've already told git to commit13:09
dhx_mdid you "git add" all those files manually?13:10
[KK]KirillOh.. I did this13:12
[KK]KirillI in config autoCRLF set to  no13:13
[KK]Kirilland after checkout13:13
[KK]KirillI commit - it's work13:13
[KK]Kirillin my config this be autoCRLF = input13:14
[KK]Kirilldhx_m: thank you very much13:14
dhx_mhmm that doesn't sound good to me13:16
dhx_mbecause you might start committing changes which change line endings?13:16
dhx_mor does autoCRLF just ignore all lines where the only change is the CRLF vs LF/CR at the end?13:16
dhx_msounds to me like the fix is to modify your text editor to stop using the wrong line termination?13:17
[KK]Kirillthey transform - don't ask me what line end use13:17
[KK]Kirillafter I set no - then don't trasform line-end13:17
dhx_mah13:18
dhx_mhttp://www.kernel.org/pub/software/scm/git/docs/gitattributes.html13:18
dhx_mseems to be a safeguard of sorts around people editing line endings the wrong way13:19
dhx_mie. they use the wrong editor options13:19
[KK]Kirill:)13:19
slestakwhere are attachments stored in mantisbt?13:39
gialluslestak, you can choose between database, ftp or disk storage13:51
slestakgiallu: what is default?13:52
gialludhx_m, about git: what is rolling all commits into one useful for?13:52
nuclear_eclipsemorning all13:56
nuclear_eclipsegiallu: it prevents people from seeing your five commits fixing stupid trivialities that don't actually add anything to the commit history ;)13:57
giallunuclear_eclipse, yeah13:57
gialluI'm just afraid it can be used to generate a single patch where a series would be appreciated (at least by me)13:58
nuclear_eclipseI would agree that breaking the feature into multiple commits for each major piece of the implementation is generally a good idea13:58
slestakgiallu: i read the fine manual and answered my question.  thx!13:59
gialluslestak, ok :)13:59
slestaki was considering using DISK, then exposing that dir to my separate wiki software so its indexing can also index ticket attachments.  do you guys change the file name or is it stored in a separate dir per ticket or anythign liek that?14:01
nuclear_eclipseslestak: that's a bad idea; if someone uploads a PHP file, and then points there browser to the upload directory, it could be allowing the user to execute any code they want to...14:03
nuclear_eclipseif you're going to use the disk method of storing attachments, they *must* be kept outside of the webserver's execution paths14:03
slestaknuclear_eclipse: ok, good point14:04
mantisbotNew bug: Bug 10340 - Naima - open - new14:51
mantisbotNew bug: Https on Mantis - http://www.mantisbt.org/bugs/view.php?id=1034014:51
* daryn_away is away: Gone away for now15:41
* daryn is back.16:18
darynnuclear_eclipse around?16:23
nuclear_eclipsepartially16:23
darynwhere is that old doc explaining cloning to git from subversion?16:24
nuclear_eclipsedropped, because it was confusing too many people... =\16:24
darynwhat if i want it16:25
nuclear_eclipsewell, since it's dokuwiki that doesn't store much very well, I'd have to say 'tough' :(16:25
nuclear_eclipseif we had been using something like MediaWiki, you can recover deleted articles, but you can't with dokuwiki...16:26
daryngrrr16:27
nuclear_eclipsewhat do you need it for?16:27
daryni'm trying to clone svn repo's into git at work and i want to pull all the branches/tags but i don't remember the syntax.16:28
darynyour doc explained it nicely16:28
nuclear_eclipsegit svn clone --branches=branches --tags=tags <url>16:29
nuclear_eclipse`git help svn` has pretty decent documentation as well16:29
darynok. thanks16:29
nuclear_eclipseyou might also try looking around the "wayback machine" to see if they have an old version cached16:29
darynk16:30
paul_nuclear_eclipse: .17:46
paul_giallu: did you look at all? ;/17:48
giallupaul_, I did look at the web interface17:48
gialluhad not time to clone it locally17:49
* paul_ sobs17:49
paul_ok17:49
paul_btw, regarding file attachments17:49
paul_mail17:49
giallureply on ML17:49
gialludon't be shy... :P17:50
paul_for someone that's just implemented a big db schema change17:50
paul_i'm not sure whether I like the idea of trying to do a schema change to fix it :)17:51
paul_it's probably a good idea in principle17:51
paul_just wondering if we can reliably move 1MB files between db tables without breaking them17:51
gialluI'm pretty sure I can do it with phpmyadmin17:52
paul_that's no use though is it...17:52
paul_:)17:52
gialluno17:52
giallubut if thety can do it, we can as well17:52
paul_one thing to think about though:17:52
paul_if you wanted avaters stored in db (as they small 64kb images)17:53
paul_but bug attachments (as they might be 100's of mb's stored to disk17:53
paul_at that point wonder if you'd want seperate tables or not ;/17:54
giallutbh, I see the two things as mostly unrelated. I mean, I just happened to notice this stuff during a patch review17:55
giallubut I'm not really convinced avatars should have their own table at all17:56
giallujust becuase of the reason you mention17:56
giallusmall size17:56
nuclear_eclipseI'm not really convinced that we need to have anything beyond gravatar period :P17:57
* paul_ would like the ability not to use gravatar but store avaters locally ;p17:57
paul_nuclear_eclipse: dates and stuff?18:01
nuclear_eclipsenot right now... =\18:02
* nuclear_eclipse is too busy these days18:02
nuclear_eclipsebetween class work, work work, looking for a new place to live for when I move to Ohio, and looking for a new job in Ohio, I just don't have much spare time atm18:04
darynnuclear_eclipse git-svn problem...did you see this? client is acting weird18:09
nuclear_eclipsedaryn: if you build git from scratch, you have to make sure you have appropriate perl modules installed18:10
darynno it's part ubuntu packages.18:16
nuclear_eclipsehmm18:16
nuclear_eclipsewhat's the error?18:16
darynCould not resolve hostname $hostname18:18
daryn:: Name or service not known18:18
darynNetwork connection closed unexpectedly: Connection closed unexpectedly at /usr/lib/git-core/git-svn line 74518:18
nuclear_eclipsethat's odd18:20
darynyeah...i've moved from my desk to a conference room.  both wired and wireless are active18:20
darynI can get to the servers but git-svn won't work18:20
darynand i used `git svn`18:20
darynmaybe i haven't installed all the modules on this machine...18:21
darynit has been awhile since i actually had to clone18:21
mantisbotNew bug: Bug 10341 - gylci - open - new18:23
mantisbotNew bug: I can't access the application after the instalation - http://www.mantisbt.org/bugs/view.php?id=1034118:23
nuclear_eclipseI think we need to make it more explicit during installation what the admin/root combination is...18:24
darynagreed18:24
nuclear_eclipseor alternatively, let the user specify their own username/password combination themselves18:25
* paul_ has been working on that18:25
* paul_ has been working on that ;p18:25
paul_who added the code to display twitter stuff to www.mantisbt.org?19:15
paul_http://www.mantisbt.org/bugs/view.php?id=1033819:17
paul_hmm19:17
* giallu guesses victor did19:17
paul_is the timetracking stuff in 1.2 deprecated?19:18
darynnuclear_eclipse...i'm a dork19:20
darynhad an scp like url...extra colon in the path19:20
gialluif time tracking is deprecated, I was not aware...20:30
* paul_ yawns20:59
mantisbotNew bug: Bug 10342 - alexandresiquara - open - new21:03
mantisbotNew bug: The files are corrupted in the download - http://www.mantisbt.org/bugs/view.php?id=1034221:03
mantisbotNew bug: Bug 10343 - Wepl - open - new21:34
mantisbotNew bug: avoid accounts with identical email addresses - http://www.mantisbt.org/bugs/view.php?id=1034321:34
gialluso let's see. we prevent users to choose an existing real name, but allow using the same email address? very clever22:03
paul_we dont allow users to choose a realname that matches a username22:09
paul_tbh22:09
paul_I dont really see why :)22:09
giallume too22:10
giallupaul_, did you notice bug 10321 ?22:10
mantisbotBug 10321 - diathesis - open - assigned22:10
mantisbotReal Name Validation Is Lame - http://www.mantisbt.org/bugs/view.php?id=1032122:10
gialluit makes a nice pair...22:11
paul_this 'feature' is one of the reasons I started adding a view_user_page.php22:11
gialluand I think it works nicely for the purpose22:12
paul_what i'd like to do22:12
gialluand this cruft should go away22:12
paul_is remove/change22:12
paul_Reporter  diathesis View Status public22:13
paul_diathe atm is a email link22:13
paul_a) spam22:13
paul_b) spam22:13
paul_c) could link to view user page22:13
paul_d) spam22:13
paul_e) on view user page we could add a message user functionality like forums do or something22:13
paul_f) spam22:13
paul_g) spam22:13
paul_7 reasons why I think we should change those mailto links22:13
gialluagreed for reason c)22:14
gialluspam is there anyway, despite any effort you may do to hide addresses22:15
gialluI have spam to  addresses I created and _never_ used22:15
giallupaul_, are you changing that link now or you want a bug report?22:16
paul_i'm not quite sure how to best fix that link22:17
paul_without adding a chunk of code to handle messagine  + preferences (can receive messages etc22:17
gialluit should just link to the view_user_page.php IMHO22:18
gialluwhich is also consistent to what we do to user names on notes22:19
paul_it's not that simple - atmw22:19
paul_we use the 'reporter' link to send a mail with subject22:19
paul_if we consider that a 'feature'22:19
paul_and we also consider that mailto:// links are bad22:19
paul_we should really replace that feature22:20
paul_obvious way:22:20
paul_$g_enable_messaging (sry)22:20
paul_user preferences - allow users to send me messages22:20
paul_and a send_message.php page22:20
paul_and make that box be <reporter> <sendmsg image>22:23
gialluI don't think that's a feature22:26
giallucommunications about bugs should always go through the tracker22:27
gialluso I'd just update the link and wait for the first user complaining...22:28
paul_giallu: 3 days :)22:53
mantisbotNew bug: Bug 10344 - berdam - open - new22:54
mantisbotNew bug: Error in template of the wiki plugin - http://www.mantisbt.org/bugs/view.php?id=1034422:54
paul_giallu: gone?23:01
mantisbotNew bug: Bug 10345 - bdferguson - open - new23:49
mantisbotNew bug: Some changes are required in CTC controller GUI for spelling and file selection. - http://www.mantisbt.org/bugs/view.php?id=1034523:49
dhx_mhey23:51

Generated by irclog2html.py