]> git.openstreetmap.org Git - rails.git/shortlog
rails.git
2008-07-16 Tom HughesDisable JPEG exports from Osmarender as they are not...
2008-07-16 Tom HughesRemove no longer needed PHP extension.
2008-07-15 Tom HughesRemote Potlatch projection routines as they are no...
2008-07-15 Tom HughesMinor tidyups.
2008-07-15 Tom HughesRename unique_nodes to unshared_node_ids to make it...
2008-07-15 Tom HughesMove Potlatch configuration to a separate initialiser...
2008-07-09 Tom HughesRevert Potlatch 0.10 from the trunk - we will keep...
2008-07-09 Tom HughesBranch the rails code for Potlatch 0.10 support.
2008-07-09 Richard FairhurstPotlatch 0.10
2008-07-08 Shaun McDonaldSorts out a problem with the description field and...
2008-07-08 Tom HughesAdd bounds to map responses. Closes #1011.
2008-07-07 Tom HughesAllow users to remove their image. Closes #1010.
2008-07-07 Tom HughesSanitize user descriptions properly.
2008-07-05 Tom HughesCapitalise German message correctly.
2008-06-28 Tom HughesQuote default when used as a key in a hash as it is...
2008-06-27 Tom HughesMerge data browser branch to trunk.
2008-06-26 Tom HughesRefactor to remove some code duplication.
2008-06-26 Tom HughesDisable the data browswer when the database is not...
2008-06-25 Tom HughesMinor correction to German translation.
2008-06-25 Tom HughesHandle international idiots in a reasonable selection...
2008-06-25 Tom HughesTry and make message and comment notifications more...
2008-06-24 Tom HughesRailsify relation selection (aka ripping out the f...
2008-06-24 Tom HughesImprove the layout of the object browser views.
2008-06-22 Tom HughesMerge 8381:8390 from trunk.
2008-06-22 Tom HughesMake GeoRecord inject class methods correctly when...
2008-06-22 Tom HughesMerge 8377:8381 from trunk.
2008-06-22 Tom HughesMake the polymorphic relation association work properly.
2008-06-22 Tom HughesMerge 7922:8377 from trunk.
2008-06-22 Tom HughesAdd support for putting the site in an offline mode...
2008-06-21 Tom HughesUse a polymorphic association to model relation members...
2008-06-21 Tom HughesRemoved bogus belongs_to user declaration.
2008-06-11 Richard Fairhursttrap for #971 until I can work out why it's doing it
2008-06-10 Shaun McDonaldReplacing the non existant image with a pending text...
2008-06-07 Tom HughesWork around the fact that exists? no longer works for...
2008-06-07 Tom HughesLet's have one last try...
2008-06-06 Tom HughesMagic foo to make composite_primary_keys work.
2008-06-06 Tom HughesGo back to rails 2.0.2 for now as 2.1.0 doesn't quite...
2008-06-06 Tom HughesSwitch to rails 2.1.0 release.
2008-06-05 Tom HughesDon't use comma to separate values in the location...
2008-06-05 Tom HughesSwitch to rails 2.0.2 as Debian/Ubuntu is able to handl...
2008-06-05 Tom HughesMake sure the diary tab always links to the global...
2008-06-03 Tom HughesCope with not having a layer configuration at all.
2008-06-02 Tom HughesDon't try and parse an empty string as a layer config...
2008-05-29 Tom HughesRequire a form post to finally confirm an account to...
2008-05-29 Richard Fairhurstfix node relations bug (thanks Dave!)
2008-05-29 Richard FairhurstPotlatch 0.9c
2008-05-28 Tom HughesImprove the layout of the browse sidebar a bit.
2008-05-28 Tom HughesMerge 7744:7922 from trunk.
2008-05-25 Richard FairhurstPotlatch 0.9b
2008-05-21 Richard Fairhursttemporarily disable OAM (SWF)
2008-05-21 Richard Fairhurstdon't set _alpha so often when ways dimmed (SWF)
2008-05-20 Tom HughesMake the layer attribute a bit less fragile - base...
2008-05-20 Shaun McDonaldAdd a check to make sure that a node/way/relation doesn...
2008-05-19 Tom HughesMake the "larger map" link on an HTML export point...
2008-05-19 Tom HughesAdd the cycle map to the main site.
2008-05-16 Tom HughesYet another at fixing the layout of the search box...
2008-05-16 Richard Fairhurstfix revert to cope with moved nodes properly (OH NOES...
2008-05-16 Tom HughesReword the noscript section a bit.
2008-05-16 Tom HughesTry and make browsers display the search box sanely.
2008-05-16 Shaun McDonaldShowing a nice message for browsers with javascript...
2008-05-15 Tom HughesTidy up map browse code and qualify various global...
2008-05-15 Tom HughesRemove bogus action attribute from the submit button...
2008-05-12 Richard Fairhurstsplash screen
2008-05-11 Richard Fairhursthmmm, probably best not to gratuitously send the same...
2008-05-11 Richard FairhurstPotlatch 0.9a
2008-05-11 Tom HughesAdd maximiseMap() and minimiseMap() functions to the...
2008-05-11 Tom HughesFix what looks like an accidental change to the stylesh...
2008-05-11 Tom HughesOnly add the data layer to the main map, and use the...
2008-05-09 Tom HughesMerge 7452:7744 from trunk.
2008-05-09 Tom HughesAdd the marker to the map correctly.
2008-05-08 Richard FairhurstPotlatch 0.9
2008-05-07 Tom HughesRemove bogus apostrophe.
2008-05-06 Tom HughesTidy up handling of unknown traces.
2008-05-06 Tom HughesBackout message deletion functionality as it has unfort...
2008-05-05 Tom HughesFix replying to diary comments, and tidy a few things up.
2008-05-05 Tom HughesQuote reply messages properly.
2008-05-05 Tom HughesReinstate stripping of Re: prefixes that Steve dropped...
2008-05-05 Tom HughesRework the new Go button on the search form so that...
2008-05-04 Tom HughesGo back to using user_id+k as the primary key for user...
2008-05-03 Gabriel Ebnerrails_port: fix migration to create a primary key with...
2008-05-03 Steve Coastfix migration to remove original stupid index hopefully
2008-05-03 Steve Coastfix bug 871 - show a good error message if gps trace...
2008-05-03 Steve Coastadd a go button to the search form as in bug 589
2008-05-03 Steve Coastmake public button a bit nicer
2008-05-03 Steve Coastnicer reply messages, bug 529
2008-05-03 Steve Coastability to delete messages
2008-05-03 Steve Coastadd individual user preference read/write, and default...
2008-05-01 Richard FairhurstOption to disable thick ways
2008-05-01 Tom HughesInclude the marker on the larger map link during HTML...
2008-05-01 Tom HughesReduce the expiry for OpenLayers resources (which are...
2008-05-01 Tom HughesMerge HTML export branch to trunk.
2008-05-01 Christopher... larger map link is now raw html for better google-linki...
2008-04-30 Richard FairhurstPotlatch 0.8c
2008-04-30 Christopher... link goes into external frame, not in the iframe
2008-04-30 Tom HughesTidy things up a bit.
2008-04-30 Christopher... add support for showing osmarender layer instead of...
2008-04-30 Christopher... add support for setting a specific marker location...
2008-04-30 Christopher... Simplify a couple things that no longer need to be...
2008-04-30 Christopher... improvements to embed.html, now uses bbox instead of...
2008-04-29 Tom HughesFix attribution strings.
next