Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
divider.rb 228 Bytes
item.rb 2.01 KB
loader.rb 4.26 KB
manager.rb 4.02 KB
node.rb 2.05 KB
toggle.rb 174 Bytes

Latest revisions

# Date Author Comment
abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

1a36b54d 01/14/2015 02:39 PM Eric Helms

Fixes #8934: Allow plugin menu items to disable turbolinks for their links.

5f029ed6 10/07/2014 03:40 AM Daniel Lobato Garcia

Refs #3809 - Use parentheses in method definitions

4f7a4d0b 10/06/2014 02:37 PM David Davis

Refs #3809 - Fix a few rubocop TODOs

96144a47 10/06/2014 01:57 PM Daniel Lobato Garcia

Refs #3809 - Remove rubocop TODOs

Removed the following TODOs so that cops for these will run from now on:

Lint/AmbiguousOperator, DefEndAlignment, DeprecatedClassMethods
EnsureReturn, RequireParentheses, Void, BlockAlignment, EndAlignment,
UselessAccessModifier,...

f8302309 09/29/2014 04:04 AM B Sh

Fixes #7591 - changed Sign out to Log out to fix inconsistent terminology around Login vs Sign Out

efe9748d 09/26/2014 07:04 AM Shlomi Zadok

Fixes #7592 - flipped the order of logged-in user menu

4e3a7e7a 09/24/2014 05:42 AM Daniel Lobato Garcia

Fixes #6999 - protect user logout against CSRF requests (CVE-2014-3590)

To avoid CSRF, logout is changed to be a POST request so
protect_from_forgery checks the CSRF token. However, in Rails 3 the only
strategy available is to nullify the session of the attacker....

cd3baa12 06/09/2014 07:02 PM Scott Seago

fixes #6091 - menu removal wasn't traversing menu hierarchy

902c71ef 05/07/2014 11:13 AM Dmitri Dolguikh

fixes #5537: it's possible to specify menu item url directly now

View revisions

Also available in: Atom