1
0
mirror of https://github.com/djohnlewis/stackdump synced 2025-01-22 22:51:36 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Samuel Lai
c0766de8d4 Skips valid XML character scrubbing if configured for faster performance. 2013-11-28 14:01:00 +11:00
Sam
436b86b234 Upgrade Apache Solr to 4.5.0 and PySolr to 3.1.0.
All Solr indexes will need to be re-created.
2013-10-22 08:44:37 +11:00
Samuel Lai
993bee4fc1 Added markdown parsing for comments so links in comments now appear properly.
Also rewrote part of the HTML rewriting code so it doesn't introduce an additional wrapping element in the output which was added due to a html5lib requirements on input.
2012-12-15 21:43:06 +11:00
Samuel Lai
dd24d98b39 Upgraded Bottle.py to 0.10.11 and CherryPy to 3.2.2. 2012-08-12 14:57:25 +10:00
Samuel Lai
1da980424c Links in question view are now parsed and links are re-written where possible to point to the stackdump instance. They are also styled differently to highlight this.
Images are also replaced with a placeholder.
2012-02-12 21:16:07 +11:00
Samuel Lai
90e46dfacf Dates are now formatted using a custom template filter, format_datetime. 2011-11-06 18:14:31 +11:00
Samuel Lai
97740a206d Added methods to render templates. 2011-10-30 18:37:33 +11:00
Samuel Lai
810e2e5fe3 Removed package modded markers that are no longer needed. 2011-10-23 17:42:23 +11:00
Samuel Lai
61579cb807 Removed the Jython hacks. We're going with CPython only now. 2011-10-23 17:07:59 +11:00
Samuel Lai
59ab86dd59 Attempted to fix issues with Jython and the import process. 2011-10-23 16:52:47 +11:00
Samuel Lai
5857815885 Modified jython-sqlite connector to support transactions. 2011-09-18 13:57:28 +10:00
Samuel Lai
e6d91198fa Added the httplib2 and pysolr libraries for Solr Python API. 2011-09-17 19:57:45 +10:00
Samuel Lai
af2eafeccd Initial commit. Still building up the env and some parsing code. 2011-09-11 14:29:39 +10:00