annotate .svn/text-base/.hgignore.svn-base @ 599:251b380117ce feature_227

Introduce a new latest_downloads plugin to manage active and shortcut for attachments. Add a table for attachment active/shortcut data. Move existing active-handler code into the new plugin (but still using the "old" active column in the attachments table). Note the files_controller stuff doesn't actually work here.
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 16 Aug 2011 17:01:19 +0100
parents cbce1fd3b1b7
children
rev   line source
Chris@119 1 syntax: glob
Chris@119 2
Chris@245 3 .project
Chris@245 4 .loadpath
Chris@119 5 config/additional_environment.rb
Chris@210 6 config/configuration.yml
Chris@119 7 config/database.yml
Chris@119 8 config/email.yml
Chris@119 9 config/initializers/session_store.rb
Chris@119 10 coverage
Chris@119 11 db/*.db
Chris@119 12 db/*.sqlite3
Chris@119 13 db/schema.rb
Chris@119 14 files/*
Chris@245 15 lib/redmine/scm/adapters/mercurial/redminehelper.pyc
Chris@245 16 lib/redmine/scm/adapters/mercurial/redminehelper.pyo
Chris@119 17 log/*.log*
Chris@119 18 log/mongrel_debug
Chris@119 19 public/dispatch.*
Chris@119 20 public/plugin_assets
Chris@119 21 tmp/*
Chris@119 22 tmp/cache/*
Chris@119 23 tmp/sessions/*
Chris@119 24 tmp/sockets/*
Chris@119 25 tmp/test/*
Chris@119 26 vendor/rails
Chris@119 27 *.rbc
Chris@441 28 .svn/
Chris@441 29 .git/