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
*
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
*
The /feed page now displays the address of the feed.
Cédric Bonhomme
2013-01-07
*
Test of automatic feed add with Python 3: OK ;-)
Cédric Bonhomme
2013-01-05
*
Updated revision date for pyAggr3g470r.py.
Cédric Bonhomme
2013-01-05
*
Improved display of confirmation message.
Cédric Bonhomme
2013-01-05
*
Improved display of error message.
Cédric Bonhomme
2013-01-05
*
Numbers are printed with commas as thousands separators (/feed page).
Cédric Bonhomme
2013-01-02
*
Removed useless locale import.
Cédric Bonhomme
2013-01-02
*
Numbers are printed with commas as thousands separators without taking into a...
Cédric Bonhomme
2013-01-02
*
Numbers are printed with commas as thousands separators.
Cédric Bonhomme
2013-01-02
*
Fix function name in export_epub().
Cédric Bonhomme
2013-01-01
*
Updated copyrights years.
Cédric Bonhomme
2013-01-01
*
Added a confirmation message after a successfull export of the database.
Cédric Bonhomme
2012-12-30
[next]
bgstack15