aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* attrgetter is not usedCédric Bonhomme2013-07-04
|
* Results of a search are now sorted by date.Cédric Bonhomme2013-07-04
|
* Removed MongoDB full-search function.Cédric Bonhomme2013-07-04
|
* Updated version number in the documentation.Cédric Bonhomme2013-06-26
|
* Added tag 4.0 for changeset 4cb73050be76Cédric Bonhomme2013-06-25
|
* Version 4.0. Fast full-text indexing and searching with the Whoosh library.Cédric Bonhomme2013-06-25
|
* Fixed an error with a link in the documentation.Cédric Bonhomme2013-06-25
|
* Removed the MongoDB index on articles content.Cédric Bonhomme2013-06-25
|
* Added Whoosh in the documentation (requirements + installation).Cédric Bonhomme2013-06-25
|
* Added link to the Whoosh library in the README.Cédric Bonhomme2013-06-25
|
* Test if the database has not been indexed.Cédric Bonhomme2013-06-25
|
* Added a button to reindex the database on the /search page.Cédric Bonhomme2013-06-24
|
* Removed the limit of results for the search with whoosh.Cédric Bonhomme2013-06-24
|
* Integration of the new search module.Cédric Bonhomme2013-06-24
|
* Added index_base view in order to launch the indexing.Cédric Bonhomme2013-06-24
|
* Updated the /management template.Cédric Bonhomme2013-06-24
|
* Added missing import.Cédric Bonhomme2013-06-24
|
* First functional version of the indexed full-text search.Cédric Bonhomme2013-06-24
|
* A test of the whoosh libraryCédric Bonhomme2013-06-24
|
* Changed header information in feedgetter.py.Cédric Bonhomme2013-06-10
|
* Now using 'with' statement with a context manager in order to catch i/o ↵Cédric Bonhomme2013-06-10
| | | | exceptions when opening the list of feeds.
* Minor changes to the tempate of the /unread page.Cédric Bonhomme2013-06-07
|
* Documentation is now using th 'howto' style.Cédric Bonhomme2013-05-03
|
* Updated login page CSS.Cédric Bonhomme2013-05-02
|
* Test bitcoin in HTML URL scheme with markdown.Cédric Bonhomme2013-04-24
|
* Fixed type in documentation.Cédric Bonhomme2013-04-15
|
* The qrcode module has been ported to Python 3.3 and the qrcode image is ↵Cédric Bonhomme2013-04-15
| | | | horizontally centered in /article page.
* Improvement of the display of the /article view.Cédric Bonhomme2013-04-15
|
* Don't append <br/> tag after the content of the article.Cédric Bonhomme2013-04-15
|
* Improvements in the article.html template.Cédric Bonhomme2013-04-15
|
* The plan text version of an article is now between a <p> HTML tag.Cédric Bonhomme2013-04-15
|
* Added tag 3.9 for changeset cc98d870563dCédric Bonhomme2013-04-14
|
* Released version 3.9.Cédric Bonhomme2013-04-14
|
* The heart pict wasn't any more present in the /history page.Cédric Bonhomme2013-04-14
|
* A picto was not displayed in the /articles page.Cédric Bonhomme2013-04-12
|
* Minor bugfix: the link to the heart picto was wrong.Cédric Bonhomme2013-04-12
|
* Added a link to the page of unread article in the /feed page.Cédric Bonhomme2013-04-10
|
* Updated README + doc: typoCédric Bonhomme2013-04-08
|
* Updated README + doc.Cédric Bonhomme2013-04-08
|
* Minor bugfix when setting the title of the generated epubCédric Bonhomme2013-04-08
|
* fix some bugs in the installation scriptCédric Bonhomme2013-04-08
|
* Updated doc with new sample configuration file.Cédric Bonhomme2013-04-08
|
* Changed sample configuration file.Cédric Bonhomme2013-04-08
|
* Fixed typo in doc.Cédric Bonhomme2013-04-08
|
* Test a complemete installation script (Python 3.3.1 + distribute + pip + ↵Cédric Bonhomme2013-04-08
| | | | pyaggr3g470r requirements).
* Updated installation script.Cédric Bonhomme2013-04-08
|
* Updated documentation.Cédric Bonhomme2013-04-08
|
* Updated README.Cédric Bonhomme2013-04-08
|
* Updated README.Cédric Bonhomme2013-04-06
|
* Updated install scriptCédric Bonhomme2013-04-06
|
bgstack15