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

30 Commits

Author SHA1 Message Date
Sam
7dc7b7b5bd Solr syntax errors are now handled nicely.
Fixes #4.
2013-10-22 22:43:57 +11:00
Sam
f067353f62 Added answer permalinks and ability to rewrite internal answer permalinks.
This includes a new field in the Solr schema, so a re-index is required after this changeset.

Fixes #1
2013-10-22 21:59:49 +11:00
Sam
09edf16128 Added missing rule to render external links in comments differently. 2013-10-22 08:45:07 +11:00
Samuel Lai
b667ea0165 Added Mathjax support for math.stackexchange.com.
Equations and expressions are only rendered in question view at the moment.
2012-12-15 22:47:46 +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
1b27784a8c Added an error page for when Stackdump fails to connect to Solr.
Also unified the error pages and added a generic 500 error page.
2012-08-19 00:09:35 +10:00
Samuel Lai
e0c96a5c5f Fixed a minor styling issue with question titles on search result pages. 2012-08-18 23:38:15 +10:00
Samuel Lai
01b0dcae39 Fixed a minor CSS spacing issue between the 'show more comments' block and the moderation message. 2012-08-18 21:40:29 +10:00
Samuel Lai
9b9b71077c Added informative message when Stackdump is disabled during a site import. 2012-08-18 20:17:15 +10:00
Samuel Lai
2954dd47ba Added a message for questions that have been closed. 2012-08-18 18:40:18 +10:00
Samuel Lai
827445105b Excess comments (defaults to any over 3) are now hidden by default.
They can be shown by clicking on the 'show comments' link.
2012-08-18 17:44:01 +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
f4e2c64de7 Fixed a minor rendering bug where there was no bottom margin for lists. 2012-02-12 16:50:38 +11:00
Samuel Lai
cab37377f7 Added indicator for accepted answer. 2012-02-12 15:54:03 +11:00
Samuel Lai
caebcabd89 Refactored the 'no data' page so the import instructions are accessible even after you've imported your initial dump(s) via a link in the footer. 2012-02-12 14:14:15 +11:00
Samuel Lai
ea0c592fed Very minor adjustment of margins for the site tagline. 2012-02-12 13:58:08 +11:00
Samuel Lai
db3bf11310 Added a 'no data' page with instructions on how to import data into Stackdump. 2012-02-12 13:56:37 +11:00
Samuel Lai
43f49d1827 Fixed some minor CSS issues, and fixed issues when there is only one site imported in Stackdump. 2012-02-11 22:57:57 +11:00
Samuel Lai
06e210d37a Implemented random questions on home pages. Also consolidated the index pages into a single template. 2012-02-11 22:32:23 +11:00
Samuel Lai
ded9a52d02 Fixed issue where answers were in a difficult-to-read light grey colour. 2012-02-11 19:23:33 +11:00
Samuel Lai
7363c666d8 Implemented the question view. 2012-02-11 19:08:51 +11:00
Samuel Lai
a4dd607dcc Added missing padding before footer for pages longer than screen height. 2012-02-11 16:44:09 +11:00
Samuel Lai
68106831ea Fixed the footer at the bottom of the page regardless of the page height. 2012-02-11 16:41:16 +11:00
Samuel Lai
7e87726b74 Implemented site-specific search.
Added site logos to searches across all sites for easier identification.
Added hints to make it more obvious which site you are searching.
Minor CSS tweaks.
2012-02-05 17:54:13 +11:00
Samuel Lai
68e5e17f74 Minor CSS fixes to make positively voted questions stand out and fixed line height issue with long titles. 2012-02-04 17:10:22 +11:00
Samuel Lai
96cb924c52 Improved styling of results page with :hover, links and more spacing. 2012-01-28 23:48:00 +11:00
Samuel Lai
098a4f2fa9 Started implementing the search results view. 2011-11-06 17:20:11 +11:00
Samuel Lai
365acbe80a Added method to make site logos appear if they exist, otherwise show unknown icon. 2011-11-05 12:13:16 +11:00
Samuel Lai
dc7a923fa9 Fleshed initial HTML views and pages. 2011-11-01 22:03:22 +11:00
Samuel Lai
63da7cd3ca Added Twitter bootstrap and jQuery to static media. 2011-10-23 18:18:48 +11:00