aboutsummaryrefslogtreecommitdiffstats
path: root/famille.py
AgeCommit message (Collapse)Author
2012-11-09Fix two bugsThibaut Horel
* make the shortening function backward compatible to old comments * fix a bug where the show_user function would always display the current user's profile
2012-11-09add rss fluxGuillaume Horel
2012-11-08fix up Thibaut's brain damaged codeGuillaume Horel
2012-11-08Add info boxes on home page.Thibaut Horel
The choice of BeautifulSoup to shorten comments is open to discussion. It is a bit overkill.
2012-11-08Forgot to take Guillaume's remark into account in previous commitThibaut Horel
2012-11-08User feature (view and edit profile)Thibaut Horel
2012-11-08Filter improvementsThibaut Horel
2012-11-07fixed up the comment systemGuillaume Horel
2012-11-07reworked the templatesGuillaume Horel
2012-11-08Keep both rst and html rendered content in the database. News edit featureThibaut Horel
2012-11-08Add date formatting filterThibaut Horel
2012-11-08Also use rst for news contentThibaut Horel
2012-11-07Add rst parsing for comments. Slightly crude for now, but I need to head out ↵Thibaut Horel
to the movies
2012-11-07Add comments feature: show list, addThibaut Horel
2012-11-07Remove useless function, time to add mooorre featuresThibaut Horel
2012-11-07Add logoutThibaut Horel
2012-11-07Add basic news feature: list, show, addThibaut Horel
2012-11-07Code cleanup. Login is now functional.Thibaut Horel
There is a script createdb.py to create the db from the schema.sql file
2012-11-05starting to hook things upGuillaume Horel