Skip to content

Commit

Permalink
Added new documentation for scope tag and graph with accesses
Browse files Browse the repository at this point in the history
  • Loading branch information
andreareginato committed Apr 22, 2011
1 parent 658b664 commit 20844e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
= Changelog


== Release v0.3.1 (2011/04/22)

* Added documentation with screenshots
*
* Added tag system on scope definition
* Added basic graph with access token stats


== Release v0.3.0 (2011/04/21)
Expand Down
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ client filling these fields.
* <b>Name</b>: client name.
* <b>Siti URI</b>: client web site URI.
* <b>Redirect URI</b>: client redirect URI, used as callback after the user grant or deny the access.
* <b>Scope</b>: one or more scope names, separated by spaces (limit the possible access to a client). This defines what a
client can access.
* <b>Scope</b>: one or more scope names, separated by spaces (limit the possible accesses a client can have). By default a
scope named "all" is set as default. For this reason follow the convention to call "all" the scope that give all accesses.
* <b>Info</b>: additional information.

Once the client is create the additional field <b>client uri</b> and <b>secret</b> are generated. You will use these info
Expand Down
7 changes: 0 additions & 7 deletions app/views/accesses/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@
<% end %>
<div>


<%#
accesses = @access.oauth_daily_requests.limit(12)
@days = accesses.map(&:created_at)
@days.map! { |d| d.strftime("%b %e") }
@times = accesses.map(&:times)
%>

<script>
$(document).ready(function() {
Expand Down

0 comments on commit 20844e0

Please sign in to comment.