Marien Fressinaud
09545b0a65
Fix calls to remove_query_by_get()
...
The function has been moved into lib_rss.php
See https://github.com/FreshRSS/FreshRSS/issues/730
2015-01-07 15:37:24 +01:00
Marien Fressinaud
7cca47d1ab
Change name of user configuration var in Context
...
- 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
2015-01-05 22:45:03 +01:00
Marien Fressinaud
c1a3412b97
Fix i18n for auth and category controllers
2014-12-11 18:15:41 +01:00
Marien Fressinaud
58deab37cd
Fix Minz_Error::error() -> use default values
2014-10-30 19:57:08 +01:00
Marien Fressinaud
1ea996c4ea
Update i18n for limit of category.
2014-10-29 10:15:22 +01:00
Alexandre Alapetite
c6f35ef51c
Global limits for number of feeds and categories
...
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-27 21:45:30 +01:00
Marien Fressinaud
1a22a87fb1
Use FreshRSS_Context::$conf only
...
- Replace $this->view->conf in controllers
- Replace $this->conf in views
2014-10-20 18:45:22 +02:00
Marien Fressinaud
79aa5beaf4
Refactor authentication system.
...
Big work, not finished. A lot of features have been removed.
See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-06 23:29:20 +02:00
Marien Fressinaud
f400621f44
Fix problem when deleting default category
...
This is not allowed!
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01 13:37:10 +02:00
Marien Fressinaud
a7bf7ced36
Fix links for feed management
...
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01 12:18:32 +02:00
Marien Fressinaud
dc714d3949
Cat updating system works
...
Add a submit button
Each box contains a specific form
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30 17:12:42 +02:00
Marien Fressinaud
13fb1170c0
Move deletion of categories into new Controller
...
Fix i18n (occured -> occurred)
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30 16:31:38 +02:00
Marien Fressinaud
9e0a62727f
Move empty cat action in the new Controller
...
feedController::delete is simpler than before.
Improve coding style
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30 15:44:45 +02:00
Marien Fressinaud
edb02c8fef
Move creation of categories in a new Controller
...
Category names are 255 chars max
2014-09-30 15:02:56 +02:00