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 |
|
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 |
|
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) |
|
30 |
2010-12-28 23:42:54 |
moos |
/trunk/ |
user friendly admin interface |
|
27 |
2010-12-23 01:22:39 |
moos |
/trunk/ |
user and relationship type now editable and removeable.
Generic error page for admin site |
|
26 |
2010-12-21 00:23:40 |
moos |
/trunk/ |
implemented administration of relationship type (edit and delete are not yet working) |
|
22 |
2010-12-19 18:21:25 |
moos |
/trunk/ |
implemented add and remove functionality for users |
|
20 |
2010-12-07 22:48:47 |
moos |
/trunk/ |
- introduced sitemesh for templating, all templates rewritten
- added some basic admin stuff |
|