summaryrefslogtreecommitdiff
path: root/app/layout
AgeCommit message (Collapse)Author
2014-12-11Fix i18n for subscription pagesGravatar Marien Fressinaud
2014-12-11Update i18n for statisticsGravatar Marien Fressinaud
2014-12-11Fix i18n for normal viewGravatar Marien Fressinaud
2014-12-10Fix i18n for nav menuGravatar Marien Fressinaud
2014-12-10Fix i18n for aside subscriptionGravatar Marien Fressinaud
2014-12-10Fix i18n for aside_statsGravatar Marien Fressinaud
2014-12-10Fix i18n for aside_feedGravatar Marien Fressinaud
2014-12-10Fix i18n for header and aside_configureGravatar Marien Fressinaud
2014-11-02Fix view titleGravatar Alexis Degrugillier
2014-10-26Update i18nGravatar Marien Fressinaud
- Fix i18n strings - Fix typo profil -> profile See https://github.com/marienfressinaud/FreshRSS/issues/678
2014-10-24Fix last sections of main.jsGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24Inverse reader and global buttons in nav_menuGravatar Marien Fressinaud
2014-10-24Begin to fix global viewGravatar Marien Fressinaud
2014-10-24Reader view comes back!Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24First iteration to update all the themesGravatar Marien Fressinaud
See See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-23Fix aside on mobile (Origine)Gravatar Marien Fressinaud
2014-10-23Last fix for Origine (I hope!)Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-23Fix Origine themeGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-23Begin to fix JS for new asideGravatar Marien Fressinaud
2014-10-23Rename aside_flux in aside_feed.Gravatar Marien Fressinaud
2014-10-22Fix some parts of aside_fluxGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-22nextGet and idMax are coming back.Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-22Fix a set of TODO and bugsGravatar Marien Fressinaud
- Context object raises correct Exception if get is invalid - RSS feed is well-indicated on the home page - State is better calculated - Add some comments See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-22Entries are loaded again! It's working :)Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-21Views are in dedicated actions + improve ContextGravatar Marien Fressinaud
- Seperate normal, global and rss outputs in dedicated actions (NOT WORKING YET!) - Rewrite aside_flux and nav_menu to use Context object - Improve Context object See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-20Refactoring of indexControllerGravatar Marien Fressinaud
Global view has been moved to a different action (all is not working) See https://github.com/marienfressinaud/FreshRSS/issues/634 and https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-20Use FreshRSS_Context::$conf onlyGravatar Marien Fressinaud
- Replace $this->view->conf in controllers - Replace $this->conf in views
2014-10-20Add checking installation featureGravatar Marien Fressinaud
2014-10-17Fix i18nGravatar Marien Fressinaud
2014-10-17Reorganise menus (aside and header)Gravatar Marien Fressinaud
2014-10-17Reorganize user pagesGravatar Marien Fressinaud
Three pages: - User profil - User management - Authentication
2014-10-07Authentication system moved + Persona comes back!Gravatar Marien Fressinaud
AuthController is dedicated to auhentication. Persona is back, greater than ever! See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-07Introduce FreshRSS_Auth::hasAccess('admin')Gravatar Marien Fressinaud
Replace Minz_Configuration::isAdmin($user). FreshRSS_Auth::hasAccess() could be extended to others scopes later. See https://github.com/marienfressinaud/FreshRSS/issues/655
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-05Move usersAction into usersControllerGravatar Marien Fressinaud
2014-10-05Use _i() whenever it is possibleGravatar Marien Fressinaud
Transform FreshRSS_Themes::icon\s? in _i See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05Let's begin the big refactoring!Gravatar Marien Fressinaud
Minz_Translate::t\s? replaces by _t See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-01Fix links for feed managementGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01Reorganize subscription management codeGravatar Marien Fressinaud
There is still a lot of work to do. Some links are broken. See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30Improve design of .boxGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30Coding style (aside_feed.phtml)Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-26Fix stat link available in feed menu for anonymousGravatar Marien Fressinaud
Fix https://github.com/marienfressinaud/FreshRSS/issues/636
2014-09-26Coding style aside_flux.phtmlGravatar Marien Fressinaud
2014-09-24Fix favorite cat doesn't change state buttonGravatar Marien Fressinaud
Fix https://github.com/marienfressinaud/FreshRSS/issues/632
2014-09-24Fix bug mark as read a complete feedGravatar Marien Fressinaud
Related to https://github.com/marienfressinaud/FreshRSS/issues/599 Fix https://github.com/marienfressinaud/FreshRSS/issues/633
2014-09-19Coding style (user queries)Gravatar Marien Fressinaud
2014-09-17Misc minor details + a few i18n correctionsGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/618
2014-09-17Load $nb/2 articles when articles are unfoldedGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/559
2014-09-16Fix a bug for mark as read before 1 day/weekGravatar Marien Fressinaud
Current output was not remembered.
2014-09-16Use buttons instead of links for "mark as read"Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/599