Samuel Lai
|
6d32f93452
|
Changed the indexed field from site name to site key because site key is relatively more unique.
|
2012-02-05 17:52:44 +11:00 |
|
Samuel Lai
|
3e02dcf151
|
Fixed bug with paging where the paginator thought the current page was the next page.
Also changed the sort button URLs so when changing sort, you are thrown back to page 1.
|
2012-02-04 18:38:15 +11:00 |
|
Samuel Lai
|
5078e7369f
|
User details are now retrieved and shown on the results page.
|
2012-02-04 18:33:24 +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
|
6511759213
|
Implemented sorting on the search page.
|
2012-02-04 17:05:43 +11:00 |
|
Samuel Lai
|
ea2170edb9
|
Changed name of field from 'score' to 'votes' as score is a keyword in Lucene.
|
2012-02-04 17:04:54 +11:00 |
|
Samuel Lai
|
4fc9f4e780
|
Fixed bug where no or negative search result range parameters resulted in HTTP 500.
|
2012-02-04 15:43:20 +11:00 |
|
Samuel Lai
|
c4c3835841
|
Implemented paging on results page.
|
2012-01-29 00:32:15 +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
|
90e46dfacf
|
Dates are now formatted using a custom template filter, format_datetime.
|
2011-11-06 18:14:31 +11:00 |
|
Samuel Lai
|
045b50fe6c
|
Tags are now parsed during import, and inserted into the index as an array field.
Also changed names of multivalued Solr fields so they are plural.
|
2011-11-06 18:02:06 +11:00 |
|
Samuel Lai
|
098a4f2fa9
|
Started implementing the search results view.
|
2011-11-06 17:20:11 +11:00 |
|
Samuel Lai
|
f8a6e7c455
|
Enabled template autoescaping by default.
|
2011-11-05 18:52:49 +11:00 |
|
Samuel Lai
|
a2614220ae
|
Created resource decorators that create connections as needed in by the current thread.
|
2011-11-05 18:43:54 +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
|
5e930bbc08
|
Added scripts for deleting a site from the system, and getting site info from the net.
|
2011-11-01 22:02:25 +11:00 |
|
Samuel Lai
|
489d9aec22
|
Added some new fields for sites, and ability to look up details from the sites RSS feed.
|
2011-11-01 17:36:14 +11:00 |
|
Samuel Lai
|
97740a206d
|
Added methods to render templates.
|
2011-10-30 18:37:33 +11:00 |
|
Samuel Lai
|
a83bed32b5
|
Extracted models out of dataproc/insert.py so they can be reused elsewhere.
|
2011-10-30 17:12:01 +11:00 |
|
Samuel Lai
|
18850e5bb5
|
Fixed media root path due to file having moved directories.
|
2011-10-30 17:11:41 +11:00 |
|
Samuel Lai
|
d541bdeabc
|
Added missing __init__ file to make stackdump dir a module.
|
2011-10-30 17:11:00 +11:00 |
|
Samuel Lai
|
65130d5415
|
Moved code into a single stackdump package so code can be shared more easily.
|
2011-10-30 16:54:49 +11:00 |
|
Samuel Lai
|
513829e255
|
Oops, forgot to remove the import statement for the now deprecated servers.py.
|
2011-10-23 18:20:20 +11:00 |
|
Samuel Lai
|
63da7cd3ca
|
Added Twitter bootstrap and jQuery to static media.
|
2011-10-23 18:18:48 +11:00 |
|
Samuel Lai
|
bc1572be52
|
Added static files serving function, and cleaned up more Jython hacks.
|
2011-10-23 18:17:23 +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
|
58f2225e4e
|
Completed first hack of data insertion script - db and solr.
|
2011-09-18 18:00:32 +10: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 |
|