szurubooru/src/Controllers
Marcin Kurczewski d8997edc57 Refactor of controllers and models
- Most of model-related code moved from controllers to model classes, much
  fewer calls to R::whatever() in controllers
- Post editing and uploading shares the same code, thus making implementing
  stuff easier in the future
- Added support for default bean wiring, no more calls to R::preload() all over
  the place
- More robust concurrent post editing detection
2013-11-23 15:39:13 +01:00
..
AuthController.php User names: removed case sensitivity 2013-11-22 00:26:05 +01:00
CommentController.php Refactor of controllers and models 2013-11-23 15:39:13 +01:00
IndexController.php Refactor of controllers and models 2013-11-23 15:39:13 +01:00
LogController.php Refactor to logging 2013-11-17 23:46:31 +01:00
PostController.php Refactor of controllers and models 2013-11-23 15:39:13 +01:00
TagController.php Refactor of controllers and models 2013-11-23 15:39:13 +01:00
UserController.php Refactor of controllers and models 2013-11-23 15:39:13 +01:00