summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-31 16:57:11 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-31 16:57:11 +0100
commit54479a5027d83b5dc8deee5e2795c9d89c732ba0 (patch)
tree7ae55930f3ab6d5e2a548784e4d7561809f7c68c /CHANGELOG
parentcff8636e770b2072a41928cd918b37654c0dafbb (diff)
parent724e13f0a6419b046b33da71e66058e279551edd (diff)
Merge branch 'dev' into beta
Conflicts: CHANGELOG README.fr.md README.md app/Controllers/feedController.php app/Controllers/indexController.php app/i18n/en.php app/i18n/fr.php app/views/helpers/view/normal_view.phtml app/views/stats/index.phtml app/views/stats/repartition.phtml constants.php p/scripts/main.js
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1a4a8879b..826d35c88 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,28 @@
# Journal des modifications
+## 2014-10-31 FreshRSS 0.9.2 (beta)
+
+* UI
+ * New subscription page (introduce .box items)
+ * Change feed category by drag and drop
+ * New feed aside on the main page
+ * New configuration / administration organization
+* Configuration
+ * New options in config.php for cache duration, timeout, max inactivity, max number of feeds and categories per user.
+* Refactoring
+ * Refactor authentication system (introduce FreshRSS_Auth model)
+ * Refactor indexController (introduce FreshRSS_Context model)
+ * Use ```_t()```, ```_i()```, ```_url()```, ```Minz_Request::good()``` and ```Minz_Request::bad()``` as much as possible
+ * Refactor javascript_vars.phtml
+ * Better coding style
+* I18n
+ * Introduce a new system for i18n keys (not finished yet)
+* Misc.
+ * Fix global view (didn't work anymore)
+ * Add do_post_update for update system
+ * Introduce ```checkInstallAction``` to test if FreshRSS installation is ok
+
+
## 2014-10-09 FreshRSS 0.8.1 / 0.9.1 (beta)
* UI