aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeLines
* Release notes for 0.13Louise Crow2013-08-15-0/+16
|
* The mysociety debian repo only has 64-bit packagesGanesh Sittampalam2013-08-14-1/+1
|
* Update for Rails 3 - script/server is deprecated.Louise Crow2013-08-07-1/+1
|
* Merge remote-tracking branch 'scjody_github/patch-1' into rails-3-developLouise Crow2013-07-31-1/+1
|\
| * Fix name of locale/ directory in INSTALL.mdJody McIntyre2013-07-31-1/+1
| |
* | Add some notes about how to fix existing email addresses with spaces.Louise Crow2013-07-30-2/+1
| |
* | Add a note on how to start mailcatcher.Louise Crow2013-07-30-1/+2
| |
* | Remove notes for c1b3324922687778b316ee1a180582013bcf6d0e, it was reverted ↵release/0.12Louise Crow2013-06-26-1/+0
| | | | | | | | in 9452a2e5fffd35be383250ada139b349a5866acb as it causes ajax requests to be refused in the new request process.
* | Clearer explanation.Louise Crow2013-06-24-1/+1
| |
* | Add list of changes in 0.12Louise Crow2013-06-24-1/+19
| |
* | Add linebreaks.Louise Crow2013-06-24-1/+3
| |
* | Add note about adding site user to exim trusted_users list.Louise Crow2013-06-20-1/+1
| |
* | Move crontab.ugly to crontab-exampleLouise Crow2013-06-12-2/+2
| |
* | No need to add the rails-3 branch now - has been merged to master.Louise Crow2013-06-05-6/+6
| |
* | Add exim config change to upgrade notes and exim install info.0.11.0.2Louise Crow2013-06-04-5/+7
| |
* | Add note about config/httpd.confLouise Crow2013-05-30-0/+1
| |
* | Add some upgrade notes for the 0.11 release.Louise Crow2013-05-30-0/+8
| |
* | Merge branch 'theme-upgrade-notes' into rails-3-developMark Longair2013-05-28-0/+101
|\ \
| * | Add some notes on upgrading themes for Rails 3Mark Longair2013-05-28-0/+101
| | | | | | | | | | | | These were written by Henare Degan with some changes by Mark Longair.
* | | Update the install documentation for the new database.yml paramLouise Crow2013-05-28-1/+2
|/ /
* | Re-remove text removed in e0db6cf956e2270413143017baa7c1472b2e95f2 and ↵Louise Crow2013-04-30-13/+0
| | | | | | | | reinstated in subsequent merge.
* | Merge branch 'rails-3-develop' of ↵Louise Crow2013-04-24-2/+2
|\ \ | | | | | | | | | ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
| * | Rename httpd.conf to httpd.conf-exampleMark Longair2013-04-08-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | The httpd.conf file needs to be customized before being deployed, and in mySociety's deploy system, a custom version is only looked for if a corresponding -example file exists. Also change httpd.conf to httpd.conf-example in INSTALL.md
* | | Merge branch 'release/0.9' into rails-3-developLouise Crow2013-04-24-0/+10
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile.lock app/controllers/public_body_controller.rb app/mailers/track_mailer.rb app/views/request/_hidden_correspondence.html.erb app/views/request/_sidebar.html.erb app/views/request/hidden.html.erb app/views/request/new_please_describe.html.erb app/views/request/preview.html.erb app/views/user/show.html.erb config/environment.rb config/routes.rb spec/controllers/public_body_controller_spec.rb
| * Add changes for release 0.9Louise Crow2013-04-23-0/+10
| |
* | Remove superfluous leading './'sMark Longair2013-04-03-4/+4
| | | | | | | | | | | | | | When running a script in another directory via a relative path it's not necessary to have a leading ./ regardless of your PATH. (At least that's is the case with bash, zsh, tcsh, csh and dash.)
* | script/plugin no longer exists in Rails 3Mark Longair2013-04-03-2/+2
| | | | | | | | | | | | | | | | | | Instead we should use "bundle exec rails plugin". The "-r rails-3" is to make sure that we get the Rails 3 version of the theme, i.e. one that uses Rails.root instead of RAILS_ROOT. (Unfortunately, it doesn't work specifying an annotated tag with "-r", so we use a branch name instead, say, of "use-alaveteli-0.10".)
* | Merge branch 'develop' into rails-3-developLouise Crow2013-03-19-3/+22
|\| | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/views/admin_request/show.html.erb config/environment.rb
| * Supply info request id in an HTML 5 data attributerelease/0.8Louise Crow2013-03-19-2/+2
| |
| * Allow the emergency user account to be disabled.Louise Crow2013-03-19-1/+3
| |
| * Add some release notes.Louise Crow2013-03-14-0/+17
| |
* | Merge branch 'develop' into rails-3-developMatthew Landauer2013-03-19-20/+33
|\| | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock doc/INSTALL.md
| * Consistent syntax for X-Forwarded-ProtoLouise Crow2013-03-13-23/+23
| |
* | Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-21/+83
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/controllers/admin_request_controller.rb app/controllers/admin_track_controller.rb app/controllers/request_controller.rb app/controllers/services_controller.rb app/helpers/link_to_helper.rb app/mailers/request_mailer.rb app/models/application_mailer.rb app/models/info_request.rb app/views/admin_censor_rule/edit.html.erb app/views/admin_censor_rule/new.html.erb app/views/admin_public_body/_form.html.erb app/views/admin_public_body/_locale_selector.html.erb app/views/admin_public_body/_one_list.html.erb app/views/admin_public_body/edit.html.erb app/views/admin_public_body/list.html.erb app/views/admin_public_body/new.html.erb app/views/admin_request/_incoming_message_actions.html.erb app/views/admin_request/edit.html.erb app/views/admin_request/edit_comment.html.erb app/views/admin_request/edit_outgoing.html.erb app/views/admin_request/list.html.erb app/views/admin_request/list_old_unclassified.html.erb app/views/admin_request/show.html.erb app/views/admin_track/_some_tracks.html.erb app/views/admin_track/list.html.erb app/views/admin_user/edit.html.erb app/views/admin_user/list.html.erb app/views/admin_user/show.html.erb app/views/general/_footer.html.erb app/views/general/exception_caught.html.erb app/views/help/contact.html.erb app/views/layouts/default.html.erb app/views/public_body/_alphabet.html.erb app/views/request/_request_listing_single.html.erb app/views/request/_sidebar.html.erb app/views/request/new.html.erb app/views/request/show.html.erb app/views/request_mailer/external_response.rhtml app/views/request_mailer/fake_response.rhtml config/environment.rb config/environments/production.rb config/routes.rb spec/controllers/admin_censor_rule_controller_spec.rb spec/controllers/request_controller_spec.rb spec/controllers/track_controller_spec.rb spec/helpers/link_to_helper_spec.rb spec/mailers/request_mailer_spec.rb spec/models/info_request_spec.rb spec/spec_helper.rb spec/views/public_body/show.html.erb_spec.rb spec/views/request/show.html.erb_spec.rb vendor/plugins/rails_xss/lib/rails_xss/erubis.rb
| * Merge remote-tracking branch 'openaustralia_github/force-ssl' into developLouise Crow2013-03-12-0/+28
| |\ | | | | | | | | | | | | Conflicts: Gemfile.lock
| | * Use different form of X-Forwarded-Proto header that is correctly recognised ↵Matthew Landauer2013-02-18-1/+1
| | | | | | | | | | | | by Varnish
| | * Add a little documentation on how to set up apache as an SSL terminatorMatthew Landauer2013-02-15-0/+28
| | |
| * | Updated docs for compiling css for admin interfaceMatthew Landauer2013-02-19-8/+3
| | |
| * | Merge in adminbootstraptheme 323d704ab4f1ffe31f20fcabeaf030c462dfbadf into ↵Matthew Landauer2013-02-19-0/+26
| | | | | | | | | | | | main project
| * | Add full stop.Louise Crow2013-02-11-1/+1
| | |
| * | Adding some initial change notes.Louise Crow2013-02-08-21/+34
| |/
* | We don't need an old version of Rubygems so hopefully we don't need to do thisHenare Degan2013-03-05-22/+1
| |
* | Rename ALL THE TEMPLATES!!1!!!one!!1!!Henare Degan2013-02-27-7/+7
|/ | | | .rhtml is deprecated in favour of .erb in Rails 3
* Add some general tips for translation, note that we're not actually using ↵Louise Crow2013-01-23-0/+15
| | | | the model attribute translations at the moment.
* Remove memcached config files, references to memcached and interlock.Louise Crow2013-01-17-7/+0
|
* Add note on Rails security upgrades to change file.Louise Crow2013-01-15-0/+1
|
* Add release notes for 0.6.9Louise Crow2012-12-18-0/+18
|
* Emphasise the importance of adding a newrelic.yml file, fix formatting.Louise Crow2012-11-12-1/+2
|
* Add some notes about using mailcatcher in development.Louise Crow2012-11-08-1/+5
|
* Adding release 0.6.8 notes to change file.Louise Crow2012-11-08-0/+24
|