37 |
2011-01-15 10:21:24 |
PointedEars |
/trunk/ |
* mainTemplate.jsp
- Moved application name to back for better bookmarks
* Terms.java
- Added relationship links
* Relationships:
- Added term links
* General:
- Implemented history for term+relationship create and update
(TODO: also for delete, using flag)
- Removed unnecessary interfaces
- Unifiorm method names in actions and DAO
- Unified UI and actions (only one template for CRUD of an object)
- Removed edit=false assignment in favor of redirection |
|
/trunk/WebContent/admin/relTypes.jsp /trunk/WebContent/admin/users.jsp /trunk/src/ch/ffhs/webE/dao/HistoryDAO.java /trunk/src/ch/ffhs/webE/dao/RelationshipDAO.java
/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/WebContent/admin/userList.jsp /trunk/src/ch/ffhs/webE/dao/RelationshipDAOImpl.java /trunk/src/ch/ffhs/webE/dao/RelationshipTypeDAOImpl.java /trunk/src/ch/ffhs/webE/dao/TermDAOImpl.java /trunk/src/ch/ffhs/webE/dao/UserDAOImpl.java
/trunk/WebContent/admin/nav.jsp /trunk/WebContent/decorators/mainTemplate.jsp /trunk/WebContent/user/nav.jsp /trunk/WebContent/user/relationships.jsp /trunk/WebContent/user/terms.jsp /trunk/src/ch/ffhs/webE/action/LoginAction.java /trunk/src/ch/ffhs/webE/action/RelationshipAction.java /trunk/src/ch/ffhs/webE/action/RelationshipTypeAction.java /trunk/src/ch/ffhs/webE/action/TermAction.java /trunk/src/ch/ffhs/webE/action/UserAction.java /trunk/src/ch/ffhs/webE/dao/RelationshipTypeDAO.java /trunk/src/ch/ffhs/webE/dao/TermDAO.java /trunk/src/ch/ffhs/webE/dao/UserDAO.java /trunk/src/ch/ffhs/webE/domain/ActionType.java /trunk/src/ch/ffhs/webE/domain/History.java /trunk/src/ch/ffhs/webE/domain/ObjectEntity.java /trunk/src/struts.xml
|
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
|
31 |
2010-12-29 02:14:42 |
PointedEars |
/trunk/ |
- User area: Added Add Term include and term-related classes
- Clean-up:
+ WEB-INF/web.xml: Fixed markup
+ Added Hibernate3-core sources link (for Javadoc)
+ Removed bogus Struts2Hubernate source attachment
+ Changed indentation size to 2 spaces
+ Formatted all source code (automatically) |
|
/trunk/WebContent/user/termAdd.jsp /trunk/src/ch/ffhs/webE/action/TermAction.java /trunk/src/ch/ffhs/webE/dao/TermDAO.java /trunk/src/ch/ffhs/webE/dao/TermDAOImpl.java
/trunk/WebContent/WEB-INF/lib/struts2-fullhibernatecore-plugin-1.4-GA-sources.zip
/trunk/.classpath /trunk/.project /trunk/.settings/.jsdtscope /trunk/.settings/org.eclipse.jdt.core.prefs /trunk/.settings/org.eclipse.wst.common.component /trunk/.settings/org.eclipse.wst.common.project.facet.core.xml /trunk/WebContent/WEB-INF/decorators.xml /trunk/WebContent/WEB-INF/sitemesh-decorator.tld /trunk/WebContent/WEB-INF/sitemesh-page.tld /trunk/WebContent/WEB-INF/sitemesh.xml /trunk/WebContent/WEB-INF/web.xml /trunk/WebContent/admin/adminError.jsp /trunk/WebContent/admin/main.jsp /trunk/WebContent/admin/nav.jsp /trunk/WebContent/admin/relTypeAdd.jsp /trunk/WebContent/admin/userAdd.jsp /trunk/WebContent/decorators/mainTemplate.jsp /trunk/WebContent/errorHandler.jsp /trunk/WebContent/resources/css/main.css /trunk/WebContent/user/index.jsp /trunk/WebContent/user/main.jsp /trunk/WebContent/user/nav.jsp /trunk/WebContent/user/termAddForm.jsp /trunk/hibernate.reveng.xml /trunk/src/hibernate.cfg.xml /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
|
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
|
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
|