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 (
Collapse
)
Author
Age
*
Added default value for the root of the tree.
Cédric Bonhomme
2013-03-23
|
*
Improvement to the binarytree implementation: the root is now given to the ↵
Cédric Bonhomme
2013-03-23
|
|
|
|
__init__ function.
*
Bugfix: wrong function call in the recursive tree walking function.
Cédric Bonhomme
2013-03-23
|
*
Updated description.
Cédric Bonhomme
2013-03-23
|
*
Minor changes in testbinarytree.py.
Cédric Bonhomme
2013-03-20
|
*
Renamed class named in binarytree.py
Cédric Bonhomme
2013-03-20
|
*
MongoDB index.
Cédric Bonhomme
2013-03-19
|
*
Added new views: subscriptions in order to list subscribed feeds.
Cédric Bonhomme
2013-03-19
|
*
MongoDB index.
Cédric Bonhomme
2013-03-19
|
*
In and Post order depth traversal.
Cédric Bonhomme
2013-03-19
|
*
Restored favicon.
Cédric Bonhomme
2013-03-19
|
*
Added authentication to the MongoDB database for testbinarytree script.
Cédric Bonhomme
2013-03-19
|
*
Typo.
Cédric Bonhomme
2013-03-18
|
*
Updated comments in binary tree.py.
Cédric Bonhomme
2013-03-18
|
*
Ported binary tree implementation to Python 3.
Cédric Bonhomme
2013-03-18
|
*
Experience: test to load all articles in an ordered binary tree.
Cédric Bonhomme
2013-03-18
|
*
It is now possible to switch between the plain text and the HTML version of ↵
Cédric Bonhomme
2013-03-18
|
|
|
|
the article.
*
The plain_text views and plain_text template has been removed. There is now ↵
Cédric Bonhomme
2013-03-18
|
|
|
|
alink in the /article page to see the content of the article in plain text.
*
Updated link to the picture in the authentication page.
Cédric Bonhomme
2013-03-15
|
*
Updated templates.
Cédric Bonhomme
2013-03-15
|
*
Updated CherryPy configuration.
Cédric Bonhomme
2013-03-15
|
*
Updated template lookup directory.
Cédric Bonhomme
2013-03-15
|
*
Reaorganization of folders for the CSS, templates and pictures.
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
|
*
Creation of an index when creating a new collection.
Cédric Bonhomme
2013-03-15
|
*
Removed useless empty lines in the generated CSS.
Cédric Bonhomme
2013-03-15
|
*
Improved code readability.
Cédric Bonhomme
2013-03-15
|
*
Updated 'meta' HTML tag of the authentication page.
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
|
*
Improved HTML output of the export..
Cédric Bonhomme
2013-03-08
|
*
Added generation date for the html export.
Cédric Bonhomme
2013-03-08
|
*
Minor fix: removed </style> tag at the end of the CSS.
Cédric Bonhomme
2013-03-06
|
*
Updated revision date.
Cédric Bonhomme
2013-03-05
|
*
Improvement for the HTML export (webzine): a separated CSS file is now ↵
Cédric Bonhomme
2013-03-05
|
|
|
|
created for all article's pages.
*
Added TODO comment in mongodb.py
Cédric Bonhomme
2013-03-05
|
*
Reduced width for article pages (webzine export).
Cédric Bonhomme
2013-02-20
|
*
Improved readability.
Cédric Bonhomme
2013-02-17
|
*
Updated comments.
Cédric Bonhomme
2013-02-17
|
*
Improved writepid and pidof functions.
Cédric Bonhomme
2013-02-17
|
*
Updated comments.
Cédric Bonhomme
2013-02-17
|
*
Updated comments.
Cédric Bonhomme
2013-02-17
|
*
MongoDB index on 'article_date' for each new collection.
Cédric Bonhomme
2013-02-14
|
*
Removed 'width=50%' parameter for the page of exported articles.
Cédric Bonhomme
2013-02-14
|
[next]
bgstack15