Commit graph

1528 commits

Author SHA1 Message Date
Siebrand Mazeland
10cc07498b Rename no to nb. 2011-12-25 11:12:00 +01:00
Siebrand Mazeland
92c5bf242d Remove config/locales/nb.yml pending rename from no to nb. 2011-12-25 11:11:18 +01:00
Siebrand Mazeland
b1f5237037 ssl -> SSL 2011-12-20 19:10:33 +01:00
Tom Hughes
c182531149 Allow a special ODBL message to be displayed at login 2011-12-20 00:07:07 +00:00
Siebrand Mazeland
50017c36c8 Localisation updates from http://translatewiki.net. 2011-12-19 01:37:54 +01:00
Tom Hughes
dd46c3f78b Add stub files to allow various country specific rails locales to load 2011-12-18 17:06:04 +00:00
Tom Hughes
046bd29553 Add a dummy sv-SE locale so the corresponding rails locale is loaded 2011-12-18 16:55:34 +00:00
Tom Hughes
d5561dd27a Use normal fallbacks to handle the no/nb confusion
This requires (for now) a monkey patch to the i18n fallback code, which
has been offered upstream as https://github.com/svenfuchs/i18n/pull/130.
2011-12-18 16:51:14 +00:00
Tom Hughes
5f0868bd49 Monkey patch in an upstream fix for I18n::Backend::Fallbacks
This can be removed when a new i18n gem release happens. It also allows
us to remvoe an old monkey patch that worked around the problem for one
specific translation key.
2011-12-18 15:54:38 +00:00
Tom Hughes
11cc7ebaa7 Use I18n::Backend::Simple.include directly 2011-12-18 15:49:21 +00:00
Mikel Maron
ce829bcc7c Add support for viewing a list of your friends' changesets 2011-12-15 21:25:27 +00:00
Tom Hughes
3f5374901e Allow generic URIs to use the registry format
This should stop OAuth complaining when it tries to parse a mapzen
callback URI of the form mapzen://osm_callback
2011-12-13 10:45:40 +00:00
Tom Hughes
e05b549f8c Display CT status on the user page 2011-12-09 09:34:29 +00:00
Tom Hughes
d74cb34e1e Remove old unused monkey patch 2011-11-26 16:06:41 +00:00
Tom Hughes
ae8a114069 Make query cache disabling work again 2011-11-26 16:01:57 +00:00
Tom Hughes
3266d0bd03 Precompile stylesheet for OpenLayers 2011-11-25 20:39:25 +00:00
Tom Hughes
d11580df82 Precompile openlayers wrapper 2011-11-25 20:13:03 +00:00
Tom Hughes
671fe0bb91 Remove the noname layer and add the transport and MapQuest layers 2011-11-25 11:55:12 +00:00
Matt Amos
64030a40ac Replace @ with ~ in the shortlink
This should help Twitter's horribly broken URL detection algorithm
not screw up shortlinks from OSM.
2011-11-24 22:27:16 +00:00
Siebrand Mazeland
370918ca84 Localisation updates from http://translatewiki.net. 2011-11-21 22:02:37 +01:00
Tom Hughes
84b28719c8 Replace HTML entities with normal character equivalents 2011-11-21 09:57:58 +00:00
Tom Hughes
be8164cf15 Generate correct URLs for changeset feeds 2011-11-19 12:42:37 +00:00
Tom Hughes
0d6a51d74e Monkey patch CPK to fix problems with polymorphic has_many 2011-11-18 10:21:37 +00:00
Tom Hughes
7b89dc6349 Make OAuth work again 2011-11-16 21:13:25 +00:00
Tom Hughes
a00b1240dd Revert "Put changeset feeds before lists in the routes"
This reverts commit 76c1371dcf.
2011-11-15 16:10:08 +00:00
Tom Hughes
76c1371dcf Put changeset feeds before lists in the routes 2011-11-15 12:56:38 +00:00
Tom Hughes
56ddd1a21f Only apply the hard memory limit when running under passenger 2011-11-15 09:17:07 +00:00
Tom Hughes
69f535af32 Reinstate memory limits now we're not using rhino 2011-11-14 19:06:11 +00:00
Tom Hughes
0e33245b1d Disable rack caching in production 2011-11-14 09:42:58 +00:00
Tom Hughes
2f77efe7e6 Fix production log configuration 2011-11-14 09:42:58 +00:00
Tom Hughes
49f4a78240 Disable hard memory limits 2011-11-14 09:42:58 +00:00
Tom Hughes
2cac555019 Force an I18n reload to work around ordering problem
Unfortunately the rails-i18n-updater plugin adds the rails translations
to the load path after rails has already loaded the translations, so we
have to force a reload to get the translated versions.
2011-11-14 09:42:57 +00:00
Tom Hughes
570fd3b6aa Update to rails 3.1.1 2011-11-14 09:42:56 +00:00
Tom Hughes
2c837d896d Make database offline mode work 2011-11-14 09:42:56 +00:00
Tom Hughes
96c22b169a Get OAuth working, including a hack for Potlatch 2011-11-14 09:42:55 +00:00
Tom Hughes
93fded9641 Drop the sql_session_store plugin
The sql_session_store plugin doesn't work with rails 3 and doesn't
seem to be supported anymore, so drop it in favour of the builtin
database backed session storage.
2011-11-14 09:42:55 +00:00
Tom Hughes
727204520d Enable asset compilation in product so precompile works
Rails 3.1.0 has a bug where the assets:precompile rake task doesn't
turn on demand compilation, so referenced assets are not handled.
2011-11-14 09:42:54 +00:00
Tom Hughes
c0fe77fd02 Make hack for file streaming work with rails 3.1.0 2011-11-14 09:42:52 +00:00
Tom Hughes
8acdba8bdd Upgrade to rails 3.1.0 2011-11-14 09:42:52 +00:00
Tom Hughes
6d59a122ea Update to rails 3.0.5, arel 2.0.9 and composite_primary_keys 3.1.4 2011-11-14 09:42:48 +00:00
Tom Hughes
b89486eab0 Rework AMF controller's streaming output for rails 3 2011-11-14 09:42:46 +00:00
Tom Hughes
423f5ffbc2 Use config.filter_parameters instead of filter_parameter_logging 2011-11-14 09:42:43 +00:00
Tom Hughes
09e5528ecd Don't allow STARTTLS to be used when sending mail
Ruby's mail library seems to be very picky about the certificate
validity if STARTTLS is used, so disable it.
2011-11-14 09:42:42 +00:00
Tom Hughes
92c171dcaa Replace various HTML entities with normal characters 2011-11-14 09:42:41 +00:00
Tom Hughes
56df4f3813 Update notifiers to use new ActionMailer API 2011-11-14 09:42:41 +00:00
Tom Hughes
e1213a4651 Use Rails.xxx instead of RAILS_XXX 2011-11-14 09:42:40 +00:00
Tom Hughes
c9fa49c994 Update to rails 3 2011-11-14 09:42:40 +00:00
Siebrand Mazeland
72f388aa95 Localisation updates from http://translatewiki.net. 2011-11-06 10:36:35 +01:00
Siebrand Mazeland
0267949701 Localisation updates from http://translatewiki.net. 2011-09-28 16:43:04 -07:00
Siebrand Mazeland
0f5e2c153a Localisation updates from http://translatewiki.net. 2011-09-28 13:33:22 -07:00