adva-cms

  • Home
  • Wiki
  • adva-cms2 0.0.9, The Wish it was a leap year release

    posted on Mon, 28 Feb 2011

    Yeah, we’d postpone this sprint’s release if it meant that we could make a release on February, 29. Because of deadlines for clients, we haven’t been able to roll into a new sprint anyway; I’m just sayin’, it would be a lot cooler to legitimize new sprint delays with a leap year :)

    Anyway, here are the changes:

    • adva-cms2 is now tested on Travis! (see http://travis-ci.org/svenfuchs/adva-cms2 and check out the build status button at the adva-cms2 repository)
    • adva-blog …

    Read the rest of this post

  • adva-cms2 0.0.8, The Rollins Release

    posted on Sun, 13 Feb 2011

    Happy birthday Henry Rollins. Like you, adva-cms2 rises above. Here are the awesome, ass-kicking changes for this sprint:

    • don’t encrypt passwords in test runs (see Using Devise? Want a faster test suite?)
    • refactor adva:static:setup task to use overloadable methods (so we can configure git user.name and user.email in unit tests for running builds on systems that don’t have git configured properly)
    • fix test_helper inclusion in adva:static unit tests
    • fix tables_differ_message

    Okay, admittedly …

    Read the rest of this post

  • adva-cms2 0.0.7, The Bond, adva-Bond release

    posted on Mon, 31 Jan 2011

    Okay, there is no adva-Bond engine…yet, and adva-cms2 does continue to serve us well. This sprint there are more substantial changes to help us further develop our latest client projects and other not yet public engines. Here’s the summary:

    • Improve support for ordering in controllers and cucumber steps (should be moved to models).
    • Move csrf_meta_tag to base layout.
    • Fix dependency to patched Arel version in simple_nested_set.
    • Allow nested tags in step_definition for: when i follow …

    Read the rest of this post

  • adva-cms2 0.0.6, The New Year Release

    posted on Mon, 17 Jan 2011

    So this our first release of 2011. It’s still just minor enhancements though. We really just updated the README to let people know that adva-cms2 doesn’t support Ruby 1.9.x yet and that there are issues with specific patch-level versions of Ruby, specifically patch-levels 1.8.7-p248 and 1.8.7-p249 don’t work. If you’re interested in the details, please refer to the mailing list.

    Until next time. Happy New Year!

    http://github.com/svenfuchs/adva-cms2

    Read the rest of this post

  • adva-cms2 0.0.5 released.

    posted on Fri, 17 Dec 2010

    We’ve still been busy developing other projects that use adva-cms2, so this sprint we’ve just made some more small enhancements to help solidify the code base. Here they are:

    1. The admin edit page for categories now shows the name of the category in the header.
    2. We’ve patched webrat so that the ‘within’ method accepts xpaths (see this ticket).
    3. The has_many_through_collection_checkboxes helper now generates item classes for checkboxes
    4. Updated simple_nested_set …

    Read the rest of this post

  • adva-cms2 0.0.4 released.

    posted on Fri, 03 Dec 2010

    Things haven’t changed that much in this sprint. That’s because we’ve had to focus on client projects and some engines that just haven’t been released yet, but it’s also shows that adva-cms2 is already pretty stable in what it’s providing for us.

    Our main focus with the few changes to adva-cms2 was bumping Rails support to 3.0.3, which was released on November 16th. We’ve also changed a few minor things in adva-categories, which now seems to work fine …

    Read the rest of this post

  • adva-cms2 0.0.3 released.

    posted on Fri, 19 Nov 2010

    In the last two weeks things here have continued to roll ahead.

    The 0.0.3 Tag has been pushed to Github and here’s a short summary of what’s changed in the last couple of weeks.

    Amongst other things we’ve extracted activesupport-slices into a separate gem tagged as “lazy loaded vertical code slices based on ActiveSupport Dependencies”. See the readme for details.

    Also on framework level: we’ve reworked our “polymorphic url_for” extension which still …

    Read the rest of this post

  • adva-cms2 0.0.2 released.

    posted on Mon, 08 Nov 2010

    Since we’re working in sprints of 2 weeks we’re also trying to follow a similar release cycle. This will of course mean fewer major changes, but also steadier stream of new features. To keep you all informed of the changes, we’ll at least send the changelog to mailing list, but of course if there is anything particularly noteworthy, you can always expect to find it mentioned here as well.

    So, on to the changes to for this release, 0.0.2

    First there were some I18n related changes: …

    Read the rest of this post

  • adva-cms2 0.0.1 - developer sneak peak preview release

    posted on Mon, 25 Oct 2010

    For the past several months we’ve been working hard on a complete rewrite of adva-cms targeting Rails 3.

    This new version turns out to be so different that we decided to change the name to adva-cms2. It incorporates most of the main concepts of adva-cms’ core engines, such as “site” and a “section tree” being the central domain model, segmentation of the entire code base into encapsulated, reusable engines and making things work as a framework and basis for …

    Read the rest of this post

  • adva-cms2 upcoming: a complete rewrite of adva-cms based on Rails 3

    posted on Fri, 08 Oct 2010

    Yes, we've spent the last couple of months doing a complete overhaul of adva-cms, so complete in fact, that it's actually a brand new product, no fork, no clone, just fresh code.

    We decided to do this because the development of Bundler and all the new features in Rails 3 offered us a good opportunity to reflect on the what we've learned from the original adva-cms and build a new, better and more modular Rails CMS framework: adva-cms2

    What we've learned from the first version of adva-cms resulted …

    Read the rest of this post

  • adva-cms 0.3.2

    posted on Thu, 06 May 2010
    In a continued effort to offer regular releases of adva-cms, we're bringing this month another set of enhancements and bug fixes, and although it doesn't offer as much as the 0.3.1 release, we also haven't waited as long with this release as with the previous release.Under the "features" column, you can now set the locale for a site, which copies the title of new sections to all available translations so that there are no more empty section menu entries.We've also fully integrated safe-mode …

    Read the rest of this post

  • adva-cms 0.3.1

    posted on Wed, 24 Mar 2010

    A lot of small things have changed in adva_cms since 0.3.0!

    First and most visibly, two plugins have been added and one engine gottransformed into a plugin. But there are many fixes and tweaks that makeadva_cms better.

    A while ago, FCKEditor got renamed, updated and improved. Now you canhave the newest version, the CKEditor, fully integrated into adva_cms with asimplerake adva:install plugin=adva_ckeditor. If you have Adva::Assetsinstalled, you can upload your pictures through the editor. However, …

    Read the rest of this post

  • adva-cms 0.3.0

    posted on Mon, 02 Nov 2009

    This month, we’ve added a new role based access control (RBAC) library, so you can now set global roles for users.

    We’ve also added the following enhancements:

    • improve adva_comments and assets decoupling from adva_cms
    • Permalinks unique by section [Alan Gutierrez]
    • Documentation: git_tips.txt [priit.mx.ee]
    • Add newsletter breadcrumb when browsing issues/subscriptions

    and the following changes:

    • location of projection-CSS changed.

    Have fun!

    Read the rest of this post

  • adva-cms 0.2.4: Tiny but oh-so awesome!

    posted on Tue, 29 Sep 2009

    This month we have a tiny bug fix release with a couple of nice features. We fixed some bugs related to postgresql and we added optimistic locking to the articles and wikipages on the backend. Also this release introduces relative symlinks for assets! So when you deploy to your production server you do not need to worry about having your local paths on asset symlinks, awesome. Oh, and we also have an alternate admin layout that should fix the nasty IE 7 bugs!

    What changed?

      Optimistic locking ... …

    Read the rest of this post

  • adva-cms and heroku

    posted on Wed, 02 Sep 2009

    Thismight be interesting for those of you who want to use current adva-cms with heroku.

    We found it pretty cool that somebody had already tried this out. Thanks for saurabh.a.bhatia for the write-up.

    Currently things like themes or picture galleries are not working because of the read only file system of heroku, but this might change in the future. We will keep you posted!

    Read the rest of this post

  • adva-cms 0.2.3: an autumn cleanup release

    posted on Fri, 28 Aug 2009

    This month we have a release that contains tons of small changes and refactorings. We basically cleaned up the adva-cms code by removing legacy code and improving the quality of code where we found some code smells. We have also put some effort into making the adva-cms test suite more flexible when working with custom apps. There are a bunch of bug fixes again and also a long requested feature for site finding is now implemented. Oh, and we have cooler help hints now, too!

    Whats new in 0.2.3 …

    Read the rest of this post

  • adva-cms 0.2.2: The bug hunter release

    posted on Fri, 31 Jul 2009

    This month we are happy to announce a bug fix release for the adva-cms; that's why we call this release "the bug hunter release". It has bunch of bug fixes and it also adds some minor features and changes like 'email notification switch' (which allows you to disable and enable email notifications per site), translatable section and category titles, and much more. We also improved adva-themes and the result is more robust and user friendly theming experience for you.

    So whats changed?

      Translatable …

    Read the rest of this post

  • adva-cms 0.2.1: The summer release!

    posted on Mon, 22 Jun 2009

    We are happy to announce adva-cms 0.2.1 after a little longer break since our last release. This release introduces things like custom tab indexes for the form builder, two new cells, bunch of bug fixes and other additions. We also did some battle testing on the spam filters and made them more reliable to make sure they work as expected.

    Whats new?

      Two new cells ...

      • A content cell can be used to display recent content of the site. The amount of contents shown can be altered by "count" variable …

    Read the rest of this post

  • Out now: adva-cms 0.2.0: The usability release!

    posted on Tue, 28 Apr 2009

    Over the past month, our goal was to improve the usability of the adva-cms backend interface and to clean up our HTML and CSScodebase. We created a new admin layout from scratch and now it looks prettier than ever (at least we like to think so)!

    This release also introduces the menu and table builders for developers which helped us to clean up the view code and tocut out many partials.

    Now we are happy to deliver you a cleaner, clearer and more usable adva-cms today! Enjoy!

    Whats new in 0.2.0? …

    Read the rest of this post

  • adva-cms 0.1.2 released!

    posted on Fri, 20 Mar 2009

    One month has passed since the release of adva-cms 0.1.1 and things havemoved quite a bit since then. The changes include a complete revision of ourtesting philosophy, the migration to more current plugins/gems (like paperclip and stringex), the removal of some rather community-related engines,lots of fixes and interesting features and additions.

    Farewell to heavy stubbing and mocking

    One of the biggest changes we did was to completely revisit our testingphilosophy.

    Our old way of heavy stubbing …

    Read the rest of this post

  • adva-cms 0.1.1 released!

    posted on Thu, 19 Feb 2009

    One month has passed since the release of adva-cms 0.1.1 and things havemoved quite a bit since then. The changes include a complete revision of ourtesting philosophy, the migration to more current plugins/gems (like paperclip and stringex), the removal of some rather community-related engines,lots of fixes and interesting features and additions.

    Farewell to heavy stubbing and mocking

    One of the biggest changes we did was to completely revisit our testingphilosophy.

    Our old way of heavy stubbing …

    Read the rest of this post

  • adva-cms 0.1.0 released!

    posted on Tue, 20 Jan 2009

    Almost a year after we have started the development we are happy to announce the first release of adva-cms! This still is an experimental release and you may encounter bugs and some parts have some rough edges.

    The adva-cms project originally was started by Sven Fuchsand was meant to be a rewrite of Mephisto, but in time it grew larger and became what it is today - a bleeding edge CMS platform.

    The idea behind adva-cms is that you can plug in different engines, depending on your need. If you only …

    Read the rest of this post

  • Welcome to adva cms!

    posted on Wed, 27 Aug 2008

    adva cmsis a cutting edge open source cms application plattform based onRuby on RailsandRails Engines.

    It currently comes with core engines such as:

    • Cms: build multiple sites with hierarchically organized sections
    • Blog: blogging system heavily inspired byMephisto
    • Wiki: a wiki engine inspired bySignal Wiki
    • Forum: a forum system inspired byBeast

    Read more aboutthe concept behind adva-cmson the wiki.

    Different from other Rails applications the all-engines approach of adva cms allows you to build your …

    Read the rest of this post

  • Made with adva cms 2