Commit graph

175 commits

Author SHA1 Message Date
Dave Hall
085d37fac7 Another attempt to fix test project MySQL collation settings 2013-12-03 19:30:19 +00:00
Dave Hall
b982b607d3 Another attempt to fix test project MySQL collation settings 2013-12-03 19:16:59 +00:00
Dave Hall
4708672757 Attempting to fix test project MySQL settings 2013-12-03 18:19:32 +00:00
Dave Hall
37e5e85447 Fixing mysql collation for Travis CI 2013-12-03 18:06:11 +00:00
Dave Hall
c0cf3c652e Adding database name to environment 2013-12-03 17:58:36 +00:00
Dave Hall
e58ca23df2 Installing correct MySQL Travis module 2013-12-03 17:46:22 +00:00
Dave Hall
9d4feb262b Adding in python database adaptors 2013-12-03 17:41:51 +00:00
Dave Hall
a29d6156a3 Fixing database build matrices 2013-12-03 17:37:07 +00:00
Dave Hall
27fd5d7c54 Correctly grouping travis environmental variables 2013-12-03 17:24:01 +00:00
Dave Hall
aca071912f Enabling testing with multiple DBs 2013-12-03 17:19:22 +00:00
Dave Hall
882569f69e Adding in multiple database for testing against 2013-12-03 17:13:48 +00:00
Dave Hall
193462afbf Fixing unittest dependency for Python 2.6 2013-12-03 17:02:23 +00:00
Dave Hall
f8118d70d0 Setting up watson for testing with Travis CI 2013-12-03 16:57:34 +00:00
Dave Hall
7b0a6c66ff Updating download URL 2013-10-05 16:03:15 +01:00
Dave Hall
f7485ab291 Advertising Python 3 support in setup.py 2013-10-05 16:02:18 +01:00
Dave Hall
3f26b0e4af Updating changelog 2013-10-05 16:01:29 +01:00
Dave Hall
b249da3262 Bumping version number 2013-10-05 15:59:07 +01:00
Dave Hall
59b58ca678 Mergin pull request from SimonGreenhill 2013-06-21 10:10:54 +01:00
SimonGreenhill
6f2e5214e0 replacing simplejson 2013-06-21 11:37:31 +10:00
Dave Hall
ecdc2f2c60 Using a batch size of 100 for bulk search entry updates. 2013-06-11 11:17:12 +01:00
Dave Hall
0d2988af5a Merge pull request #18 from tsufeki/python3
Python 3 compatibility
2013-05-02 08:11:53 -07:00
tsufeki
7607adadcf Added from __future__ import unicode_literals, print_function every where except migrations/ 2013-05-02 16:50:16 +02:00
tsufeki
bfd3f87f6f Fixed unicode errors in JSON tests under python 3.3 2013-05-01 18:08:09 +02:00
tsufeki
f7774282d3 Added templates/watson/includes/*.html to setup.py. 2013-05-01 17:34:33 +02:00
tsufeki
afde7298c2 Fixed missing module name. 2013-05-01 17:28:46 +02:00
tsufeki
55e17524ea Python 3.3 compatibility: fixed what 2to3 complains about, also changed force_unicode to force_text. 2013-05-01 16:46:10 +02:00
Dave Hall
bff358350f Merge pull request #14 from akaihola/master
Fix DeprecationWarning in Django 1.5
2013-01-25 01:51:51 -08:00
Antti Kaihola
ceb32c5fc2 Added Django>=1.4 compatible django.conf.urls imports to prevent a deprecation warning 2013-01-25 10:56:07 +02:00
Dave Hall
75de66195f Merge pull request #13 from dfunckt/fix-unicode
Replaced occurrences of `unicode` with django's `force_unicode` to prevent utf-8 decoding errors
2012-12-19 07:39:45 -08:00
Akis Kesoglou
ff539151cd Replaced occurrences of unicode with django's force_unicode to prevent utf-8 decoding errors 2012-12-19 17:10:08 +02:00
Dave Hall
034a68530f Merge pull request #11 from SimonGreenhill/patch-1
Update src/watson/backends.py
2012-11-22 02:19:41 -08:00
Simon J Greenhill
d899a2d8ff Update src/watson/backends.py
CREATE OR REPLACE watson_searchentry_trigger_handler function to avoid problems with broken install.s
2012-11-22 12:00:47 +11:00
Dave Hall
bba97595ca Removing single quotes from postgres queries. Closes #10. 2012-10-28 14:08:38 +00:00
Dave Hall
e0b5b86247 Including template tags in release. 2012-07-20 07:24:57 +01:00
Dave Hall
2cb057fd25 Fixing broken PyPi description. 2012-07-19 17:27:11 +01:00
Dave Hall
ba9ee0fb71 Preparing for 1.1.1 release. 2012-07-19 17:24:11 +01:00
Dave Hall
986e17cae0 Admin search adapter always uses complete queryset in search results. 2012-07-10 11:56:53 +01:00
Dave Hall
11d559740a Adding in some template helpers for the search results. 2012-05-08 13:10:04 +01:00
Dave Hall
ae0025ca8a Implementing built-in search views using newer class-based views.
Keeping older function-based views in for backwards-compatibility.
2012-05-08 12:36:38 +01:00
Dave Hall
9b139cb675 Removing admin mixin separation. 2012-04-30 11:49:54 +01:00
Dave Hall
03f0b0c4ac More robust site search tests. 2012-04-30 10:41:27 +01:00
Dave Hall
57133b4a1c Separating admin integration into mixin class. 2012-04-30 10:39:44 +01:00
Dave Hall
0d72bf0044 Hacky workaround for error in test case login when not using
django.contrib.sessions.
2012-04-24 11:11:40 +01:00
Dave Hall
3331b70937 Improving robustness of admin tests. 2012-04-24 11:08:35 +01:00
Dave Hall
1a930308c3 Merge pull request #6 from nigma/text-search-config
Specify text search configuration for PostgreSQL backend
2012-04-24 03:05:12 -07:00
Dave Hall
7673acc266 Ability to specify a search adapter class for use in the search admin. 2012-04-24 10:56:38 +01:00
Filip Wasilewski
4678e3c50e Changed text search configuration attribute name to search_config. 2012-04-20 12:24:43 +02:00
Filip Wasilewski
ec3386af94 Specify text search configuration for PostgreSQL to_tsvector and to_tsquery functions. 2012-04-20 01:09:24 +02:00
Dave Hall
95813770a5 Updating for 1.1.0 release. 2012-04-05 11:43:54 +01:00
Dave Hall
ffe9365e70 Using bulk_create to speed up creation of large search entry sets. 2012-04-05 11:23:56 +01:00