Open Framework, Information Management Strategy & Collaborative Governance | Data & Social Methodology - MIKE2.0 Methodology
Members
Collapse Expand Close

To join, please contact us.

Improve MIKE 2.0
Collapse Expand Close
Need somewhere to start? How about the most wanted pages; or the pages we know need more work; or even the stub that somebody else has started, but hasn't been able to finish. Or create a ticket for any issues you have found.

Recommendations for improving omCollab

Open forum for questions and support about omCollab.

Recommendations for improving omCollab

Postby Sean.mcclowry on Tue Jan 27, 2009 7:16 pm

Does anyone have any recommendations for improving omCollab?
Sean.mcclowry
 
Posts: 29
Joined: Sun Jan 25, 2009 12:01 am

Re: Recommendations for improving omCollab

Postby Rice on Wed Jan 28, 2009 2:42 pm

Dear omCollab team,

I've a question about your release version of omCollab. That's whether it includes phpBB module besides wiki, blog, bmarks and explore. I've downloaded current version. There's no phpBB module integratied with it.

BTW, It's a perfect software for me to build a collaboration community website. And MIKE is a good methdology for reference in IM.

Rice
Rice
 
Posts: 5
Joined: Wed Jan 28, 2009 1:50 pm

Re: Recommendations for improving omCollab

Postby Sean.mcclowry on Wed Jan 28, 2009 6:48 pm

Hi Rice,

Glad to hear omCollab and MIKE2.0 are helping out!

All the code is available here:
http://waterloo.openmethodology.org/trac/omcollab

With the latest release that includes the forum code being here: http://waterloo.openmethodology.org/trac/omcollab/browser/trunk

We've been a bit bad about creating packages as we've been working off our subversion release. I'll creating a packaged version at let you know when it is available.

Sean
Sean.mcclowry
 
Posts: 29
Joined: Sun Jan 25, 2009 12:01 am

Re: Recommendations for improving omCollab

Postby Sean.mcclowry on Wed Jan 28, 2009 7:22 pm

Rice,

I have posted the packaged version of the code here:
http://mike2.openmethodology.org/wiki/Installing_omCollab#Downloads

You can also find bugs and post feature requests here: http://waterloo.openmethodology.org/trac/omcollab/report/1

Hope this helps!
Sean.mcclowry
 
Posts: 29
Joined: Sun Jan 25, 2009 12:01 am

Re: Recommendations for improving omCollab

Postby Rice on Thu Jan 29, 2009 2:14 am

Hi Sean,

Thanks for your prompt response. It's very helpful for me to find the code.

I would continute to use and upgrade the software. I hope omCollab will have a easy way to upgrade because of being some live sites.

Even though i didn't go through the source code, I want to know how to solve the SSO problem of session expiration among these open source packages. Do you configure the same expiration time or use another method to solve?

Just I've tested the package with forum. It seems errors ocurr under the situation which omcollab is not installed on htdocs.

Relative directory error should be found in forum style template, such as overall_header.html

maybe the followings are right

1. overall_header.html [99,100,110]
Code: Select all
   require_once( str_replace( '\\', '/', realpath("..")) . '/common/omconfig.php' );


2. overall_footer.html [44,45]
Code: Select all
   require_once( str_replace( '\\', '/', realpath("..")) . '/common/omconfig.php' );
   include( str_replace( '\\', '/', realpath("..")) . '/common/skins/mike2/footer.php' );


3. omconfig.php
Code: Select all
# [ path definitions (FS = File System) ]
#define( 'OMCOLLAB_DOCROOT'             , $_SERVER['DOCUMENT_ROOT'] );
define( 'OMCOLLAB_DOCROOT'             , str_replace( '\\', '/', realpath("..")) );
define( 'FS_COMMON_DIRECTORY'          , dirname(__file__) );
define( 'FS_COMMON_SKIN_DIRECTORY'     , FS_COMMON_DIRECTORY . '/skins/' . OMCOLLAB_SKIN_DIRNAME );
#define( 'FS_FORUM_ROOT'        , OMCOLLAB_DOCROOT . RR_OMCOLLAB_DIRECTORY . 'forum/');
define( 'FS_FORUM_ROOT'    , OMCOLLAB_DOCROOT . '/forum/');


Then my site is OK now.

Thanks & Regards,

Rice
Rice
 
