Home  /  RSS  /  RSS Comments  /  RSS for Progress  /  Enter

Posts in category ‘Progress’.

CppCMS 0.99.10 Released

Thursday, September 1, 2011, by artyom ; Posted in: Progress; 3 comments

I'd like to summarize this release that makes:

As a part of security improvements new page was added to the CppCMS wiki:

Secure Programming with CppCMS

It is still work in progress but it shows some important tools that would help you to develop safer web applications. I'd recommend every one to read it, especially the sections about XSS and CSRF

Now about the changes CppCMS itself.

New features:

Bugs:

Version 0.99.9 Released

Wednesday, August 10, 2011, by artyom ; Posted in: Progress, Benchmarks, Cache; 0 comments

New Features:

Breaking Changes:

Bugs:

CppCMS 0.99.8 and Boost.Locale 4.0.0 Rleased

Monday, July 11, 2011, by artyom ; Posted in: Progress, Unicode and Localization; 0 comments

New Versions of CppCMS and Boost.Locale were released.

New Features:

Bug Fixes:

Note to SVN-trunk users

Do not forget to untar the updated cppcms_boost.tar.bz2 file.

The blog was upgraded

Thursday, June 16, 2011, by artyom ; Posted in: Progress; 15 comments

The blog was upgraded.

In fact it was completely rewritten to use all new features of CppCMS 0.99.7. It was not a simple task, as this blog was the first application implemented with CppCMS. It carried lots of legacy code. For example the it hadn't even used sessions or existing form validation tools at all.

So the new version that was rewritten with all new tools and now safe application to use.

It's code can be found in svn at:
https://cppcms.svn.sourceforge.net/svnroot/cppcms/blog/trunk

After running the new version on this web site for a while I'll release it officially with all appropriate build instructions and release notes.

Meanwhile if you want to try it, you need following:

Build it with CMake as usual (inside sources)

mkdir build
cd build
cmake ..
make

And then you can create a database using sql/mysql.sql, sql/postgresql.sql or sql/sqlite3.sql scripts, edit config.js according to the DB and run it as usual.

./blog -c ../config.js

On first access you'll be requested to configure the blog.

Currently it supports:

Enjoy

Boost.Locale was accepted into Boost

Tuesday, April 26, 2011, by artyom ; Posted in: Progress, Unicode and Localization; 4 comments

Now it is official. Boost.Locale was accepted into Boost.

So the Localization part of CppCMS would be spread all over the C++ world.

next page

next page

Pages

Categories