Changesets can be listed by changeset number.
The Git repository is here.
Revision log for rool/rails/typo/trunk/config/environment.rb
Date | Changeset | Author | Log |
---|---|---|---|
08/26/2012 17:36 | 385 | rool | Remove PATH_PREFIX stuff, since Apache+Passenger doesn't need it. |
08/26/2012 17:35 | 226 | rool | When running Rake tasks, the use of PATH_PREFIX in routes.rb causes problems. The routes get parsed but unless RAILS_RELATIVE_URL_ROOT is set in the environment, they fail because PATH_PREFIX ends up 'nil' and you can't add 'nil' to a string. Up until now I've just set the environment variable to an empty string (any defined value will do) and started again, but this is pretty stupid. A far simpler approach is to just define PATH_PREFIX to an empty string if the enviroment variable is missing, allowing rake tasks to run without extra work. Modified environment.rb to do this in all cases, including patching old applications that aren't used, in case they're ever used again. |
08/26/2012 17:35 | 193 | rool | First stage commit of Typo 4.1, modified for the ROOL site. Includes all local modifications but a final pass needs to be made to delete any files left over from earlier Typo versions that shouldn't be here anymore. See the 'tags' section of the repository for a clean Typo 4.1 tree. Note that symlinks to shared files in the RISC OS Open theme directory have been deliberately included this time around; I decided that on balance it was better to leave them in as placeholders, since unlike symlinks in app/views/shared, the Typo theme structure is not a standard Rails concept. |
08/26/2012 17:34 | 158 | rool | Reconfigured all applications for use in the ROOL account with its new layout. All files are set up for the development branch of the filesystem. Caught up in this changeset is an unrelated modification to the directory listing routine in Radiant, which now sorts the entries alphabetically. |
08/26/2012 17:34 | 74 | adh | Reapplied changes to Typo 4.0.0 from previous version in order to configure it for use on the RISC OS Open site. Hopefully, the RISC OS Open theme can be sorted out so that it works with no further core changes. Note that this configured v4.0.0 installation has not been tested. |
08/26/2012 17:34 | 71 | adh | Start of upgrade to Typo 4.0.0, the latest stable release since 2.6.0. Note test/mocks/themes/azure changes from a file to a directory, so the file has been removed in this revision and the directory will be added in the next revision. |
08/26/2012 17:34 | 16 | adh | Configured for temporary /rails/typo location on Alpha. Updated several layouts for RISC OS Open Limited site style. Now produces proper "Not found" page in redirect_controller.rb. Updates to database schema from Typo SVN (small change in the way tables are defined, but same tables end up being defined). Set location of SendMail in vendor/rails/actionmailer/lib/action_mailer/base.rb. |
08/26/2012 17:34 | 15 | adh | Attempt to update Typo to a Typo SVN HEAD release from around the time the prototype installation was set up on the RISC OS Open Limited web site. Timestamps place this at 04-Jul so a revision from 05-Jul or earlier was pulled and copied over the 2.6.0 tarball stable code. |
08/26/2012 17:34 | 13 | adh | Initial import of Typo 2.6.0 sources from a downloaded Tarball. Typo is a Ruby On Rails based blog engine. |