Every repository with this icon (
Every repository with this icon (
| Description: | Organisation tool written in Rails. Inspired by Backpack edit |
-
ability to configure features; disable reminders, journal
1 comment Created 7 months ago by seaofcloudsi use backpack for pages only, and not reminders or journal. it would be great to be able to disable these features to help simplify the interface here.
Comments
-
one awful aspect of backpack is how they handle their authentication. often i find myself explaining to clients how to log in and look at a page in backpack. let's solve that, here with a simple authentication system.
each private page has two passwords. the creator of that page can share the password with whomever you want via email. one password for viewing, another for viewing and editing.
Comments
RuckSack uses temporary user accounts linked to emails in order to share with people outside the system. No passwords required, just the hash code from the automatic email which is sent out.
Still, i can see where you're going with edit & view permissions. Will put making them a bit more explicit on the TODO list.
seaofclouds
Mon Apr 27 11:49:36 -0700 2009
| link
Good. That's one spot that Backpack fails in my opinion. I want to be able to share a url with clients and tell them the password - NOT explain that they need to click a unique link in an email.
I actually like the backpack way of authentication a lot -- as James pointed out... "No passwords required" -- Maybe we can make this an option:
use the automatically generated url from email if the page is shared via clicking "Share this page"
but also have a separate URL that's username/password protected and the username/password can be configured ahead of time.
-
See title. :)
Looks like i can drag the actual link the element is pointing to, but not the element itself... 0_0
Comments
-
gravtastic is installed but getting this error on User and Overview.
using index in /Users/appleadmin/work/quowork/index/development/user
default field list: ["twister", "username", "display_name", "email"]
User Load (1.5ms) SELECT FROM "users" WHERE ("users"."id" = 1) LIMIT 1 User Load (0.6ms) SELECT FROM "users" WHERE ("users".account_id = 1) Rendering template within layouts/pages
Rendering users/indexActionView::TemplateError (wrong number of arguments (1 for 0)) on line #12 of app/views/users/index.html.haml:
9: - @users.each do |user|
10: %tr{'user_id' => user.id}
11: %td.userAvatar
12: %img{:src => user.gravatar_url(:size => 50)}
13: %td.userDisplayName= h(user.display_name)
14: - if @logged_user.is_admin
15: %td.userAdmingravtastic (2.1.1) lib/gravtastic.rb:74:in `gravatar_options' gravtastic (2.1.1) lib/gravtastic.rb:74:in `url_params_from_hash' gravtastic (2.1.1) lib/gravtastic.rb:73:in `each' gravtastic (2.1.1) lib/gravtastic.rb:73:in `map' gravtastic (2.1.1) lib/gravtastic.rb:73:in `url_params_from_hash' gravtastic (2.1.1) lib/gravtastic.rb:67:in `gravatar_url' app/views/users/index.html.haml:12:in `_run_haml_app47views47users47index46html46haml' app/views/users/index.html.haml:9:in `each' app/views/users/index.html.haml:9:in `_run_haml_app47views47users47index46html46haml' haml (2.0.9) lib/haml/helpers/action_view_mods.rb:14:in `render' haml (2.0.9) lib/haml/helpers/action_view_mods.rb:14:in `render' app/controllers/users_controller.rb:40:in `index' haml (2.0.9) lib/sass/plugin/rails.rb:19:in `process'Comments
-
the readme.markdown file says to make a database.yml file in the config folder based of the file config/database.example.yml . Is this file missing? I can't find it.
Comments












This can be changed by commenting out the relevant tabs in the "common_tabs" function in app/helpers/application_helper.rb.
Making it all user friendly and configurable from the interface? TODO.