Subversion Repositories WebE

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
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
 
18 2010-12-06 00:21:10 moos /trunk/
added libraries for struts 2 and hibernate. sites rewritten to match new technology
 
17 2010-12-05 22:35:02 moos /trunk/.settings/
Eclipse project settings
 
16 2010-12-05 18:39:51 moos /trunk/
project and classpath files
 
15 2010-12-05 14:18:01 moos /trunk/WebContent/
basic folder structure, css and html
 
14 2010-11-27 19:17:41 moos /trunk/docs/
database configuration
 
13 2010-11-27 19:08:05 moos /trunk/docs/
changed relationship.type to INT UNSIGNED because of key dependency
 
12 2010-11-27 18:49:40 moos /trunk/docs/
updated rdm
 
11 2010-11-13 01:32:27 moos /trunk/docs/
abgabeversion entwurfsmodell
 
10 2010-11-10 17:16:20 moos /trunk/docs/
rdm update, doc version 0.5
 
9 2010-10-16 15:38:24 moos /trunk/docs/
database schema initial commit
 
8 2010-10-16 00:14:30 PointedEars /trunk/docs/
Fixed svn:mime-type
 
7 2010-10-16 00:06:36 moos /trunk/docs/
analysemodell fertig - pdf mit eingereichter version
 
6 2010-10-15 23:50:53 PointedEars /trunk/docs/
Added ERM
 
5 2010-10-15 22:03:28 moos /trunk/docs/
dokumentation v.0.3, mockups
 
4 2010-10-05 22:31:04 moos /trunk/docs/
expanded requirements engineering part
 
3 2010-09-17 23:33:28 moos /trunk/docs/
dokumentation version 0.1
 
2 2010-08-21 20:33:07 moos /trunk/
initial commit
 
1 2010-08-21 20:15:20 PointedEars /
Created project structure