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

Replace existing legacy CRUD controllers with ActiveRecordController #211

Closed
alphadevx opened this issue Sep 1, 2015 · 0 comments
Closed
Milestone

Comments

@alphadevx
Copy link
Owner

The new ActiveRecordController is designed to replace the following controllers:

  1. CreateController
  2. ViewController
  3. EditController
  4. ListController

Those controllers should be removed, along with all references to them (links, extensions, and unit tests), and replaced with references to ActiveController.

The overall aim is to reduce code complexity and duplication (e.g. there are multiple doDELETE() methods).

@alphadevx alphadevx added this to the 2.0.0 milestone Sep 1, 2015
alphadevx added a commit that referenced this issue Sep 2, 2015
…and moved the logic to render the admin menu to the Controller parent class to reduce some duplication
alphadevx added a commit that referenced this issue Sep 7, 2015
…oller, and updated the TagController to support simple record linking
alphadevx added a commit that referenced this issue Sep 7, 2015
…it to use the new ViewState::selectedStart integer to remember the start position on the list we are returning to
alphadevx added a commit that referenced this issue Sep 7, 2015
… fixed a bug in FeedController affecting the loading of the desired active record class
alphadevx added a commit that referenced this issue Sep 8, 2015
… Controller::getRecord() and Controller::setRecord()
alphadevx added a commit that referenced this issue Sep 13, 2015
…oller::doDELETE() method, with the exception of a call to clear the unit of work from the session which was causing a bad re-direct
alphadevx added a commit that referenced this issue Sep 14, 2015
alphadevx added a commit that referenced this issue Sep 14, 2015
alphadevx added a commit that referenced this issue Sep 14, 2015
alphadevx added a commit that referenced this issue Sep 15, 2015
alphadevx added a commit that referenced this issue Sep 15, 2015
…ms when parsing additional params from the secure token on /tk/ requests
alphadevx added a commit that referenced this issue Sep 15, 2015
… when parsing additional params from the named params provided on routes added via the FrontController
alphadevx added a commit that referenced this issue Sep 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant