index
:
newspipe
add-reverse-proxy
combine-apps
hide-registration-button
ldap-auth
master
reverse-proxy
reverse-proxy-for-patch
stackrpms-branding
stackrpms-master
A web news aggregator.
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyaggr3g470r
/
views.py
Commit message (
Expand
)
Author
Age
*
Rederict to the page edit_feed.
Cédric Bonhomme
2013-12-26
*
The name of the archive is composed of the current date.
Cédric Bonhomme
2013-12-08
*
It is now possible to export all articles in a simple HTML site. The result i...
Cédric Bonhomme
2013-12-08
*
Performance improvement: direct acces to articles in the database (without us...
Cédric Bonhomme
2013-12-03
*
The title of the HTML page is now updated for /article and /feed pages.
Cédric Bonhomme
2013-12-03
*
Minor improvements for the /search page.
Cédric Bonhomme
2013-12-01
*
It is now possible to update information about a user (first name, last name,...
Cédric Bonhomme
2013-11-24
*
Merge.
Cédric Bonhomme
2013-11-23
|
\
|
*
Added some comments in views.py.
Cédric Bonhomme
2013-11-22
*
|
It is now possible to enable or disable (stop checking for updates) a feed.
Cédric Bonhomme
2013-11-23
*
|
Test if a feed already exists before creating a new one.
Cédric Bonhomme
2013-11-23
|
/
*
Added an option to index all the database.
Cédric Bonhomme
2013-11-21
*
No need to sort the list of articles by date.
Cédric Bonhomme
2013-11-18
*
Sort articles for the page /inactives.
Cédric Bonhomme
2013-11-18
*
List of inavtive feeds.
Cédric Bonhomme
2013-11-17
*
Minor improvements in utils.py.
Cédric Bonhomme
2013-11-17
*
Restored tag cloud per feed.
Cédric Bonhomme
2013-11-17
*
Test for the /history page.
Cédric Bonhomme
2013-11-13
*
Article searching with Whoosh OK.
Cédric Bonhomme
2013-11-12
*
Email notification.
Cédric Bonhomme
2013-11-10
*
Mark or unmark an article as favorites.
Cédric Bonhomme
2013-11-10
*
Enable or disable email notification.
Cédric Bonhomme
2013-11-10
*
Released version 4.2. pyAggr3g470r is now using Flask.
Cédric Bonhomme
2013-11-10
*
It is now possible to add and edit a feed.
Cédric Bonhomme
2013-11-10
*
Restored headers.
Cédric Bonhomme
2013-11-05
*
Mark all articles as read + changed to the layout template.
Cédric Bonhomme
2013-11-04
*
Minor bugfix
Cédric Bonhomme
2013-11-03
*
Page for favorites articles.
Cédric Bonhomme
2013-11-03
*
feeds are compared with their ids
Cédric Bonhomme
2013-11-03
*
Bugfix when deleting an entire feed.
Cédric Bonhomme
2013-11-02
*
It is now possible to delete an article or an entire feed.
Cédric Bonhomme
2013-11-01
*
Improved sort of feeds.
Cédric Bonhomme
2013-11-01
*
It is now possible to add a feed via a form for different users.
Cédric Bonhomme
2013-11-01
*
Added users management.
Cédric Bonhomme
2013-11-01
*
Added new template to display information about a feed.
Cédric Bonhomme
2013-11-01
*
Management page has been updated.
Cédric Bonhomme
2013-11-01
*
Improved templates: rendering of the list of articles
Cédric Bonhomme
2013-10-31
*
Added authentication with Flask-Login.
Cédric Bonhomme
2013-10-30
*
count() is way faster than len().
Cédric Bonhomme
2013-10-30
*
tests for /unread page.
Cédric Bonhomme
2013-10-28
*
first 9 articles
Cédric Bonhomme
2013-10-28
*
Sorting of articles seems to be working ;-)
Cédric Bonhomme
2013-10-28
*
Updated importer.
Cédric Bonhomme
2013-10-27
*
Sort articles on the main page.
Cédric Bonhomme
2013-10-27
*
Sort the list of articles for the /articles page.
Cédric Bonhomme
2013-10-27
*
reverse sorted list
Cédric Bonhomme
2013-10-14
*
Still trying to sort those f* articles.
Cédric Bonhomme
2013-10-14
*
Trying to sort articles (SortedListField(ReferenceField('Article')).
Cédric Bonhomme
2013-10-13
*
First implementation of /management page.
Cédric Bonhomme
2013-10-13
*
First implementation of /favorites page.
Cédric Bonhomme
2013-10-13
[next]
bgstack15