aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Removed bindhost variable.cedricbonhomme2011-09-26
|
* Added CherryPy configuration file.cedricbonhomme2011-09-26
|
* Test of the detection of feeds in HTML page.cedricbonhomme2011-09-26
|
* Bug fix: wrong indice in list slicing.cedricbonhomme2011-09-26
|
* Minor improvement. Month and year fields are not displayed in the history page.cedricbonhomme2011-09-26
|
* Added handle_error() function.cedricbonhomme2011-09-21
|
* Minor improvement of the display of the error 404 page.cedricbonhomme2011-09-21
|
* Added error_page_404() function.cedricbonhomme2011-09-21
|
* Relesase 2.9cedricbonhomme2011-08-26
|
* HTML tags between <code> tags are now escaped by a regular expression.cedricbonhomme2011-08-25
|
* Minor improvement of the control script (test if there is an argument).cedricbonhomme2011-07-15
|
* Release 2.8.cedricbonhomme2011-07-07
|
* Minor improvements: if pyAggr3g470r.cfg is not present, try to read ↵cedricbonhomme2011-07-07
| | | | pyAggr3g470r.cfg-sample.
* Minor improvements: the database was readed two time at boot.cedricbonhomme2011-07-07
|
* Minor changes in the articles.py file.cedricbonhomme2011-07-07
|
* reinitialize sha1.update() before each hash.cedricbonhomme2011-07-07
|
* Minor bugfix: When using the control script the main process was attached to ↵cedricbonhomme2011-06-23
| | | | the console. Consequently it was not possible to close the console without closing subprocess of pyAggr3g470r.
* Added control file to start/stop pyAggr3g470r.cedricbonhomme2011-06-20
|
* Performance improvement (removed useless call to BeautifulSoup HTML sanitizer.cedricbonhomme2011-06-20
|
* Added an incation for the user (feed edition).cedricbonhomme2011-06-20
|
* It is now possible to change the logo of a feed anytime via the feed ↵cedricbonhomme2011-06-20
| | | | management page. The data base is automatically uptodated.
* It is now possible to change the name of a feed anytime via the feed ↵cedricbonhomme2011-06-20
| | | | management page. The data base is automatically uptodated.
* Minor bugfix in a form.cedricbonhomme2011-06-20
|
* Added two forms to the page dedicated to the management of feeds (to change ↵cedricbonhomme2011-06-20
| | | | the logo and the name of the feed).
* Added a new function which enables to change the URL of a feed (this updates ↵cedricbonhomme2011-06-19
| | | | all the data base).
* New link to the feed page.cedricbonhomme2011-06-18
|
* Bugfix: Google +1 button.cedricbonhomme2011-06-18
|
* New transparent CSS tooltip.cedricbonhomme2011-06-18
|
* Minor CSS bugfix.cedricbonhomme2011-06-16
|
* Minor bugfix: activity of a feed (average articles poster per day)cedricbonhomme2011-06-13
|
* Minor bugfix: articles must be sorted before the selection of article to load.cedricbonhomme2011-06-13
|
* Added support of different POD for diaspora.cedricbonhomme2011-06-13
|
* Added better comments in the code.cedricbonhomme2011-06-13
|
* Minor improvement: test the number of articles per feed to import.cedricbonhomme2011-06-13
|
* Minor bugfix: in loaf_feed() function (number of articles to load per feed).cedricbonhomme2011-06-13
|
* Minor improvement: test if the published/update date for the article is ↵cedricbonhomme2011-06-10
| | | | present before the data base insertion
* Minor bugfix: Missing feed id in the URL parameter.cedricbonhomme2011-06-08
|
* Minor bugfix: wrong page redirection when changing the minimum size of a ↵cedricbonhomme2011-06-08
| | | | word for the generation of tag clouds in the feed/ page.
* Added Google's +1 buttoncedricbonhomme2011-06-08
|
* Minor Bugfix. Age of the last article.cedricbonhomme2011-06-07
|
* Bugfix: IndexError: list index out of range when a feed is empty.cedricbonhomme2011-06-06
|
* Bugfix: ZeroDivisionError when calculating the 'Daily post average' value if ↵cedricbonhomme2011-06-06
| | | | there is only one article in the feed.
* Improvement. Daily post average.cedricbonhomme2011-06-06
|
* Added more informations about a feed in the 'feed summary' page.cedricbonhomme2011-06-06
|
* Added 'daily average' (ie average number of articles posted per day) value ↵cedricbonhomme2011-06-06
| | | | on the feed page.
* Minor improvements: 1) encoding of article description and article title, 2) ↵cedricbonhomme2011-06-01
| | | | HTML sanitization.
* Removed useless code in utils.py. Improvement of the CSStoopTip description.cedricbonhomme2011-06-01
|
* Minor improvement: HTML purification of articles description with ↵cedricbonhomme2011-06-01
| | | | BeautifulSoup. The purification is done before the insertion in the database.
* Renamed the string 'feeds' to 'articles' in the management page.cedricbonhomme2011-05-04
|
* Minor: Added informations about how many articles are currently loaded from ↵cedricbonhomme2011-04-22
| | | | the database.
bgstack15