1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 17 hours ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Quote each token to ensure valid syntax in tsquery (for example with <a href="..."> tags in query) More... about 13 years ago
Provide the function array_agg if it doesn't exist (like postgres < 8.4) More... about 13 years ago
Correct some typos on the README file. More... over 13 years ago
allow passing source string via GET, since apache seems too pedantic about what goes in URLs More... over 13 years ago
load existing languages on process start create language on the fly when adding units raise 404 when asked to translate from non existing language More... over 13 years ago
allow using connections outside request context More... over 13 years ago
use postgres' parser to sanitize input string More... over 13 years ago
test for existnace of user defined sql functions More... over 13 years ago
rollback connection after exception it feels like wrapping up queries in a method would be a better approach though More... over 13 years ago
Strip some (hopefully) irrelevant characters in an attempt to remain with the text content only. This should fix bug 1761, although we probably want something better in the long term. More... over 13 years ago
Unify license headers, and fix copyright dates More... over 13 years ago
Bail out if the source or target language is missing More... over 13 years ago
Small spelling/capitalisation corrections to the README. More... over 13 years ago
Text editing More... over 13 years ago
Some instructions on creating the database More... over 13 years ago
+Extra dependencies More... over 13 years ago
wsgi file for mod_wsgi More... over 13 years ago
secret key thingy, I guess that's used for session keys? More... over 13 years ago
simple webui for amagama at the moment this is just a form with a text field, and languages are infered from url More... over 13 years ago
update README More... over 13 years ago
use per language tables More... over 13 years ago
initdb now creates per language sources and targets table allows different config per language and better index performance More... over 13 years ago
initial implementation of per language index config More... over 13 years ago
normalize language codes to db compatible format More... over 13 years ago
functions to normalize language codes More... over 13 years ago
function to test if table already exists More... over 13 years ago
README to make testing easier More... over 13 years ago
remove unused options More... over 13 years ago
put configs in settings.py More... over 13 years ago
better magical number, not a 100% match gets a rank of exactly 100.0 More... over 13 years ago