summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-17Refactored new sections code to proper classes and added notice link to ↵Robin Millette
links in notice sections.
2009-05-17Merge branch '0.8.x' of git@gitorious.org:~evan/laconica/dev into 0.8.xRobin Millette
2009-05-17Added site path field to installer + fancy URL javascript auto-detection.Robin Millette
2009-05-15Merge branch '0.8.x' into fbconnectZach Copley
2009-05-15Basic Facebook Connect pluginZach Copley
2009-05-15Better err handling when trying to get Facebook clientZach Copley
2009-05-15Added event handlers to logout actionZach Copley
2009-05-15Added sql files to handle attachments (not yet tested) Hoping someone will ↵Robin Millette
improve the postgres version.
2009-05-15Updated Facebook client libs to the latest versionZach Copley
2009-05-15Merge branch '0.8.x' of git://gitorious.org/laconica/dev into linksRobin Millette
2009-05-15Attachments and their list now provide "ajax" view. Also added a few ↵Robin Millette
sidebars relating tags and attachments.
2009-05-14Updated Cloudy theme default avatars and minor CSSSarven Capadisli
2009-05-14Updated logos to use laconica as default.Sarven Capadisli
2009-05-14Updated instructions for creating a theme. Removed earthy theme ~Sarven Capadisli
which was too basic to be unique.
2009-05-13Merge branch '0.8.x' of git://gitorious.org/laconica/dev into linksRobin Millette
2009-05-13rewrote short url stuff to handle new file/url classes (redirections, ↵Robin Millette
oembed, mimetypes, etc.)
2009-05-13otalk theme: Using two columns for notice listSarven Capadisli
2009-05-13Minor clearing.Sarven Capadisli
2009-05-13Init h4ck3r theme.Sarven Capadisli
Originally suggested by Zach ( http://identi.ca/user/25 ). Background image (aka matrix h4x0r animated chars) is copied from Google neonblade2 theme ( http://ur1.ca/49wv ). Original creator of the image is unknown at this time.
2009-05-11db stuff for URLs: redirections, oembed, etc.Robin Millette
2009-05-11Init pigeon thoughts theme.Sarven Capadisli
Inspired by http://csarven.ca/labs/csszengarden.com/pigeon-thoughts/zengarden-sample.html
2009-05-10Init biz themeSarven Capadisli
Design is similar (inspired) to http://drupal.org/project/acquia_marina Two of the background illustrations are reused.
2009-05-10Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-05-10Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-05-08PostgreSQL - added dirty dates to Foreign_link - see ↵CiaranG
3e7b1e69e3e97ac007465376b62084f10bcf97ca
2009-05-07Twitter friends sync now does 25 users at a time and uses last_friendsync ↵Zach Copley
field to prioritize
2009-05-07Added dirty dates to Foreign_linkZach Copley
2009-05-07Only show import friends timeline option if bidirectional bridge enabledZach Copley
2009-05-07Added Twitter to notice sourcesZach Copley
2009-05-07Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-05-07Fil's Patch to DB_DataObject to make it reconnect to the DB ifZach Copley
there's no connection. This patch has been added upstream and will be in the next release, but I need it now for the bidirectional bridge to work.
2009-05-07Added TwitterStatusFetcher into daemon startup and shutdown subsystemZach Copley
2009-05-07Less pychotic debugging statementsZach Copley
2009-05-07Better nameZach Copley
2009-05-07Properly daemonized 2-way Twitter bridge codeZach Copley
2009-05-06Fix for previous bad patch I pushed (had conflict markers)Zach Copley
Sorry about that.
2009-05-06This finally works (provided the newer version of DB_DataObject thatZach Copley
auto-reconnects to the DB).
2009-05-05Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-05-05Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-05-05Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.xZach Copley
2009-05-05More work on 2-way Twitter sync. Works better now with lastest versionZach Copley
of DB_DataObject that automatically reconnects to the DB, but forked processes still lose connections occassionally.
2009-05-04Merge branch 'querybyid' into 0.7.xEvan Prodromou
2009-05-03Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-05-03add pingvine notice sourceEvan Prodromou
2009-05-02Aligned shownotice page's entry-content to left. Fixing vcard photoSarven Capadisli
margin bottom value.
2009-05-01Minor CSS updates (No min-height on shownotice page, site_notice isSarven Capadisli
floated instead of positioned absolutely, notice entry-content is aligned with the nickname on shownotice page)
2009-05-01make faves work with idsEvan Prodromou
2009-05-01Make user group stream use IDsEvan Prodromou
2009-05-01make profile notice getting use idsEvan Prodromou
2009-05-01Merge branch '0.7.x' into querybyidEvan Prodromou