]> git.openstreetmap.org Git - rails.git/history - app/models
Don't autofocus search, fade out "Where am I?" on focus
[rails.git] / app / models /
2013-10-11 Tom HughesRemove never actually used code from five years ago
2013-09-30 Tom HughesImprove consistency of selections in the browser controller
2013-09-29 Tom HughesConvert some deprecated methods to modern arel syntax
2013-09-24 Tom HughesRemove debugging code
2013-09-21 Tom HughesEliminate deprecated scope and association arguments
2013-09-21 Tom HughesReplace attr_accessible with strong parameters
2013-09-21 Tom HughesRemove multiline regular expression anchors from valida...
2013-09-09 Tom HughesReturn GPX traces as application/gpx+xml instead of...
2013-08-23 Tom HughesMerge remote-tracking branch 'osmlab/id-default'
2013-08-18 Tom HughesMerge remote-tracking branch 'osmlab/welcome-2'
2013-08-13 Tom HughesUpgrade passwords to the latest hashing scheme on login
2013-08-13 Tom HughesStrengthen password hashing algorithm
2013-08-12 John FirebaughHandle expired confirmation tokens
2013-08-12 John FirebaughReduce welcome email to minimal text
2013-06-25 Tom HughesReplace the spam observer with simple after_save callbacks
2013-06-25 Tom HughesRemove remaining action cache usage and related infrast...
2013-06-24 Tom HughesExtract common code for parsing floats
2013-06-24 Ian DeesGuard against non-numeric lat and lons in nodes and...
2013-06-10 Tom HughesAdd a reopen API call for notes
2013-05-27 Tom HughesPass the correct locale to Nominatim.describe_location
2013-05-27 Tom HughesSimplify locale handing in notification emails
2013-05-27 Tom HughesUse correct locale for note comment notification emails
2013-05-10 Tom HughesImprove tests for trace RSS feeds
2013-04-29 Tom HughesMake the notification mails for notes show when a note...
2013-04-26 Tom HughesRemove the flatten_comment methd from the Note model
2013-04-23 Tom HughesMerge branch 'notes'
2013-04-16 Tom HughesMerge branch 'master' into notes
2013-04-08 Tom HughesMerge branch 'master' into notes
2013-04-01 Tom HughesUse changeset and user caches in Changeset#download
2013-04-01 Tom HughesReimplement User#is_friends_with? in a non-insane way
2013-04-01 Tom HughesPreload sender/recipient details for messages
2013-03-28 Tom HughesAdd a new write_notes permission needed for OAuth acces...
2013-03-28 Tom HughesMerge branch 'master' into notes
2013-03-24 Tom HughesUse changeset and user caches in Changeset#download
2013-03-24 Tom HughesReimplement User#is_friends_with? in a non-insane way
2013-03-24 Tom HughesPreload sender/recipient details for messages
2013-02-05 Tom HughesMerge branch 'master' into notes
2013-02-05 Tom HughesMake the API reject changes to closed notes
2013-02-05 Tom HughesRemove redundant return
2013-02-03 Tom HughesTouch notes when new comments are added
2013-02-02 Tom HughesMerge branch 'master' into notes
2013-01-15 Tom HughesMerge branch 'master' into notes
2012-12-03 Tom HughesRemove the author_name field from notes
2012-12-01 Tom HughesMerge branch 'master' into notes
2012-12-01 Tom HughesMove caching of reverse geocodes to describe_location
2012-11-23 Tom HughesMerge branch 'leaflet'
2012-11-20 Tom HughesMerge branch 'master' into notes
2012-11-12 Tom HughesUse counter caches to improve spam scoring
2012-11-04 Tom HughesAllow mass assignment of user preference keys and values
2012-10-30 Kai KruegerTrust Google and Yahoo to return valid email addresses
2012-10-22 John FirebaughAvoid unnecessary array allocations
2012-10-18 Paweł PaprotaImplemented Gravatar support
2012-10-15 Tom HughesMerge branch 'master' into notes
2012-10-15 Tom HughesReturn the body of a note comment as a rich text object
2012-10-14 Tom HughesGet note comment notification working again
2012-10-13 Tom HughesMerge branch 'master' into notes
2012-10-07 Paweł PaprotaDisplay a diary entry count on the user page
2012-09-21 Matt AmosAdded a test for trac ticket 4471, and fixed the issue.
2012-09-20 Tom HughesMerge branch 'master' into openstreetbugs
2012-09-05 Tom HughesClear the openid URL when an account is deleted
2012-08-22 Tom HughesMerge branch 'master' into openstreetbugs
2012-08-10 Tom HughesImprove blocks on/by links on user pages
2012-08-10 Tom MacWrightImprove user page navigation menu
2012-07-27 Tom HughesReplace deprecated update_attribute method
2012-07-27 Tom HughesClear pass_crypt_confirmation when encrypting a new...
2012-07-23 Tom HughesDon't allow hash signs in usernames
2012-07-23 Tom HughesDon't allow percent signs in usernames
2012-07-11 Andy AllanDon't show coordinates for deleted nodes
2012-04-23 Tom HughesDelete tokens for an application when the application...
2012-04-05 Matt AmosRemoved user checks from to_xml_node, as these should...
2012-04-05 Matt AmosFixed redaction attribute on old nodes and ways, added...
2012-04-05 Matt AmosSet defaults properly on redaction model, and remove...
2012-04-05 Matt AmosUsed `unredacted` scope rather than explicit SQL
2012-04-05 Matt AmosAdded redactions resource
2012-04-05 Matt AmosFixed AMF controller methods to hide redacted nodes
2012-04-05 Matt AmosAdded relation redaction logic, same as node and way...
2012-04-05 Matt AmosAltered old_way stuff to be Railsy like old_node is now
2012-04-05 Kai KruegerCopy the redaction code from nodes to ways
2012-04-05 Kai KruegerExpose redactions through the node history API calls
2012-04-05 Matt AmosFixing review comments
2012-04-05 Matt AmosAdding first cut of Redactions support
2012-03-20 Tom HughesAdjust spam scoring to try and reduce false positives
2012-03-17 Tom HughesTreat messages received by email as plain text
2012-03-17 Tom HughesMake spam scoring work with new rich text system
2012-03-17 Tom HughesTreat all newly entered blocks of text as Markdown
2012-03-10 Tom HughesMerge branch 'master' into openstreetbugs
2012-03-10 Tom HughesAvoid mass assignment error in spam observer
2012-03-10 Tom HughesRemoved expiry code for bogus trace URLs that no longer...
2012-03-09 Tom HughesGet the per-user note list view working again
2012-03-09 Tom HughesFix mass assignment issues
2012-03-09 Tom HughesUser errors.add(:base) instead of the removed errors...
2012-03-09 Tom HughesMake setting of a default status for new notes work
2012-03-08 Tom HughesMerge branch 'master' into openstreetbugs
2012-03-06 Tom HughesTurn on mass assignment protection
2012-03-03 Tom HughesDetect changes to the user image correctly
2012-02-21 Tom HughesServe up paperclip attachments in a cache friendly way
2012-02-15 Tom HughesMake sure we don't inherit old tags when parsing XML...
2012-02-15 Tom HughesReplace deprecated methods with modern equivalents
2012-02-15 Tom HughesRemove remnants of old lower case relation member types
2012-02-15 Tom HughesReplace the file_column plugin with paperclip
next