summaryrefslogtreecommitdiff
path: root/app/Controllers/categoryController.php
AgeCommit message (Collapse)Author
2015-01-07Fix calls to remove_query_by_get()Gravatar Marien Fressinaud
The function has been moved into lib_rss.php See https://github.com/FreshRSS/FreshRSS/issues/730
2015-01-05Change name of user configuration var in ContextGravatar Marien Fressinaud
- FreshRSS_Context::$conf is replaced by FreshRSS_Context::$user_conf - Introduce FreshRSS_Context::$system_conf - Remove FreshRSS_Configuration object See https://github.com/FreshRSS/FreshRSS/issues/730
2014-12-11Fix i18n for auth and category controllersGravatar Marien Fressinaud
2014-10-30Fix Minz_Error::error() -> use default valuesGravatar Marien Fressinaud
2014-10-29Update i18n for limit of category.Gravatar Marien Fressinaud
2014-10-27Global limits for number of feeds and categoriesGravatar Alexandre Alapetite
New 'limits' sub-array in config.php with 'max_feeds' and 'max_categories'. If the values are < 0, then it is the default value (16384). https://github.com/marienfressinaud/FreshRSS/issues/680
2014-10-20Use FreshRSS_Context::$conf onlyGravatar Marien Fressinaud
- Replace $this->view->conf in controllers - Replace $this->conf in views
2014-10-06Refactor authentication system.Gravatar Marien Fressinaud
Big work, not finished. A lot of features have been removed. See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-01Fix problem when deleting default categoryGravatar Marien Fressinaud
This is not allowed! See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01Fix links for feed managementGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30Cat updating system worksGravatar Marien Fressinaud
Add a submit button Each box contains a specific form See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30Move deletion of categories into new ControllerGravatar Marien Fressinaud
Fix i18n (occured -> occurred) See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30Move empty cat action in the new ControllerGravatar Marien Fressinaud
feedController::delete is simpler than before. Improve coding style See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30Move creation of categories in a new ControllerGravatar Marien Fressinaud
Category names are 255 chars max