|
 |
 |
 |
|
| |
|
Recent Commits to alaveteli:master |
|
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m script/rails-post-deploy
config/general.yml is just as good as config/general
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m commonlib
Update commonlib
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m commonlib
Update commonlib
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m config/general.yml-example
Correct over-zealous search-and-replace error.
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m config/general.yml-example
The LibYAML parser seems to have a problem with comments at the ends of lines.
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m config/.gitignore
Let’s just ignore anything with a .deployed extension in the config directory
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m commonlib
m config/.gitignore
- config/general-example
+ config/general.yml-example
Change the config file to YAML, rather than PHP.
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/models/outgoing_mailer.rb
m app/models/outgoing_message.rb
Include the id of the OutgoingMessage in the SMTP Message-Id, and
record the full Message-Id in the event log.
Closes #70.
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/views/request/show.rhtml
More admin links in request pages.
Closes #46.
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m app/views/general/_locale_switcher.rhtml
Do not attempt to display the locale switcher if it would fail to render.
Closes #59. (In conjunction with the removal of translate_routes))
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m .gitignore
Ignore .DS_Store files.
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
 |
 |
 |
|
| |
|
| |
 m config/routes.rb
m script/generate_pot.sh
m spec/controllers/user_controller_spec.rb
- vendor/plugins/translate_routes/.gitignore
- vendor/plugins/translate_routes/ChangeLog
- vendor/plugins/translate_routes/MIT-LICENSE
- vendor/plugins/translate_routes/README.markdown
- vendor/plugins/translate_routes/Rakefile
- vendor/plugins/translate_routes/config/routes_en-US.yml
- vendor/plugins/translate_routes/config/routes_es-ES.yml
- vendor/plugins/translate_routes/init.rb
- vendor/plugins/translate_routes/install.rb
- vendor/plugins/translate_routes/lib/tasks/translate_routes_tasks.rake
- vendor/plugins/translate_routes/lib/translate_routes.rb
- vendor/plugins/translate_routes/lib/translate_routes_i18n_available_locales.rb
- vendor/plugins/translate_routes/lib/translate_routes_test_helper.rb
- vendor/plugins/translate_routes/test/locales/routes.yml
- vendor/plugins/translate_routes/test/translate_routes_test.rb
- vendor/plugins/translate_routes/uninstall.rb
Remove the translate_routes plugin, for now, because it appears to
be the cause of several difficult bugs related to routing.
|
|
|
|
|
|
| |
|
 |
 |
 |
 |
 |