Posts: 5
Joined: Wed Jan 28, 2009 1:50 pm

Re: Recommendations for improving omCollab

Postby Sean.mcclowry on Thu Jan 29, 2009 4:02 pm

Thanks for the help Rice - I am having issues installing on another platform and this may be causing the issue ..
I have forwarded this to Dave
http://mike2.openmethodology.org/wiki/User:Dave.Wiggins as he actually wrote this code for the forum integration and knows it like the back of his hand ... so he would be good to loop into this discussion. The other good guy to connect with is Andi
http://mike2.openmethodology.org/wiki/User:Andreas.rindler.

We use omCollab on a couple sites and we spent a fair amount of time on creating some deployment scripts so we could do upgrades easily. MIKE2.0 runs on linux and our internal environment runs on windows so we've got pretty good coverage. Some of these scripts put in some local variables, but we should able to scrub them and post them so they can be used by the community.

Sorry re: opening tickets - I thought we had self registration on trac. We'll see if we can enable this as we are behind a couple versions. You can also submit without registering.
Sean.mcclowry
 
Posts: 29
Joined: Sun Jan 25, 2009 12:01 am

Re: Recommendations for improving omCollab

Postby Rice on Fri Jan 30, 2009 3:17 am

Sean,

Thanks. I'll try to help build chinese language package for omCollab. But i'm afraid that upgrade is a tough task for language package.

Thank again for efforts.

Rice
Rice
 
Posts: 5
Joined: Wed Jan 28, 2009 1:50 pm

Re: Recommendations for improving omCollab

Postby Sean.mcclowry on Fri Jan 30, 2009 1:29 pm

Rice - that would be great - if you are starting on something like this let me know - I know some others that might be able to help.
Sean.mcclowry
 
Posts: 29
Joined: Sun Jan 25, 2009 12:01 am

Re: Recommendations for improving omCollab

Postby Rice on Tue Feb 03, 2009 2:24 pm

Thanks. I am going to build chinese version based on omcollab_1.009.0. If any problem, I will issue it.

My idea is simple which is to use wordpress, mediawiki and phpbb chinese language pack and then try to find some other contents to translate. Should I use language pack or translate omCollab content to chinese directly just like this.

D:\Projects\omcollab_1.009.0\common\skins\mike2\header.php[38-46]
Code: Select all
<table id="app-switcher" cellpadding="0"  cellspacing="0">
<tr>
<td><div id="app1"><a href="<?php echo $omCollabAppURLs[WIKI]      ?>">genUnifiedEncodingString("知识库")</a></div></td>
<td><div id="app2"><a href="<?php echo $omCollabAppURLs[BLOGS]     ?>">genUnifiedEncodingString("个人专栏")</a></div></td>
<td><div id="app3"><a href="<?php echo $omCollabAppURLs[BOOKMARKS] ?>">genUnifiedEncodingString("书签")</a></div></td>
<td><div id="app4"><a href="<?php echo $omCollabAppURLs[FORUM]    ?>">genUnifiedEncodingString("论坛")</a></div></td>
<td><div id="app5"><a href="<?php echo $omCollabAppURLs[SEARCH]     ?>">Explore</a></div></td>
</tr>
</table>

Keep it in touch.

Rice
Rice
 
Posts: 5
Joined: Wed Jan 28, 2009 1:50 pm

Re: Recommendations for improving omCollab

Postby Andreas.rindler on Tue Feb 03, 2009 7:04 pm

The file http://waterloo.openmethodology.org/tra ... ttings.php includes a variable to indicate language:
Code: Select all
$wgLanguageCode     = "en";


en becomes zh when you want Mediawiki to use Chinese. We could easily move the variable into http://waterloo.openmethodology.org/tra ... config.php which will set in /common/ after a successful installation. And from there it can be made accessible to all other code. So your logic could check for $wgLanguageCode in omconfig.php and then display the correct language text. The language files (or also often called internationalisation files - i18n) could site in a subfolder in http://waterloo.openmethodology.org/tra ... kins/mike2. Like here http://waterloo.openmethodology.org/tra ... Cloud/i18n.

Thanks,
Andi
----
Andi
Andreas.rindler
Site Admin
 
Posts: 13
Joined: Sat Jan 24, 2009 6:15 pm

Next

Return to omCollab Forum

Who is online

Users browsing this forum: No registered users and 1 guest