summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-22Add upload location to attachments config sectionZach Copley
2009-06-22Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-22change staticGet() from DB_DataObject to Memcached_DataObject for file classesEvan Prodromou
2009-06-22Database changes for file tablesEvan Prodromou
Some minor database changes for file tables. Namely: * Added a timestamp to all tables * Added a filename column for local files * Change some tables that had unnecessary auto-increment primary keys when they had another unique column that should act as the primary key * Change engine from MyISAM to InnoDB for a couple of files. Also, rebuilt the DB_DataObject files for all these tables.
2009-06-22Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xZach Copley
* '0.8.x' of git@gitorious.org:laconica/dev: fixing up conversations
2009-06-22Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-22fixing up conversationsEvan Prodromou
2009-06-22Keep gateway notices from leaking thru Sphinx search-engineZach Copley
2009-06-22Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xZach Copley
* '0.8.x' of git@gitorious.org:laconica/dev: Layout fix for IE6 theme dir, path configurable
2009-06-22Layout fix for IE6Sarven Capadisli
2009-06-22theme dir, path configurableEvan Prodromou
2009-06-21Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xZach Copley
* '0.8.x' of git@gitorious.org:laconica/dev: Add like for search got rid of 'skin' concept a while ago add collecta.com link Update copyright dates in files modified in 2009 change Controlez-Vous to Control Yourself ignore config.php.* Position of max_file_size position helps IE
2009-06-21Add like for searchEvan Prodromou
2009-06-21got rid of 'skin' concept a while agoEvan Prodromou
2009-06-21add collecta.com linkEvan Prodromou
2009-06-20Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-06-20Merge branch '0.8.x' into cmdlineEvan Prodromou
2009-06-20ignore config.php.*Evan Prodromou
2009-06-20change scripts to take server and path from commandlineEvan Prodromou
2009-06-20Position of max_file_size position helps IESarven Capadisli
2009-06-19Keep Twitter gateway notices from leaking thru MySQL notice searchZach Copley
2009-06-19Add twitterstatusfetcher to the list of daemons to stopZach Copley
2009-06-19Minor indentingSarven Capadisli
2009-06-19Includes a sioc:reply_to link between notices. It helps with thingsSarven Capadisli
like http://danbri.org/words/2009/06/16/415 Thanks to Toby Inkster for the patch: http://buzzword.org.uk/2009/laconica-0.7.3-sioc-reply_to.patch
2009-06-18Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-18This time, twitterstatusfetcher really DOES update changed and missing avatars!Zach Copley
2009-06-18Better avatar handling - pull in any missing Twitter avatarsZach Copley
2009-06-18remove path from install; better autodetection nowEvan Prodromou
2009-06-18better calculation of pathEvan Prodromou
2009-06-18Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-18Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xZach Copley
2009-06-18Make sure we have a DB connection before setting its charsetZach Copley
2009-06-18Better attachment view checkSarven Capadisli
2009-06-18Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-06-18Updated markup and CSS for attachment_viewSarven Capadisli
2009-06-18Only show twitter msgs in your own inboxEvan Prodromou
2009-06-18Merge branch 'twitterpriv' into 0.8.xEvan Prodromou
2009-06-18Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xZach Copley
* '0.8.x' of git@gitorious.org:laconica/dev: Display more oembed info in attachment popup. order notices in a conversation
2009-06-18Config option for bidirectional Twitter bridgeZach Copley
2009-06-18Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-18Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Robin Millette
into 0.8.x
2009-06-18Display more oembed info in attachment popup.Robin Millette
2009-06-18Merge branch 'groupdesign' into 0.8.xZach Copley
* groupdesign: Left out some new user and group theming file in the previous commit
2009-06-18Left out some new user and group theming file in the previous commitZach Copley
2009-06-18Merge branch 'groupdesign' into 0.8.xZach Copley
* groupdesign: Group theming. Add design_id to User_group
2009-06-18Group theming.Zach Copley
2009-06-18order notices in a conversationEvan Prodromou
2009-06-17Merge branch '0.8.x' into twitterprivEvan Prodromou