aboutsummaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAge
...
* Updated 'meta' HTML tag of the authentication page.Cédric Bonhomme2013-03-15
* Fixed: missing parameter name in tmpl.render().Cédric Bonhomme2013-03-13
* Error messages are displayed with a dedicated function.Cédric Bonhomme2013-03-13
* Typo.Cédric Bonhomme2013-03-13
* Handle exception in change_feed_logo().Cédric Bonhomme2013-03-13
* Handle exception in change_feed_name().Cédric Bonhomme2013-03-13
* Updated revision date for pyaggr3g470r.py.Cédric Bonhomme2013-03-10
* It is now possible to change the URL of a site/blog.Cédric Bonhomme2013-03-10
* Improved HTML output of the export..Cédric Bonhomme2013-03-08
* Added generation date for the html export.Cédric Bonhomme2013-03-08
* Minor fix: removed </style> tag at the end of the CSS.Cédric Bonhomme2013-03-06
* Updated revision date.Cédric Bonhomme2013-03-05
* Improvement for the HTML export (webzine): a separated CSS file is now create...Cédric Bonhomme2013-03-05
* Added TODO comment in mongodb.pyCédric Bonhomme2013-03-05
* Reduced width for article pages (webzine export).Cédric Bonhomme2013-02-20
* Improved readability.Cédric Bonhomme2013-02-17
* Updated comments.Cédric Bonhomme2013-02-17
* Improved writepid and pidof functions.Cédric Bonhomme2013-02-17
* Updated comments.Cédric Bonhomme2013-02-17
* Updated comments.Cédric Bonhomme2013-02-17
* MongoDB index on 'article_date' for each new collection.Cédric Bonhomme2013-02-14
* Removed 'width=50%' parameter for the page of exported articles.Cédric Bonhomme2013-02-14
* Bugfix: little hack due to the presence of '%' in the string.Cédric Bonhomme2013-02-13
* HTML_HEADER is now a function. This enables to set a title for the generated ...Cédric Bonhomme2013-02-13
* Added number of favorites articlesCédric Bonhomme2013-02-11
* syncCédric Bonhomme2013-02-10
* Updated comments.Cédric Bonhomme2013-02-10
* It's even better with defaultdictCédric Bonhomme2013-02-03
* Updated revision date.Cédric Bonhomme2013-02-03
* Improvement: dict.setdefault used in order to set a default value when a key ...Cédric Bonhomme2013-02-03
* added empty lineCédric Bonhomme2013-02-02
* syntax error...Cédric Bonhomme2013-02-02
* language codes remplaced by language name.Cédric Bonhomme2013-02-02
* minor bugfix in the anchors introduced previously.Cédric Bonhomme2013-02-02
* added HTML anchor for languagesCédric Bonhomme2013-02-02
* Added summary (languages page)Cédric Bonhomme2013-02-02
* Display only the last 10 articles by feed for the /languages page.Cédric Bonhomme2013-02-02
* The id of the feed is used as key of the dictionary.Cédric Bonhomme2013-02-02
* Added link to the article page (in the /languages page).Cédric Bonhomme2013-02-02
* Added the publication date of the article in the /languages page.Cédric Bonhomme2013-02-02
* Updated revision date.Cédric Bonhomme2013-02-01
* Create a MongoDB index for each new collection.Cédric Bonhomme2013-02-01
* Updated README with just information about the required modules for the langu...Cédric Bonhomme2013-02-01
* Added link to the official page of the guess_language module.Cédric Bonhomme2013-01-30
* Added link to /languages page in the management page.Cédric Bonhomme2013-01-29
* summary of languages in the database.Cédric Bonhomme2013-01-29
* Added /languages page which displays articles sorted by language.Cédric Bonhomme2013-01-29
* Merging headsCédric Bonhomme2013-01-29
|\
| * Fix some minor HTML issues for the webzine export (export.py).Cédric Bonhomme2013-01-29
* | Some tests in templates...Cédric Bonhomme2013-01-28
|/
bgstack15