26 |
2010-12-21 00:23:40 |
moos |
/trunk/ |
implemented administration of relationship type (edit and delete are not yet working) |
|
/trunk/WebContent/admin/relTypeAdd.jsp /trunk/WebContent/admin/relTypeAddForm.jsp /trunk/WebContent/admin/relTypeList.jsp /trunk/src/ch/ffhs/webE/action/RelationshipTypeAction.java /trunk/src/ch/ffhs/webE/dao/RelationshipTypeDAO.java /trunk/src/ch/ffhs/webE/dao/RelationshipTypeDAOImpl.java
/trunk/src/ch/ffhs/webE/action/UserForm.java
/trunk/WebContent/admin/nav.jsp /trunk/src/ch/ffhs/webE/action/LoginAction.java /trunk/src/ch/ffhs/webE/action/UserAction.java /trunk/src/ch/ffhs/webE/dao/UserDAOImpl.java /trunk/src/struts.xml
|
25 |
2010-12-21 00:06:22 |
PointedEars |
/trunk/ |
- Added project preferences (incl. Code Style)
- Added xwork2 sources |
|
/trunk/.settings/org.eclipse.jdt.ui.prefs /trunk/.settings/org.eclipse.jst.j2ee.ejb.annotations.xdoclet.prefs /trunk/WebContent/WEB-INF/lib/xwork-2.1.2-sources.jar
/trunk/.classpath /trunk/.settings/org.eclipse.jdt.core.prefs
|
24 |
2010-12-20 23:39:32 |
moos |
/trunk/ |
hibernate tool configuration files |
|
/trunk/hibernate.properties /trunk/hibernate.reveng.xml
|
23 |
2010-12-20 22:02:27 |
moos |
/trunk/src/ |
replaced string return values with constants |
|
/trunk/src/ch/ffhs/webE/action/LoginAction.java /trunk/src/struts.xml
|
22 |
2010-12-19 18:21:25 |
moos |
/trunk/ |
implemented add and remove functionality for users |
|
/trunk/WebContent/admin/userAdd.jsp
/trunk /trunk/WebContent/admin/userAddForm.jsp /trunk/WebContent/admin/userList.jsp /trunk/src/ch/ffhs/webE/action/UserAction.java /trunk/src/ch/ffhs/webE/dao/UserDAO.java /trunk/src/ch/ffhs/webE/dao/UserDAOImpl.java /trunk/src/struts.xml
|
21 |
2010-12-19 14:53:57 |
moos |
/trunk/src/ |
all the DAOs and updated hibernate.cfg.xml |
|
/trunk/src/ch/ffhs/webE/domain/ActionType.java /trunk/src/ch/ffhs/webE/domain/History.java /trunk/src/ch/ffhs/webE/domain/Object.java /trunk/src/ch/ffhs/webE/domain/ObjectType.java /trunk/src/ch/ffhs/webE/domain/Relationship.java /trunk/src/ch/ffhs/webE/domain/RelationshipType.java /trunk/src/ch/ffhs/webE/domain/Term.java
/trunk/src/ch/ffhs/webE/domain/User.java /trunk/src/hibernate.cfg.xml
|
20 |
2010-12-07 22:48:47 |
moos |
/trunk/ |
- introduced sitemesh for templating, all templates rewritten
- added some basic admin stuff |
|
/trunk/WebContent/WEB-INF/decorators.xml /trunk/WebContent/WEB-INF/lib/jstl-1.2.jar /trunk/WebContent/WEB-INF/lib/sitemesh-2.4.1.jar /trunk/WebContent/WEB-INF/sitemesh-decorator.tld /trunk/WebContent/WEB-INF/sitemesh-page.tld /trunk/WebContent/WEB-INF/sitemesh.xml /trunk/WebContent/admin /trunk/WebContent/admin/main.jsp /trunk/WebContent/admin/nav.jsp /trunk/WebContent/admin/userAddForm.jsp /trunk/WebContent/admin/userList.jsp /trunk/WebContent/decorators /trunk/WebContent/decorators/mainTemplate.jsp /trunk/WebContent/user /trunk/WebContent/user/index.jsp /trunk/WebContent/user/main.jsp /trunk/WebContent/user/nav.jsp /trunk/src/ch/ffhs/webE/action/UserAction.java /trunk/src/ch/ffhs/webE/action/UserForm.java
/trunk/WebContent/header.jsp /trunk/WebContent/html_head.jsp /trunk/WebContent/login.jsp /trunk/WebContent/user_index.jsp /trunk/WebContent/user_main.jsp /trunk/WebContent/user_nav.jsp /trunk/src/ch/ffhs/webE/web
/trunk /trunk/WebContent/WEB-INF/web.xml /trunk/WebContent/index.jsp /trunk/WebContent/resources /trunk/docs /trunk/docs/mockup/begriff_erstellen.bmml /trunk/src/ch/ffhs/webE/action/LoginAction.java /trunk/src/log4j.properties /trunk/src/struts.xml
|
19 |
2010-12-07 00:18:15 |
moos |
/trunk/ |
login implemented with hibernate |
|
/trunk/WebContent/login.jsp /trunk/src/ch/ffhs/webE/action/LoginAction.java /trunk/src/ch/ffhs/webE/dao/UserDAO.java /trunk/src/ch/ffhs/webE/dao/UserDAOImpl.java /trunk/src/hibernate.cfg.xml /trunk/src/struts.xml
|
18 |
2010-12-06 00:21:10 |
moos |
/trunk/ |
added libraries for struts 2 and hibernate. sites rewritten to match new technology |
|
/trunk/WebContent/WEB-INF/classes /trunk/WebContent/WEB-INF/classes/log4j.properties /trunk/WebContent/WEB-INF/lib/antlr-2.7.6.jar /trunk/WebContent/WEB-INF/lib/commons-collections-3.1.jar /trunk/WebContent/WEB-INF/lib/commons-fileupload-1.2.1.jar /trunk/WebContent/WEB-INF/lib/commons-io-1.3.2.jar /trunk/WebContent/WEB-INF/lib/commons-lang-2.3.jar /trunk/WebContent/WEB-INF/lib/commons-logging-1.1.jar /trunk/WebContent/WEB-INF/lib/dom4j-1.6.1.jar /trunk/WebContent/WEB-INF/lib/ejb3-persistence.jar /trunk/WebContent/WEB-INF/lib/freemarker-2.3.13.jar /trunk/WebContent/WEB-INF/lib/hibernate-annotations.jar /trunk/WebContent/WEB-INF/lib/hibernate-commons-annotations.jar /trunk/WebContent/WEB-INF/lib/hibernate-validator.jar /trunk/WebContent/WEB-INF/lib/hibernate3.jar /trunk/WebContent/WEB-INF/lib/hsqldb.jar /trunk/WebContent/WEB-INF/lib/javassist-3.9.0.GA.jar /trunk/WebContent/WEB-INF/lib/jta-1.1.jar /trunk/WebContent/WEB-INF/lib/junit-3.8.1.jar /trunk/WebContent/WEB-INF/lib/log4j-1.2.15.jar /trunk/WebContent/WEB-INF/lib/mysql-connector-java-5.1.13-bin.jar /trunk/WebContent/WEB-INF/lib/ognl-2.6.11.jar /trunk/WebContent/WEB-INF/lib/slf4j-api-1.5.8.jar /trunk/WebContent/WEB-INF/lib/slf4j-log4j12-1.5.8.jar /trunk/WebContent/WEB-INF/lib/struts2-convention-plugin-2.1.6.jar /trunk/WebContent/WEB-INF/lib/struts2-core-2.1.6.jar /trunk/WebContent/WEB-INF/lib/struts2-fullhibernatecore-plugin-1.4-GA.jar /trunk/WebContent/WEB-INF/lib/xwork-2.1.2.jar /trunk/WebContent/errorHandler.jsp /trunk/WebContent/user_index.jsp /trunk/src /trunk/src/ch /trunk/src/ch/ffhs /trunk/src/ch/ffhs/webE /trunk/src/ch/ffhs/webE/action /trunk/src/ch/ffhs/webE/action/LoginAction.java /trunk/src/ch/ffhs/webE/dao /trunk/src/ch/ffhs/webE/dao/UserDAO.java /trunk/src/ch/ffhs/webE/dao/UserDAOImpl.java /trunk/src/ch/ffhs/webE/domain /trunk/src/ch/ffhs/webE/domain/User.java /trunk/src/ch/ffhs/webE/web /trunk/src/ch/ffhs/webE/web/UserAction.java /trunk/src/hibernate.cfg.xml /trunk/src/log4j.properties /trunk/src/struts.xml
/trunk/.classpath /trunk/WebContent/WEB-INF/web.xml /trunk/WebContent/html_head.jsp /trunk/WebContent/index.jsp /trunk/WebContent/login.jsp /trunk/WebContent/user_main.jsp /trunk/WebContent/user_nav.jsp
|
17 |
2010-12-05 22:35:02 |
moos |
/trunk/.settings/ |
Eclipse project settings |
|
/trunk/.settings /trunk/.settings/.jsdtscope /trunk/.settings/org.eclipse.jdt.core.prefs /trunk/.settings/org.eclipse.ltk.core.refactoring.prefs /trunk/.settings/org.eclipse.wst.common.component /trunk/.settings/org.eclipse.wst.common.project.facet.core.xml /trunk/.settings/org.eclipse.wst.jsdt.ui.superType.container /trunk/.settings/org.eclipse.wst.jsdt.ui.superType.name /trunk/.settings/org.eclipse.wst.ws.service.policy.prefs
|
16 |
2010-12-05 18:39:51 |
moos |
/trunk/ |
project and classpath files |
|
/trunk/.classpath /trunk/.project
|
15 |
2010-12-05 14:18:01 |
moos |
/trunk/WebContent/ |
basic folder structure, css and html |
|
/trunk/WebContent/header.jsp /trunk/WebContent/html_head.jsp /trunk/WebContent/index.jsp /trunk/WebContent/login.jsp /trunk/WebContent/resources /trunk/WebContent/resources/css /trunk/WebContent/resources/css/main.css /trunk/WebContent/resources/icons /trunk/WebContent/resources/icons/add.png /trunk/WebContent/resources/icons/delete.png /trunk/WebContent/resources/icons/error.png /trunk/WebContent/resources/icons/page_white_edit.png /trunk/WebContent/resources/icons/printer.png /trunk/WebContent/resources/icons/tick.png /trunk/WebContent/resources/icons/user_comment.png /trunk/WebContent/resources/images /trunk/WebContent/resources/images/ontology_logo.jpg /trunk/WebContent/user_main.jsp /trunk/WebContent/user_nav.jsp
|
14 |
2010-11-27 19:17:41 |
moos |
/trunk/docs/ |
database configuration |
|
/trunk/docs/database.txt
|
13 |
2010-11-27 19:08:05 |
moos |
/trunk/docs/ |
changed relationship.type to INT UNSIGNED because of key dependency |
|
/trunk/docs/rdm.mwb
|
12 |
2010-11-27 18:49:40 |
moos |
/trunk/docs/ |
updated rdm |
|
/trunk/docs/Dokumentation.odt /trunk/docs/rdm.mwb
|
11 |
2010-11-13 01:32:27 |
moos |
/trunk/docs/ |
abgabeversion entwurfsmodell |
|
/trunk/docs/Entwurfsmodell.pdf
/trunk/docs/Dokumentation.odt /trunk/docs/rdm.mwb
|
10 |
2010-11-10 17:16:20 |
moos |
/trunk/docs/ |
rdm update, doc version 0.5 |
|
/trunk/docs/Dokumentation.odt /trunk/docs/rdm.mwb
|
9 |
2010-10-16 15:38:24 |
moos |
/trunk/docs/ |
database schema initial commit |
|
/trunk/docs/rdm.mwb
/trunk/docs/Dokumentation.odt
|
8 |
2010-10-16 00:14:30 |
PointedEars |
/trunk/docs/ |
Fixed svn:mime-type |
|
/trunk/docs/Analysemodell.pdf
|
7 |
2010-10-16 00:06:36 |
moos |
/trunk/docs/ |
analysemodell fertig - pdf mit eingereichter version |
|
/trunk/docs/Analysemodell.pdf
/trunk/docs/Dokumentation.odt
|