Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling Large Number of Controllers #9

Closed
wants to merge 5 commits into from
Closed

Conversation

rchavik
Copy link
Member

@rchavik rchavik commented Feb 7, 2011

If we have a large number of controllers and roles, it will get very difficult to keep track which item is which. Having <tbody> with fixed height + overflow allows scrolling which made this task somewhat easier.

@rchavik
Copy link
Member Author

rchavik commented Feb 8, 2011

Added a few more changes:

  • acl plugin creates records for non php files (eg: vim swap files), so i added filter in Folder->read()
  • there's a suspect 'app' hardcoded value, replaced with APP
  • Generate Action was failing, i modified the listActions() method to avoid this issue. However, I'm not very sure that it's what you intended.

@rchavik
Copy link
Member Author

rchavik commented Mar 4, 2011

Fahad,

This filter that I was talking about is: rchavik@ec817ee#L0R36

Without the filter, the Generate Actions will process all files, and pick up editor temp files, eg: foo.php~ or foo.swp

@rchavik
Copy link
Member Author

rchavik commented Mar 12, 2012

closing my own ancient pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant