aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
Commit message (Collapse)AuthorAge
* Updated /feeds page.Cédric Bonhomme2013-12-03
|
* Performance improvement: direct acces to articles in the database (without ↵Cédric Bonhomme2013-12-03
| | | | using the User object).
* The title of the HTML page is now updated for /article and /feed pages.Cédric Bonhomme2013-12-03
|
* Minor improvements for the /search page.Cédric Bonhomme2013-12-01
|
* The /feeds page has benn slightly updated.Cédric Bonhomme2013-12-01
|
* TextField replaced by PasswordField in the ProfileForm form.Cédric Bonhomme2013-11-24
|
* Updated management page.Cédric Bonhomme2013-11-24
|
* Updating the password is not required.Cédric Bonhomme2013-11-24
|
* It is now possible to update information about a user (first name, last ↵Cédric Bonhomme2013-11-24
| | | | name, email and password).
* Merge.Cédric Bonhomme2013-11-23
|\
| * Added some comments in views.py.Cédric Bonhomme2013-11-22
| |
* | It is now possible to enable or disable (stop checking for updates) a feed.Cédric Bonhomme2013-11-23
| |
* | Test if a feed already exists before creating a new one.Cédric Bonhomme2013-11-23
|/
* Added an option to index all the database.Cédric Bonhomme2013-11-21
|
* No need to sort the list of articles by date.Cédric Bonhomme2013-11-18
|
* Sort articles for the page /inactives.Cédric Bonhomme2013-11-18
|
* Added inactives.html template.Cédric Bonhomme2013-11-17
|
* List of inavtive feeds.Cédric Bonhomme2013-11-17
|
* Minor improvements in utils.py.Cédric Bonhomme2013-11-17
|
* Added stop words files.Cédric Bonhomme2013-11-17
|
* Restored tag cloud per feed.Cédric Bonhomme2013-11-17
|
* Removed old requirements.txt file.Cédric Bonhomme2013-11-17
|
* Added comments in models.py.Cédric Bonhomme2013-11-17
|
* Removed old module for the MongoDB connection.Cédric Bonhomme2013-11-17
|
* Updated about page.Cédric Bonhomme2013-11-16
|
* Adde history.html template.Cédric Bonhomme2013-11-14
|
* Test for the /history page.Cédric Bonhomme2013-11-13
|
* Improved search box.Cédric Bonhomme2013-11-13
|
* Try to fix the problem with the search box with Chrome and Chromium (it ↵Cédric Bonhomme2013-11-13
| | | | works with Firefox).
* Article searching with Whoosh OK.Cédric Bonhomme2013-11-12
|
* Resized search form.Cédric Bonhomme2013-11-12
|
* Added search form in the nav bar.Cédric Bonhomme2013-11-11
|
* Added search input in the layout template.Cédric Bonhomme2013-11-11
|
* Sort feeds by title with Jinja sort() function.Cédric Bonhomme2013-11-11
|
* Create directory recursively.Cédric Bonhomme2013-11-10
|
* Whoosh indexing.Cédric Bonhomme2013-11-10
|
* Email notification.Cédric Bonhomme2013-11-10
|
* Removed code related to QR Code generation.Cédric Bonhomme2013-11-10
|
* Changed style of the checkbox.Cédric Bonhomme2013-11-10
|
* Updated login template.Cédric Bonhomme2013-11-10
|
* Mark or unmark an article as favorites.Cédric Bonhomme2013-11-10
|
* Enable or disable email notification.Cédric Bonhomme2013-11-10
|
* Released version 4.2. pyAggr3g470r is now using Flask.Cédric Bonhomme2013-11-10
|
* Added initialization script.Cédric Bonhomme2013-11-10
|
* Test if the user is subscribed to a feed.Cédric Bonhomme2013-11-10
|
* Removed admin interface.Cédric Bonhomme2013-11-10
|
* Updated templates.Cédric Bonhomme2013-11-10
|
* It is now possible to add and edit a feed.Cédric Bonhomme2013-11-10
|
* Added pinboard icon.Cédric Bonhomme2013-11-09
|
* Added share buttons.Cédric Bonhomme2013-11-09
|
bgstack15