2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Response code for missing pages should be 404. More... over 14 years ago
Add some more selectors which will make things display better in dialogs. More... over 14 years ago
README can be simpler. More... over 14 years ago
update default seeds to make more sense, extended the refinery binary installer tasks to be far more flexible (now sets up the database name using the app's path). More... over 14 years ago
Place the page_title in the new position in the core plugins that reference it too. More... over 14 years ago
update logos with new transparent versions of different sizes. More... over 14 years ago
Add a header partial for easier overriding of the header without having to override the entire layout. Added better CSSable containers header_content and footer_content More... over 14 years ago
It'd help if the new application css file was included in the gemspec. More... over 14 years ago
Move CSS that shouldn't have been in formatting but in application CSS file. Move the page title outside of any content blocks so that it makes more logical sense in terms of positioning. Added new refinery core application.css file. More... over 14 years ago
fix link to stylesheet More... over 14 years ago
Add example refinerycms gem freeze statement More... over 14 years ago
update logic on refinery-update-core command to include rake tasks (anywhere) and database migrations (from db/migrate directory). Removed some now unncessary migrations. Bumped version to 0.9.5.1 to illustrate this change. More... over 14 years ago
Major Release: Changed the way we store CSS & JS files by moving core ones into refinery directories which the non-core (i.e. overridable by developer) versions @import [in the case of CSS files]. Removed some unncessary files. Moved search to the Actions area on the Refinery backend. Redesigned the login screen. Added 'bin' directory with ruby commands that can be run if using Refinery from a gem to create a new Refinery instance and update it to later versions with minimal hassle. And of course, fixed some bugs. More... over 14 years ago
update runtime dependencies More... over 14 years ago
Added function called content_fu to parse content for attachment_fu generated images and substitute them for a thumbnailed version of themselves. Only works with non tampered filenames (i.e. the original inserted into a page using the pages WYSIWYG editor). Updated some gem sources. More... over 14 years ago
Only show draft pages (not @page.live?) when a user is logged in with access to the pages plugin. More... over 14 years ago
Fixed GH Issue #20 where rake db:schema:load wouldn't work. Removed blurb from news items and used a smarter truncation system instead to avoid having to duplicate content. Now shows 25 in the list of activity by default (seed file). Now uses updated friendly_id version of 2.2.2 More... over 14 years ago
change syntax of inquiry_mailer to support proper way of doing this according to the docs and also added a new reply_to call for confirmations which allows the recipient to reply directly to the website owner (the first address to be notified) More... over 14 years ago
update version to 0.9.4.2 More... over 14 years ago
:new_part must specify @page.new_record? to determine whether this is a new record. Issue identified by http://github.com/flats More... over 14 years ago
Display the required gems in README More... over 14 years ago
Use presenter object for templates More... over 14 years ago
Wrap the site name in quotes so that a multiple word name still works just fine on actionmailer. If mail still doesn't work for you check out this about rails 2.3.4 https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2340-action-mailer-cant-deliver-mail-via-smtp-on-ruby-191 More... over 14 years ago
increase selector range More... over 14 years ago
Major update - page parts can now be added and deleted gracefully if the option is enabled in settings for 'new_page_parts'. Abstracted out the admin base controller and the application helper and 'subclassed' these in the app directory to make it easier to override and extend Refinery. Made the core searching filter by conditions and order by specified order which resolves an issue with the Image grid view searching. More... over 14 years ago
Adding image rake task to update new thumbnails only. Useful when you added a new thumbnail size and dont have to regenerate all thumbnails again. More... over 14 years ago
remove the default ability to create new page parts as this is more of the exception and not the rule. More... over 14 years ago
Set correct date on gemspec More... over 14 years ago
bump version to 0.9.3 reflecting recent fixes and improvements More... over 14 years ago
reuse variables already created rather than another function call. More... over 14 years ago