Use improved whitespace:scrub_gratuitous_newlines
This commit is contained in:
parent
4223769df0
commit
e792344c0e
77 changed files with 0 additions and 97 deletions
2
Capfile
2
Capfile
|
|
@ -2,8 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
|
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
|
||||||
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
|
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
|
||||||
|
|
||||||
|
|
|
||||||
1
Gemfile
1
Gemfile
|
|
@ -3,7 +3,6 @@ source 'http://rubygems.org'
|
||||||
gem 'rails', '3.0.0'
|
gem 'rails', '3.0.0'
|
||||||
gem 'bundler', '1.0.0'
|
gem 'bundler', '1.0.0'
|
||||||
|
|
||||||
|
|
||||||
#Security
|
#Security
|
||||||
gem 'devise', :git => 'http://github.com/BadMinus/devise.git'
|
gem 'devise', :git => 'http://github.com/BadMinus/devise.git'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,8 +32,6 @@ We are continuing to build features and improve the code base.
|
||||||
When we think it is ready for general use, we will post more final
|
When we think it is ready for general use, we will post more final
|
||||||
instructions.
|
instructions.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
We are maintaining a
|
We are maintaining a
|
||||||
|
|
|
||||||
2
Rakefile
2
Rakefile
|
|
@ -2,8 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Add your own tasks in files placed in lib/tasks ending in .rake,
|
# Add your own tasks in files placed in lib/tasks ending in .rake,
|
||||||
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
|
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
%h1=t('.add_a_new_album')
|
%h1=t('.add_a_new_album')
|
||||||
|
|
||||||
= form_for Album.new do |f|
|
= form_for Album.new do |f|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
.back= link_to "⇧ #{@album.name}", @album
|
.back= link_to "⇧ #{@album.name}", @album
|
||||||
%h1.big_text
|
%h1.big_text
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
- content_for :head do
|
- content_for :head do
|
||||||
:javascript
|
:javascript
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
:javascript
|
:javascript
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$(".image_thumb img").load( function() {
|
$(".image_thumb img").load( function() {
|
||||||
|
|
@ -25,8 +24,6 @@
|
||||||
= @album.name
|
= @album.name
|
||||||
="#{t('.updated')} #{how_long_ago(@album)}"
|
="#{t('.updated')} #{how_long_ago(@album)}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.album_id{:id => @album.id, :style => "display:hidden;"}
|
.album_id{:id => @album.id, :style => "display:hidden;"}
|
||||||
|
|
||||||
-unless current_user.owns? @album
|
-unless current_user.owns? @album
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
%h1=t('.add_a_new_aspect')
|
%h1=t('.add_a_new_aspect')
|
||||||
= form_for Aspect.new do |f|
|
= form_for Aspect.new do |f|
|
||||||
= f.error_messages
|
= f.error_messages
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,9 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
- content_for :page_title do
|
- content_for :page_title do
|
||||||
= link_to t('.photos'), albums_path(:aspect => @aspect)
|
= link_to t('.photos'), albums_path(:aspect => @aspect)
|
||||||
|
|
||||||
|
|
||||||
- content_for :left_pane do
|
- content_for :left_pane do
|
||||||
= render "shared/aspect_friends"
|
= render "shared/aspect_friends"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
- content_for :head do
|
- content_for :head do
|
||||||
= javascript_include_tag 'jquery-ui-1.8.4.custom.min.js'
|
= javascript_include_tag 'jquery-ui-1.8.4.custom.min.js'
|
||||||
= javascript_include_tag 'aspect-edit.js'
|
= javascript_include_tag 'aspect-edit.js'
|
||||||
|
|
@ -29,8 +28,6 @@
|
||||||
- content_for :publish do
|
- content_for :publish do
|
||||||
= link_to(t('.add_a_new_aspect'), "#add_aspect_pane", :id => "add_aspect_button", :class => "new_aspect button", :title => t('.add_a_new_aspect'))
|
= link_to(t('.add_a_new_aspect'), "#add_aspect_pane", :id => "add_aspect_button", :class => "new_aspect button", :title => t('.add_a_new_aspect'))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%ul#aspect_list
|
%ul#aspect_list
|
||||||
- for aspect in @aspects
|
- for aspect in @aspects
|
||||||
%li.aspect
|
%li.aspect
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
- content_for :page_title do
|
- content_for :page_title do
|
||||||
= link_to t('.photos'), albums_path(:aspect => @aspect)
|
= link_to t('.photos'), albums_path(:aspect => @aspect)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
%li.comment{:id => post.id}
|
%li.comment{:id => post.id}
|
||||||
= person_image_tag(post.person)
|
= person_image_tag(post.person)
|
||||||
%span.from
|
%span.from
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
%div.comments
|
%div.comments
|
||||||
%ul.comment_set{:id => post.id}
|
%ul.comment_set{:id => post.id}
|
||||||
- for comment in post.comments
|
- for comment in post.comments
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
= form_for Comment.new, :remote => true do |f|
|
= form_for Comment.new, :remote => true do |f|
|
||||||
%p
|
%p
|
||||||
%label{:for => "comment_text_on_#{post.id}"} Comment
|
%label{:for => "comment_text_on_#{post.id}"} Comment
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
= javascript_include_tag 'FABridge', 'swfobject', 'web_socket'
|
= javascript_include_tag 'FABridge', 'swfobject', 'web_socket'
|
||||||
:javascript
|
:javascript
|
||||||
WebSocket.__swfLocation = "/javascripts/WebSocketMain.swf";
|
WebSocket.__swfLocation = "/javascripts/WebSocketMain.swf";
|
||||||
|
|
@ -29,7 +28,6 @@
|
||||||
processPost(obj['class'], obj['html'], obj['aspect_ids'])
|
processPost(obj['class'], obj['html'], obj['aspect_ids'])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
ws.onclose = function() { debug("socket closed"); };
|
ws.onclose = function() { debug("socket closed"); };
|
||||||
ws.onopen = function() {
|
ws.onopen = function() {
|
||||||
|
|
@ -37,7 +35,6 @@
|
||||||
debug("connected...");
|
debug("connected...");
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
function processRetraction(post_id){
|
function processRetraction(post_id){
|
||||||
$('#' + post_id ).fadeOut(500, function(){
|
$('#' + post_id ).fadeOut(500, function(){
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
!!!
|
!!!
|
||||||
%html
|
%html
|
||||||
%head
|
%head
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
!!!
|
!!!
|
||||||
%html
|
%html
|
||||||
%head
|
%head
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
- content_for :publish do
|
- content_for :publish do
|
||||||
%h1
|
%h1
|
||||||
Search
|
Search
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
- title=t('.new_person')
|
- title=t('.new_person')
|
||||||
|
|
||||||
= form_for @person do |f|
|
= form_for @person do |f|
|
||||||
|
|
@ -28,5 +27,4 @@
|
||||||
= p.text_field :last_name
|
= p.text_field :last_name
|
||||||
= f.submit
|
= f.submit
|
||||||
|
|
||||||
|
|
||||||
%p= link_to t('.back_to_list'), people_path
|
%p= link_to t('.back_to_list'), people_path
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
- content_for :page_title do
|
- content_for :page_title do
|
||||||
profile
|
profile
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
:javascript
|
:javascript
|
||||||
function createUploader(){
|
function createUploader(){
|
||||||
var uploader = new qq.FileUploader({
|
var uploader = new qq.FileUploader({
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
%li.message{:id => post.id}
|
%li.message{:id => post.id}
|
||||||
|
|
||||||
= person_image_tag(post.person)
|
= person_image_tag(post.person)
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
%h1.big_text
|
%h1.big_text
|
||||||
.back
|
.back
|
||||||
= link_to "⇧ #{@album.name}", album_path(@album)
|
= link_to "⇧ #{@album.name}", album_path(@album)
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
- title t('.new_photo')
|
- title t('.new_photo')
|
||||||
|
|
||||||
= form_for( @photo, :html => {:multipart => true}) do |f|
|
= form_for( @photo, :html => {:multipart => true}) do |f|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
:javascript
|
:javascript
|
||||||
$(document).keydown(function(e){
|
$(document).keydown(function(e){
|
||||||
switch(e.keyCode) {
|
switch(e.keyCode) {
|
||||||
|
|
@ -35,7 +34,6 @@
|
||||||
-if current_user.owns? @album
|
-if current_user.owns? @album
|
||||||
= link_to t('.edit_photo'), edit_photo_path(@photo), :class => "button"
|
= link_to t('.edit_photo'), edit_photo_path(@photo), :class => "button"
|
||||||
|
|
||||||
|
|
||||||
%div{:id => @photo.id}
|
%div{:id => @photo.id}
|
||||||
#show_photo
|
#show_photo
|
||||||
= linked_scaled_photo @photo, @album
|
= linked_scaled_photo @photo, @album
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
#debug_info
|
#debug_info
|
||||||
%h5 DEBUG INFO
|
%h5 DEBUG INFO
|
||||||
#debug_more{ :style => "display:none;" }
|
#debug_more{ :style => "display:none;" }
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
%ul
|
%ul
|
||||||
%h3= link_to post.class, object_path(post)
|
%h3= link_to post.class, object_path(post)
|
||||||
- for field in object_fields(post)
|
- for field in object_fields(post)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
= image_tag "http://needcoffee.cachefly.net/needcoffee/uploads/2009/02/predator-arnold-schwarzenegger.jpg"
|
= image_tag "http://needcoffee.cachefly.net/needcoffee/uploads/2009/02/predator-arnold-schwarzenegger.jpg"
|
||||||
|
|
||||||
|
|
||||||
= form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f|
|
= form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f|
|
||||||
%p
|
%p
|
||||||
= f.label :username
|
= f.label :username
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
%h1
|
%h1
|
||||||
=t('.add_a_new_friend_to')
|
=t('.add_a_new_friend_to')
|
||||||
%i= aspect.name
|
%i= aspect.name
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
#friend_pictures
|
#friend_pictures
|
||||||
= owner_image_link
|
= owner_image_link
|
||||||
- for friend in @friends
|
- for friend in @friends
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
#aspect_nav
|
#aspect_nav
|
||||||
%ul
|
%ul
|
||||||
- for aspect in @aspects
|
- for aspect in @aspects
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
%li.message{:id => post.id, :class => ("mine" if current_user.owns?(post))}
|
%li.message{:id => post.id, :class => ("mine" if current_user.owns?(post))}
|
||||||
= person_image_link(post.person)
|
= person_image_link(post.person)
|
||||||
= yield post_yield_tag(post)
|
= yield post_yield_tag(post)
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
#publisher
|
#publisher
|
||||||
= owner_image_tag
|
= owner_image_tag
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
:javascript
|
:javascript
|
||||||
$(".reshare_button").toggle(function(e){
|
$(".reshare_button").toggle(function(e){
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,4 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
= @log.to_s
|
= @log.to_s
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
= form_for StatusMessage.new, :remote => true do |f|
|
= form_for StatusMessage.new, :remote => true do |f|
|
||||||
= f.error_messages
|
= f.error_messages
|
||||||
%p
|
%p
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
%li.message{:id => post.id, :class => ("mine" if current_user.owns?(post))}
|
%li.message{:id => post.id, :class => ("mine" if current_user.owns?(post))}
|
||||||
|
|
||||||
= person_image_link(post.person)
|
= person_image_link(post.person)
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
%h1.big_text status messages
|
%h1.big_text status messages
|
||||||
= render "status_messages/new_status_message", :status_message => @status_message
|
= render "status_messages/new_status_message", :status_message => @status_message
|
||||||
%ul#stream
|
%ul#stream
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
-# licensed under the Affero General Public License version 3. See
|
-# licensed under the Affero General Public License version 3. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
- content_for :publish do
|
- content_for :publish do
|
||||||
%h1="#{t('.editing_profile')}"
|
%h1="#{t('.editing_profile')}"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# This file is used by Rack-based servers to start the application.
|
# This file is used by Rack-based servers to start the application.
|
||||||
|
|
||||||
require ::File.expand_path('../config/environment', __FILE__)
|
require ::File.expand_path('../config/environment', __FILE__)
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
pod_url: "http://example.org/"
|
pod_url: "http://example.org/"
|
||||||
debug: false
|
debug: false
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
cross_server:
|
cross_server:
|
||||||
deploy_to: '/usr/local/app/diaspora'
|
deploy_to: '/usr/local/app/diaspora'
|
||||||
user: 'root'
|
user: 'root'
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
cs:
|
cs:
|
||||||
errors:
|
errors:
|
||||||
messages:
|
messages:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
cy:
|
cy:
|
||||||
errors:
|
errors:
|
||||||
messages:
|
messages:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
de:
|
de:
|
||||||
errors:
|
errors:
|
||||||
messages:
|
messages:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
en:
|
en:
|
||||||
errors:
|
errors:
|
||||||
messages:
|
messages:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
fr-informal:
|
fr-informal:
|
||||||
errors:
|
errors:
|
||||||
messages:
|
messages:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
fr:
|
fr:
|
||||||
errors:
|
errors:
|
||||||
messages:
|
messages:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
en:
|
en:
|
||||||
errors:
|
errors:
|
||||||
messages:
|
messages:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
it:
|
it:
|
||||||
errors:
|
errors:
|
||||||
messages:
|
messages:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
lt:
|
lt:
|
||||||
errors:
|
errors:
|
||||||
messages:
|
messages:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
pl:
|
pl:
|
||||||
errors:
|
errors:
|
||||||
messages:
|
messages:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
pt-BR:
|
pt-BR:
|
||||||
errors:
|
errors:
|
||||||
messages:
|
messages:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
pt-PT:
|
pt-PT:
|
||||||
errors:
|
errors:
|
||||||
messages:
|
messages:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
ro:
|
ro:
|
||||||
errors:
|
errors:
|
||||||
messages:
|
messages:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
ru:
|
ru:
|
||||||
errors:
|
errors:
|
||||||
messages:
|
messages:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
sv:
|
sv:
|
||||||
errors:
|
errors:
|
||||||
messages:
|
messages:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
# Sample localization file for Lithuanian. Add more files in this directory for other locales.
|
# Sample localization file for Lithuanian. Add more files in this directory for other locales.
|
||||||
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
# Sample localization file for English. Add more files in this directory for other locales.
|
# Sample localization file for English. Add more files in this directory for other locales.
|
||||||
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
# Localization file for German. Add more files in this directory for other locales.
|
# Localization file for German. Add more files in this directory for other locales.
|
||||||
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
# Sample localization file for English. Add more files in this directory for other locales.
|
# Sample localization file for English. Add more files in this directory for other locales.
|
||||||
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
# Sample localization file for English. Add more files in this directory for other locales.
|
# Sample localization file for English. Add more files in this directory for other locales.
|
||||||
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
# Localization file for French (Informal Honorifics). Add more files in this directory for other locales.
|
# Localization file for French (Informal Honorifics). Add more files in this directory for other locales.
|
||||||
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
# Sample localization file for Italian. Add more files in this directory for other locales.
|
# Sample localization file for Italian. Add more files in this directory for other locales.
|
||||||
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
# Sample localization file for Lithuanian. Add more files in this directory for other locales.
|
# Sample localization file for Lithuanian. Add more files in this directory for other locales.
|
||||||
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
# Sample localization file for English. Add more files in this directory for other locales.
|
# Sample localization file for English. Add more files in this directory for other locales.
|
||||||
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
# Sample localization file for Portuguese Brazilian. Add more files in this directory for other locales.
|
# Sample localization file for Portuguese Brazilian. Add more files in this directory for other locales.
|
||||||
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
# Sample localization file for Portuguese Portugal. Add more files in this directory for other locales.
|
# Sample localization file for Portuguese Portugal. Add more files in this directory for other locales.
|
||||||
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
# Sample localization file for Russian. Add more files in this directory for other locales.
|
# Sample localization file for Russian. Add more files in this directory for other locales.
|
||||||
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
# Swedish localization file.
|
# Swedish localization file.
|
||||||
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
common: &common
|
common: &common
|
||||||
# Try to kill mongrel after suite if tmp/pids/mongrel_selenium.pid exists
|
# Try to kill mongrel after suite if tmp/pids/mongrel_selenium.pid exists
|
||||||
# kill_mongrel_after_suite: true
|
# kill_mongrel_after_suite: true
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
worker_processes 1;
|
worker_processes 1;
|
||||||
pid /tmp/pids/nginx.pid;
|
pid /tmp/pids/nginx.pid;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
rackup: /usr/local/app/diaspora/current/config.ru
|
rackup: /usr/local/app/diaspora/current/config.ru
|
||||||
pid: /tmp/pids/thin.pid
|
pid: /tmp/pids/thin.pid
|
||||||
wait: 30
|
wait: 30
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
namespace :db do
|
namespace :db do
|
||||||
desc 'Seed the current RAILS_ENV database from db/seeds.rb'
|
desc 'Seed the current RAILS_ENV database from db/seeds.rb'
|
||||||
namespace :seed do
|
namespace :seed do
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
require 'rspec/core'
|
require 'rspec/core'
|
||||||
require 'rspec/core/rake_task'
|
require 'rspec/core/rake_task'
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
# licensed under the Affero General Public License version 3. See
|
# licensed under the Affero General Public License version 3. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
# Set extented globbing
|
# Set extented globbing
|
||||||
shopt -s extglob
|
shopt -s extglob
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue