James Socol
6e0571c069
Merge branch 'bug-554740' into development
2010-04-06 10:52:22 -07:00
James Socol
6d1cb111a3
Updating to Tower 0.3 and fixing the failing tests.
2010-04-06 10:43:25 -07:00
James Socol
ef50d5fcd6
Adding in the search tests for bug 554740
2010-04-06 10:43:24 -07:00
James Socol
8e39688483
Adding in the machinery to do sphinx tests
2010-04-06 10:43:24 -07:00
James Socol
73c5ab46a9
Turns negative categories into exclusions.
2010-04-06 10:43:23 -07:00
James Socol
60de203050
Merge branch 'bug-550103' into development
2010-04-02 16:04:09 -07:00
James Socol
80dcaf8b0b
Adding custom word lists and tests. Reversed logic on spellcheck() to make it more intuitive.
2010-04-02 10:22:43 -07:00
James Socol
b2372649de
adding the basics for custom word lists
2010-04-02 09:50:17 -07:00
James Socol
cd04086039
Fixing import in the wrong spot.
2010-04-01 18:33:00 -07:00
James Socol
fbc0f6951d
Merge branch 'bug-549013' into development
2010-04-01 17:32:46 -07:00
James Socol
a0ba1c340e
Fixed the issues from Dave and Paul's comments; refactored Jeff's point about the duplicate code.
2010-04-01 17:01:54 -07:00
James Socol
d03b6f87c9
Adding middleware and tests. Removing dependency on django-localeurl. Added the big list of locales (more than we support) and the subset of our supported locales.
2010-04-01 12:45:15 -07:00
James Socol
1b1a2f13a7
Adding flatqs to requirements.txt
2010-03-31 10:46:15 -07:00
James Socol
fff6989e1a
Adds the |fe filter as describe in bug 549434
2010-03-26 11:32:18 -07:00
James Socol
5ad550174d
Making the |suggestions filter use flatqs.flatten() fixes the broken test.
2010-03-23 18:15:27 -07:00
James Socol
bf9f40a187
Merge commit '7aa2483' into development
2010-03-23 17:44:39 -07:00
James Socol
0571cedd97
Merge commit '4b667f5' into development
2010-03-23 17:44:02 -07:00
Paul Craciunoiu
7aa2483d4d
add json output and tests
2010-03-23 15:56:17 -07:00
Paul Craciunoiu
4b667f549e
add support for MultiValueDict to urlparams (filter) and paginate (util)
2010-03-23 13:03:56 -07:00
James Socol
8d38c7b8ce
Adding the wsgi script
2010-03-23 11:07:03 -07:00
Paul Craciunoiu
80fd3f4b28
Merge branch 'bug-549350' into development
2010-03-22 17:15:50 -07:00
Paul Craciunoiu
aa2806a1c3
cleaning up pep8, pyflakes
2010-03-22 17:09:21 -07:00
Paul Craciunoiu
bc1b930a8d
Minor changes: variable renames, styling adjustments, remove 'Results ...' from paginator.html
2010-03-22 16:55:05 -07:00
Paul Craciunoiu
34a8a1852e
Merge branch 'bug-545808' into development
2010-03-22 13:42:52 -07:00
Paul Craciunoiu
2a1a7abc67
Adding context processor for site title
2010-03-22 12:50:31 -07:00
Paul Craciunoiu
53c1a49a74
Merge branch 'bug-549430' into development
2010-03-19 16:03:50 -07:00
Paul Craciunoiu
d2913dc85e
Fix paginator last-page issues in bug 549430 comment 0 and comment 1
2010-03-19 16:00:35 -07:00
Paul Craciunoiu
dbec41b01e
Use default values for search form
2010-03-19 14:54:36 -07:00
Paul Craciunoiu
b63dabd6e8
Remove some unnecessary |safe filters
2010-03-19 13:50:40 -07:00
Paul Craciunoiu
14b8bff4ea
Also use url() function in form template
2010-03-19 13:45:38 -07:00
Paul Craciunoiu
039f739572
Add url() function to template and use it
2010-03-18 17:55:51 -07:00
Paul Craciunoiu
294a2941b5
Split tags on whitespace instead of commas
2010-03-18 12:55:22 -07:00
Paul Craciunoiu
9041f050eb
Tag strip + AND multiple tags as in description (previously misleading OR)
2010-03-18 11:44:51 -07:00
Paul Craciunoiu
b972b8de9f
CONSTANTS->constants; reorder imports
2010-03-18 11:30:31 -07:00
Paul Craciunoiu
077a5fb0e1
unicode on ugettext_lazy(string)
2010-03-18 11:28:29 -07:00
Paul Craciunoiu
1c4158ea99
Add ugettext_lazy and use clouserw's tower
2010-03-17 19:07:55 -07:00
Paul Craciunoiu
39309bb622
basic search doesn't use where param
2010-03-17 18:53:57 -07:00
Paul Craciunoiu
d03a07520c
l10n and string quote changes for consistency
2010-03-17 18:52:31 -07:00
Paul Craciunoiu
7f40103ff1
Revert changes to DATABASES formatting in settings.py
2010-03-17 18:16:17 -07:00
Paul Craciunoiu
ee32488a29
Strip tag value as per jsocol's comment
2010-03-12 18:22:42 -08:00
Paul Craciunoiu
82995b85ba
Make repeat searches work (if no refine) and remove some hardcoding
2010-03-12 18:09:19 -08:00
Paul Craciunoiu
045a998521
Fix refine missing where param and search query default value check in JS
2010-03-12 17:38:01 -08:00
Paul Craciunoiu
c91e37052b
Sorting now works. Fixed 'last updated'
2010-03-12 17:31:07 -08:00
Paul Craciunoiu
35ebd8b510
Fix up all filters except sorting, and all check.py complaints for affected files
2010-03-12 15:28:39 -08:00
Paul Craciunoiu
284516581f
Minor l10n and default values fixes + form submission handling
2010-03-12 12:05:02 -08:00
Paul Craciunoiu
89b1b1a1a4
Moving search form: forms.py->views.py, and using jsocol's flatqs to build the query
2010-03-12 11:30:14 -08:00
Paul Craciunoiu
12d20bbd3b
Reverse urls and build refine_query from django form
2010-03-10 14:08:18 -08:00
Paul Craciunoiu
6a3660e0f0
move default values to js, and set |w| in view
2010-03-10 13:03:26 -08:00
Paul Craciunoiu
8fc27616db
fix scripts and css path
2010-03-10 12:52:14 -08:00
Paul Craciunoiu
5679e906a9
Convert Forum search to use django forms, and move constants to __init__.py
...
Revert stylesheet prefix to use {{ MEDIA_URL }} and fix a few forgotten items
Convert Forum search to use django forms, revert stylesheets to prefix with {{
MEDIA_URL }}, and move search constants to __init__.py
2010-03-10 11:44:18 -08:00