projects
/
rails.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix lists in rich text to display properly
[rails.git]
/
app
/
views
/
user
/
2013-01-24
Tom Hughes
Fix lists in rich text to display properly
tree
|
commitdiff
2013-01-22
Saman Bemel-Benrud
Fix overflow on login page on mobile
tree
|
commitdiff
2013-01-16
Tom Hughes
Make user markers display correctly
tree
|
commitdiff
2013-01-14
Saman Bemel-Benrud
Site cleanup
tree
|
commitdiff
2012-11-23
Tom Hughes
Merge branch 'leaflet'
tree
|
commitdiff
2012-11-09
John Firebaugh
Port to Leaflet
tree
|
commitdiff
2012-10-30
Tom Hughes
Simplify handling of verified emails in OpenID signup
tree
|
commitdiff
2012-10-18
Tom Hughes
Improve the user image selection UI
tree
|
commitdiff
2012-10-18
Paweł Paprota
Implemented Gravatar support
tree
|
commitdiff
2012-10-07
Paweł Paprota
Display a diary entry count on the user page
tree
|
commitdiff
2012-10-05
John Firebaugh
Simplify further by using OSM.home
tree
|
commitdiff
2012-10-05
John Firebaugh
Remove unused params code
tree
|
commitdiff
2012-10-05
John Firebaugh
Move user JS to page-specific script file
tree
|
commitdiff
2012-09-24
Tom Hughes
Don't report the PD flag in the user API call
tree
|
commitdiff
2012-09-24
Tom Hughes
Add some extra information to user API responses
tree
|
commitdiff
2012-09-24
Tom Hughes
Add a /api/0.6/user/NNNN call to the API
tree
|
commitdiff
2012-09-20
Tom Hughes
Move the administrator details further down the user...
tree
|
commitdiff
2012-09-20
Tom MacWright
moderate refactoring of the user page
tree
|
commitdiff
2012-08-27
John Firebaugh
Use a standard application.js bundle
tree
|
commitdiff
2012-08-27
John Firebaugh
Extract browse.js static asset
tree
|
commitdiff
2012-08-25
John Firebaugh
Set OpenLayers lang unobtrusively
tree
|
commitdiff
2012-08-15
Tom Hughes
Add a missing </tr> tag
tree
|
commitdiff
2012-08-15
Tom Hughes
Fixup make_friend and remove_friend properly
tree
|
commitdiff
2012-08-14
Tom MacWright
Fix regression - no link to view diary of other users
tree
|
commitdiff
2012-08-14
Tom Hughes
Require POST for make_friend and remove_friend
tree
|
commitdiff
2012-08-10
Tom Hughes
Improve blocks on/by links on user pages
tree
|
commitdiff
2012-08-10
Tom MacWright
Improve user page navigation menu
tree
|
commitdiff
2012-06-18
Tom Hughes
Remove use of deprecated :comment attribute on link_to...
tree
|
commitdiff
2012-06-01
Tom Hughes
Replace link_to_function with UJS based code
tree
|
commitdiff
2012-03-21
Tom Hughes
Move generation of role icons into a helper
tree
|
commitdiff
2012-03-20
Tom Hughes
Get rid of custom CSRF protection for user role changes
tree
|
commitdiff
2012-03-17
Tom Hughes
Add preview functionality to rich text controls
tree
|
commitdiff
2012-03-17
Tom Hughes
Treat all newly entered blocks of text as Markdown
tree
|
commitdiff
2012-03-14
Tom Hughes
Refactor calculation of zoom level based on a scale
tree
|
commitdiff
2012-03-14
Tom MacWright
Change abstraction level for map functions
tree
|
commitdiff
2012-03-13
Tom Hughes
Don't escape HTML in the "user suspended" message
tree
|
commitdiff
2012-03-11
Tom Hughes
Fix incorrect link generation that relied on default...
tree
|
commitdiff
2012-03-09
Tom Hughes
Fix various routing and route generation errors
tree
|
commitdiff
2012-02-29
Tom MacWright
Simplify login page
tree
|
commitdiff
2012-02-29
Tom Hughes
Removed line break
tree
|
commitdiff
2012-02-28
Steve Singer
Add a view to show diary comments left by a user
tree
|
commitdiff
2012-02-21
Tom Hughes
Don't escape the user pagination links
tree
|
commitdiff
2012-02-15
Tom Hughes
Replace the file_column plugin with paperclip
tree
|
commitdiff
2012-02-08
Tom Hughes
Don't escape mailto link on blocked signup page
tree
|
commitdiff
2012-02-08
Tom Hughes
Add support for domain based ACLs
tree
|
commitdiff
2012-01-23
Tom Hughes
Use jQuery syntax instead of Prototype syntax
tree
|
commitdiff
2012-01-07
Mikel Maron
Add some more social features
tree
|
commitdiff
2012-01-04
Tom Hughes
User getImageLocation to get the URLs for markers
tree
|
commitdiff
2011-12-23
Andrzej Zaborowski
Fix a nil check in Contributor Terms display
tree
|
commitdiff
2011-12-15
Mikel Maron
Add support for viewing a list of your friends' changesets
tree
|
commitdiff
2011-12-09
Tom Hughes
Display CT status on the user page
tree
|
commitdiff
2011-12-09
Tom Hughes
Don't try and show the IP address when there isn't one
tree
|
commitdiff
2011-11-29
Andrzej Zaborowski
Fix user traces link's :action parameter
tree
|
commitdiff
2011-11-28
Tom Hughes
Convert prototype code to jQuery on user list page
tree
|
commitdiff
2011-11-26
Tom Hughes
Switch from Prototype to jQuery
tree
|
commitdiff
2011-11-25
Tom Hughes
Serve OpenLayers through the asset pipeline
tree
|
commitdiff
2011-11-22
Tom Hughes
Don't escape HTML in the message shown to anonymous...
tree
|
commitdiff
2011-11-17
Tom Hughes
Fix formatting of user list
tree
|
commitdiff
2011-11-14
Tom Hughes
Use HTML5 email and url field types where appropriate
tree
|
commitdiff
2011-11-14
Tom Hughes
Mark terms as raw to avoid escaping HTML in them
tree
|
commitdiff
2011-11-14
Tom Hughes
Preserve field values if the signup form fails validation
tree
|
commitdiff
2011-11-14
Tom Hughes
Mark openid prompt as raw so the image is not escaped
tree
|
commitdiff
2011-11-14
Tom Hughes
Mark some locale lookups as raw
tree
|
commitdiff
2011-11-14
Tom Hughes
Update ActiveRecord queries to use arel
tree
|
commitdiff
2011-11-14
Tom Hughes
Use an observer to detect changes to the selected legale
tree
|
commitdiff
2011-11-14
Tom Hughes
Replace request.request_uri with request.fullpath
tree
|
commitdiff
2011-11-14
Tom Hughes
Use form_tag instead of building forms by hand
tree
|
commitdiff
2011-11-14
Tom Hughes
Mark some strings that shouldn't be escaped as raw
tree
|
commitdiff
2011-11-14
Tom Hughes
Use <%= instead of <% for block helpers that use concat
tree
|
commitdiff
2011-08-23
Tom Hughes
Remove link to ethnio script which was never used
tree
|
commitdiff
2011-08-22
Tom Hughes
Disable the openid_url field when it isn't shown
tree
|
commitdiff
2011-08-22
Tom Hughes
Don't show the openid field if the URL is the empty...
tree
|
commitdiff
2011-08-22
Tom Hughes
Hide and show the openid field on the signup page correctly
tree
|
commitdiff
2011-07-31
Tom Hughes
Fix an accidental CSS match that broke user popups...
tree
|
commitdiff
2011-07-02
Tom Hughes
More work on moving styles out of line and extending...
tree
|
commitdiff
2011-07-02
Tom Hughes
Move more styling into CSS and make it support RTL...
tree
|
commitdiff
2011-07-02
Tom Hughes
Lots more work on making RTL layout work
tree
|
commitdiff
2011-06-19
Tom Hughes
Use smaller logos for OpenID logins
tree
|
commitdiff
2011-06-15
Tom Hughes
Make sure the ID of OpenID URL fields is openid_url
tree
|
commitdiff
2011-06-10
Tom Hughes
Fix field names so password logins work
tree
|
commitdiff
2011-06-10
Tom Hughes
Merge branch 'master' into openid
tree
|
commitdiff
2011-06-03
Tom Hughes
Allow a parameter to set the default value for the...
tree
|
commitdiff
2011-05-31
Tom Hughes
Merge branch 'master' into openid
tree
|
commitdiff
2011-05-29
Tom Hughes
Improve the look of the OpenID enabled login form on...
tree
|
commitdiff
2011-05-27
Tom Hughes
Replace MySpace with AOL in the OpenID login buttons
tree
|
commitdiff
2011-05-22
Tom Hughes
Merge branch 'master' into openid
tree
|
commitdiff
2011-05-22
Tom Hughes
Improve presentation of supporting links on the terms...
tree
|
commitdiff
2011-05-22
Grant Slater
Correct some minor html validation errors
tree
|
commitdiff
2011-05-22
Grant Slater
Add summary + informal translations links to terms...
tree
|
commitdiff
2011-05-21
Tom Hughes
Merge branch 'master' into openid
tree
|
commitdiff
2011-05-21
Tom Hughes
Merge branch 'openID' of git://git.openstreetmap.org...
tree
|
commitdiff
2011-04-13
Matt Amos
Renumbered sections to be more consistent with subsecti...
tree
|
commitdiff
2011-04-13
Matt Amos
Reformatting contributor terms box based on suggestions...
tree
|
commitdiff
2011-04-13
Matt Amos
Updated French and UK terms to 1.2.4
tree
|
commitdiff
2011-04-03
Tom Hughes
Fixup the user map code to match existing code style
tree
|
commitdiff
2011-04-03
Harry Wood
fixes trac.openstreetmap.org/ticket/3645 . Can now...
tree
|
commitdiff
2011-04-03
Harry Wood
Make home location setting map default to the whole...
tree
|
commitdiff
2011-04-03
Matt Amos
Phase 2 CTs implementation and tests, with config parameter
tree
|
commitdiff
2011-03-25
Tom Hughes
Handle changesets with an empty string as the comment
tree
|
commitdiff
2011-02-10
Tom Hughes
Merge branch 'master' into openid
tree
|
commitdiff
next