Mercurial > hg > soundsoftware-site
annotate .hgignore @ 1274:5ea1a213c7a5 redmine-2.2-integration
Removed Ajax calls taht are no longer working in Rails 3 and started migrating them; added a new javascript file - bibliography.js - to hold the new jquery js code; added the new show_bibtex_fields.js.erb file to replace the RJS code that was in the controller.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Thu, 09 May 2013 18:44:59 +0100 |
parents | bb32da3bea34 |
children | 0a574315af3e |
rev | line source |
---|---|
Chris@117 | 1 syntax: glob |
Chris@117 | 2 |
Chris@245 | 3 .project |
Chris@245 | 4 .loadpath |
Chris@117 | 5 config/additional_environment.rb |
Chris@210 | 6 config/configuration.yml |
Chris@117 | 7 config/database.yml |
Chris@117 | 8 config/email.yml |
Chris@117 | 9 config/initializers/session_store.rb |
Chris@1115 | 10 config/initializers/secret_token.rb |
Chris@117 | 11 coverage |
Chris@117 | 12 db/*.db |
Chris@117 | 13 db/*.sqlite3 |
Chris@117 | 14 db/schema.rb |
Chris@117 | 15 files/* |
Chris@245 | 16 lib/redmine/scm/adapters/mercurial/redminehelper.pyc |
Chris@245 | 17 lib/redmine/scm/adapters/mercurial/redminehelper.pyo |
Chris@117 | 18 log/*.log* |
Chris@117 | 19 log/mongrel_debug |
Chris@117 | 20 public/dispatch.* |
Chris@117 | 21 public/plugin_assets |
Chris@909 | 22 tmp/* |
Chris@117 | 23 tmp/cache/* |
Chris@1115 | 24 tmp/pdf/* |
Chris@117 | 25 tmp/sessions/* |
Chris@117 | 26 tmp/sockets/* |
Chris@117 | 27 tmp/test/* |
Chris@1115 | 28 tmp/thumbnails/* |
Chris@1115 | 29 vendor/cache |
Chris@117 | 30 vendor/rails |
Chris@117 | 31 *.rbc |
Chris@909 | 32 |
Chris@441 | 33 .svn/ |
Chris@441 | 34 .git/ |
Chris@501 | 35 *~ |
chris@1008 | 36 public/themes/soundsoftware/stylesheets/fonts/* |
Chris@909 | 37 |
Chris@909 | 38 .bundle |
Chris@909 | 39 Gemfile.lock |
Chris@909 | 40 Gemfile.local |
Chris@909 | 41 |
luis@1016 | 42 re:^config\.ru$ |