Valdis Ozols

Show:

What's happening?

  • Followup: RE: Commercial Plugin Development for XRMS?

    IMHO it's mostly licensing issue. When selling services along with software then it becomes tricky if software is actually easily usable without significant knowledge and/or investments. As naturally is the case with addon kind of component - anyone can snap it to the core system. With GPL licensed addon it means - one can be sure of one sale action only if one has developed it on his own...

    2009-10-13 10:09:20 UTC in XRMS CRM

  • Followup: RE: Upgrade from Stable Release to latest CVS

    Well, you got lucky if that dump is fine. That instruction is missing creation of new database, loading that latest dump there, installing old code and playing whole upgrade shenanigan on separate instance not only in terms of code files, but first of all database and external files. Regards, Valdis.

    2009-09-11 20:53:44 UTC in XRMS CRM

  • Followup: RE: Umlauts are not properly displayed

    Are You trying to use utf-8 encoding with mysql? If so, then You might want to ensure that connection from php to mysql too is configured to deal with this. By default xrms doesn't do it - You will have to modify code. My get_xrms_connection function from /include/utils-database.php now looks like this: function get_xrms_dbconnection() { $xcon =...

    2009-08-25 18:57:31 UTC in XRMS CRM

  • Followup: RE: httpd crash on xrmsacces after locale change

    > Result: After searching firms or contacts, I get a result list showing Jä1/4rgen and on the > right side I got the same contact in the history / last visited contacts showing Jürgen correctly. I got the same problem with xrms when started with it (more here http://sourceforge.net/forum/forum.php?thread_id=2972568&forum_id=305410) Resolved it ensuring that data are stored in...

    2009-07-01 13:14:13 UTC in XRMS CRM

  • Followup: RE: XRMS-wiki

    Hello, Walter! Current wiki is going to be transfered in a week or I misunderstood something? If not, then may be adding a link to it at current xrms website Documentation page would be reasonable change IMHO. Regards, Valdis.

    2009-02-11 12:03:49 UTC in XRMS CRM

  • Followup: RE: CALLING ALL HANDS: XRMS STABLE RELEASE 2.0

    Sourceforge mailing lists ... aren't they mailman based? Why not just get them rolling for communications as well or there are some other problems? I vote for whatever You can launch faster for now :) Regards, Valdis.

    2009-02-09 08:22:41 UTC in XRMS CRM

  • Followup: RE: How to enable utf-8 properly?

    Thanks, Brian, it appeared that data in MySQL weren't stored in utf8 as well. So, now I have it working as I wanted (default english interface, data in mysql and web pages stored/served as utf8). There was one problem which I have handled in not very nice way - I had to add dirty hack to get_xrms_connection() code that ensures that php connection to database for MySQL uses utf8 (SET NAMES...

    2009-02-08 15:49:36 UTC in XRMS CRM

  • Followup: RE: How to enable utf-8 properly?

    Hmmm, that was prompt. Sorry for minimal details. Actually, there is no translation for my language as well ... yet :) For now I installed it as is and tried to change just character set to utf-8. In i18n.php I changed variable definitions (CHARSET and LOCALE) for default en_US. What looks strange - it's fact that on the same page I see same data (contact name) correctly in one component and...

    2009-02-05 17:31:09 UTC in XRMS CRM

  • How to enable utf-8 properly?

    I've used version from CVS. At a glance everything works fine; however, I run into problems trying to use utf-8 encoding for pages/data. Simple charset change in vars.php didn't do the trick; I had to change i18n.php as well. Reviewing interface I found out that accented characters in contact names at pager widget aren't displayed correctly anymore. At other same page components or edit form for...

    2009-02-05 15:01:17 UTC in XRMS CRM

About Me

  • 2004-08-16 (5 years ago)
  • 1104988
  • codetwist (My Site)
  • Valdis Ozols

Send me a message