Skip to content

Commit

Permalink
Updated CHANGES for v0.20091223.
Browse files Browse the repository at this point in the history
  • Loading branch information
igal committed Dec 24, 2009
1 parent 03a1936 commit cf26725
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Key

* [THEME] - Changed theme structure, see `themes/README.txt` for details.
* [SETTING] - Changed setting structure, see `themes/README.txt` for details.
* [SECRETS] - Changed secrets structure, see `INSTALL.md` for details.
* [MIGRATION] - Change schema, run `rake db:migrate` to apply.
* [DEPENDENCY] - Changed dependencies.

Expand All @@ -14,7 +15,7 @@ Changes

List of Calagator stable releases and changes, with the latest at the top:

* Next
* v0.20091223
* [SECRETS] Added entry for setting custom Upcoming API key.
* Added Upcoming API-based event importer, hopefully resolving long-standing problems caused by them frequently changing their invalid iCalendar output.
* Fixed export to Google Calendar.
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Customization
If you want to customize your Calagator, do NOT just start modifying files in `app`, `public` and `themes/default`. Please read the instructions in `themes/README.txt` for how to use the theming system.


Security
--------
Security and secrets.yml
------------------------

This application runs with insecure settings by default to make it easy to get started. These default settings include publicly-known cryptography keys that can allow attackers to gain admin privileges to your application. You should create a `config/secrets.yml` file with your secret settings if you intend to run this application on a server that can be accessed by untrusted users, read the [config/secrets.yml.sample](config/secrets.yml.sample) file for details.

Expand Down

0 comments on commit cf26725

Please sign in to comment.