seven1m / onebody
- Source
- Commits
- Network (24)
- Issues (4)
- Downloads (8)
- Wiki (49)
- Graphs
-
Branch:
master
-
Group Batch Editing Confuses link_code and gcal_private_link fields
0 comments Created 6 days ago by seven1mThe group batch editing interface at /groups/batch places the group link_code in the gcal_private_link field as well. When the form is saved, the value is written into the Google Calendar field by mistake.
Comments
-
Insane number of br tags in the last chapter of Malachi
1 comment Created 2 months ago by jrichter -
Bible XML file incorrectly underlines Song of Solomon span id tag
1 comment Created 2 months ago by jrichter -
Username Associated with Albums does not change in the stream
1 comment Created 3 months ago by kkampenIf you crate an album and upload a photo with the name "Tim Morgan" (test account"
then Change the user name to "John Smith" and look at the stream all other activities associated with the user name change to John Smith except albums. However within the user profile of John Smith the album is changed. It only appears in the stream on home page.
Comments
-
Bad Address Syntax bug in conjunction with posting a wall message
1 comment Created 7 months ago by seven1mWhen we are trying to post a message to user's wall, sometimes we got
the following error:
Net::SMTPSyntaxError (501 Bad address syntax
):/usr/lib/ruby/1.8/net/smtp.rb:680:in `check_response' /usr/lib/ruby/1.8/net/smtp.rb:653:in `getok' /usr/lib/ruby/1.8/net/smtp.rb:635:in `rcptto' /usr/lib/ruby/1.8/net/smtp.rb:546:in `send0' /usr/lib/ruby/1.8/net/smtp.rb:545:in `each' /usr/lib/ruby/1.8/net/smtp.rb:545:in `send0' /usr/lib/ruby/1.8/net/smtp.rb:472:in `sendmail' /vendor/rails/actionmailer/lib/action_mailer/base.rb:673:in`perform_delivery_smtp'
/usr/lib/ruby/1.8/net/smtp.rb:379:in `start'.....
rendering section "request"
rendering section "session"
rendering section "environment"
rendering section "backtrace"
Sent mail to
/!\ FAILSAFE /!\ 05/12/2009 01:08 PM Status: 500 Internal Server Error 501 Bad address syntax/usr/lib/ruby/1.8/net/smtp.rb:680:in `check_response' /usr/lib/ruby/1.8/net/smtp.rb:653:in `getok' /usr/lib/ruby/1.8/net/smtp.rb:635:in `rcptto' /usr/lib/ruby/1.8/net/smtp.rb:546:in `send0' /usr/lib/ruby/1.8/net/smtp.rb:545:in `each' /usr/lib/ruby/1.8/net/smtp.rb:545:in `send0' /usr/lib/ruby/1.8/net/smtp.rb:472:in `sendmail'Although this error message looks like email address error, I'm pretty
sure that the email addresses are valid.We have the stable version installed.
Comments
This actually seems to be a problem caused when there is a bad address in the "Bug Notification Email" setting -- see http://groups.google.com/group/onebodyapp/browse_thread/thread/d3eaeb665806f7d9 for more information.
-
Message flood protection shows ugly "oops" error to user upon posting to the wall
0 comments Created 7 months ago by seven1mWould be great if the message was a bit friendlier.
Comments
-
Export to CSV errors if requesting page > than last page of results
0 comments Created 8 months ago by seven1mA NoMethodError occurred in people#index:
undefined method
attribute_names' for nil:NilClass /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/serialization.rb:19:inserializable_attribute_names'Comments
-
Comments
-
A ActionView::TemplateError occurred in groups#edit:
Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id On line #6 of app/views/groups/_memberships.erb
3: <ul> 4: <% @group.memberships.all(:include => :person).each do |membership| %> 5: <% person = membership.person %> 6: <%= check_box_tag 'ids[]', person.id, false, :class => 'checkbox', :disabled => (@group.last_admin?(person) or membership.auto?), :onclick => (person == @logged_in and not @logged_in.admin?(:manage_groups) ? "if(this.checked)alert(\"You're about to remove yourself from this group! You won't be able to edit it anymore if you do that.\")" : nil) %> 7: <%= link_to(h(person.name), person, :id => "person_label#{person.id}") rescue '?' %> 8: <% if membership.auto? %><%= image_tag 'link.png', :alt => 'linked', :class => 'icon' %><% end %> 9: <br/>Comments
-
A ActionView::TemplateError occurred in log_items#index:
undefined local variable or method `instance_id' for #<LogItem:0x7feac8ff6378> On line #64 of app/views/administration/log_items/index.html.erb
61: <td><%=h item.loggable_type %></td> 62: <td> 63: <% if item.object_description %> 64: <%= link_to item.object_description, item.object_url, :confirm => (item.object.is_a? Message and item.object.to ? 'This is a private message. Do not invade the privacy of others unless you believe this message to be inappropriate.' : nil) %><br/> 65: <%=h item.object_excerpt %> 66: <% elsif item.object %> 67: <%= item.name %>Comments




