Reversed log:

c5f7146 fix regexp expected in summary.dryml
a609abb refactory of tags for 'time', 'date' and 'datetime'
9d8ee23 add time utc fix lost in a cherry-pick
1ee8c60 escaped page_path [#923 state:resolved]
05c1137 fixed rspec installation in the test_framework generator
895afe5 added clean-sidemenu theme
f114b1f fixed a few generators calls without passing options
ef6e0cd commented out the check_class_collision calls from the generators:
it is rather a problem than a solution
ac86434 fix for "Could not find "application.dryml" in any of your source
paths." error in admin_subsite generator when --make-front-site

The most noticeable change in this version is the new clean-sidemenu theme,
that offers a layout with virtually unlimited listed models. I tryed to
implement a layout that uses as much screen real-estate as possible, so it
will probably be useful in complex apps.

Notice that you still have to add the menu entries manually, since the dryml
generator will automatically create only the entries for the first 5 models.
We should probably refactory that: I was thinking about an hobo.config
option that could contain a limit that the developer can change, or maybe it
should be smarter and just add "the right" number of menus, or it could even
be dumb and just try to add all the found entries...

Anyway, if you want to use the new theme:

With applications generated with hobo >= 1.3.0.pre28:

   1. change the name attribute of the set-theme tag in the
   application.dryml to 'clean-sidemenu'
   2. start/restart the application

With applications generated with hobo < 1.3.0.pre28:

   1. install the pre28
   2. run the rapid generator (`hobo g rapid`)
   3. if your application has an admin subsite you must also run the
   admin_subsite generator (`hobo g admin_subsite`).
   4. change the name attribute of the set-theme tag in the
   application.dryml to 'clean-sidemenu'
   5. start/restart the application

ciao
dd

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to