This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 31518d7b9b5854f78ebe57f0005f4555e1f6104d
tree b6f7eb449f57939e7f9dc080a9d51b0ab7cfee45
parent 31b518c6f1dec33ceffd4b08fa66ac9c8a923db4
tree b6f7eb449f57939e7f9dc080a9d51b0ab7cfee45
parent 31b518c6f1dec33ceffd4b08fa66ac9c8a923db4
calagator / CHANGES.md
Changes
Key
- [THEME] - Changed theme structure, see
themes/README.txtfor details. - [SETTING] - Changed setting structure, see
themes/README.txtfor details. - [MIGRATION] - Change schema, run
rake db:migrateto apply. - [DEPENDENCY] - Changed dependencies.
Changes
List of Calagator stable releases and changes, with the latest at the top:
- v0.20091001
- Added feature to "clone", create a new event based on an existing one, to the event's sidebar.
- Improved recent changes, added title for each record and reorganized columns to read from left-to-right.
- v0.20090928
- [DEPENDENCY] + [MIGRATION] Implemented new data versioning and management system that can track and rollback deletes and more, replaces
acts_as_versionedwithPaperTrail. - Fixed how Solr determines what port to connect to, it will now always check the
config/solr.yml.
- [DEPENDENCY] + [MIGRATION] Implemented new data versioning and management system that can track and rollback deletes and more, replaces
- v0.20090914
- [DEPENDENCY] Upgraded to Ruby on Rails 2.3.x and updated many gems.
- [THEME] Upgraded theme_support, which expects layouts to be in
MYTHEME/views/layoutsrather thanMYTHEME/layouts. - [SETTING] Added
SECRETS.administrator_emailwith email to send errors, extracted it fromconfig/initalizer/exception_notification_setup.rb. - [MIGRATION] Added PaperTrail plugin to provide complete version tracking of all changes, including deletes.
- Added recent changes tracking and rollback using PaperTrail.
- Added new README.md, INSTALL.md, CONTRIBUTORS.md, and CHANGES.md files.
- v0.2009031
- [SETTING] Fixed timezone handling so that the application, added new
timezonesetting. - [THEME] Fixed layout and added an
ie.6stylesheet. - Fixed duplicate checking to eliminate infinite loops and link items to their progenitor.
- Fixed times in Upcoming imports, which violate the iCalendar standard.
- Fixed search sort labels.
- [SETTING] Fixed timezone handling so that the application, added new
- v0.20090503
- Fixed error caused by removal of Time.today from RubyGems 1.3.2 and above.
- Fixed initialization error by delaying loading of tagging extensions till tables are created.
- Added easily customizable
config/database.yml, see file for usage. - Added initial MySQL and PostgreSQL ports with many SQL fixes, however, only SQLite3 is currently recommended.







