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
/
source
/
pyAggr3g470r.py
Commit message (
Expand
)
Author
Age
*
Improved pymongo request
Cédric Bonhomme
2013-09-09
*
Change the name of the collection when the url of a feed is changed.
Cédric Bonhomme
2013-09-08
*
Changed the confirmation message when a new feed has been added.
Cédric Bonhomme
2013-09-08
*
Bugfix: there was a problem when enabling email notifications for a feed.
Cédric Bonhomme
2013-08-19
*
Updated documentation and README file.
Cédric Bonhomme
2013-08-11
*
The /management page dislays the number of indexed documents.
Cédric Bonhomme
2013-07-25
*
Removed debug print.
Cédric Bonhomme
2013-07-25
*
The Whoosh index stays now in sync with the MongoDB database.
Cédric Bonhomme
2013-07-25
*
fixed a really strange bug... to investigate...
Cédric Bonhomme
2013-07-24
*
attrgetter is not used
Cédric Bonhomme
2013-07-04
*
Results of a search are now sorted by date.
Cédric Bonhomme
2013-07-04
*
Version 4.0. Fast full-text indexing and searching with the Whoosh library.
Cédric Bonhomme
2013-06-25
*
Test if the database has not been indexed.
Cédric Bonhomme
2013-06-25
*
Integration of the new search module.
Cédric Bonhomme
2013-06-24
*
Added index_base view in order to launch the indexing.
Cédric Bonhomme
2013-06-24
*
Don't append <br/> tag after the content of the article.
Cédric Bonhomme
2013-04-15
*
The plan text version of an article is now between a <p> HTML tag.
Cédric Bonhomme
2013-04-15
*
Released version 3.9.
Cédric Bonhomme
2013-04-14
*
Minor bugfix when setting the title of the generated epub
Cédric Bonhomme
2013-04-08
*
THe code for the QR Code generation is now in utils.py.
Cédric Bonhomme
2013-04-03
*
Removed some useless regular expression.
Cédric Bonhomme
2013-04-03
*
Test if ids of the feed/articles exists.
Cédric Bonhomme
2013-04-01
*
If feed id is not valid, return directly the error page.
Cédric Bonhomme
2013-04-01
*
Test if the id of the feed is valid.
Cédric Bonhomme
2013-04-01
*
The original epoch time (time.gmtime(0)) is now used as last_post_date when t...
Cédric Bonhomme
2013-03-29
*
Minor fix to the /inactives view when a feed has no articles.
Cédric Bonhomme
2013-03-28
*
Minor fix to the /feed view when a feed has no articles.
Cédric Bonhomme
2013-03-28
*
Added new views: subscriptions in order to list subscribed feeds.
Cédric Bonhomme
2013-03-19
*
Restored favicon.
Cédric Bonhomme
2013-03-19
*
It is now possible to switch between the plain text and the HTML version of t...
Cédric Bonhomme
2013-03-18
*
The plain_text views and plain_text template has been removed. There is now a...
Cédric Bonhomme
2013-03-18
*
Updated template lookup directory.
Cédric Bonhomme
2013-03-15
*
Updated revision date
Cédric Bonhomme
2013-03-15
*
Removed useless variable declaration
Cédric Bonhomme
2013-03-15
*
Fixed: missing parameter name in tmpl.render().
Cédric Bonhomme
2013-03-13
*
Error messages are displayed with a dedicated function.
Cédric Bonhomme
2013-03-13
*
Typo.
Cédric Bonhomme
2013-03-13
*
Handle exception in change_feed_logo().
Cédric Bonhomme
2013-03-13
*
Handle exception in change_feed_name().
Cédric Bonhomme
2013-03-13
*
Updated revision date for pyaggr3g470r.py.
Cédric Bonhomme
2013-03-10
*
It is now possible to change the URL of a site/blog.
Cédric Bonhomme
2013-03-10
*
Updated comments.
Cédric Bonhomme
2013-02-10
*
It's even better with defaultdict
Cédric Bonhomme
2013-02-03
*
Updated revision date.
Cédric Bonhomme
2013-02-03
*
Improvement: dict.setdefault used in order to set a default value when a key ...
Cédric Bonhomme
2013-02-03
*
language codes remplaced by language name.
Cédric Bonhomme
2013-02-02
*
The id of the feed is used as key of the dictionary.
Cédric Bonhomme
2013-02-02
*
Added link to the official page of the guess_language module.
Cédric Bonhomme
2013-01-30
*
Added /languages page which displays articles sorted by language.
Cédric Bonhomme
2013-01-29
*
Display the absolute path of the result after a succesfull export.
Cédric Bonhomme
2013-01-27
[next]
bgstack15