< Magazine />


Devproof Portal 1.1.1 released

Monday, March 28, 2011 by Carsten Hufe   Tags:  devproof   portal   release 

We would like to announce the latest release of Devproof Portal. Devproof Portal 1.1.1 has got these changes:

Features

  • Cleanup job for unconfirmed users (gets automatically deleted after 14 days)
  • Global mount url management page
  • Mount URLs for bookmarks
  • Mount URLs for downloads
  • Attach errors to form fields for a better usability
  • Some layout issues

Technical changes

  • Upgrade to JQuery 1.5.1
  • Page refresh errors on delete for Blog, Download, Bookmarks, Articles and Theme Management
  • Set print pages to noindex
  • Session timeout reduced to 9 minutes, but added a keep alive script which refreshes every 4 minutes
  • Upgrade to Gradle 1.0-milestone1

 

Project page: Devproof Portal

Getting started: Devproof Portal with Tomcat 7

Have a lot of fun with it.

Devproof Portal 1.1.0 released

Saturday, February 19, 2011 by Carsten Hufe   Tags:  devproof   portal   release 

We would like to announce the latest release of Devproof Portal. Devproof Portal 1.1.0 has got a lot of new features:

Features

  • Better layout
  • Content historization for other pages, articles and blog entries
  • Define your own URLs for other pages, articles and blog entries
  • Login and registration links on top, so that you don't have to use boxes
  • Custom styles for boxes are possible

Technical changes

  • No HSQLDB support anymore, switched to H2 database (it can handle MySql DML scripts)
  • Spring Configuration with Annotations @Autowired etc
  • Clean transaction border, dont make transactions over a whole request anymore
  • Upgraded to Tomcat 7
  • HibernateTemplate and HibernateDaoSupport removed
  • Renamed DAO to Repository (e.g. EmailTemplateDao to EmailTemplateRepository)
  • Renamed GenericDao to CrudRepository
  • Maven to Gradle migrated
  • Mounting with Spring classpath scanning
  • MountHandler interface to implement own global mounting strategies
  • Own Spring namespace and tag to register a module and enabling scanning <devproof:module-scan/>
  • Enabled scan for the following annotations:
    • @GenericRepository annotation
    • @RegisterGenericDataProvider annotation for entities, to provide a generic dataprovider
    • @Secured annotation to provide security for Wicket components
    • @NavigationBox annotation to register a wicket panel as NavigationBox
    • @ModulePage annotation to mount a page and register as ModulePage
    • @Entity (from JPA) will be registered in SessionFactory
  • Updated Google Analytics deprecated script
  • Updated all framework versions
  • Some PortalTestUtil methods removed
  • Spring jdbc:embedded-datasource for unit tests
  • Unit tests with SrpingJUNit4TestRunner
  • Commented more classes and methods
  • Cleanup Spring Bootstrapping of Devproof modules
  • Sometimes not all modules are registering in Tomcat fixed
  • Removed jar files from Git repo and load over Maven Repo to bundle the Tomcat

 

Project page: Devproof Portal

Getting started: Devproof Portal with Tomcat 7

Have a lot of fun with it.

Release: Final Release 1.0.0 is out

Saturday, July 17, 2010 by Carsten Hufe   Tags:  devproof   portal   release 

The final release 1.0.0 of Devproof Portal is now available. Here is a short overview of the changes:

  • Final Release, no critical changes
  • Several exception fixes
  • Enable caching statistics by default
  • pom.xml cleanup, removed the redundant stuff
  • Tomcat version updated to 6.0.28

Getting started: Devproof Portal with Tomcat 6

Overview: Devproof Portal

Enjoy the final release smiley

Release: Devproof Portal 1.0-rc4

Saturday, May 29, 2010 by Carsten Hufe   Tags:  devproof   portal   release 

I am proudly present Devproof Portal 1.0-rc4. Here is a short overview of the changes:

  • Oracle database support added
  • Some bugfixes
  • Better test coverage
  • External frameworks updated

Getting started: Devproof Portal with Tomcat 6

Overview: Devproof Portal

Enjoy the new release smiley

Next Devproof Portal Release

Saturday, March 13, 2010 by Carsten Hufe   Tags:  devproof   portal   release 

The next Devproof Portal release comes a little bit later (maybe April or May). It will be a release candidate too. Here is the estimated changeset:

  • Updated Frameworks again
  • More tests
  • Some refactoring (e.g. Model fixes)
  • Oracle support

If you like, you can take a look to the Google Code Issue Tracker.

 

© 2009-2011 - www.devproof.org