Maxwell Salzberg
c3ef944878
push publisher form box up [ci skip]
2012-04-26 20:30:17 -07:00
danielgrippi
c413a494d7
retina-ify icons; fix 404 scrolling issue; serif -> san-serif in some style [ci skip]
2012-04-26 20:25:25 -07:00
danielgrippi
e55b305bca
better 404 page. with kittens.
2012-04-26 19:52:41 -07:00
danielgrippi
c9d0879d3d
fav by clicking on something yeahhhh
2012-04-26 18:39:43 -07:00
Maxwell Salzberg
387e188905
make the edit message make sense [ci skip]
2012-04-26 18:02:11 -07:00
Maxwell Salzberg
a58260503f
Revert "delegate ruby template picking on reshares so the posts look better"
...
This reverts commit 5eb2247191 .
2012-04-26 17:58:38 -07:00
danielgrippi
193644b5c1
Revert "adding custom landing page for heroku" [ci skip]
...
This reverts commit 6f951ac678 .
2012-04-26 17:57:54 -07:00
danielgrippi
f08a539c23
clicking the pin icon on the profile takes you to a map [ci skip]
2012-04-26 17:53:36 -07:00
Maxwell Salzberg
c6da8e74ad
background-size for fun and profit [ci skip]
2012-04-26 16:45:46 -07:00
Maxwell Salzberg
851282cbe4
adding home button to single post view
2012-04-26 16:45:46 -07:00
Maxwell Salzberg
6f951ac678
adding custom landing page for heroku
2012-04-26 16:45:46 -07:00
danielgrippi
2873cedd30
put dividers inside conditionals on profile-info [ci skip]
2012-04-26 16:09:26 -07:00
Maxwell Salzberg
2b3bc5a0f0
fix profile json birthday response with some tests.
2012-04-26 16:00:23 -07:00
danielgrippi
0b3926d810
fixed / removed some assets [ci skip]
2012-04-26 15:23:51 -07:00
danielgrippi
6d866fa49d
Revert "adding custom landing page for heroku"
...
This reverts commit 2c9d84607a .
2012-04-26 15:08:07 -07:00
Jonne Haß
2357d9b0f1
update xrd fixture to include namespace and remove namespace before trying to set fields in webfinger profile
2012-04-27 00:05:28 +02:00
danielgrippi
152101484c
updated some assets, THX RO. [ci skip]
2012-04-26 15:02:59 -07:00
Maxwell Salzberg
fe87b38bf2
use birthday as text.
2012-04-26 15:01:43 -07:00
Maxwell Salzberg
6d2cd31e73
disable framer button when you click it the first time.
2012-04-26 15:00:55 -07:00
danielgrippi
d3b874b020
add basic profile info to profile; remove random console.logs [ci skip]
2012-04-26 14:52:48 -07:00
danielgrippi
2c9d84607a
adding custom landing page for heroku
2012-04-26 13:57:50 -07:00
danielgrippi
9bdc3c7207
fix heroku_san dep in gemfile [ci skip]
2012-04-26 13:55:29 -07:00
Maxwell Salzberg
b387f89164
make composer not clip in both views [ci skip]
2012-04-26 12:46:04 -07:00
danielgrippi
164b1d716a
dont hardcode the url, yo
2012-04-26 12:46:04 -07:00
danielgrippi
828cc919d0
DG MS; proof of concept
2012-04-26 12:46:03 -07:00
danielgrippi
43518a9447
added home button nav on profile page [ci skip]
2012-04-26 12:29:22 -07:00
Jonne Haß
8cea8715eb
updated 6 locale files [ci skip]
2012-04-26 15:43:09 +02:00
Maxwell Salzberg
adebdcbd2a
fix an incorrect size declaration in a mixing [ci skip]
2012-04-25 23:08:32 -07:00
Maxwell Salzberg
e9217931ce
only set the title when we have something nice to say
2012-04-25 23:08:11 -07:00
Maxwell Salzberg
87464b84d0
please do not set !important on a global link rule kthxbai
2012-04-25 23:07:56 -07:00
Maxwell Salzberg
fc61df49ce
heroku_san only for 1.9
...
it uses 1.9 hash syntax which makes 1.8 sad
2012-04-25 23:06:17 -07:00
Maxwell Salzberg
5eb2247191
delegate ruby template picking on reshares so the posts look better
2012-04-25 18:10:43 -07:00
Maxwell Salzberg
3bce0be47c
simple hack to make bigtexts posts less sadface [ci skip]
2012-04-25 18:10:43 -07:00
danielgrippi
6933eeb675
show reshared people on hover [ci skip]
2012-04-25 17:23:16 -07:00
Maxwell Salzberg
7c9aaa0a68
fix some stray margin [ci skip]
2012-04-25 17:06:31 -07:00
danielgrippi
04abaf3523
don't show info in edit mode [ci skip]
2012-04-25 17:03:05 -07:00
Dennis Collinson
512347cad9
get crunk
2012-04-25 17:02:01 -07:00
Dennis Collinson
c3c3d57d69
huge basketball shorts
2012-04-25 16:59:06 -07:00
danielgrippi
4e14dd2d01
info now comes from above; slightly fixed typography on single post view
2012-04-25 16:48:06 -07:00
Dennis Collinson
76ad02f2a5
hella spinners
2012-04-25 14:13:16 -07:00
Jonne Haß
eb2eaa8ea1
updated 50 locale files [ci skip]
2012-04-25 22:49:40 +02:00
Maxwell Salzberg
d22a98cd96
monkey patch to_xs for ruby 1.8, and fix a test as a result
2012-04-25 11:38:42 -07:00
Maxwell Salzberg
70fb426487
Merge pull request #3184 from movilla/amparito_users
...
Add translation app/views/admins/user_search.html.haml - Admin Panel
2012-04-25 10:28:39 -07:00
Florian Staudacher
3ff94b0312
install script improvements [ci skip]
2012-04-25 15:12:04 +02:00
Steven Hancock
87ceabc0ba
Precompile Rails Admin assets
...
Rails Admin adds its CSS and Javascript assets to the asset pipeline
in an initializer, which doesn't run if config.assets.initialize_on_precompile
is disabled. This manually adds those assets in config/application.rb to make
sure they get precompiled on each deploy.
See 579785c120
2012-04-25 04:50:46 -07:00
Dennis Collinson
2cbf383fbb
only redirect on html requests
2012-04-24 21:01:19 -07:00
Dennis Collinson
7346921473
MS DC; you can now kill a post on your profile.
2012-04-24 20:46:09 -07:00
danielgrippi
b2ab11944e
changed play button for videos [ci skip]
2012-04-24 19:54:09 -07:00
danielgrippi
c82e339640
follow button in [ci skip]
2012-04-24 19:40:33 -07:00
danielgrippi
9853197063
only show edit and new post controls if you're on your profile page
2012-04-24 19:24:45 -07:00