| ../irclogs/#mantishelp.2009-05-15.log | ||
| --- scribe started --- | 00:00 | |
| Simonliu | test | 06:54 |
|---|---|---|
| Simonliu | Hello | 06:56 |
| Simonliu | I am from HTC corporation. | 06:56 |
| Simonliu | Our company has recently established some business with another company that uses Mantis as a Customer BT system. | 06:58 |
| Simonliu | We have the need to automatically sync both systems in a choosen interval (we have our own in-house BT) | 07:00 |
| dhx_m | hmmm that doesn't sound like something that'd work | 07:00 |
| dhx_m | because if you add a note on copy A it may be filed under bug 10 | 07:01 |
| dhx_m | another note you add on copy A might be filed under bug 20 | 07:01 |
| dhx_m | when you go to sync, you now have two of the same bug note IDs which point to completely different bug notes | 07:01 |
| dhx_m | I guess you'd really need to have a "change digest" which you copy to the other Mantis install, so you can replay changes | 07:02 |
| dhx_m | although you'd get conflicts (in a bad way) | 07:02 |
| dhx_m | if bug 10 is deleted from A, and a note is added later to bug 10 in B | 07:03 |
| dhx_m | what do you do? | 07:03 |
| Simonliu | ok . let me clarify something.. | 07:03 |
| Simonliu | We are using a in-house BT system that is not mantis. and the other company is. | 07:03 |
| Simonliu | I need to build up a method to reflect the changes that the other company has made on their mantis and in some way , import it to ours. | 07:04 |
| Simonliu | vice versa | 07:05 |
| Simonliu | I know on our side we can generate a CSV file and feed it into mantis. but that is for importing a new bug. We also need to change status of a bug. | 07:06 |
| Simonliu | I'm not sure this is possible of to just change status through CSV. | 07:07 |
| Simonliu | Company is willing to pay for this sync feature. | 07:07 |
| Simonliu | Just need a right guy to talk to , for me to know if this is doable. To sync in both directions between mantis and our in-house BT system. | 07:08 |
| Simonliu | You think you get the idea of my needs ? Can you tell me who i should talk to ? | 07:10 |
| simonliu | Hi I'm back again | 07:36 |
| giallu | simonliu, I've done something in that direction as a sponsored feature in 1.2 | 08:00 |
| giallu | that 's import/export in XML plugin | 08:00 |
| giallu | simonliu, there are also other options. the SOAP api we have could be useful | 08:02 |
| giallu | or a custom sync plugin | 08:02 |
| giallu | anyway, what are you using? is it some known/open system? | 08:03 |
| simonliu | It is a in-house custom made BT system by our IT guys | 08:41 |
| simonliu | yes i have read through the XML plugin document, my question is that i need to just do a diff. | 08:53 |
| simonliu | I can't tell if this import export can just update some field for example, export a diff list of the day and import it to the other mantis. | 08:55 |
| giallu | simonliu, uhm. you do mean you plan to diff bug A in mantis with bug B in your BT and add the missing stuff as needed? | 08:58 |
| simonliu | nope | 09:01 |
| simonliu | i need to diff all bugs in mantis | 09:02 |
| simonliu | get a report of what has changed | 09:02 |
| simonliu | and sync that change to another mantis | 09:03 |
| dhx_m | back | 09:04 |
| dhx_m | the "easy" method would be to check the bug history table for any new entries since the last time you synced | 09:06 |
| dhx_m | of course you'd probably also need to check to see if any bugs have been added/deleted since your last sync too | 09:06 |
| simonliu | so i guess this is not included in the currently import export xml | 09:07 |
| simonliu | It there a way that i can use the import export xml to update the changes. | 09:08 |
| giallu | simonliu, did you consider a push method? that is, push the change from A to B as soon as it is done | 09:11 |
| simonliu | don't know how to do that | 09:22 |
| simonliu | need a common interface . the closest thing now is the xml file. but it seems to only support import new bugs. and not just modifiying a field of a bug | 09:24 |
| giallu | simonliu, right. the scope of the work was to add support for importing whole bugs | 09:28 |
| giallu | my suggestion would be to leverage the SOAP api and implement a push method | 09:28 |
| simonliu | I'll look into it | 09:37 |
| phl4kx | hi all | 14:45 |
| thraxisp | paulr: Did anyone ever plan out how to do plug-in authentication? I need to use LDAP and database either selectively or db if user doesn't exist in LDAP. | 14:45 |
| nuclear_eclipse | thraxisp: iirc, paulr had started on a plan and implementation, but being paulr, he never finished it in any usable fashion | 14:46 |
| phl4kx | anyone here can authenticated users with LDAP and Active Directory under server 2003???? | 14:46 |
| nuclear_eclipse | phl4kx: talk with paulr; he's modified it to work with AD | 14:57 |
| phl4kx | thanks | 15:00 |
| phl4kx | paulr, hi friend, | 15:00 |
| phl4kx | are you here? | 15:00 |
| grelot | hi | 15:28 |
| grelot | does anyone know how to change the language by default on mantis ? | 15:29 |
| grelot | i guess its a noob question :p | 15:29 |
| nuclear_eclipse | grelot: see config_defaults_inc, and copy the relevent setting to config_inc and change it there | 15:29 |
| grelot | its a file or on the database ? | 15:30 |
| nuclear_eclipse | file | 15:30 |
| phl4kx | gregor_k, the file | 15:30 |
| phl4kx | config_inc.php | 15:30 |
| gregor_k | ? | 15:30 |
| phl4kx | set this $g_default_language = 'spanish'; | 15:31 |
| phl4kx | in config_defaults_inc you have a lot of support language | 15:31 |
| gregor_k | wrong highlight ;) | 15:31 |
| nuclear_eclipse | hi gregor_k :) | 15:32 |
| nuclear_eclipse | surprise! | 15:32 |
| gregor_k | ;) | 15:32 |
| grelot | alright, lets try this :) | 15:33 |
| phl4kx | :s | 15:34 |
| grelot | thx everyone, i found it :) | 15:37 |
| phl4kx | ok | 15:37 |
| nuclear_eclipse | grelot: you're welcome | 15:38 |
| phl4kx | nuclear_eclipse, are you developer of mantis? | 15:40 |
| nuclear_eclipse | yes | 15:42 |
| phl4kx | ok | 15:46 |
| phl4kx | when Mantis is gonig to have a AJAX of all components? | 15:46 |
| nuclear_eclipse | likely never - AJAX doesn't really add that much to the application, but would require a major overhaul of the entire codebase to support it | 15:48 |
| nuclear_eclipse | it's much simpler and portable to just make everything work without fanciness | 15:49 |
| phl4kx | ok | 15:51 |
| phl4kx | nuclear_eclipse, I work in a software consulting | 15:52 |
| phl4kx | and we are in the process to implement mantis here | 15:52 |
| phl4kx | in this moment we manage our bug system only from emails | 15:52 |
| phl4kx | using emails | 15:52 |
| bkg | hi | 16:10 |
| phl4kx | hi | 16:11 |
| phl4kx | how are you? | 16:11 |
| bkg | na you could call it ok but still fahr away from totally happy :-) | 16:11 |
| bkg | you? | 16:12 |
| bkg | can anybody help me a bit aroudn with the mantis bugtracker? I'm in lack of some mods | 16:13 |
| bkg | or shall i better say, i miss the link to them | 16:13 |
| bkg | i cannot find the mods for anonymous reporting of bugs or the wap extension. where to find these? | 16:17 |
| bkg | phi4kx still there? | 16:22 |
| phl4kx | yes | 16:24 |
| bkg | hello again :-) | 16:44 |
| buggi | anybody here | 16:45 |
| phl4kx | yes | 16:47 |
| KayT | i was on the search for modifications like anonymous reports or wap capability of mantis but all links i found brought me a 404 page not found error. where to find these modifications? | 16:48 |
| nuclear_eclipse | KayT: anonymous is not a modification | 16:50 |
| nuclear_eclipse | you just need to configure it | 16:50 |
| nuclear_eclipse | http://www.mantisbt.org/wiki/doku.php/mantisbt:enabling_anonymous_access | 16:51 |
| KayT | oh on the corresponsing page i was told to download it but the links were 404 | 16:51 |
| KayT | http://manual.mantisbt.org/manual.modifications.anonymous.reports.php | 16:51 |
| KayT | that input from the page confused me a bit | 16:52 |
| KayT | where to set the wap browsing capabilities? | 16:52 |
| nuclear_eclipse | I'm not sure what you mean, so I don't know | 16:53 |
| KayT | mobile device browsing | 16:53 |
| KayT | so if a cell phone user browses the mantis bug tracker i set up without having problems | 16:53 |
| nuclear_eclipse | KayT: you should be able to use a mobile device with Mantis out of the box, but there is no special interface for it | 16:54 |
| KayT | so it looks like there http://www.futureware.biz/mantiswap/ without in need of modificate files or insert extra files? | 16:55 |
| KayT | or is this mantiswap not developed by the original mantis crew? | 16:55 |
| nuclear_eclipse | it's made by one of the developers, but it's a commercial product, and we don't support it | 16:56 |
| KayT | ah now i see clear. it's a bit tricky for a mantis newby to see that clearly :-/ | 16:57 |
| nuclear_eclipse | you'll have to contact that developer for information about his product | 16:57 |
| KayT | thx, that helped me a lot :-) | 16:57 |
| nuclear_eclipse | you're welcome | 16:57 |
| KayT | :-) | 16:57 |
| phl4kx | nuclear_eclipse, when enter paulr?? | 16:58 |
| nuclear_eclipse | no clue | 16:58 |
| phl4kx | it is necesary to integrate MANTIS with active directory | 16:58 |
| nuclear_eclipse | he's not exactly a predictable fellow | 16:58 |
| phl4kx | nuclear_eclipse, one question | 16:59 |
| phl4kx | what is the best form to save upload files in mantis | 16:59 |
| phl4kx | with BD, WEBSERVER or FTP? | 16:59 |
| nuclear_eclipse | that all depends on the situation | 16:59 |
| phl4kx | depends on the situation? | 17:00 |
| nuclear_eclipse | db storage is more secure, but can have problems with very large attachments; file storage has potential security risks if you don't set it up correctly, and doesn't migrate as easily between servers; ftp can be very slow depending on the setup | 17:01 |
| incorrect | i've auth my auth to BASIC_AUTH, but it just doesn't honour the authentication | 17:39 |
| DirtyAl | a question about Mantis SVN integration | 18:00 |
| DirtyAl | can each category of a project represent a SVN repo? | 18:00 |
| nuclear_eclipse | DirtyAl: which integration system are you using? | 18:01 |
| DirtyAl | none for now, I just read the DOCs and the many threads on the forums | 18:02 |
| DirtyAl | about ways to do it | 18:02 |
| DirtyAl | noone mentions the categories | 18:03 |
| nuclear_eclipse | by default, the integration doesn't really know anything at all about SVN; it just accepts a random blob of text and puts it into a bugnote | 18:03 |
| DirtyAl | I think they ar eall project based right? | 18:03 |
| DirtyAl | The problema is that I have to commit SVN and then close de bug on mantis and commit the message again | 18:03 |
| DirtyAl | this schema seems so solve the problem above | 18:05 |
| DirtyAl | http://www.grafxsoftware.com/option.php/182/ | 18:05 |
| nuclear_eclipse | DirtyAl: if you want better integration, you can switch to the 1.2.x development builds, and use the source integration plugins that I've created, which is what we use on mantisbt.org | 18:05 |
| DirtyAl | I read this DOCs and I am in the process of upgrading to 1.2.x. What about categories integration with a REPO, possible? | 18:05 |
| nuclear_eclipse | I'm not quite sure what you mean by linking categories to repositories... | 18:06 |
| DirtyAl | I jhave a project | 18:06 |
| DirtyAl | lets get CentOs as a example | 18:06 |
| DirtyAl | each categorie of CentOS is a RPM | 18:07 |
| DirtyAl | ia a repository of some software | 18:07 |
| DirtyAl | IŽd like to integrate each category of my project with a repository | 18:07 |
| DirtyAl | commit on this repository would reflect on tickets open on mantis | 18:08 |
| nuclear_eclipse | DirtyAl: look at this, it doesn't directly do anything with categories, but it probably does exactly what you really want | 18:08 |
| nuclear_eclipse | http://leetcode.net/blog/2009/01/integrating-git-svn-with-mantisbt/ | 18:08 |
| DirtyAl | I read it this morning, seems very good | 18:09 |
| DirtyAl | did you understand what a meant with the categories stuff? | 18:09 |
| nuclear_eclipse | not really -- I'm not sure why a category would need any special handling | 18:10 |
| nuclear_eclipse | if you commit a bug with a message like "Fixed issue #123", the plugin I made would take care of integrating everything appropriately; I'm not sure why it should matter to SVN what category the bug was reported in | 18:10 |
| DirtyAl | I see, in this case would not matter | 18:11 |
| DirtyAl | Tks, I willdo some tests | 18:12 |
| DirtyAl | see how it goes. | 18:12 |
| nuclear_eclipse | DirtyAl: if you want an example of how the system works, you can look at our official tracker, or my own tracker at leetcode.net/mantis | 18:12 |
| phl4kx | nuclear_eclipse, lets | 18:12 |
| phl4kx | with files about 2MB, you recommend me to use the DB storage? | 18:13 |
| nuclear_eclipse | http://leetcode.net/mantis/view.php?id=28 is a more direct example of a bug that was opened, and tehn automatically resolved by making a commit in Git | 18:13 |
| nuclear_eclipse | phl4kx: my recommendation is generally to use database storage unless/until you specifically have issues with it | 18:14 |
| phl4kx | nuclear_eclipse, and with db storage, the file save directly in a TABLE of the database? | 18:14 |
| nuclear_eclipse | yep | 18:14 |
| phl4kx | nuclear_eclipse, ok, the DB storage is the default? | 18:15 |
| nuclear_eclipse | yep | 18:15 |
| phl4kx | ok thanks | 18:15 |
| phl4kx | please where is paulr | 18:16 |
| phl4kx | i need to integrate mantis with Active directory :( | 18:16 |
| markw_ | having trouble setting up the private/public viewing of bugs. | 18:52 |
| markw_ | set the g_default_view_status to VS_PRIVATE, which by default anyone with "developer or higher" access should be able to see private bugs. | 18:53 |
| CIA-31 | Mantisbt: jreese * rcd27a2d26c9b /view_user_page.php: When viewing user details, check against user management access as well as show_user_*_threshold. | 19:04 |
| markw_ | ha, found it, since it's a private project I had to change the user access in there vs global. | 19:08 |
| nuclear_eclipse | congrats :) | 19:09 |
| DirtyAl | hello, is there any reason why usernamess in mantis can not have . in the username? | 19:55 |
| nuclear_eclipse | DirtyAl: not that I know of off-hand | 20:10 |
| slestak_ | isnt that a concatenation operator in php? Maybe its losing it there. | 20:11 |
| DirtyAl | tks, I am checking the code, I'd like to use name.lastname insted of name_lastname | 20:12 |
| DirtyAl | yes it is | 20:12 |
| DirtyAl | . | 20:12 |
| DirtyAl | but this can not be the reason | 20:12 |
| nuclear_eclipse | slestak_: that shouldn't matter, we never execute input as PHP code... | 20:12 |
| slestak_ | just a thought | 20:12 |
| DirtyAl | If a change de code, will submit a patch to the project see if gets accepted | 20:13 |
| paulr | moo | 20:17 |
| nuclear_eclipse | hi paulr | 20:18 |
| * paulr is in a bad mood | 20:18 | |
| paulr | anyway, erm | 20:20 |
| paulr | john, dates | 20:20 |
| paulr | and user prefs | 20:20 |
| DirtyAl | just have to change this variable | 20:22 |
| DirtyAl | $g_user_login_valid_regex = '/^[\w \-]+$/'; | 20:22 |
| DirtyAl | in config_defaults_inc.php | 20:22 |
| DirtyAl | to accept . in username] | 20:22 |
| paulr | nuclear_eclipse: could you review my date stuff? | 20:26 |
| phl4kx | hi all | 20:27 |
| phl4kx | paulr, you here ? | 20:27 |
| phl4kx | anyone here integrated mantis with Active Directory? | 20:27 |
| nuclear_eclipse | paulr: if you help phl4kx, I will :P | 20:28 |
| paulr | phl4kx: hi | 20:28 |
| phl4kx | paulr, I like to authenticated Mantis with users in Active Directory | 20:30 |
| phl4kx | do you implemented this? | 20:30 |
| paulr | erm sure right | 20:31 |
| paulr | nuclear_eclipse: 18:04 < nuclear_eclipse> he's not exactly a predictable fellow --> thanks john | 20:31 |
| paulr | what exactly are you trying to do? | 20:31 |
| paulr | are you using apache or IIS? | 20:31 |
| nuclear_eclipse | paulr: can't help the truth ;) | 20:33 |
| phl4kx | paulr | 20:36 |
| phl4kx | my server is Windows Server with apache and mysql server | 20:36 |
| phl4kx | and my active directory is also Windows Server and Apache | 20:36 |
| phl4kx | sorry | 20:36 |
| phl4kx | Windows Server and ACtive directory | 20:36 |
| phl4kx | I like to my users in mantis authenticated with my Active Directory | 20:36 |
| paulr | will you create users before hand in mantis? | 20:37 |
| phl4kx | yes | 20:37 |
| phl4kx | i have user MGARCIA in mantis and in my Active Directory | 20:37 |
| paulr | are all users under one OU? | 20:38 |
| phl4kx | yes | 20:38 |
| phl4kx | EMPRESA.COM.PE | 20:38 |
| paulr | and are expecting them to auth manually ? | 20:38 |
| paulr | or will apache auth them | 20:38 |
| phl4kx | not apache | 20:39 |
| phl4kx | I use the LDAP configuration in config_inc.php | 20:39 |
| phl4kx | I have differente OU in my ACtive directory | 20:39 |
| phl4kx | users are in differente OU | 20:39 |
| paulr | in theory | 20:41 |
| paulr | if you set | 20:41 |
| paulr | $g_login_method = LDAP; | 20:41 |
| phl4kx | yes | 20:41 |
| paulr | $g_ldap_server = 'ldap://<somedc>.com.pe/'; | 20:41 |
| paulr | $g_ldap_port = '389'; | 20:41 |
| paulr | $g_ldap_root_Dn = 'ou=oumagarciaisin,dc=empresa,dc=com,dc=pe'; | 20:42 |
| paulr | $g_ldap_organization= ''; | 20:42 |
| paulr | $g_ldap_uid_field= 'sAMAccountName'; | 20:42 |
| paulr | $g_ldap_bind_dn= 'someuser:empresa.com.e'; | 20:42 |
| paulr | $g_ldap_bind_passwd ='someuserspass'; | 20:42 |
| paulr | 'someuser@empresa.com.pe' even | 20:43 |
| paulr | then that should work | 20:43 |
| paulr | I have a patch to support multiple OU's | 20:43 |
| phl4kx | im try | 20:44 |
| phl4kx | Im going to try | 20:44 |
| phl4kx | paulr, | 20:47 |
| phl4kx | APPLICATION ERROR #1400 | 20:47 |
| phl4kx | in the login page | 20:47 |
| * paulr wonders what 1400 is | 20:48 | |
| paulr | did you specify an ldap_bind_db + ldap_bind_passwd? | 20:49 |
| phl4kx | $g_ldap_bind_dn= 'prueba@nisira.com.pe'; | 20:51 |
| phl4kx | $g_ldap_bind_passwd ='123456'; | 20:51 |
| paulr | 1400 = ERROR_LDAP_AUTH_FAILED | 20:52 |
| paulr | which means | 20:52 |
| paulr | ldap_connect returned something valid | 20:52 |
| paulr | if( !is_blank( $p_binddn ) && !is_blank( $p_password ) ) { | 20:52 |
| paulr | $t_br = @ldap_bind( $t_ds, $p_binddn, $p_password ); | 20:52 |
| paulr | } else { | 20:52 |
| paulr | # Either the Bind DN or the Password are empty, so attempt an anonymous bind. | 20:52 |
| paulr | $t_br = @ldap_bind( $t_ds ); | 20:52 |
| paulr | but $t_br == false | 20:52 |
| paulr | i'd be incled to open ldap_api.php | 20:52 |
| paulr | goto around line 50 | 20:52 |
| paulr | remove the @ | 20:52 |
| paulr | and add a var_dump($t_br | 20:52 |
| phl4kx | wait | 20:52 |
| phl4kx | wait please | 20:52 |
| phl4kx | other error | 20:53 |
| phl4kx | not the 1400 = ERROR_LDAP_AUTH_FAILED | 20:53 |
| phl4kx | sorry, was a network problem | 20:53 |
| paulr | nuclear_eclipse: remind me how to push to mantisforge | 20:54 |
| nuclear_eclipse | `git push` :P | 20:54 |
| phl4kx | paulr, | 20:54 |
| paulr | nuclear_eclipse: to trunk :P | 20:54 |
| phl4kx | i refresh my page | 20:54 |
| phl4kx | and now http://localhost/mantis/ not finish to refresh | 20:55 |
| phl4kx | continues loading in the browser and never finish | 20:55 |
| paulr | redirecting? | 20:56 |
| phl4kx | just sau | 20:57 |
| phl4kx | waiting localhost in the status bar | 20:57 |
| phl4kx | never finish the loading | 20:57 |
| phl4kx | $g_login_method = LDAP; | 20:57 |
| phl4kx | $g_ldap_server = 'ldap://nisiraserver.nisira.com.pe'; | 20:57 |
| phl4kx | $g_ldap_port = '389'; | 20:57 |
| phl4kx | $g_ldap_root_Dn = 'ou=TRUJILLO,dc=NISIRA,dc=COM,dc=PE'; | 20:57 |
| phl4kx | $g_ldap_organization= ''; | 20:57 |
| phl4kx | $g_ldap_uid_field= 'sAMAccountName'; | 20:57 |
| phl4kx | $g_ldap_bind_dn= 'prueba@nisira.com.pe'; | 20:57 |
| phl4kx | $g_ldap_bind_passwd ='123456'; | 20:57 |
| phl4kx | this is my configuration | 20:57 |
| paulr | does it redirect between two blank pages? | 21:00 |
| phl4kx | just load | 21:00 |
| phl4kx | paulr, now Im change the $g_ldap_bind_dn= 'prueba@nisira.com.pe'; for $g_ldap_bind_dn= 'prueba:nisira.com.pe'; | 21:00 |
| phl4kx | change @ for : | 21:01 |
| paulr | nah | 21:01 |
| paulr | it should be @ | 21:01 |
| paulr | i.e. username | 21:01 |
| phl4kx | ok | 21:01 |
| phl4kx | = | 21:02 |
| phl4kx | not load anything | 21:02 |
| paulr | nuclear_eclipse: http://git.mantisforge.org/w/mantisbt/paul.git?a=shortlog;h=refs/heads/dates3 | 21:02 |
| phl4kx | paulr, never load the login page | 21:04 |
| nuclear_eclipse | paulr: mind summarizing the purpose of that? | 21:04 |
| nuclear_eclipse | time to head home; I'll be back on in a bit | 21:06 |
| paulr | nuclear_eclipse: dates+userprefs+stuff | 21:08 |
| paulr | phl4kx: mm | 21:08 |
| phl4kx | paulr, | 21:09 |
| paulr | phl4kx: I might need to add some debug logging or stuff | 21:09 |
| paulr | what I tend to do is add some var_dump's in ldap api | 21:09 |
| paulr | to see if it's returning useful answers | 21:09 |
| phl4kx | paulr, see this give my wireshark | 21:09 |
| phl4kx | LDAPMessage searchResDone(2) Unknown result(9) (Referral: | 21:09 |
| phl4kx | ldap://example.com.au/dc=example,dc=com,dc=au) [0 results] | 21:09 |
| paulr | erm, game brb | 21:11 |
| paulr | do a quick search on php.net | 21:11 |
| paulr | iirc | 21:11 |
| paulr | if( $t_protocol_version > 0 ) { | 21:11 |
| paulr | ldap_set_option( $t_ds, LDAP_OPT_PROTOCOL_VERSION, $t_protocol_version ); | 21:11 |
| paulr | } | 21:11 |
| paulr | there's an option we need to set like that | 21:11 |
| phl4kx | I think the petition was caching | 21:12 |
| phl4kx | wait | 21:12 |
| phl4kx | im reboot my PC | 21:12 |
| phl4kx | wait please | 21:12 |
| phl4kx | paulr, | 21:17 |
| phl4kx | paulr, continue the same error | 21:18 |
| phl4kx | 296118.582523172.168.1.66172.168.1.50LDAPsearchRequest(2) "dc=example,dc=com,dc=au" wholeSubtree | 21:18 |
| phl4kx | I dont know why dont change the SERACHREQUEST | 21:19 |
| phl4kx | jejeje | 21:27 |
| phl4kx | paulr, | 21:27 |
| phl4kx | now is ok :) | 21:27 |
| phl4kx | ldap is case sensitive, that was the problem | 21:27 |
| phl4kx | do you have a patch for multiple OU?, please give me :) | 21:28 |
| paulr | i'll go through it and try nd cfommit to core this weekend | 21:57 |
| paulr | 9playing dota atm) | 21:57 |
| phl4kx | jaja | 22:18 |
| phl4kx | ok | 22:18 |
| phl4kx | ok | 22:18 |
| mantisbot | New bug: Bug 10491 - eriede_globalgoldinc_com - open - new | 22:35 |
| mantisbot | New bug: mc_issue_add incorrect access level check - http://www.mantisbt.org/bugs/view.php?id=10491 | 22:35 |
| nuclear_eclipse | paulr: I mean more, what does that set of patches *do* for each of those topics? telling me is has to do with user prefs is useless; I can tell that already just by looking at the files it touches. I'm looking for an actual description of what the changes "fix/improve" | 22:46 |
| paulr | nuclear_eclipse: changes dates to int's in db | 22:48 |
| paulr | as part of that I observed user_pref's seemed broken ;p | 22:49 |
| paulr | so made changes :P | 22:49 |
| nuclear_eclipse | so what was "broken" that you "fixed" in user prefs? | 22:49 |
| paulr | i'm still not sure where we should call date_timezone thing I call | 22:49 |
| paulr | I didn't like fact we store in db userpref's with no changes for one | 22:49 |
| paulr | (only in some cases though) | 22:50 |
| paulr | I dont really get the point of that | 22:50 |
| nuclear_eclipse | well, I think we handle user prefs rather "dumb" as it is anyways, requiring a schema change to store new preferences | 22:50 |
| nuclear_eclipse | ie, I'd like to see user prefs more like config_api (one row per preference), or even supplanted by config_api altogether... | 22:51 |
| paulr | but that dates branch is where i'd like to get tidied/fixed/merged | 22:55 |
| nuclear_eclipse | well, right | 22:55 |
| nuclear_eclipse | I just really wanted to know what I was looking at so that I could judge the sanity of your work :P | 22:56 |
| paulr | right, userpref's was me changing stuff as I took a dislike to it whilst trying to add supprot for dates | 22:57 |
| paulr | :P | 22:57 |
| nuclear_eclipse | fairenough | 22:57 |
| paulr | i'm just confused now to what's complete | 22:58 |
| paulr | or well | 22:58 |
| paulr | the db changes of dates i'm happy with atm | 22:58 |
| nuclear_eclipse | dates3 is the latest stuff of yours, correct? | 23:02 |
| paulr | ya | 23:03 |
| paulr | I still need to tweak it a bit i think | 23:04 |
| nuclear_eclipse | ok, I'm curious if it merges cleanly with master | 23:04 |
| nuclear_eclipse | yay, merged cleanly | 23:04 |
| phl4kx | ey | 23:06 |
| phl4kx | paulr, | 23:06 |
| phl4kx | mi Active Directory works fine | 23:06 |
| phl4kx | but 1 user have a password like = p@ssword....with @ | 23:06 |
| nuclear_eclipse | paulr: does dates3 not take into account user timezones yet? | 23:06 |
| phl4kx | and cant enter | 23:06 |
| paulr | nuclear_eclipse: yes | 23:07 |
| nuclear_eclipse | am I correct that it stores dates in GMT, and converting to server timezone for displaying the date? | 23:07 |
| paulr | nuclear_eclipse: albeit, it 'sets' it in the wrong place | 23:07 |
| paulr | that's the theory | 23:07 |
| nuclear_eclipse | I haven't reviewed the code yet, but on my small test database, everything seemed to upgrade correctly | 23:08 |
| nuclear_eclipse | dates seem reasonable | 23:08 |
| phl4kx | paulr, mantis accept regular expression in password with active directory??????????????? | 23:10 |
| paulr | no? | 23:11 |
| * nuclear_eclipse beats paulr for trailing whitespace in dates3 code | 23:11 | |
| paulr | :) | 23:13 |
| phl4kx | paulr, :( | 23:14 |
| phl4kx | dont accept passwords with @ T__T | 23:14 |
| paulr | T__T? | 23:15 |
| phl4kx | only @ | 23:16 |
| phl4kx | dont accept | 23:16 |
| phl4kx | no accept @ in passwords | 23:16 |
| thraxisp | hi paulr. Did you ever write down your plan for plug in authentication? | 23:21 |
| paulr | no | 23:21 |
| paulr | I moved off to dates | 23:21 |
| paulr | which is more important to fix | 23:21 |
| paulr | (duedates) | 23:21 |
| paulr | from my playing, we can hook 2-3 places | 23:22 |
| nuclear_eclipse | paulr: just as an FYI, I've gotten multiple requests for pluggable auth in the past month or so from people who have started using the plugin system.... | 23:22 |
| * paulr nods | 23:22 | |
| paulr | nuclear_eclipse: the only custom feature of mantis I have at work is auth | 23:22 |
| paulr | nuclear_eclipse: I need to work out what's i'm doing with dates/bugdata changfs | 23:34 |
| paulr | -f+e | 23:34 |
| djz | WARNING: You should disable the default "administrator" account or change its password. how do you get rid of that? | 23:34 |
| djz | k nvm got it | 23:37 |
| paulr | nuclear_eclipse: so erm, does it screw up stuff with your timezone? | 23:52 |
| nuclear_eclipse | it doesn't seem to *yet* :P | 23:52 |
| djz | hmm i cant get the email to work, never sends me the confirm email, is there a admin account you can login with? | 23:53 |
| nuclear_eclipse | djz: default account in mantis is administrator/root | 23:54 |
| djz | deleted it :s | 23:54 |
| nuclear_eclipse | then, no, that was your only admin account :P | 23:54 |
| nuclear_eclipse | you could technically access the database by hand and set the new user's password and so forth, but it's probably easiest to just drop all the tables in your install and start over | 23:55 |
| nuclear_eclipse | assuming of course that you don't have any real data yet | 23:56 |
| rtyler | hmm, is it possible to import users from one mantis instance to another? | 23:58 |
| djz | how does it encrpyt password? | 23:58 |
| rtyler | thinking about moving from my own hosted mantisbt to sourceforge's | 23:59 |
| nuclear_eclipse | djz: it's MD5 | 23:59 |
| nuclear_eclipse | rtyler: not currently | 23:59 |
Generated by irclog2html.py