| ../irclogs/#mantishelp.2009-05-02.log | ||
| --- scribe started --- | 00:00 | |
| inetbizo | http://strikehawk.pastebin.com/m72ef5ccf post-commit is not sending data to /core/checkin.php can someone help? | 00:37 |
|---|---|---|
| inetbizo | would it be because the location of mantis is not within that user or do I need to give group ownership to checkin user.apache 6644 | 00:39 |
| nuclear_eclipse | inetbizo: the user that subversion runs as needs to have a) permission to execute the post-commit hook, and b) access to read/execute the checkin.php script | 00:54 |
| inetbizo | we run web dav svn | 00:57 |
| inetbizo | but I will check with our sysadmin | 00:57 |
| inetbizo | clear though here. IF apache (nobody) is the group owner that runs web dav svn, then checkin.php needs to have group ownership of nobody with executable permissions, correct? | 01:00 |
| nuclear_eclipse | that sounds about right | 01:05 |
| nuclear_eclipse | inetbizo: you may also be interested in looking at the unreleased 1.2.x versions, and the source-integration plugin that we have running mantisbt.org -- it's much better and more useful than the core checkin/notes that you're setting up | 01:06 |
| nuclear_eclipse | http://leetcode.net/blog/2009/01/integrating-git-svn-with-mantisbt/ | 01:06 |
| inetbizo | wow that is nice. | 01:09 |
| inetbizo | now if we can get more enhancement to project sponsorship and project billing heh | 01:10 |
| inetbizo | billing: billing codes, RFP#, etc | 01:11 |
| inetbizo | and we have to fix the billing link showing up in navigation if the user does not have the right ACL | 01:12 |
| nuclear_eclipse | inetbizo: have you sumbitted a bug report for the access issue? | 01:12 |
| inetbizo | I'm waiting for the dev dept to upgrade mantisbt, retest and confirm, then submit the issue. There once was an issue open on mantisbt about billing link showing up in the menu navigation. We want to check if that was resolved yet. We are running 1.1.5 | 01:14 |
| nuclear_eclipse | ah, ok | 01:14 |
| inetbizo | then integrate into whmcs billing, whew | 01:14 |
| kinabalu | hey guys, is there any way to archive a project that is EOL? | 05:31 |
| dprophit | <kinabalu> You mean like export project to csv or something | 06:52 |
| kinabalu | dprophit: hrmm .. possibly. they are EOL, but I don't want to necessarily delete anything, is there an export? | 06:53 |
| kinabalu | looked like there was in the latest version | 06:53 |
| dprophit | I haven't found anything on it, yet | 07:04 |
| CIA-11 | Mantisbt: s.mazeland * r723db70d1f2c / (3 files in 2 dirs): Fix #0010445 for master branch. Update copyright year to 2009. | 10:01 |
| CIA-11 | Mantisbt: s.mazeland master-1.1.x * r4db17335723c / (26 files in 2 dirs): Fix #0010445 for master-1.1.x branch. Update copyright year to 2009. | 10:08 |
| paulr | siebrand: heh :) | 10:17 |
| siebrand | paulr: guess I'm spamming at the moment... Also closed a few other issues. | 10:18 |
| paulr | you want to see spam? :) | 10:18 |
| paulr | I could push my master branch to master :) | 10:18 |
| siebrand | paulr: ow, you're about to commit. Yay! | 10:18 |
| paulr | dunno | 10:19 |
| * paulr scared | 10:19 | |
| siebrand | paulr: what was that motto again? Commit early, commit often. | 10:19 |
| siebrand | paulr: http://www.traceback.org/2008/06/15/commit-early-commit-often-the-sane-way-to-work/ | 10:20 |
| paulr | :) | 10:21 |
| paulr | just need to work out if there's anything in my master that needs more work | 10:21 |
| paulr | although I guess it is a bank holiday weekend | 10:22 |
| paulr | siebrand: right lets see now | 10:31 |
| * paulr pushes | 10:33 | |
| CIA-11 | Mantisbt: paul * ra22e4e94596e / (8 files in 2 dirs): Initial start of work to make /admin pages part of the standard mantis layout. In addition, check.php includes a couple of new checks. | 10:34 |
| CIA-11 | Mantisbt: paul * ree7508b5e6ea /core/print_api.php: Missing lang_get call. | 10:34 |
| CIA-11 | Mantisbt: paul * rdbe2163a135a /admin/check.php: add check for #0003484: check_mx_record fails on windows platforms | 10:34 |
| CIA-11 | Mantisbt: paul * r49ca189e400a /core/email_api.php: Remove calls to wordwrap() - Phpmailer already wraps text to 80 characters as we specify the width. All these calls to wordwrap do is wrap the text to 75 before we try to wrap to 80. | 10:34 |
| CIA-11 | Mantisbt: paul * rfc7a055fc2a8 /core/profile_api.php: Fix: #0010234: List of profiles not sorted alphabetically | 10:34 |
| CIA-11 | Mantisbt: paul * rcb56532e6433 / (4 files in 2 dirs): 1. html formatting | 10:34 |
| CIA-11 | Mantisbt: paul * r3bdff58abc2e /core.php: Perf: Remove call to project_cache_all from core.php -> this was added by myself to improve performance before, but slows things down for large number of projects. | 10:34 |
| CIA-11 | Mantisbt: paul * r8645a836bb20 /core/string_api.php: Handle utf8 text within string_insert_hrefs (we pass in /u paramater to treat input as utf8, and add \pL (aka utf8-letter) to valid characters that can appear in a url) | 10:34 |
| CIA-11 | Mantisbt: paul * r1bf8efa313be /admin/install.php: Fixes for #0009269 | 10:34 |
| CIA-11 | Mantisbt: paul * r1a8caee1f89a /config_defaults_inc.php: mantis_database_table does not exist | 10:34 |
| CIA-11 | Mantisbt: paul * raed7ea23c29a /view_all_bug_page.php: call project_cache_array_rows as appropriate to cache project information for view_all_bug page | 10:34 |
| CIA-11 | Mantisbt: paul * r46b2fc290af3 /admin/check.php: Fix mail check changes to allow validate_email =OFF to pass | 10:34 |
| CIA-11 | Mantisbt: paul * rb12a343da6f0 /core.php: allow the ability to define $g_skip_lang_load to skip loading language files as part of core.php | 10:34 |
| CIA-11 | Mantisbt: paul * ra9278935977a /core/database_api.php: Following siebrand's commit to remove all non-utf8 languages files, and the commit to use utf8 in install.php, we should always send the set names utf8 line to mysql. | 10:34 |
| CIA-11 | Mantisbt: paul * r1b0a3663e2e9 /admin/schema.php: Fixes for #0009269 | 10:34 |
| CIA-11 | Mantisbt: paul * rc729f169b656 /lang/strings_english.txt: test_langs: Language strings should be single quoted. | 10:34 |
| CIA-11 | Mantisbt: paul * rcb8575faab46 /admin/check.php: Add checks to check.php to check that database is set up for utf8: | 10:34 |
| CIA-11 | Mantisbt: paul * r685b9e0bfb91 /core/projax_api.php: html: only display the inline-stylesheet for projax once | 10:34 |
| CIA-11 | Mantisbt: paul * ra3cee1b8c4eb / (9 files in 3 dirs): Following siebrands commit to remove non-utf8 language files, we can remove calls to lang_get(charset) as we also return utf8 now | 10:35 |
| * paulr hugs CIA-11 | 10:35 | |
| * CIA-11 hugs paulr | 10:35 | |
| * paulr hugs CIA-11 | 10:35 | |
| * CIA-11 hugs paulr | 10:35 | |
| paulr | oh :) | 10:35 |
| * paulr tickles CIA-11 | 10:35 | |
| paulr | only thing I need to do now I think | 10:37 |
| paulr | is work out how we do updates :) | 10:37 |
| paulr | or more split check.php up a bit | 10:37 |
| CIA-11 | Mantisbt: paul * r8df6b839daad /tests/soap/SoapBase.php: Add configuration options to enable SOAP tests | 11:04 |
| siebrand | paulr: you can check out how mediawiki does it. Want me to point you there? | 14:21 |
| paulr | ? | 14:22 |
| siebrand | paulr: that was re: | 15:03 |
| siebrand | [12:37] <paulr> is work out how we do updates :) | 15:03 |
| siebrand | [12:37] <paulr> or more split check.php up a bit | 15:03 |
| paulr | mediawiki dont seem to do it | 15:07 |
| siebrand | paulr: ah, no, not the update checking, but the incremental schema updates. | 15:08 |
| paulr | they dont do a utf8 conversion | 15:08 |
| paulr | via their schema updates | 15:08 |
| siebrand | no, that's correct, too | 15:09 |
| paulr | so far | 15:09 |
| paulr | i've added a check for utf8 | 15:09 |
| paulr | but not done anything in terms of conversions | 15:09 |
| paulr | i'm wondering if we need to do something | 15:09 |
| paulr | or whether it's more a case of 'use mysqls tools' | 15:10 |
| siebrand | paulr: that's what I see in other projects that go from 'loads of encodings possible' to utf-8 | 15:11 |
| paulr | they just tell users to sort it themselves? | 15:11 |
| siebrand | paulr: preferably with a link to a nice tutorial. | 15:16 |
| paulr | your job :) | 15:20 |
| [KK]Kirill | Hi all | 15:43 |
| [KK]Kirill | siebrand: you around? | 15:43 |
| [KK]Kirill | siebrand: can you get last russian translation from translatewiki? | 15:44 |
| siebrand | [KK]Kirill: http://translatewiki.net/w/i.php?title=Special%3ATranslate&task=untranslated&group=out-mantis&language=ru&uselang=en | 16:25 |
| [KK]Kirill | siebrand: I see this, but I don't what it's mean | 16:25 |
| siebrand | [KK]Kirill: choose "I want to 'Export translation to file'" and press Fetch to get the file served. | 16:26 |
| [KK]Kirill | siebrand: when you commit my change to git? | 16:26 |
| [KK]Kirill | ah.. I understand what's you mean in first link... | 16:30 |
| [KK]Kirill | But I don't want change file in my git without your changes in master-branch.. I have some trouble when I can try merge phpmailer when I change it's source and then pulled from master | 16:30 |
| CIA-11 | Mantisbt: paul * r63dd296cd97a /core/ (database_api.php graph_api.php html_api.php): Only show unique queries if show_queries_list is set to true. i.e. by default we will just show query count | 19:38 |
| CIA-11 | Mantisbt: paul * ree4b767a79b3 /core/adodb/ (adodb.inc.php docs/docs-adodb.htm drivers/adodb-pdo.inc.php): Update adodb to 5.08a | 20:03 |
| giallu | paulr, did they finally catch up? | 20:04 |
| paulr | ? | 20:06 |
| * paulr wants to change way we look for adodb ;/ | 20:06 | |
| CIA-11 | Mantisbt: paul * re5b0087dc808 /admin/check.php: Add check to display adodb version - currently just check >5 | 20:20 |
| giallu | paulr, translation. Can we finally use upstream adodb without modifications? | 20:26 |
| paulr | no | 20:27 |
| paulr | tbh, I think we should use our bundled version by default | 20:27 |
| paulr | as we test against it | 20:27 |
| paulr | or more | 20:28 |
| paulr | what we could do is | 20:28 |
| giallu | yeah, if we continue to run a fork there is no point in allowing using anything else | 20:28 |
| paulr | modify version string | 20:28 |
| paulr | to include 'mantis' | 20:28 |
| paulr | then require 'mantis' for pgsql/mssql/db2 (which I think is what we modify) | 20:28 |
| paulr | and allow non-mantis for mysql | 20:29 |
| paulr | only question is whether we require the system adodb to be the same version as our bundled one | 20:29 |
| paulr | (aka 5.0.8 | 20:29 |
| giallu | I guess no. if distros include something else, it's their business to keep em compatible | 20:29 |
| giallu | we can clearly state somewhere what's the version we use/recommend | 20:30 |
| paulr | (when I say 'require', i think i more mean make it a check | 20:31 |
| paulr | WARNING | 20:31 |
Generated by irclog2html.py