CARVIEW |
jsocol
(James Socol)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- James Socol
- Website/Blog
- https://coffeonthekeyboard.com/
- Company
- Mozilla
- Location
- Mountain View, CA
- Member Since
- Jan 11, 2010
Following 16 coders and watching 27 repositories view all →
Public Repositories (9)
-
flatqs
One function to flatten a query string with duplicate keys
Last updated Wed Mar 10 18:09:10 -0800 2010
-
kitsune
SUMO v2 - Rewrite in Django
Last updated Wed Mar 10 11:21:05 -0800 2010
-
didyoumean
A wrapper for PyHunspell designed to offer spelling suggestions on search queries.
Last updated Wed Mar 10 11:05:21 -0800 2010
-
django-fixture-magic
Utilities to extract and manipulate Django Fixtures.
Forked from davedash/django-fixture-magic Mon Mar 08 13:41:42 -0800 2010
Last updated Mon Mar 08 13:46:35 -0800 2010
-
tower
A library that builds on Babel and Jinja to make extracting strings easy and uniform
Forked from clouserw/tower Mon Mar 08 13:55:56 -0800 2010
Last updated Mon Mar 08 13:46:06 -0800 2010
-
zamboni
A clandestine operation to make AMO happy
Forked from jbalogh/zamboni Tue Jan 12 17:42:59 -0800 2010
Last updated Thu Mar 04 11:06:51 -0800 2010
-
bleach
An easy, HTML5, whitelisting HTML sanitizer.
Last updated Fri Feb 26 18:32:17 -0800 2010
-
moxie
open product management
Forked from fligtar/moxie Wed Feb 24 00:01:56 -0800 2010
Last updated Sat Feb 13 19:17:05 -0800 2010
-
Jetpacks
A repo to store my Jetpacks
Last updated Tue Jan 12 20:50:19 -0800 2010
Public Activity 
-
81a0ec8
Fix Error/Exception bug
-
b6cc957
version bump 0.1.1
-
9425893
Fixing non-string values
-
8512b52
hasattr fail
-
0d557db
Fixing problem with QueryDict objects
-
d298514
Merge branch 'development' of github.com:jsocol/kitsune into d...
-
b585a2f
Merge branch 'bug-549474' into development
-
5ed781e
Moving the spelling suggestion filters and tests into the sear...
- 13 more commits »
-
cc11aea
Fixing URL. Fairly sure I should've bumped a version by now.
TLD list
Do you have a good place to get a list, or a way to fix the regex to match example.TLD but not example.txt?
Could you move this closer to the ForumThread model? It'd be nice to keep the related models together.
-
d314243
making dump_objects work with non-'id' primary keys
didyoumean should ignore words with numeric/non-alphabetic characters
A library that builds on Babel and Jinja to make extracting strings easy and uniform
https://zambonithugs.tumblr.com/post/426917869/lazy-gettext has a link to an AMO example
Test of Zamboni tweaked to run with Silver Lining
Jeff suggested putting them in
search/__init__.py
then justimport search
and usesearch.CONSTANT
Do we use external style sheets? They can't be minified, and afaik, we don't.
This (if it needs to be here, as above) should be lazy_localized.
apps/search/constants.py
? Then you could just sayfrom constants import *
Compresses linked and inline javascript or CSS into a single cached file.
Utilities to extract and manipulate Django Fixtures.
dump_objects raises a FieldError when the primary key is not "id"
-
5ed781e
Moving the spelling suggestion filters and tests into the sear...
Add support for custom word lists