< Magazine />


Moved the source code to Github

The source code of Devproof Portal is now available on Github. Some weeks ago I decided to move the source code to a distributed revision control system. There were to candidates: Git and Mercurial.  I decided in favour of Git, because I only know people who are using Git. It seems to be more popular than Mercurial (see Google Trends and compare Github with BitBucket). Furthermore Git is faster and more flexible.

Please visit Devproof on Github

# Create a clone from Github
git clone git://github.com/devproof/portal.git devproof

If you like, you can fork the project.

For the hardcore SVN users, you can still use it:

# Checkout from SVN
svn checkout https://svn.github.com/devproof/portal/ devproof

The source code from Google Code SVN has been removed, but the Google Code Project Page (incl. Bug Tracker, Downloads etc.) is still active!

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   release   portal 

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.

Release: Devproof Portal 1.0-rc3

Sunday, February 14, 2010 by Carsten Hufe   Tags:  devproof   portal   release 

I am proud to annouce Devproof Portal 1.0-rc3. It has got a lot of bugfixes and new features! Here is a short overview:

New features

  • addthis.com functionality
  • Comment module with usage in Blog and Articles module
  • Print view for articles
  • RSS feed support
  • Hidable navigation titles
  • Preselected rights from the last entry (for blogs, downloads, etc) when creating a new one
  • Switched from TinyMCE to CKeditor
  • Make default code style configurable (SyntaxHighlighter)
  • New KittenCaptcha
  • Nicer styles and icons

Technical stuff

  • robots.txt added
  • A lot of bugfixes - Caching added (Hibernate caching)
  • Replaced wicket-1.4rc with wicket 1.4.5 (1.4.6 contains an ajax linking bug) 
  • Default isolation level changed to READ_COMMITED
  • RightGridPanel looses CheckBox states after validation error
  • Renamed portal modules to module-$name
  • Defect design when searching
  • Updated all external frameworks to latest version
  • Generate module version from pom into spring context
  • Strong refactoring
  • String2Image Feature in Extended Label causes invalid HTML
  • Rendering test for each Panel
  • All pages are stateful
  • A lot of typos removed
  • More automated testcases

Getting started: Devproof Portal with Tomcat 6

Overview: Devproof Portal

Have fun with the new release :)

Roadmap: Devproof Portal

Sunday, February 14, 2010 by Carsten Hufe   Tags:  devproof   portal   roadmap 

I thought about a roadmap for Devproof Portal and decided that it would be useful to have one. So here is a short roadmap for Devproof Portal til version 1.0.0.

 

Version Date Summary
1.0-rc3 January 2010
  • Atom and RSS feeds
  • Robots.txt
  • Hideable navigation titles
  • Addthis.com added
  • Replacable hook for authentification
  • Commenting functionality for blog entries and articlles
  • Printing functionality for blog and articles
  • Update all used frameworks to latest version
  • Some bugfixes
  • More functional and unit tests
  • Fully refactored source code
1.0-rc4 - Only if critical bugs will be detected. Hopefully not required

1.0.0 January - March 2010
  • No new features or critical bugfixes added
  • Currently missing functional and unit tests

© 2009-2011 - www.devproof.org