..
action_controller
templatized page can now use models from the main app + add new liquid filters
2012-02-10 00:57:57 +01:00
carrierwave
fix #289 . This fix is different from the one in the master branch. It only the filename (without the whole path and the extension)
2012-03-05 14:17:33 -08:00
httparty
namespace controllers, models, ...etc (wip)
2011-10-31 00:02:41 +01:00
liquid
added a snippet option to the liquid nav tag
2012-03-07 16:32:25 +01:00
middlewares
all the non-models specs have been fixed
2012-02-16 02:45:14 +01:00
mongoid
introduce the proxy collection liquid drop so that we can paginate for real + fix the cucumber features for the public part of the engine
2012-02-17 00:51:33 +01:00
routing
it did not display the no_site page
2012-03-05 00:09:54 -08:00
action_controller.rb
get rid of warnings about InstanceMethods (deprecated) + make the engine work smoother with an existing app + clean code
2012-02-06 00:54:09 +01:00
carrierwave.rb
clean everything before merging it to the master branch
2011-06-10 01:04:13 +02:00
configuration.rb
change the path to files added in the content entries + ui settings are a hash not an object
2012-03-02 00:31:45 +01:00
core_ext.rb
fix various namespace errors issues and api changes for the models
2011-11-10 13:41:20 -08:00
custom_fields.rb
change the path to files added in the content entries + ui settings are a hash not an object
2012-03-02 00:31:45 +01:00
dependencies.rb
fix an issue with compass + move to rails 3.2 + switch from mongoid_acts_as_tree to mongoid_tree + implement the UI to deal with has_many field types (wip)
2012-02-01 02:01:42 +01:00
devise.rb
use the last version of formtastic + tweak the css for formtastic with scss + compass (wip) + clean code (wip)
2011-11-09 02:35:59 +01:00
dragonfly.rb
write tests for the last cells menu + write tests for the bushi.do events + refactor the locomotive logger + add the cas_extra_attributes hook
2011-07-26 21:20:03 +02:00
engine.rb
bad display of content types if none + add new gems for tinymce and aloha
2012-01-21 01:48:00 +01:00
formtastic.rb
use the last version of formtastic + tweak the css for formtastic with scss + compass (wip) + clean code (wip)
2011-11-09 02:35:59 +01:00
httparty.rb
Cleaning whitespace on all .rb files so commit diffs from now on will be a bit more readable
2010-07-23 13:09:54 -07:00
kaminari.rb
rename the i18n site module into locales in order to avoid conflicts with the original i18n + rendering a page according to a locale specified in the url seems to work (tests are following)
2012-01-26 02:33:39 +01:00
liquid.rb
introduce the proxy collection liquid drop so that we can paginate for real + fix the cucumber features for the public part of the engine
2012-02-17 00:51:33 +01:00
logger.rb
write tests for the last cells menu + write tests for the bushi.do events + refactor the locomotive logger + add the cas_extra_attributes hook
2011-07-26 21:20:03 +02:00
middlewares.rb
refactor the way the middlewares are loaded (both app and engine) + tweaks some back-office texts + improve the UI by adding icons on addind a picture links + fix an annoying bug with carrierwave
2011-06-28 15:38:13 +02:00
mongoid.rb
implement the mechanism to pick a different locale for content types + implement multi-language for content types + rename scss files to css.scss
2012-01-14 01:38:09 +01:00
regexps.rb
Added a redirect page extension, integrated into the application and added new tests
2011-01-06 22:48:41 +08:00
render.rb
fix ALL the cucumber tests + also solve a couple of UI bugs with the has_many and many_to_many relationships
2012-03-01 11:07:22 +01:00
routing.rb
Upgrading to Rails3 rc
2010-07-29 16:21:48 -07:00
session_store.rb
working on fixing issues with devise (wip)
2011-11-04 16:55:51 +01:00
version.rb
trying to make it work with the precompilation of assets (issue with Aloha and TinyMCE)
2012-01-20 14:46:09 +01:00