hemanth
|
dc0fc1f445
|
set -e removed as the rules change from one Bash version to another, as Bash attempts to track the extremely slippery POSIX definition of this "feature". When a SubShell is involved, it gets worse still -- the behavior changes depending on whether Bash is invoked in POSIX mode.
|
2010-09-25 06:36:25 +08:00 |
|
hemanth
|
5682cf59ab
|
Added a check on if the user has already cloned and also a set -e to exit immediately if a command exits with a non-zero status.
|
2010-09-25 06:36:25 +08:00 |
|
hemanth
|
d4ad943699
|
Check on universe repository, if enabled or not.
|
2010-09-25 06:36:02 +08:00 |
|
hemanth
|
1add029421
|
Check for wget added
|
2010-09-25 06:36:02 +08:00 |
|
hemanth
|
d66eedaf00
|
Fixed a major issue with sudo user check\!
|
2010-09-25 06:36:01 +08:00 |
|
Daniele Di Sarli
|
8323e7dcb2
|
Added Italian translation
|
2010-09-25 06:35:43 +08:00 |
|
Raphael
|
3b4b4f4ed3
|
Add a couple things to gitignore
|
2010-09-24 15:35:18 -07:00 |
|
Raphael
|
be623a0c3a
|
Merge branch 'master' into 1.9.2
|
2010-09-24 15:18:59 -07:00 |
|
Raphael
|
999d229225
|
Post photos in either 1.8.7 or 1.9.2
|
2010-09-24 15:18:30 -07:00 |
|
Raphael
|
004e659ee1
|
fix album posting
|
2010-09-24 15:10:49 -07:00 |
|
ilya
|
c7757a302c
|
typo
|
2010-09-24 15:06:48 -07:00 |
|
ilya
|
ac9854596f
|
fb_status partial rendered in public
|
2010-09-24 15:04:31 -07:00 |
|
Raphael
|
ae7c869bc3
|
Add specs for album controller failure
|
2010-09-24 15:01:36 -07:00 |
|
Raphael
|
1f62f910e3
|
fix requires in db seeds
|
2010-09-24 14:43:23 -07:00 |
|
ilya
|
bb58678556
|
added a fb_status model & parser method
|
2010-09-24 14:41:31 -07:00 |
|
Raphael
|
5c32cbaee8
|
Fix requires in rake task
|
2010-09-24 14:40:30 -07:00 |
|
Raphael
|
950c6a7cab
|
Merge branch '1.9.2' into HEAD
Conflicts:
app/models/photo.rb
|
2010-09-24 14:36:00 -07:00 |
|
Raphael
|
19199dabfe
|
fix spec_helper for 1.9.2
|
2010-09-24 11:49:30 -07:00 |
|
Raphael
|
40120bb441
|
Moving to activemodel validations
|
2010-09-24 11:15:39 -07:00 |
|
ilya
|
82b99decbb
|
putting the token in the warden session
|
2010-09-24 10:45:27 -07:00 |
|
Raphael
|
b9bff76054
|
Initial 1.9.2, specs fail (possibly validatable), need to pull in aredridel photo fixes
|
2010-09-24 09:49:42 -07:00 |
|
Raphael
|
70a22ae839
|
Merge branch 'master' into HEAD
Conflicts:
app/models/post.rb
app/models/user.rb
config/initializers/socket.rb
|
2010-09-24 09:15:10 -07:00 |
|
Pistos
|
7dc813a15a
|
Added a newline before a list, so that the list can be properly interpreted as a list (Markdown syntax).
|
2010-09-24 11:48:34 +08:00 |
|
Pistos
|
86f462cc42
|
Strip trailing whitespace.
|
2010-09-24 11:48:34 +08:00 |
|
ilya
|
755ccc084f
|
Merge branch 'fb' of github.com:diaspora/diaspora into fb
|
2010-09-23 20:38:59 -07:00 |
|
ilya
|
deea03bf82
|
deploy restart after db:reset since we need the new app_config.yml
|
2010-09-23 20:38:39 -07:00 |
|
danielvincent
|
4f17eb4e02
|
stray aspect name removed from publisher
|
2010-09-23 20:33:34 -07:00 |
|
ilya
|
a6c1ff8ce2
|
fixed the deploy scripts
|
2010-09-23 20:21:17 -07:00 |
|
ilya
|
a594c9a34f
|
friends in the public bucket
|
2010-09-23 20:19:02 -07:00 |
|
danielvincent
|
265753b5fe
|
user edit is now divided into real sections
|
2010-09-23 20:13:07 -07:00 |
|
ilya
|
eaea26e58d
|
the public aspect is now set in application controller
|
2010-09-23 19:33:33 -07:00 |
|
ilya
|
796f198d8c
|
notification only on user page
|
2010-09-23 17:20:55 -07:00 |
|
ilya
|
11dc225311
|
removed the old publish box
|
2010-09-23 17:19:43 -07:00 |
|
Raphael
|
16b6fc6cdc
|
Don't give exception on webfinger with no query
|
2010-09-23 17:18:34 -07:00 |
|
ilya
|
75e1ddf9d2
|
saying going to FB in public aspect
|
2010-09-23 17:17:18 -07:00 |
|
ilya
|
0d71a1896c
|
posting to FB from public now works
|
2010-09-23 17:11:42 -07:00 |
|
ilya
|
107fb58917
|
added a logger statement
|
2010-09-23 17:04:27 -07:00 |
|
ilya
|
d7833c66b2
|
typo
|
2010-09-23 16:48:58 -07:00 |
|
ilya
|
4d2bd52310
|
public aspect param on statusMessage create and in the partial
|
2010-09-23 16:41:05 -07:00 |
|
Raphael
|
d748d456b5
|
Revert "fix in person partial"
This reverts commit 8c0bc4b9e6.
|
2010-09-23 16:21:08 -07:00 |
|
ilya
|
be10681945
|
IZ tying the publisher to fb in public aspect
|
2010-09-23 16:06:55 -07:00 |
|
ilya
|
fc2cf4fde6
|
typo
|
2010-09-23 15:21:15 -07:00 |
|
ilya
|
1fdbc637d1
|
trying profile pictures on remote
|
2010-09-23 15:18:29 -07:00 |
|
Raphael
|
264555e63b
|
Update css
|
2010-09-23 15:15:19 -07:00 |
|
Raphael
|
c6c361b5e6
|
Add lucida sans, thanks danieleds
|
2010-09-23 15:14:44 -07:00 |
|
ilya
|
19c3a5ce4b
|
fetching friend data
|
2010-09-23 15:07:07 -07:00 |
|
Raphael
|
8690967509
|
defaults doesn't really make sense when there's nothing else
|
2010-09-23 14:58:17 -07:00 |
|
Raphael
|
972cb54828
|
Move locale files, fix syntax error in fr-informal
|
2010-09-23 14:52:06 -07:00 |
|
Raphael
|
82bc5b097d
|
Use double quotes in locale files
|
2010-09-23 14:43:38 -07:00 |
|
ilya
|
f0999628ae
|
trying to get friends from fb
|
2010-09-23 14:43:08 -07:00 |
|