Thursday, 2009-04-09

../irclogs/#mantishelp.2009-04-09.log
--- scribe started ---00:00
mantisbotNew bug: Bug 10308 - dhx - open - new04:23
mantisbotNew bug: Need ability to specify MySQL administrator username/password to install plugins - http://www.mantisbt.org/bugs/view.php?id=1030804:23
dhx_mnuclear_eclipse: when you are about, let me know, as I had a few things/ideas I wanted to mention to you about the Timecard plugin :)04:24
dhx_mand I wasn't sure which category on the official Mantis bug tracker they'd fall under04:24
mantisbotNew bug: Bug 10309 - mcheck - open - new04:53
mantisbotNew bug: Need to see assigned project when viewing issue - http://www.mantisbt.org/bugs/view.php?id=1030904:53
mantisbotNew bug: Bug 10310 - mcheck - open - new05:08
mantisbotNew bug: 'Hide Inactive' filter on Manage Users page produces SQL error - http://www.mantisbt.org/bugs/view.php?id=1031005:08
mantisbotNew bug: Bug 10311 - Sonal - open - new10:40
mantisbotNew bug: djhjhdj - http://www.mantisbt.org/bugs/view.php?id=1031110:40
giallusigh... is it _that_ hard to tell apart a demo instance from a real one?10:43
paulryes10:43
Sonalhi10:53
[KK]Kirillpaul, delete this bug 1031110:59
mantisbotBug 10311 - Sonal - open - new10:59
mantisbotdjhjhdj - http://www.mantisbt.org/bugs/view.php?id=1031110:59
paulrgiallu:can you create projects/categories and stuff?11:35
paulrlo dhx_m12:16
dhx_mhi12:17
dhx_mhalf of freenode just dropped out ;)12:17
paulrirc :)12:18
paulryea, a server split12:18
* paulr wonders when nuclear_eclipse gets out of bed12:19
dhx_myep12:22
dhx_mI was wanting to ask a few questions about the timecard plugin :D12:22
dhx_mwas thinking of doing some work to it12:22
* paulr wonders how fast/slow reflection is in php12:25
[KK]Kirillpaulr: I test phpmailer 5.0. For 3 mail, which I recive - very well12:29
paulrit's more the encoding type issues you/others have had12:29
paulre.g. emails with russian subjects/body12:29
[KK]Kirillyes12:29
[KK]Kirillhttp://www.mantisbt.org/bugs/ on last trunk ?12:30
paulryes12:31
[KK]Kirillone sec. I change lank to russian12:32
[KK]Kirilllang*12:33
eNTihi guys. is it possible to localize mantis entries oneself? like creating a new category for two different language settings?12:33
paulri think the answer is yes12:34
eNTineado...and how do i do that? :)12:34
paulrthat's the part i'm not so sure about12:35
paulriirc12:35
paulrlets see12:35
paulrwhat *exactly* are you trying to do?12:35
dhx_mit pulls those settings from the config files12:35
dhx_mif I understand his problem correctly12:35
eNTilet me explain12:35
dhx_mit sounds like he wants to translate enum fields12:36
dhx_mand project categories?12:36
eNTii'm using mantis with the default localization (english) but my mates are not as solid in the english language and use the german localization settings...12:36
eNTidhx_m: yeah... something like that12:36
eNTiif i create a category it will be in one of those two languages12:37
dhx_mI don't think it is possible?12:37
eNTisame for custom fields12:37
eNTiso i can't create one custom field with different translations, that use the localization setting?12:38
dhx_mI'm not sure I'm the best person to ask12:39
dhx_mactually12:39
dhx_mit should be possible... let me check12:39
paulrI think there was a blog post on this12:40
paulrI'm pretty sure the answer is yes12:40
paulrin that12:40
paulri know you can have custom language files12:40
paulrand iirc, at some point, we try a lang_get on the custom name ithink12:40
dhx_myou normally place those strings in custom_strings_inc.php I gather12:40
dhx_malthough I'm not sure how the locale relates to custom_strings_inc.php12:41
paulrthere's some OLD hints at http://www.futureware.biz/blog/index.php?title=customising_localised_strings_in_mantis&more=1&c=1&tb=1&pb=112:43
dhx_maha yep12:43
dhx_mit is in the docbook manual too12:43
dhx_mbasically you'd split your custom_strings_inc.php into one section for each locale12:43
dhx_msimilar to:12:43
dhx_mif ( lang_get_current() == 'german' ) {12:44
dhx_m    $s_my_start_date = 'Start Date XX';  // German translation of Start Date12:44
dhx_m} else {12:44
dhx_m    # Default (use your preferred language as the default)12:44
dhx_m    $s_my_start_date = 'Start Date';12:44
dhx_m}12:44
dhx_mit'd probably be neater if you included a separate per-language custom strings file12:44
dhx_mfrom custom_strings_inc.php12:44
dhx_mor you could throw it all in custom_strings_inc.php12:45
mantisbotNew bug: Bug 10312 - tarun - open - new12:45
mantisbotNew bug: how can i make active directory on mantis so that i can use it according to my requiernment - http://www.mantisbt.org/bugs/view.php?id=1031212:45
eNTithat would mean i've to hack into the php code, right? :)12:47
eNTii'm not sure i wanna do this12:47
eNTisounds like breaking things12:47
dhx_myou can tell bad bug reports just by the title hah :P12:47
dhx_meNTi: no, not really12:47
dhx_meNTi: you'd only need a single if / else if / else block as I demonstrated above12:48
dhx_mand then you can overwrite each string on a per-language basis12:48
dhx_mcategories might not work though, as they're stored in the database12:48
dhx_mmaybe there is another fix for that... maybe not12:48
dhx_mat least you can translate statuses, resolutions, etc12:49
eNTiok. thank you12:49
dhx_mjust make all your modifications to custom_strings_inc.php12:50
dhx_mthere is more information on how this all works in the manual12:50
dhx_mwhich is where I took the example from12:51
[KK]Kirillpaulr: http://easycaptures.com/452280484312:54
[KK]KirillIn my mantisbt - all fine, but in official mantisbt i recive this email, when set russian lang12:54
[KK]KirillI must use english lang12:55
[KK]Kirillto read messages12:55
giallupaulr, I think I can create categories, not usre about projects13:02
nuclear_eclipsedhx_m: here new, but I'm in class13:12
nuclear_eclipsenow*13:12
dhx_mno problems, I'm limited for time too, so may ask later :)13:12
[KK]Kirillnuclear_eclipse: hi13:13
[KK]Kirillpail: did you see?13:28
[KK]Kirillpaulr: : Did you see?13:28
mantisbotNew bug: Bug 10313 - dhx - open - new13:31
mantisbotNew bug: Ability for per-user control over whether to notify of changes made by self - http://www.mantisbt.org/bugs/view.php?id=1031313:31
gialludhx_m, are you going to work on 10313?13:40
dhx_mif no one else does... yep :)13:40
mantisbotNew bug: Bug 10314 - alinmance - open - new13:41
mantisbotNew bug: blabla - http://www.mantisbt.org/bugs/view.php?id=1031413:41
giallulooks like something low hanging.13:41
dhx_mwhat do you think of the idea?13:41
gialluof course, you will hit complains about "breaking old behavior"13:41
dhx_myou can still maintain old behaviour (global override)13:41
giallubut I think it would be fine13:41
dhx_malthough I don't see the point in having a global override13:42
* giallu favours removing global configuration variables...13:42
dhx_mmaybe what is needed is a "default state" setting13:42
dhx_mhowever that is best done by creating a "default" template user13:42
dhx_mthat is copied to create a new user13:43
giallulooks like a "class User"...13:43
gialluor better13:43
gialluclass Mantis_User13:43
dhx_mwhat would be really neat is something like that13:44
dhx_mwhere plugins can add their own user-specific data13:44
dhx_mand settings13:44
paulrgiallu: I got bored this morning!13:46
giallupaulr, lucky you...13:46
* daryn_away is away: Gone away for now14:32
* daryn is back.14:40
paulrlo14:42
daryngreetings14:42
mantisbotNew bug: Bug 10315 - fedchyk - open - new14:51
mantisbotNew bug: Add date/time to Changelog - http://www.mantisbt.org/bugs/view.php?id=1031514:51
paulrnuclear_eclipse: up yet? )15:21
paulrdaryn: I want some feedback on an idea15:22
darynok15:22
darynterrible15:23
darynwhat's the idea?15:23
paulr(:15:23
paulrsec15:24
paulrright16:03
paulrlets see16:03
paulrdaryn: whats your view on the changes in :http://mantis.pastebin.com/d7bac8aa16:06
paulr.16:08
paulr**-*//*+8/+16:08
paulr]16:08
paulr]16:08
paulrp987op0['#:@Po54345/; k2123467u8i976516:08
paulr2890p-916:08
darynwhat?16:09
paulrsorry, was hoovering desk16:09
paulrhttp://mantis.pastebin.com/d7bac8aa16:09
paulrin that16:09
daryndo you have a diff?16:09
darynwould be easier to see the changes16:10
paulri could make abranch if you told me how16:10
paulror more push a branch to a mantisforge fork16:10
darynah16:10
daryngit push <remotename> <localbranch>:<remotebranch>16:11
darynremotename is whatever you've named the mantisforge repo in your local config16:11
paulrdaryn: is there for joomla an auto update plugin?16:18
darynnot that i know of16:19
paulr-r-xr-xr-x 1 mantisweb mantisweb 13537 Sep 11  2008 template.css16:19
paulrepic permissions16:19
daryna plugin would not really work for auto updating because of permissions issues16:21
darynprobably need a local script running with special permissions.16:22
daryndid you get a branch pushed?16:22
paulrI got distracted16:22
darynstop that!16:22
paulrright, i've made it+ssh://git.mantisforge.org/srv/git/mantisbt/paul.git.16:28
paulrnow, do i need to push my master first ?16:28
darynnah16:29
darynyour master doesn't matter16:29
paulrtry now16:32
darynthere we go..16:33
darynthat doesn't look related to the pastebin code...16:36
paulroops, hadn't commited16:36
paulrtry now16:36
darynthat's better16:37
darynwhy are you using __ for a public function?16:40
paulroverloading methods have to be defined as public?16:41
darynhm..is that the magic functions16:41
paulryes16:42
darynit's been awhile...16:42
darynyou've changed the BugData properties to protected but then are setting them directly...have I missed something?16:45
darynand getting them actually...16:46
* paulr ndos16:46
paulrthat's what __get overrides16:46
darynuhm...i don't think so...i think you still have to call getParamName as a function...you just don't have to define it.16:47
darynunless i've completely misunderstood how magic functions work16:47
paulrif I call ->foo16:48
paulrthat'll go through __get on the way16:48
darynhm...ok. i'll take your word for it...for the moment. :)16:49
darynin general i like the idea16:51
paulri'll carryu on  then16:53
daryni'd like to see us define an interface and more thoroughly overhaul the bug object16:54
darynok...so i misunderstood it16:57
paulrso erm17:04
paulrI see what you mean17:04
paulrabout interface17:04
daryni started trying to do interfaces for my view, filters, and custom fields...it's a long process17:04
darynbut useful17:05
paulrif I carried on with what i'm doing atm17:06
paulrcan we then easily change it?17:06
paulri.e. is it a 'help' or a hinderance17:06
darynsure. an interface can be added later but it would probably provide more direction in development to start with one in mind17:07
daryni think a broader discussion of how we want to use classes would be beneficial.17:08
daryni started filters and custom fields on an idea and as i've gotten into it i realize the class structure needs more thought17:08
paulrthe problem is where stuff interlinks17:19
darynyes, we need to decouple as much as possible17:20
* daryn is back.18:25
paulrdaryn: hmm18:34
paulris mantisbt.org down?18:34
darynkinda looks that way18:35
paulrright, how to get some proper feedback on bug stuff18:37
* paulr ponders18:37
paulrfirst instance, wait for john I guess18:37
darynyeah...18:37
daryndhx_m seems to be fairly familiar with oo stuff too18:37
paulrfrom what I can tell, think it'll speed stuff up18:38
daryni believe so if we properly design it18:38
paulreven without18:38
paulratm we call string_display_line on stuff that can only be an int18:38
paulr:)18:38
darynthere are a lot of places where function calls are made several times throughout code that could be called once and reused18:38
paulrstring_display_line means18:38
paulrwe call plugin api18:38
paulrthen we get plugin config18:38
paulrthen we apply string_strip_hrefs and the rest18:39
paulrand then we conclude that 1 is still 118:39
darynright...I wondered what all that was18:39
darynnever looked into it18:39
paulrand if we conclude that 1 isn't 118:39
darynbut...what if 1 is NOT 1? :)18:39
paulrbecause a plugin changes any occurence of 1 to A18:39
paulrwe then break everything18:39
darynfun18:40
paulras category_get_name ($bugdata->category) expects to get 1 not A18:40
paulrwhat I can't decide is atm18:40
paulrI have lets take summary18:40
paulr->display('summary')18:40
paulr->summary18:40
paulr->edit('summary')18:40
paulrI'm not sure I like that18:41
paulri'd rather have ->raw('summary')18:41
paulror at least block ->summary and say "sry, you need to call display or edit for stirng fields"18:41
paulri.e. you can do ->reporter_id but not ->description as description could be XSS18:42
darynyou could...not use magic functions at all18:42
paulrWe've got a whole bunch of code that deals with changing string(1) to int(1)18:43
paulrat various random places18:43
paulrthe idea of the magic functions was basically to ensure that we know it's int(1) as class will only store/set/send int(1)18:43
darynyou can do that by explicitly defining the get/sets though...maybe a pain but clearer and you're certain what happens18:44
paulrload average: 190.48, 194.50, 195.819:21
paulr;/19:21
aptituznice19:24
paulrit's giallu fault I bet19:31
giallusurely19:32
paulrgiallu: well, you picked centos :)19:33
gialluand?19:33
paulr[20:21:09] <paulr> load average: 190.48, 194.50, 195.819:33
paulr[20:21:11] <paulr> ;/19:33
paulr[20:24:58] <aptituz> nice19:33
paulr[20:25:54] * giallu (n=giallu@fedora/giallu) has joined #mantishelp19:33
giallunice19:34
gialluhardly a CentOS fault I bet...19:34
* giallu checking19:35
darynpretty good bet I'd say19:35
paulrgiallu: do you keep the box up to date?19:35
paulrbtw19:35
paulrfor security issues etc19:35
paulror does victor?19:36
gialluI insisted to have all packaged stuff for that reason19:36
paulrwhen was it last updated?19:36
gialluchecking19:37
darynwould it be possible to linkify bug id's referenced on the mantweet page?19:37
darynbtw...i hate that name19:37
gialluoh19:37
giallucentos 5.3 is out...19:37
gialluso 139 Mb of updates to pull19:38
paulrhow do you do updates on centos?19:38
daryninstall yum19:38
gialluyum update19:38
paulrmay I?19:38
gialluI'm doing that19:39
daryni forgot...centos comes with yum19:39
paulrwhat does this box run?19:39
giallucat /etc/issue19:40
gialluCentOS release 5.2 (Final)19:40
paulrfutureware.biz, + mantis: forums,www,blog,bugs?19:40
giallunot usre about futureware, all the rest yes19:40
paulrif you look at /etc/httpd/conf/httpd.conf19:41
paulrfor the LoadModule stuff19:41
paulrwhich modules do you know we need ?19:41
gialluI don't really know. is that an issue19:43
giallu?19:43
paulr20:33 - Paul: 5257 apache    20   0  390m  47m  28m S   28  4.6   0:00.96 httpd19:44
paulr 5254 apache    20   0  379m  30m  22m S   16  3.0   0:00.26 httpd19:44
paulr20:33 - Paul: isn't that a bit large?19:44
paulr20:33 - Paul: for ram19:44
paulr20:33 - shroud: 390?19:44
paulr20:33 - shroud: a bit19:44
giallutbh, the main problem with the server is that we are running 64 bit exevutalbes in a small memory env19:44
gialluand that wastes lots of ram19:44
paulryea, that doesn't help19:45
paulrwhy's it running 64bit?19:45
giallubeacuse victor installed it that way19:45
giallunow I'm not sure how easy would be to convert to 32 bit19:45
paulrpresumably because victor idnd't know any different/better19:45
giallupossibly19:45
paulrthen again, my mantisforge xen's are 64bit ;/19:46
gialluxen ok, but userspace?19:46
paulrmysql is setup to restart daily?19:47
paulrnm, I can't read logs19:47
mantisbotNew bug: Bug 10316 - jhcruvinel - open - new19:51
mantisbotNew bug: The option for language portuguese brazil is "portugese_brazil" while must be "portuguese_brazil" in config_defaults_inc.php - http://www.mantisbt.org/bugs/view.php?id=1031619:51
paulrgiallu: yum finished?19:58
paulrgiallu: how can i see packages installed via yum ?20:01
gialluuhm20:02
gialluwhat ever happened?20:02
giallucat /var/log/yum.log20:02
nuclear_eclipseI  switched from SliceHost to Linode.com specifically because Linode runs 32-bit VPS systems...20:04
nuclear_eclipseand you get more memory/bandwidth for the same monthly cost20:05
giallunuclear_eclipse, I think it was an option?20:05
nuclear_eclipsenot with Slicehost20:05
gialluoh20:05
gialluvery handy...20:05
nuclear_eclipsehttp://www.linode.com/?r=ebecdda24dde08d94025bbfe10e9994718d398be20:05
CIA-18Mantisbt: s.mazeland * rfb158f714ff2 /lang/strings_english.txt: Use consistent parameter notation, please.20:08
nuclear_eclipselol, those strings were put in place long before we ever started putting an order to language parameters... :P20:09
paulrwtf does that mean20:10
nuclear_eclipseeg, in case some language wanted to say "%2$s aoeu %1$s"20:11
paulrahh20:11
paulrnuclear_eclipse: whats your view on the bug api stuff thne ?20:11
siebrandwhy am I getting "git diff" results, even after I did "git reset --hard" on phpmailer?20:11
nuclear_eclipsebut I wrote that feature before we ever started implementing that sort of thing in Mantis20:12
nuclear_eclipsepaulr: I don't have much of a view, really, other than preferring the simplest way of doing things20:13
paulrshall I carry on and see where i end up then ?20:13
nuclear_eclipseperhaps20:14
paulri'd like to merge create/update20:14
nuclear_eclipseyou might be interested to see how I did that for my source integration API; I did what you suggested, ie create()+update() -> save()20:15
* paulr ndos20:16
paulri'm trying to work out how to do that with the fact we do history20:16
nuclear_eclipsebut my API is also completely class-based20:16
paulrwhat file am i looking at20:17
nuclear_eclipsehttp://git.mantisforge.org/w/source-integration.git?a=blob;f=Source/Source.API.php;h=00bc399569491a0228199a8fc880c2eab1a4c44c;hb=HEAD20:17
paulrya20:17
paulrI just need to think of a way to do it with bugs20:17
nuclear_eclipsebut I think if we're going to change bug_api, that should probably wait til after 1.2.x20:17
* paulr shrugs :)20:18
nuclear_eclipseso is there anything remaining for 1.2.x that you can work on in the next week or so that you have off?20:18
nuclear_eclipseeg, fixing date handling?20:18
siebrandnuclear_eclipse: I host with http://netcup.de/. Pretty compative pricing compare with linode.20:18
nuclear_eclipsesiebrand: german hosts don't work well for americans :P20:18
siebrandnuclear_eclipse: helps if you read German... ;020:19
paulri'm confused with date handling20:19
paulrin fact20:19
paulrit was thinking about date handling20:19
paulrthat lead to me to pull out this code in the first place ;p20:19
paulrin terms of date handling20:20
paulrhow do we want to do it20:20
paulrstarting with20:22
paulrdo we want to20:22
paulra) carry on with timestamps in db20:22
paulrb) story ints in db20:22
nuclear_eclipsewe need to a) store dates in a stable, GMT format, b) convert from user/server timezone when getting input, and c) convert from GMT to user/server timezone for display20:22
paulrdoes a === int20:23
nuclear_eclipseI don't care how it's actually stored in the database, as long as it's GMT time that we can deterministically convert to/from when handling local timezones20:23
nuclear_eclipseperhaps we need to pull from a third party tzdata-like library20:24
paulrto approach it a different way:20:24
paulrwe know that 1 == 1970/1/1 00:00:01 UTC or whatever right?20:24
paulrif someone has mysql in america20:24
paulrwhere timezone is set to -8hours20:24
paulrwhats '1'20:25
nuclear_eclipseI don't know how that all works, and honestly, I really don't *want* to know, which is likely why we should use an external library20:25
paulrcould it be 1969/31/12 16:0:020:25
paulrwell, php updated timezone stuff20:25
paulrwhere I got confused is working out what db stores20:25
gialluI vote for useing a 3rd party class/lib20:26
gialluanyway, yum update finished20:26
* giallu notes ez components has no datetime stuff20:27
paulrok, if i look at:20:27
paulrhttp://www.mantisbt.org/bugs/view.php?id=120:27
paulrthat says: 2001-02-03 14:16 for date_submitted20:28
paulrif i run mysql select on old copy of mantis db i've restored here from when victor used to generate a sanitised version:20:28
paulr2001-02-03 14:16:1220:28
paulrnow mantis server has never been in europe so20:28
paulrgiallu: http://uk3.php.net/manual/en/class.datetime.php20:29
gialluyeah looking at that now20:29
paulrbut the problem is 'simple' in the sense that:20:30
gialluanyway paul, since we want to support multiple dbs20:30
paulrI know that int(1) = 01/01/197020:30
paulronce you put 01/01/1970 into mysql/postgres in -8,0,+8 hours locations accross the world20:31
paulri'm not sure I know what int(1) means20:31
giallupaulr, the point is20:31
paulror even if I still get int(1) back from the db for that date20:31
gialluyou don't need to20:31
gialluyou want to ask something: look, I'm from GMT+1, now is 22.31, tell me how much is this in unixtimestamp20:32
gialluthen john can ask the same thing:20:32
paulrwell, we can localise unixtimestamp int in php easily20:33
giallupaulr I have this unix time stamp: what time was in GMT-8?20:33
giallupaulr, yes20:33
nuclear_eclipsedon't ask me; I won't know :P20:33
gialluand that very portable across DBs20:33
paulrthe point is:20:33
paulratm20:33
paulrwe store datetime in db20:33
paulrwe then convert datetime to an int in php20:33
paulrand then we convert into to a RFCdate for display20:34
paulrif we then localise the date for each user20:34
gialluwe want to go int in the DB20:34
paulri'm not sure we need the first part20:34
gialluand just localise20:34
paulrright so datetime->int conversion in db? :)20:34
nuclear_eclipsehow appropriately do databases handle converting datetime columns to int?20:34
paulrnuclear_eclipse: with adodb?20:34
giallunuclear_eclipse, we do it in php20:34
giallu_before_ saving int he db20:35
paulrnuclear_eclipse: fucking badly probably20:35
gialluthe problem is: existing data20:35
nuclear_eclipseI meant more, how do we convert from existing datetime db entries to int entries via table altering...20:35
gialluyeah, that...20:35
gialluit's not possible20:35
gialluor better20:35
gialluit's not possible to have a correct conversion without knowing the timezone that generated the event20:36
paulrthat's irrelevant20:36
paulrshould work itself out in the wash20:36
paulrjohn's issue is more the important one20:36
paulrcan we do:20:37
paulrALTER TABLE DATETIME TO INT20:37
nuclear_eclipseright20:37
paulrwhat we can do20:37
paulris20:37
paulrADD COLUMN submitted_timestamp20:37
paulrmigrate data20:37
paulrDROP column date_submitted20:37
nuclear_eclipseI think it should be acceptable to just assume all time entries were made according to the server's localtime20:37
paulrexactly20:37
paulrso20:37
gialluacceptable, but not correct20:38
paulrcorrect20:38
paulrit must be the localtime atm20:38
paulranyway20:38
paulradd ; migrate ; drop20:38
paulrOR20:38
paulrin fact, we need to do that20:38
paulrnuclear_eclipse: do i need to checkout master then create a new branch ?20:38
gialluI think add migrate drop is more portable20:38
nuclear_eclipsepaulr: yes20:39
giallupaulr, no20:39
giallu:P20:39
nuclear_eclipsewell, yes/no :P20:39
gialluit's easier if you're on master20:39
nuclear_eclipseeither `git co master; git co -b new-branch` or `git branch master new-branch; git co new-branch` :P20:39
paulrso lets see20:39
paulrwe have:20:40
paulrtokens_table -> timestamp --> irrelevant - leave as is?20:40
nuclear_eclipseright20:40
paulrbug_Table -> due_date -> yes20:40
nuclear_eclipseI gotta run though20:40
paulrfile_table -> date_added -> yes20:40
nuclear_eclipseI'll catch you all later20:40
paulrbug_table -> date_submitted20:40
paulrbug_table -> last_updated20:41
paulrbugnote -> date_submitted ,last_modified20:41
paulrnews_table -> date_posted, last_modified20:41
paulrproject_file_table date_added20:41
paulrproject_version_table -> date_order20:41
paulrsponsorship_table -> date_submitted, last_modified20:42
paulruser_table -> date_craeted, last_visit20:42
paulremail_Tabl -> least as is20:42
* giallu is amazed by the number of mantis users in brazil/portugal20:54
Roahi21:18
Roaone question what is default pass21:18
Roaof the  mantis before install?21:18
daryntype 'default mantis password' in google and see what comes up...especially check the first link21:19
Roaok21:20
Roaother question21:21
Roai have  conect mantis to my AD(Actived Directory) well.. what user name taking of administrator of mantis?21:21
darynhm....paulr?21:22
darynnuclear_eclipse?21:22
darynsorry Roa...i don't know that one.21:22
Roaok21:23
Roanot problem21:23
paulrlo21:46
darynpaulr can you answer Roa's question?21:47
paulrwhatever default admin username is, or you login via ad then login without ad and change someone to admi21:48
Roafor example  my user name whith login via ad is21:48
Roajroa and pass is 123421:49
Roabut not working :S21:49
bartikSeems like mantis needs something similar to this http://mantis.phplist.com/view.php?id=981621:51
bartikRoa: When you authenticate via remote_user then this user is autocreated with the default_new_account_access_level21:52
Roaok21:53
Roaone question more.. mantis have import user from AD ?21:54
bartikso one of your options would probably be to set this to ADMINISTRATOR then login as yourself and donīt forget to set it back to the REPORTER or anybody else logging in would be created as an administrator too21:54
bartikin other words in your config_inc.php have the line $g_default_new_account_access_level = ADMINISTRATOR;21:55
bartikYOu don't need to import all users. they will be autocreated as they login for the first time so the short answer is no.21:56
paulrbartik: is that yours?21:56
bartikwhat ?21:57
paulrphplist21:57
bartikno.21:57
bartikitīs a patch for phplist but a similar proceeding would be fit for mantis I suppose.21:57
bartiknot the patch itself. the idea I mean.21:58
bartikInbetwwen I have found this http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=274748 seems like it is not possible to specify a password for root still...22:00
bartikerm. administrator22:00
paulrdaryn: gone?22:01
nuclear_eclipsedhx_m: still about?22:58
paulrnuclear_eclipse: can you review a patch23:07
nuclear_eclipseperhaps23:08
paulrto install.php :)23:08
paulralso23:08
paulrhave we ever done a rename column yet?23:08
nuclear_eclipsenot that I can think of23:08
paulrhttp://mantis.pastebin.com/m4824a06823:09
paulrcan i commit that23:09
paulrwow23:24
* paulr sighs23:24
* daryn_away is away: Gone away for now23:27

Generated by irclog2html.py