summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-22fixing up conversationsEvan Prodromou
2009-06-22Layout fix for IE6Sarven Capadisli
2009-06-22theme dir, path configurableEvan Prodromou
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-20ignore config.php.*Evan Prodromou
2009-06-20Position of max_file_size position helps IESarven Capadisli
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
2009-06-17Add design_id to User_groupZach Copley
2009-06-18Updated themes for notice hover on content areaSarven Capadisli
2009-06-18Using notice hover only on content areaSarven Capadisli
2009-06-18Updated pigeonthoughts theme to reflect 0.8 design requirementsSarven Capadisli
2009-06-17Merge branch 'userdesign' into 0.8.xZach Copley
* userdesign: Minor removal
2009-06-17Merge branch 'userdesign' into 0.8.xZach Copley
* userdesign: (56 commits) Fix for background image repetition for various page heights Removed height:100% for better background image repetition A little more specific selector for notice reply Have user favorites page show user's design Placed a check to make sure there is a reply button in a notice before Make MailboxAction read only Remove stale reference to deprecated personal.php Uppercase hex color values Default to image being on, no tile after upload Fix sidebar color bug default design Update background image settings to use bitflags It was accidently removed Dynamically tile background image and turn background image on or off Show a background img in settings form IE7/8 CSS update for user design Enable tiling of background imgs for Designs Added background image tile flag to Design Init styles for tile and image use on/off for user design settings Added form option to tile background image and to turn it on and off Add background dir ...
2009-06-18Minor removalSarven Capadisli
2009-06-18Fix for background image repetition for various page heightsSarven Capadisli
2009-06-18Removed height:100% for better background image repetitionSarven Capadisli
2009-06-18Merge branch 'userdesign' of /var/www/design into userdesignSarven Capadisli
2009-06-18A little more specific selector for notice replySarven Capadisli