Subversion Repositories WebE

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
34 2011-01-12 01:26:50 PointedEars /trunk/
* Terms
  - Prepared support for rename

* ObjectType.java
  - Added ID for serialization
  - Added RELATIONSHIP class constant

* struts.xml
  - Added Relationship actions

* General
  - Relationships between two terms can be added and listed
  - Clean-up:
    + Renamed methods according to their purpose
    + Fixed RDM and corresponding properties/annotations
    + RelationShipTypeAction.java
 
/trunk/WebContent/user/relationshipAdd.jsp
/trunk/WebContent/user/relationshipAddForm.jsp
/trunk/WebContent/user/relationshipList.jsp
/trunk/WebContent/user/userAdd.jsp
/trunk/src/ch/ffhs/webE/action/RelationshipAction.java
/trunk/src/ch/ffhs/webE/dao/RelationshipDAOImpl.java
/trunk/WebContent/admin/relTypeAddForm.jsp
/trunk/WebContent/admin/relTypeList.jsp
/trunk/WebContent/user/nav.jsp
/trunk/WebContent/user/termAddForm.jsp
/trunk/WebContent/user/termList.jsp
/trunk/docs/rdm.mwb
/trunk/src/ch/ffhs/webE/action/RelationshipTypeAction.java
/trunk/src/ch/ffhs/webE/action/TermAction.java
/trunk/src/ch/ffhs/webE/dao/RelationshipTypeDAO.java
/trunk/src/ch/ffhs/webE/dao/RelationshipTypeDAOImpl.java
/trunk/src/ch/ffhs/webE/dao/TermDAO.java
/trunk/src/ch/ffhs/webE/dao/TermDAOImpl.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/struts.xml
30 2010-12-28 23:42:54 moos /trunk/
user friendly admin interface
 
/trunk/WebContent/admin/relTypeAddForm.jsp
/trunk/WebContent/admin/relTypeList.jsp
/trunk/WebContent/admin/userAddForm.jsp
/trunk/WebContent/admin/userList.jsp
/trunk/WebContent/index.jsp
/trunk/src/ch/ffhs/webE/action/LoginAction.java
27 2010-12-23 01:22:39 moos /trunk/
user and relationship type now editable and removeable. 
Generic error page for admin site
 
/trunk/WebContent/admin/adminError.jsp
/trunk/WebContent/admin/relTypeAdd.jsp
/trunk/WebContent/admin/relTypeAddForm.jsp
/trunk/WebContent/admin/relTypeList.jsp
/trunk/WebContent/admin/userAdd.jsp
/trunk/WebContent/admin/userAddForm.jsp
/trunk/src/ch/ffhs/webE/action/RelationshipTypeAction.java
/trunk/src/ch/ffhs/webE/action/UserAction.java
/trunk/src/ch/ffhs/webE/dao/RelationshipTypeDAO.java
/trunk/src/ch/ffhs/webE/dao/RelationshipTypeDAOImpl.java
/trunk/src/ch/ffhs/webE/dao/UserDAO.java
/trunk/src/ch/ffhs/webE/dao/UserDAOImpl.java
/trunk/src/struts.xml
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