The Rails application that powers OpenStreetMap
Find a file
Ævar Arnfjörð Bjarmason 2153fb6efd Fixed a bug in how fields in /message/new were being pre-filled out.
When someone went to /message/new/:user the "Subject" are would be
pre-filled out with t('message.new.title'). The problem was that the
@title template variable was being used for two purposes, to set the
HTML <title> AND to pre-fill out the subject.

We don't always want these two to be the same, but sometimes we
do. E.g. when someone replies to a diary entry and visits
/message/new/:user?title=Foo we want Foo in the <title> and in the
pre-filled out Subject, and the same goes for replying to a message.

So I've split up the @title variable into @title and @subject.
2009-07-12 16:01:49 +00:00
app Fixed a bug in how fields in /message/new were being pre-filled out. 2009-07-12 16:01:49 +00:00
config Updated Hungarian translation of Potlatch 2009-07-12 15:55:00 +00:00
db Revert r16046. 2009-06-23 02:48:38 +00:00
doc documented some additional requirements when installing on a cleaner ubuntu box 2009-06-10 05:27:54 +00:00
lib and the accompanying SWF 2009-07-09 20:00:29 +00:00
public and the binary 2009-07-12 07:57:00 +00:00
script Use LoadFile(*DATA) to load the __DATA__ section as YAML 2009-06-29 01:42:40 +00:00
test "list mode" should really be "live mode" :) 2009-07-08 22:29:45 +00:00
vendor improved translations 2009-07-09 06:13:37 +00:00
Rakefile beginning of osm on rails 2006-07-28 21:41:39 +00:00
README Lots of documentation updates, plus split out potlatch libraries in to lib 2008-01-24 16:03:56 +00:00

Documentation
=============

Try `rake doc:app` and see /doc/