Subversion Repositories WebE

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
38 2011-01-15 11:55:30 PointedEars /trunk/docs/
Update to final revision of documentation (as submitted to FFHS)
 
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
 
36 2011-01-14 23:21:44 PointedEars /trunk/docs/
* Dokumentation.pdf
  - Fixed svn:mime-type
  
* rdm.mwb
  - Changed/fixed relational database model (TODO: update documentation)
 
35 2011-01-14 23:15:22 PointedEars /trunk/
* TermAction.java
  - Implemented add and edit (rename)
    (TODO: delete)
  
* RelationshipAction.java
  - Implemented add, edit, and delete

* nav.jsp
  - Removed obsolete navigation items

* General
  - Moved term/relationship edit form to list view, reuse for add
    (TODO: update documentation)
 
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
 
33 2011-01-05 19:43:24 PointedEars /trunk/
* LoginAction.java
  - Use UserDAOImpl type for better source lookup

* TermAction.ava
  - Use obvious serialization version
  - Implemented add()

* UserAction.java
  - Use more obvious serialization version

* TermDAO.java
  - Renamed listTermById() to getTermById()
  - Added Javadoc

* TermDAOImpl.java
  - Fixed "FROM term" bug (no SQL, case-sensitive)
  - saveOrUpdate() now returns boolean (for TermAction)

* Term.java
  - Now imports java.io.Serializable
  - Added serialization version ID
  - Use TermDAOImpl type for better source lookup

* struts.xml
  - /doTermAdd now triggers add()
  - Added basic Term actions
  
* user/nav.jsp
  - Added /listTerm link to trigger user/termList.jsp

* user/termAddForm.jsp
  - Now functional and reusable for Rename Term
  
* General:
  - Clean-up:
    + Renamed Object to ObjectEntity
    + Source formatting
  -  Added javax.persistence and org.hibernate sources (for Javadoc)
  - Added PDF documentation generated from OpenDocument Text
 
32 2010-12-31 18:25:51 moos /trunk/docs/
- documentation updated
- installation instructions created
 
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
 
29 2010-12-28 23:37:08 PointedEars /trunk/
- Added termAddForm
- Added Struts2-Hibernate plugin sources (ZIP)
 
28 2010-12-27 00:52:03 PointedEars /trunk/
Changed output directory so that Struts tags are recognized (see
<http://stackoverflow.com/questions/1265309/eclipse-cannot-find-the-tag-library-descriptor>)
 
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)
 
25 2010-12-21 00:06:22 PointedEars /trunk/
- Added project preferences (incl. Code Style)
- Added xwork2 sources
 
24 2010-12-20 23:39:32 moos /trunk/
hibernate tool configuration files
 
23 2010-12-20 22:02:27 moos /trunk/src/
replaced string return values with constants
 
22 2010-12-19 18:21:25 moos /trunk/
implemented add and remove functionality for users
 
21 2010-12-19 14:53:57 moos /trunk/src/
all the DAOs and updated hibernate.cfg.xml
 
20 2010-12-07 22:48:47 moos /trunk/
- introduced sitemesh for templating, all templates rewritten
- added some basic admin stuff
 
19 2010-12-07 00:18:15 moos /trunk/
login implemented with hibernate
 

Show All