| Age | Commit message (Collapse) | Author |
|
The function has been moved into lib_rss.php
See https://github.com/FreshRSS/FreshRSS/issues/730
|
|
- 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
|
|
|
|
|
|
|
|
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
|
|
- Replace $this->view->conf in controllers
- Replace $this->conf in views
|
|
Big work, not finished. A lot of features have been removed.
See https://github.com/marienfressinaud/FreshRSS/issues/655
|
|
This is not allowed!
See https://github.com/marienfressinaud/FreshRSS/issues/646
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/646
|
|
Add a submit button
Each box contains a specific form
See https://github.com/marienfressinaud/FreshRSS/issues/646
|
|
Fix i18n (occured -> occurred)
See https://github.com/marienfressinaud/FreshRSS/issues/646
|
|
feedController::delete is simpler than before.
Improve coding style
See https://github.com/marienfressinaud/FreshRSS/issues/646
|
|
Category names are 255 chars max
|