- 10 Oct, 2015 1 commit
-
-
mattl authored
Colliding columns with a very lacking error message from DB ;)
-
- 05 Mar, 2011 1 commit
-
-
Zach Copley authored
-
- 19 Nov, 2010 1 commit
-
-
Brion Vibber authored
-
- 10 Nov, 2009 1 commit
-
-
Brion Vibber authored
Bringing Sphinx search support up to code: broken out to a plugin, now supports multiple sites on a single server. Upgrade notes: * Index names have changed from hardcoded 'Identica_people' and 'Identica_notices' to use the database name and actual table names. Must reindex. New events: * GetSearchEngine to override default search engine class selection from plugins New scripts: * gen_config.php generates a sphinx.conf from database configuration (with theoretical support for status_network table, but it doesn't seem to be cleanly queriable right now without knowing the db setup info for that. Needs generalized support.) * Replaced old sphinx-indexer.sh and sphinx-cron.sh with index_update.php Other fixes: * sphinx.conf.sample better matches our live config, skipping unused stopword list and using a more realistic indexer memory limit Further notes: * Probably doesn't work right with PostgreSQL yet; Sphinx can pull from PG but the extraction queries currently look like they use some MySQL-specific functions.
-
- 09 Nov, 2009 1 commit
-
-
Brion Vibber authored
This reverts commit 5ab709b7. Missed this one yesterday...
-
- 08 Nov, 2009 1 commit
-
-
Siebrand Mazeland authored
* doesn't * won't * isn't * don't
-
- 26 Aug, 2009 1 commit
-
-
Evan Prodromou authored
-
- 25 Aug, 2009 3 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
- 20 Aug, 2009 1 commit
-
-
Marcel van der Boom authored
-
- 16 Aug, 2009 1 commit
-
- 22 Jun, 2009 1 commit
-
-
Evan Prodromou authored
-
- 20 Jun, 2009 3 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Zach Copley authored
-
- 19 Mar, 2009 1 commit
-
-
Evan Prodromou authored
Deal somewhat better with mixed caps in people and notice search.
-
- 23 Dec, 2008 3 commits
-
-
Evan Prodromou authored
Another gigantor PEAR coding standards patch. Here, I've moved the opening curly bracket on a class statement to the following line. darcs-hash:20081223194923-84dde-77a93de314caadbcb5b70bf346a4648be77a864e.gz
-
Evan Prodromou authored
Another huge change, for PEAR code standards compliance. Function headers have to be in K&R style (opening brace on its own line), instead of having the opening brace on the same line as the function and parameters. So, a little perl magic found all the function definitions and move the opening brace to the next line (properly indented... usually). darcs-hash:20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz
-
Evan Prodromou authored
The PEAR coding standards decree: no tabs, but indent by four spaces. I've done a global search-and-replace on all tabs, replacing them by four spaces. This is a huge change, but it will go a long way to getting us towards phpcs-compliance. And that means better code readability, and that means more participation. darcs-hash:20081223191907-84dde-21e8efe210e6d5d54e935a22d0cee5c7bbfc007d.gz
-
- 23 Nov, 2008 2 commits
- 20 Nov, 2008 2 commits