Menu

Commit [r639]  Maximize  Restore  History

Initial commit in 0.6 branch.

Permission model is removed. Roles' permissions are stored in a serialized attribute of the Role model.
There are now 2 builtin roles: *Non member* and *Anonymous*. They are used to specify permissions given to other users than members of projects.

For example, it's now possible:
* to restrict wiki edition to loggedin users only, by removing 'Edit wiki' permission from 'Anonymous' role.
* to restrict wiki edition to project members only, by removing 'Edit wiki' permission from 'Non member' and 'Anonymous' roles.

Permissions have to be re-set after applying this change (go to Admin -> Roles & permissions -> Permissions report).

jplang 2007-08-15

<< < 1 2 3 4 > >> (Page 2 of 4)
changed /branches/0.6/app/views/layouts/base.rhtml
changed /branches/0.6/app/views/messages/show.rhtml
changed /branches/0.6/app/views/projects/_form.rhtml
changed /branches/0.6/app/views/projects/_members.rhtml
changed /branches/0.6/app/views/projects/list.rhtml
changed /branches/0.6/app/views/projects/list_issues.rhtml
changed /branches/0.6/app/views/projects/show.rhtml
changed /branches/0.6/app/views/queries/_form.rhtml
changed /branches/0.6/app/views/queries/index.rhtml
changed /branches/0.6/app/views/reports/issue_report.rhtml
changed /branches/0.6/app/views/repositories/show.rhtml
changed /branches/0.6/app/views/roles/_form.rhtml
changed /branches/0.6/app/views/roles/list.rhtml
changed /branches/0.6/app/views/roles/report.rhtml
changed /branches/0.6/app/views/wiki/show.rhtml
changed /branches/0.6/db/migrate/001_setup.rb
changed /branches/0.6/db/migrate/002_issue_move.rb
changed /branches/0.6/db/migrate/003_issue_add_note.rb
changed /branches/0.6/db/migrate/004_export_pdf.rb
changed /branches/0.6/db/migrate/006_calendar_and_activity.rb
changed /branches/0.6/db/migrate/007_create_journals.rb
changed /branches/0.6/db/migrate/012_add_comments_permissions.rb
changed /branches/0.6/db/migrate/014_add_queries_permissions.rb
changed /branches/0.6/db/migrate/016_add_repositories_permissions.rb
changed /branches/0.6/db/migrate/018_set_doc_and_files_notifications.rb
/branches/0.6/app/views/layouts/base.rhtml Diff Switch to side-by-side view
Loading...
/branches/0.6/app/views/messages/show.rhtml Diff Switch to side-by-side view
Loading...
/branches/0.6/app/views/projects/_form.rhtml Diff Switch to side-by-side view
Loading...
/branches/0.6/app/views/projects/_members.rhtml Diff Switch to side-by-side view
Loading...
/branches/0.6/app/views/projects/list.rhtml Diff Switch to side-by-side view
Loading...
/branches/0.6/app/views/projects/list_issues.rhtml Diff Switch to side-by-side view
Loading...
/branches/0.6/app/views/projects/show.rhtml Diff Switch to side-by-side view
Loading...
/branches/0.6/app/views/queries/_form.rhtml Diff Switch to side-by-side view
Loading...
/branches/0.6/app/views/queries/index.rhtml Diff Switch to side-by-side view
Loading...
/branches/0.6/app/views/reports/issue_report.rhtml Diff Switch to side-by-side view
Loading...
/branches/0.6/app/views/repositories/show.rhtml Diff Switch to side-by-side view
Loading...
/branches/0.6/app/views/roles/_form.rhtml Diff Switch to side-by-side view
Loading...
/branches/0.6/app/views/roles/list.rhtml Diff Switch to side-by-side view
Loading...
/branches/0.6/app/views/roles/report.rhtml Diff Switch to side-by-side view
Loading...
/branches/0.6/app/views/wiki/show.rhtml Diff Switch to side-by-side view
Loading...
/branches/0.6/db/migrate/001_setup.rb Diff Switch to side-by-side view
Loading...
/branches/0.6/db/migrate/002_issue_move.rb Diff Switch to side-by-side view
Loading...
/branches/0.6/db/migrate/003_issue_add_note.rb Diff Switch to side-by-side view
Loading...
/branches/0.6/db/migrate/004_export_pdf.rb Diff Switch to side-by-side view
Loading...
/branches/0.6/db/migrate/006_calendar_and_activity.rb Diff Switch to side-by-side view
Loading...
/branches/0.6/db/migrate/007_create_journals.rb Diff Switch to side-by-side view
Loading...
/branches/0.6/db/migrate/012_add_comments_permissions.rb Diff Switch to side-by-side view
Loading...
/branches/0.6/db/migrate/014_add_queries_permissions.rb Diff Switch to side-by-side view
Loading...
/branches/0.6/db/migrate/016_add_repositories_permissions.rb Diff Switch to side-by-side view
Loading...
/branches/0.6/db/migrate/018_set_doc_and_files_notifications.rb Diff Switch to side-by-side view
Loading...
<< < 1 2 3 4 > >> (Page 2 of 4)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.