book_connection

log

age author description
Sat, 20 Aug 2011 09:02:51 -0400 Nathan Phillip Brink Let the deployer configure an alternate contact page in case if the contact page is itself throwing exceptions.default tip
Wed, 17 Aug 2011 22:48:39 -0400 Nathan Phillip Brink Add deployment and hacking documentation to the README.
Wed, 17 Aug 2011 21:34:48 -0400 Nathan Phillip Brink Add example sphinx.yml file which enables the English stemming morphology, necessary for useful search results.
Sat, 13 Aug 2011 11:38:39 -0400 Nathan Phillip Brink Make emails for the contact form and source email address for automatically-generated messaged configurable.
Sat, 13 Aug 2011 11:37:13 -0400 Nathan Phillip Brink Drop unnecessary deploy.rb.
Sat, 13 Aug 2011 11:19:57 -0400 Nathan Phillip Brink Fix a random exception on the ruby-1.9 version of rails in the Contact page...
Sat, 13 Aug 2011 10:24:10 -0400 Nathan Phillip Brink Fix favicon path on non-index pages.
Fri, 12 Aug 2011 02:49:02 -0400 Nathan Phillip Brink Set the favicon to the logo, though we need a lowres favicon.
Fri, 12 Aug 2011 02:48:30 -0400 Nathan Phillip Brink Update the main page to have a searchbox and link to the sell tab.
Fri, 12 Aug 2011 00:50:03 -0400 Nathan Phillip Brink Fix warning about BC_CONFIG being defined multiple times.
Thu, 11 Aug 2011 18:18:17 -0400 Nathan Phillip Brink Add an example database.yml file.
Thu, 11 Aug 2011 17:55:13 -0400 Nathan Phillip Brink Support ruby-1.9 in config.ru.
Thu, 11 Aug 2011 08:02:42 -0400 Nathan Phillip Brink Support per-site configuration of session cookies.
Thu, 11 Aug 2011 01:08:56 -0400 Nathan Phillip Brink Update bundled rails components to use scripts and stuff from the newer rails packages.
Thu, 11 Aug 2011 01:00:10 -0400 Nathan Phillip Brink Let .htaccess be managed per deployment.
Wed, 10 Aug 2011 19:25:24 -0400 Nathan Phillip Brink Remove deprecated CGI-based rails dispatchers.
Wed, 22 Jun 2011 00:24:00 -0400 Nathan Phillip Brink Add present but untracked javascript files.
Sat, 23 Oct 2010 15:54:59 -0400 Nathan Phillip Brink Symlink .hgignore to .gitignore and make .gitignore understandable to mecurial.
Sat, 23 Oct 2010 15:40:02 -0400 Book Connection More miscellaneous fixes.
Sat, 23 Oct 2010 15:26:39 -0400 Book Connection Misc. fixes.
Sun, 18 Jan 2009 12:45:21 -0500 Ryan Holt Added a posts_for_sale_count method that should do a better job than the database columns.
Sun, 18 Jan 2009 12:31:42 -0500 Ryan Holt Fixed an error in the book partial that kept books from being displayed.
Sun, 18 Jan 2009 12:30:10 -0500 Ryan Holt Trying to get a commit pushed through...
Sun, 18 Jan 2009 12:28:09 -0500 Ryan Holt Fixed an error in the book partial that kept books from being displayed.
Sat, 17 Jan 2009 14:04:41 -0500 Ryan Holt Changed the way books were listed on the search page.
Wed, 14 Jan 2009 10:31:33 -0500 Ryan Holt Rolled back a change to BooksController that was causing posts not to be displayed. Some fixes need to be made to the Post model before this patch can go away.
Wed, 14 Jan 2009 00:29:44 -0500 Ryan Holt Added additional checks to the validate script.
Tue, 13 Jan 2009 21:14:55 -0500 Ryan Holt Modified the User#authenticate method so that a user could login using their username (e.g.: abc1) or their email address (e.g.: abc1@students.calvin.edu).
Tue, 13 Jan 2009 16:38:07 -0500 Ryan Holt Updated the README and added a script that will reveal all invalid records in the database so we can do something about 'em.
Fri, 09 Jan 2009 12:01:28 -0500 Ryan Holt Added a routing fix for /session.
Thu, 08 Jan 2009 15:33:13 -0500 Ryan Holt Made all finds in PostsController find through association.
Tue, 30 Dec 2008 13:30:41 -0500 Ryan Holt Cleaned up README a bit.
Tue, 30 Dec 2008 13:29:23 -0500 Ryan Holt Added more info the BooksController.show action. Moved around the TODO file.
Fri, 26 Dec 2008 16:53:41 -0500 Ryan Holt Removed a useless assignment in AccountsController.
Fri, 26 Dec 2008 16:53:22 -0500 Ryan Holt Removed the Slight library, since it didn't seem to fix PNGs in IE after all.
Wed, 24 Dec 2008 16:29:30 -0500 Ryan Holt Added the ability for users to receive a second activation code.
Wed, 24 Dec 2008 15:51:21 -0500 Ryan Holt Cleaned up the forms and a few of the partials.
Wed, 24 Dec 2008 14:39:56 -0500 Ryan Holt Added a posts_for_sale_count cache to Book. This should improve the performance of book searches.
Wed, 24 Dec 2008 14:24:28 -0500 Ryan Holt Changed a path in slight.js.
Tue, 23 Dec 2008 17:07:06 -0500 Ryan Holt Updated the specs and fixtures.
Tue, 23 Dec 2008 15:28:43 -0500 Ryan Holt Removed ActsAsStateMachine depenency from Post.
Tue, 23 Dec 2008 15:12:40 -0500 Ryan Holt Made some quick changes to AccountsController for user creation and changed some validation methods for Post.
Tue, 23 Dec 2008 14:50:53 -0500 Ryan Holt Did some refactoring of the User class, as well as some documentation updates.
Tue, 23 Dec 2008 14:29:38 -0500 Ryan Holt Removed ActsAsStateMachine dependency from User, updated the mailers and activation paths, and removed the old CSX-to-Gawaine migration script.
Tue, 23 Dec 2008 13:37:23 -0500 Ryan Holt Added email_with_name to User.
Tue, 23 Dec 2008 13:18:11 -0500 Ryan Holt Removed some unnecessary accessors in User and changed the 'Invalid login...' message to a warning rather than a notice.
Sat, 20 Dec 2008 12:17:14 -0500 Ryan Holt Updated the form label generators and added the 'index' action to SessonsController in order to fix a common user bug.
Sun, 14 Dec 2008 21:01:52 -0500 Ryan Holt Minor CSS changes. Moved the ActiveForm code to the /lib directory.
Sun, 14 Dec 2008 01:21:22 -0500 Ryan Holt Trying out SuperSlight to get PNGs fixed.
Sun, 14 Dec 2008 01:02:41 -0500 Ryan Holt Updated TODO and made the search form centered and wider.
Sun, 14 Dec 2008 00:54:46 -0500 Ryan Holt Updated stylesheets once more.
Sat, 13 Dec 2008 22:19:17 -0500 Ryan Holt Quick stylesheet fix.
Sat, 13 Dec 2008 22:16:15 -0500 Ryan Holt Testing a new stylesheet.
Sat, 13 Dec 2008 16:35:15 -0500 Ryan Holt Removed some old stylesheets.
Sat, 13 Dec 2008 16:34:39 -0500 Ryan Holt Updated the .gitignore file and removed some unused javascripts.
Sat, 13 Dec 2008 16:32:57 -0500 Ryan Holt Removed the restart.txt file. Still cleaning up the repository.
Sat, 13 Dec 2008 16:32:08 -0500 Ryan Holt Removed the old Ferret Server log.
Sat, 13 Dec 2008 16:26:37 -0500 Ryan Holt Added a javascript prompt to the books search field.
Thu, 11 Dec 2008 14:08:54 -0500 Ryan Holt Fixed a problem with the create action caused by an update to Rails. Apparently the partial counter isn't working like it used to.
Tue, 09 Dec 2008 14:23:49 -0500 Ryan Holt Updated the error checking for Amazon images in Book.find_or_initialize_by_isbn.