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
Commit message (
Expand
)
Author
Age
*
Bugfix: ensure that the 'mail' option value is an integer.
Cédric Bonhomme
2013-01-22
*
Added a new option to specify if e-mail notification is activated.
Cédric Bonhomme
2013-01-21
*
Test if the article is present in the database before sending it via mail.
Cédric Bonhomme
2013-01-21
*
Update revesion date for feedgetter.py.
Cédric Bonhomme
2013-01-20
*
Send mail for a subscribed feed and then add to database.
Cédric Bonhomme
2013-01-20
*
Re-enabled mail notification.
Cédric Bonhomme
2013-01-20
*
Updated comment.
Cédric Bonhomme
2013-01-20
*
Removed useless import 'unicodedata'.
Cédric Bonhomme
2013-01-20
*
Removed uselles function compare() and string_to_datetime.
Cédric Bonhomme
2013-01-20
*
You can now fetch only one feed.
Cédric Bonhomme
2013-01-20
*
Minor bugfix in index.html template: feed['mail'] == True if mail notificatio...
Cédric Bonhomme
2013-01-20
*
Minor changes in mongodb.py: comments + __main__ section.
Cédric Bonhomme
2013-01-20
*
get_feed() in mongodb.py should test the presence of a collection.
Cédric Bonhomme
2013-01-20
*
Test if the MongoDB collection exist before the creation.
Cédric Bonhomme
2013-01-20
*
Added some tricks to get all posts of a blog.
Cédric Bonhomme
2013-01-20
*
improvements...
Cédric Bonhomme
2013-01-19
*
Minor fixes to the HTML source code of the webzine.
Cédric Bonhomme
2013-01-19
*
Minor fix: added missing <body> tag.
Cédric Bonhomme
2013-01-19
*
Minor improvements of the generation of pages for the webzine.
Cédric Bonhomme
2013-01-19
*
A simple CSS has been added for the webzine.
Cédric Bonhomme
2013-01-19
*
Added link to the original site (for the Webzine).
Cédric Bonhomme
2013-01-19
*
Display the number of articles per feeds for the Webzine database export (HTML).
Cédric Bonhomme
2013-01-19
*
Typo: removed duplicate ending <a> tag.
Cédric Bonhomme
2013-01-18
*
Updated webzine export: display the number of exported articles.
Cédric Bonhomme
2013-01-18
*
Added logout button.
Cédric Bonhomme
2013-01-14
*
Updated comments in auth.py
Cédric Bonhomme
2013-01-14
*
Minor changes to the login page.
Cédric Bonhomme
2013-01-14
*
Minor fix: in utils.py the list of feeds must be retrieved via the conf module.
Cédric Bonhomme
2013-01-14
*
Set defaults fedd.
Cédric Bonhomme
2013-01-14
*
The path of the feeds list is now set in pyAggr3g470r.cfg.
Cédric Bonhomme
2013-01-14
*
Version 3.8. Indexed MongoDB full text search. New management page.
Cédric Bonhomme
2013-01-12
*
Display the number of search results.
Cédric Bonhomme
2013-01-11
*
Updated header information in mongodb.py. Removed uselles import of itemgette...
Cédric Bonhomme
2013-01-11
*
Removed search.py.
Cédric Bonhomme
2013-01-11
*
Removed import of re in search.html.
Cédric Bonhomme
2013-01-11
*
Minor improvements of the /search page.
Cédric Bonhomme
2013-01-11
*
Removed useless comments.
Cédric Bonhomme
2013-01-11
*
Search function now using MongoDB indexed fulltext searching.
Cédric Bonhomme
2013-01-11
*
We'll try a simple index searching algorithm.
Cédric Bonhomme
2013-01-11
*
Reworked the UI of the /management page.
Cédric Bonhomme
2013-01-10
*
Minor bug fix: after changing the username, the username of the session varia...
Cédric Bonhomme
2013-01-10
*
Changed import method of the 'auth' module.
Cédric Bonhomme
2013-01-10
*
Added possibility to change the username.
Cédric Bonhomme
2013-01-10
*
error() is called when the password can't be changed.
Cédric Bonhomme
2013-01-10
*
Updated header information for auth.py.
Cédric Bonhomme
2013-01-10
*
Improvements to the /management page (title hierarchy + password input with h...
Cédric Bonhomme
2013-01-10
*
You can now change your password form the /management page.
Cédric Bonhomme
2013-01-10
*
Added default argument for check_credentials().
Cédric Bonhomme
2013-01-10
*
Added change_password function in order to change the password corresponding ...
Cédric Bonhomme
2013-01-10
*
Minor bugfix: the number of favorites articles wasn't passed to the /feed page.
Cédric Bonhomme
2013-01-07
[next]
bgstack15