[cosmetic] improved front view (closes #13)
[fix] use Rails initializers properly, to ensure inflections and mime types are loaded at the right moment
[evol] specify needed app dependencies
[evol] added custom doc rake rule using a proper template without frames, good for Redmine Embedded plugin
[fix] rails api doc link corrected
[evol] ignore generated doc directory
[fix] require 'gettext/utils' only in the needed tasks, as it break other tasks (like 'doc:app'
[cosmetic] artwork_sizes height and width are now integers in the DB, and displayed with the corresponding unit (closes #14)
[fix] mm_to_cm() util function was buggy and eated floating parts
[cosmetic] changed title for artwork view page (closes #15)
[fix] corrected french typos (closes #19)
[evol] don't crash when no EXIF data are found
[evol] improved and updated application helpers for new restfull_plugin version
[fix] remove database config from the repository
[fix] push excluded files into the repository shared config
[RM] increase version a bit, as the basic public interface is begining to work well
[evol] clarify license a bit by adding a proper COPYING file.
[fix] remove the 'locale' directory from the tree, as everything can be generated
[evol] updated translations
[fix] corrected punctuation
[evol] ArtworkStepImage: added helper method to get a thumbnail by size
[evol] image frame improvements #3 (cleanup)
[evol] added artwork view and now use the new image frame in all views
[evol] image frame improvements #2 (was artwork frame improvements)
[fix] work around steps order when done at the same date (considering people would add them in chronological order) using image id
[evol] added group view and linked it from the tree and set views
[fix] ensure link to the tree view in the menu works even if coming from a page in another namespace
[evol] artwork frame improvements #1
[fix] display a proper error page when an object is not found
[evol] added set view and linked it from tree view
[fix] sets should be ordered in tree view
[evol] created display_artwork_frame() helper function and now use it in the welcome page + created a set/group tree view with it too
[fix] wrong method call
[evol] use SQL sessions instead of cookies-based ones
[fix] forgot to sync db dump
[evol] added image size info in the 'latest 10 artworks' page (closes #7)
[evol] added a small margin around image in the 'latest 10 artworks' page
[fix] corrected language display in user view
[evol] language can be forced in the user admin page (closes #6) (no user interface yet)
[info] new interresting links about DB relationship (mostly HABTM)
[fix] db schema sync (multiple materials and no id field for simple HABTM (or fetching remote object ids would fail))
[fix] check artwork properties/subobjects better before displaying
[evol] an artwork can have multiple materials
[evol] partial upgrade to rails 2.2.2 (config+js) (full upgrade cancelled due to incompatibility with current gettext)
[fix] renamed 'technique' into more appropriate name 'artwork_support', and update schema and translations (Closes #4)
[evol] add complete user management interface #2
[evol] add complete user management interface
[fix] improve password validation #2
[fix] improve password validation
[evol] redirect to home page after logout, instead of login page
[fix/evol] forgot new files in the previous commits and check admin status to access user management
[evol] updated URLs in 'About' submenu
[evol] created a simple logon system, protected admin pages, and added a logon indicator/link (no user management yet, only a deadend entry in the menu if admin)
[cosmetic] center artwork image in their frame in the arwork admin list
[fix] worked around artwork list default sort not enforced
[fix] added 'selected' parameter to artwork size generic selector and pass currently selected size in artwork edit page (closes #1)
[fix] corrected typo (closes #2)
[fix] ensure displaying final image in the 'lastest 10 artworks'
[fix] remove hardcoded submit label in display_standard_form_buttons() helper and propagate submit_label view variable to it
[evol] update schema
[fix] don't call the final artwork image a 'step', and use italic characters
[lang] updated french translation and french application title
[evol] move i18n rake tasks into an adequate namespace
[fix] remove external or app data files from the RCS
Initial version