flagflag  
33: 2012-04-22 (Sun) 11:01:01 iseki source Cur: 2020-03-01 (Sun) 17:02:12 iseki source
Line 1: Line 1:
-** [[Modlos>Modlos (E)]] (Moodle OpenSim) : OpenSim Web site interface for Moolde [#g34092e6]+** [[Modlos>Modlos (E)]] (Moodle OpenSim) : OpenSim Web site interface for [[Moolde>https://moodle.org/]] [#g34092e6]
[[日本語はここ>Modlos]]~ [[日本語はここ>Modlos]]~
 +- Modlos is OpenSim Web Interface for [[''Moolde''>https://moodle.org/]] by [[Fumi.Iseki]] and [[Sakura Saki]]
-- ''Subvesion main trunk is for 2.0Dev now'' +- Latest stable version is ''3.3.x''.
-- 1.5.5 rev.X for 1.9.x is http://www.nsl.tuis.ac.jp/svn/php/modlos​/branches/1.5.5/ now +
-#br+
-- OpenSim Web Interface for Moodle by [[Fumi.Iseki]] and [[Sakura Saki]] 
-- Latest version is ''1.5.5''. 
-- Supported Moodle version is ''1.9.x'' (2.x is not supported yet) 
- Modlos is a Moodle Block for OpenSim DB Management - Modlos is a Moodle Block for OpenSim DB Management
-- Supported OpenSim's mode is ''Grid mode'', StandAlone mode of 0.6.x is not supported. But ''StandAlone mode of 0.7.0/0.7.1.x/0.7.2Dev'' is supported.+- Supported OpenSim's mode is ''Grid mode'', %%StandAlone mode of 0.6.x is not supported%%.
- Based on [[opensimwi redux 0.32>http://forge.opensimulator.org/gf/p​roject/opensimwi/]].Currency, landtool and helper functionality works without any additional configuration. - Based on [[opensimwi redux 0.32>http://forge.opensimulator.org/gf/p​roject/opensimwi/]].Currency, landtool and helper functionality works without any additional configuration.
- ''Offline Message'' and ''Mute List'' are supported. - ''Offline Message'' and ''Mute List'' are supported.
- ''Login Screen'' is supported. - ''Login Screen'' is supported.
- Includes [[flotsam group function>/OpenSim/Config/Group]] , can use group functionality without any additional configuration. - Includes [[flotsam group function>/OpenSim/Config/Group]] , can use group functionality without any additional configuration.
-- Includes ''osprofile'' function for user profile of 0.7.0/0.7.1.x/0.7.2Dev +- Includes ''osprofile'' function for user profile of 0.7.x/0.8.x/0.9.x 
-- Includes ''ossearch'' function for in world search of 0.7.0/0.7.1.x/0.7.2Dev+- Includes ''ossearch'' function for in world search of 0.7.x/0.8.x/0.9.x
- World map works for multiple regions. Position is not currently reset when you zoom. - World map works for multiple regions. Position is not currently reset when you zoom.
- Avatar list shows logged in avatars and which SIM they are in. - Avatar list shows logged in avatars and which SIM they are in.
- It is possible to change Region Owner and Voice Chat Mode (need to reboot of SIM). - It is possible to change Region Owner and Voice Chat Mode (need to reboot of SIM).
-- Supported OpenSim versions are 0.7.0, 0.7.1.x and 0.7.2Dev +- Supported OpenSim versions are 0.7.x/0.8.x/0.9.x 
-- Migration of the DB from 0.6.9-> 0.7.x is supported.+- %%Migration of the DB from 0.6.9-> 0.7.x is supported.%%
- Supports cooperation with ''[[Sloodle>http://sloodle.org/]]''. - Supports cooperation with ''[[Sloodle>http://sloodle.org/]]''.
- Auto synchronization with OpenSim DB and Sloodle DB. - Auto synchronization with OpenSim DB and Sloodle DB.
-- Modlos is sister application of ''[[XoopenSim>XoopenSim (E)]]''.+- %%Modlos is sister application of ''[[XoopenSim>XoopenSim (E)]]''. %% XoopenSim is not maintained now.
- If you can not show World Map icon at 0.7.0, this is OpenSim's bug. Please see [[here>#y6946567]]. - If you can not show World Map icon at 0.7.0, this is OpenSim's bug. Please see [[here>#y6946567]].
- [[Plan of Future Works>/XoopenSim (E)/Future Works]] - [[Plan of Future Works>/XoopenSim (E)/Future Works]]
-#br 
- 
-*** New Functions of v1.5.x [#ld338db2] 
-- ''Support of Banker Avatar for DTL/NSL Currency Server (1.5.4)'' 
-- Support display of Region Statistics (When click IP address of  region lists, region statistics is showed) 
-- Support Profile Photo of Avatar  (Need Jasper or Imagemagick that supports JPEG2000. It does not work in MS Windows) 
-- Support Login Screen 
-- Support Mute List (Use original module by NSL) 
-- Support ossearch 
-- Support Clear Presence table of OpenSim DB (for crash of SIM) 
-- Include Binary Modules 
#br #br
*** Download [#b75c5ea6] *** Download [#b75c5ea6]
-- Release version (v1.5.5):http://www.nsl.tuis.ac.jp/xoops/modules/d3do​wnloads/index.php?page=singlefile&cid=5&​lid=13 +- Release version (v3.3.1): http://www.nsl.tuis.ac.jp/xoops/modules/d3do​wnloads/index.php?page=singlefile&cid=5&​lid=50
--- ''Known Bug'' +
---- include/config.php L102 +
- mistake: define('MUTE_LIST_TBL',                MODLOS_BD_PREFIX.'mute_list'); +
- correct: define('MUTE_LIST_TBL',                MODLOS_DB_PREFIX.'mute_list');+
- Development Versions: - Development Versions:
--- Modlos: svn co http://www.nsl.tuis.ac.jp/svn/php/modlos​/trunk modlos (for 2.0Dev)+-- Modlos: svn co http://www.nsl.tuis.ac.jp/svn/php/modlos​/trunk modlos
-- Please execute ''./update'' command in xoopensim directory, then below modules are downloaded by automatic. -- Please execute ''./update'' command in xoopensim directory, then below modules are downloaded by automatic.
--- opensim.phplib: svn co http://www.nsl.tuis.ac.jp/svn/opensim/op​ensim.phplib/trunk opensim.phplib --- opensim.phplib: svn co http://www.nsl.tuis.ac.jp/svn/opensim/op​ensim.phplib/trunk opensim.phplib
---- Modified opensimwiredux by NSL: svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensimwiredux/trunk opensimwiredux+--- opensim.helper: svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.helper/trunk opensim.helper
--- Modified flotsam XmlRpcGroup by NSL: svn co http://www.nsl.tuis.ac.jp/svn/opensim/fl​otsam_XmlRpcGroup/trunk flotsam_XmlRpcGroup --- Modified flotsam XmlRpcGroup by NSL: svn co http://www.nsl.tuis.ac.jp/svn/opensim/fl​otsam_XmlRpcGroup/trunk flotsam_XmlRpcGroup
---- Modified osprofile by NSL: svn co http://www.nsl.tuis.ac.jp/svn/opensim/op​ensim.osprofile/trunk osprofile +--- OSSearch, OSProfile and MuteList Module by NSL: svn co http://www.nsl.tuis.ac.jp/svn/opensim/op​ensim.modules/trunk opensim.modules 
---- Modified ossearch by NSL: svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.ossearch/trunk ossearch +#br 
---- MuteList Module by NSL: svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.nsl.m​odules/trunk nsl.modules+*** Working Site [#u3c37542] 
 +- https://jogrid.net  (Japan Open Grid Support Site)
#br #br


Front page   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)

Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthApr 2024Next Month
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Today

Who's Online

129 user(s) are online (22 user(s) are browsing xpwiki)

Members: 0
Guests: 129

more...

Access Counter

Today : 1597715977159771597715977
Yesterday : 1795517955179551795517955
Total : 2337495423374954233749542337495423374954233749542337495423374954
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com