Changesets can be listed by changeset number.
The Git repository is here.
Revision log for rool/rails/instiki/trunk/config/environment.rb
Date | Changeset | Author | Log |
---|---|---|---|
06/19/2019 04:47 | 475 | rool | Set secure flag for cookies in Production. |
01/13/2013 23:19 | 430 | rool | Upgrade all Rails v2.x apps to v2.3.15, except for Radiant, which is fiddly and has been patched instead. This is required due to two critical security vulnerabilities recently discovered in Rails versions 2 and 3. http://weblog.rubyonrails.org/2013/1/8/Rails-3-2-11-3-1-10-3-0-19-and-2-3-15-have-been-released/ https://groups.google.com/forum/?fromgroups=#!topic/radiantcms/b-2DPZlWt3o |
08/26/2012 17:35 | 365 | rool | Hub integration and development mode bug fix - require "instiki_errors" in application.rb, rather than environment.rb, since the latter is not reloaded in development mode but the former is and the required code seems to be forgotten, leading to exceptions on anything but the first development mode patch fetch under Apache+Passenger in development mode. |
08/26/2012 17:35 | 344 | rool | Massive changeset which brings the old, ROOL customised Instiki version up to date, but without any ROOL customisations in this latest checked-in version (which is 0.19.1). This is deliberate, so that it's easy to see the changes made for the ROOL version in a subsequent changeset. The 'app/views/shared' directory is not part of Instiki but is kept to maintain the change history with updated ROOL customisations, some of which involve the same files in that same directory. |
08/26/2012 17:34 | 3 | adh | Configured for temporary /rails/instiki location on Alpha. Updated several layouts for RISC OS Open Limited site style. Removed local copy of Rails from /vendor because the copy installed site-wide does not insert port numbers into URLs, but the copy originally shipped with Instiki does. Modified SQLite schema for PostgreSQL moving SQLite definitions to a new subdirectory in /db. |
08/26/2012 17:33 | 2 | adh | Initial import of Instiki 0.11.0 sources from a downloaded Tarball. Instiki is a Ruby On Rails based Wiki clone. |