You can subscribe to this list here.
| 2004 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
(2) |
Jun
(2) |
Jul
(3) |
Aug
(2) |
Sep
(1) |
Oct
(2) |
Nov
(1) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2007 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Michael K. <ko...@in...> - 2005-11-04 11:50:34
|
Dead Cobricks developers, Due to heavy attacks on our project Wiki we had to "raise some walls" =20= to block access for the spammers. Now only registered users can edit =20 pages on the Wiki. And to register, you have to provide a password. We reset the pages to the status before the attack. So, please check =20 if your changes from the last weeks are still there. Btw: If you want to register, the secret is "cobricks_v.2". Regards, Michael --=20 Michael Koch, Technische Universit=E4t M=FCnchen, Munich, Germany ko...@in..., +49(0)89/289-18690, http://www11.in.tum.de/~kochm/ |
|
From: Michael K. <ko...@in...> - 2005-08-05 11:28:57
|
Hallo Cobricks developers, another major change in the current Cobricks code base: The item attribute "description" has been renamed to "content" - Also =20= the database table item_description has been renamed and extended. =20 When you restart Cobricks the new database table should be created =20 automatically, however the data is not copied from the old table. The whole item component is currently undergoing heavy maintenance =20 work - so there might be some parts that do not function correctly - =20 please report any problems via the bug tracking system on Sourceforge. Michael Koch --=20 Michael Koch, Technische Universit=E4t M=FCnchen, Munich, Germany ko...@in..., +49(0)89/289-18690, http://www11.in.tum.de/~kochm/ |
|
From: Michael K. <ko...@in...> - 2005-05-26 15:11:25
|
Dear Cobricks Developers, some news about the separation of xml-db based Cobricks from non-xml-db based Cobricks: We finally suceeded in separating the code so that Cobricks compiles without the libraries for the XML database Xindice. The build.xml file is modified in such a way that when the parameter xindice.home is not set in build.xml or build.properties, the files in the package org.cobricks.item.xmldb are not compiled. For activating the XML database you now have to set "item.xmldb=true" and have to change the class of the item manager to org.cobricks.item.xmldb.ItemManagerImpl (by setting the configuration property "org.cobricks.item.comp.manager.class" to the value "org.cobricks.item.xmldb.ItemManagerImpl") The default values have been changed to not using the XML database. Regards, Michael Koch |
|
From: Thorsten E. <mas...@we...> - 2005-05-08 20:39:13
|
Hallo Cobricks developers, I've just adopted my documentation for the issue of xpath search for items based on SQL database servers only and added it to the cobricks wiki under http://131.159.24.138/wiki/mw/index.php/Item_Search and called it "1.4 Mapping XPath to SQL". Hope it answers most of possible questions. Cheers, Thorsten Eiseler __________________________________________________________ Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. weltweit telefonieren! http://freephone.web.de/?mc=021201 |
|
From: SEP <se...@ja...> - 2005-05-03 22:11:28
|
Dear Cobricks Developers,
we have updated the Axis Version to Axis 1.2RC3. Note, that it is no longer possible to run Cobricks with Axis 1.1 - 1.2RC2.
The following list contains all changes:
User.java:
-------------------------
Implements Cloneable
New methods:
cloneUser(): clones the current user; Important for WebService "getUser"
getArray(): returns a string array of the userattributes
[aname,avalue,aname,avalue,......]
UserManagerWS.java:
---------------------------------------
- change type of UserManager to UserMangerImpl
- return type: UserMangerImpl
-modification of WebService "getUser"
returns a cloned user with accessible attributes only
-new WebService "updateUser"
saves the changes of the user's profile. This method calls "setUserAttr(userid,aname,avalue)"
-new WebService "getAllUserId"
returns an array of userids
-new WebService "getProfile"
returns an user object with all userattributs
clientWS.java:
--------------------------------
//import org.apache.axis.encoding.DeserializationContextImpl;
//import org.apache.axis.encoding.SerializationContextImpl;
These imports are no longer needed because of the use of Axis 1.2 RC3
AxisServlet.java:
--------------------------------
Move the following files in the try-catch-block
super.init();
ServletContext servletContext = getServletConfig().getServletContext(); CoreManager coreManager = (CoreManager)
servletContext.getAttribute("cobricks.coremanager");
Needed by Axis 1.2 RC 3
server-config.wsdd:
-------------------------------------
<parameter name="dotNetSoapEncFix" value="true"/>
and new Webservices added
Thanks,
pda_sep Team
|
|
From: Michael K. <ko...@in...> - 2005-03-18 17:08:58
|
Hallo Cobricks-Developers, has anybody of you experience with geo tools? I just added attributes for specifying the location of the private and work address of a user in GML standard - and now it would be nice to have a map with dots for all the users - or a proximity search ... Michael Koch |
|
From: Michael K. <ko...@in...> - 2005-03-03 16:12:44
|
We (Thorsten Eiseler) just finished implementing the xpath search for items based on SQL database servers only. With this improvement it is no longer required to have an XML database to use all features of Cobricks. You now can put a "item.xmldb=false" into you localproperties.txt and ignore all comments on installing and configuring the XML database. The main problem: When you are working in the "item.xmldb=false" mode, there is no way to switch the database on later - we are still lacking a synchronization functionality ... Michael Koch |
|
From: Michael K. <ko...@in...> - 2005-03-03 16:09:44
|
Hallo Cobricks developers, there are many people developing on Cobricks components - however, there is no real information flowing between the different groups. Everybody thinks, that it is early enough to inform the others when one is finished with a task - and then there often is no more time to inform the others. I have added a "Cobricks Mailinglist Howto" to the Wiki at http://131.159.24.138/wiki/mw/index.php/Cobricks_Mailinglist_Howto documenting what could/should be communicated to the other developers using the cobricks-devall mailing list - please have a look at this text, and contribute to the documentation (Wiki) and the communication. Michael Koch |
|
From: Michael K. <ko...@in...> - 2004-11-04 17:42:17
|
Hallo Cobricks Developers, in the previous two weeks we have implemented some of the access control classes and enabled them in the user interface. As a result you cannot access some parts of the user interface as an "ordinary user". To allow you to update your user database with a "admin" user that has all permissions (including the permission to give permissions to other user accounts) we have created a tool and integrated it in the source. Please call "ant adminuser" and a new user named "admin" and an appropriate user role assigning all permissions to this user will be created. The default password of the admin user is "joshua". Michael |
|
From: Michael K. <ko...@in...> - 2004-10-24 15:27:57
|
Dear Cobricks Developers, The table definition file for the Item Component contained a typo in the=20 name of the table for storing item annotations. I corrected this typo,=20 changed all corresponding references in the Item Component code and=20 commited the files into the repository. The result on your side might be that after updating your sources from=20 the repository some parts of the Item Component will fail - Please=20 delete the table "item_annotation" in your Cobricks database and let the=20 system recreate the table with the correct attributes automatically=20 after restart to solve the problem. Michael --=20 Priv.-Doz. Dr. Michael Koch, ko...@in... Institut f=FCr Informatik I11, Technische Universitaet Muenchen Tel: +49/89/289-18690, Web: http://www11.in.tum.de/~kochm/ |
|
From: Michael K. <ko...@in...> - 2004-10-23 16:01:24
|
Dear Cobricks Developers, we have found the reseor for some major problems in the ant script of=20 the development environment - the variable "java.home" has been=20 overwritten automatically by ant ... We decided to rename the variable to "java.home.dir" and changed this in=20 "build.xml" - What you have to do is to change the name in "build.properties" Regards, Michael --=20 Priv.-Doz. Dr. Michael Koch, ko...@in... Institut f=FCr Informatik I11, Technische Universitaet Muenchen Tel: +49/89/289-18690, Web: http://www11.in.tum.de/~kochm/ ... von 18.-22.10.2004 auf der Systems in Halle A2.526 |
|
From: Michael K. <ko...@in...> - 2004-09-09 14:03:09
|
Hallo Cobricks developers, I have compiled a list of projects that are currently running under the Cobricks umbrella, and have created a Wiki page for this information. See the Cobricks Wiki http://131.159.24.138/wiki/mw/index.php/Main_Page for this page. Please have a look and update, add the information about your project. Michael Koch |
|
From: Michael K. <ko...@in...> - 2004-08-20 10:41:44
|
Dear Cobricks-developers, Sourceforge offers a very good tracking system for bugs and feature requests. Please use this system when you find a problem you cannot solve yourself. This way we can better keep track of unresolved issues. Michael Koch |
|
From: Michael K. <ko...@in...> - 2004-08-07 07:21:32
|
Hallo Cobricks Developers, on Thursday, the first platform based on Cobricks-2 went live - a platform for registering for a conference and for searching for conference participants. If you are interested in the live platform hava a look at http://sunschlichter13.informatik.tu-muenchen.de:8080/ The sources (especially the Web templates) can be found in the Cobricks CVS repository in the module "conftool" Michael |
|
From: Michael K. <ko...@in...> - 2004-07-27 07:25:24
|
Dear Cobricks-2 Developers, the new Cobricks documentation from the Wiki at http://131.159.24.138/wiki/mw/index.php/Main_Page is now available offline in the Cobricks CVS repository. In the docs directory you now no longer find the old OpenOffice documents but HTML copies from the Wiki for offline usage (currently without images - but this will be added soon). We will update the documentation on a regular basis by copying the Wiki contents to this directory. Michael Koch |
|
From: Michael K. <ko...@in...> - 2004-07-09 14:04:52
|
Dear Cobricks developers, we have commited some changes to the core code base: As mentioned in the previous mail, Xindice 1.0 is no longer supported. We have removed the Xindice 1.0 client libraries from web/WEB-INF/lib and included the Xindice 1.1 client library instead. Information on how to install Xindice 1.1 has been added to the environment document (see Sourceforge download area for the latest version). What has to be done for the development environment in short: include/set "xindice.home" in build.preferences - then the development libraries will be included in the compile path. If you have started a Cobricks application (separate web directory from the Cobricks core tree), you have to replace the Xindice client libraries manually: remove "xmldb.jar" and "xindice.jar" in "web/WEB-INF/lib" and copy the new "xindice-*.jar" into the directoy. The new JAR file can be obtained from the Cobricks core tree. Regards, Michael Koch |
|
From: Michael K. <ko...@in...> - 2004-07-07 14:30:33
|
Dear Cobricks developers, Up to now we have provided the alternatives of installing Xindice 1.0 oder Xindice 1.1 for a Cobricks-2 development environment. Due to errors in Xindice 1.0 which result in item updates not being possible, we will no longer support 1.0. Please switch to Xindice 1.1 if you are still running 1.0. We will update the development environment document and provide some more information on installing the new Xindice version until the end of the week. Michael Koch |
|
From: Michael K. <ko...@in...> - 2004-06-24 07:20:14
|
Hallo Cobricks-Developers,
as announced last week, we now have changed the code for searching the
properties and database definitions - They are no longer in conf/*, but
in the same directory as the manager class of the corresponding
component - in the development environment in src/org/cobricks/COMP/*
Please update your sources ("cvs update -d") and continue with the new
setup. The development environment documentation will be updated soon.
Michael Koch
|
|
From: Michael K. <ko...@in...> - 2004-06-18 16:05:29
|
Hallo Cobricks developers, since more and more applications of Cobricks are coming up, it is time to provide separate development environments for such applications (that means, the applications Webspace and configuration stuff should be separate from the Cobricks basic distribution - only a JAR file of the basic distribution should be imported into the applications). I have started to work on this - The idea is the have separate cvs modules for the projects, a separate build environment etc - A project should just consist of Webspace, overriding configuration files - and optionally additional sources. During the work I found that our configuration management is not fit for the task - The initial configuration (currently in conf/COMPONENTNAME/*) should be closer to the package of the component itself. So, I changed this configuration management - In conf there will only be "localproperties.txt" and optional additions to the ontologies - the rest (including the database table definitions) will be in the home package of the component (e.g. src/org/cobricks/user/*). Does anybody of you have experiences/additional ideas on Cobricks applications / configuration management that should be incorporated in the new version? If yes, then contact me - otherwise stay tuned for the release of the new code in a week or so. Michael Koch |
|
From: Michael K. <ko...@in...> - 2004-05-28 06:09:20
|
Hallo Cobricks developers, please create web templates for the default user interface (in the=20 directory web and its subdirectories) with appropriate language tags -=20 that means, do not create files named "index.html" but "index.html.en"=20 or "index.html.de". Thanks, Michael --=20 PD Dr. Michael Koch, ko...@in... Informatik und Gesellschaft, Universitaet Dortmund, Institut f=FCr Informatik I11, Technische Universitaet Muenchen Tel: +49/89/289-18690, Web: http://www11.in.tum.de/~kochm/ |
|
From: <ben...@id...> - 2004-05-25 09:19:01
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
|
From: Michael K. <ko...@in...> - 2004-03-30 14:36:03
|
Please commit the changes to code and documentation for the first file distribution of Cobricks - to be released on March 31st. |
|
From: Michael K. <ko...@in...> - 2004-02-27 17:45:11
|
Hallo Cobricks-Developers, I just created a new mailing list "corbicks-cvscommit" and configured cvs to send messages for commits to this list. If this works, you now can register for this list when you are interested in what happens in the repository Michael |