summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2009-05-26Some adjustments to allow the Facebook app work with Laconica 0.8Zach Copley
2009-05-26Reusing base stylesheet (instead of hoping for FB to import it) in FBSarven Capadisli
app.
2009-05-26Updated stylesheet paths for facebook appSarven Capadisli
2009-05-25Really removing the old files, thanks git!Robin Millette
2009-05-25Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Sarven Capadisli
into 0.8.x
2009-05-25Markup cleanup for attachmentsSarven Capadisli
2009-05-25Removed more cruft from old attachment/attachements pagesRobin Millette
2009-05-25Single anchor to include thumbnail and title for attachmentRobin Millette
2009-05-25Display thumbnail on hover over links in notices when appropriate.Robin Millette
2009-05-24Removed big clip and replaced with smaller inline one next to each URL (in a ↵Robin Millette
notice) that's actually an attachment. Overlay (popup) on click.
2009-05-24Only show number of attachments if > 1Robin Millette
2009-05-24Rearranged attachment info to only appear on each applicable notice page and ↵Robin Millette
thru an ajax popup.
2009-05-22Removed inline styles from notice list itemsSarven Capadisli
2009-05-21Merge branch 'conversationtree' into 0.8.xEvan Prodromou
2009-05-19Merge branch '0.7.x' into conversationtreeEvan Prodromou
2009-05-19Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xEvan Prodromou
Conflicts: config.php.sample
2009-05-18Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-05-18Merge branch '0.7.x' into 0.8.xSarven Capadisli
Conflicts: EVENTS.txt
2009-05-18Removed dead code.Robin Millette
2009-05-18Added RSS for personal tagsRobin Millette
2009-05-18Added personal tag page: http://example.com/MY_NICK/tag/A_TAGRobin Millette
2009-05-17Refactored new sections code to proper classes and added notice link to ↵Robin Millette
links in notice sections.
2009-05-17Merge branch 'master' into 0.7.xEvan Prodromou
2009-05-15Merge branch '0.8.x' into fbconnectZach Copley
2009-05-15Better err handling when trying to get Facebook clientZach Copley
2009-05-15add a hook for the page noticeEvan Prodromou
2009-05-15Attachments and their list now provide "ajax" view. Also added a few ↵Robin Millette
sidebars relating tags and attachments.
2009-05-15add hooks for subgroupnav showingEvan Prodromou
2009-05-15reformat action.phpEvan Prodromou
2009-05-13rewrote short url stuff to handle new file/url classes (redirections, ↵Robin Millette
oembed, mimetypes, etc.)
2009-05-11Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xEvan Prodromou
Conflicts: config.php.sample
2009-05-11db stuff for URLs: redirections, oembed, etc.Robin Millette
2009-05-07Added TwitterStatusFetcher into daemon startup and shutdown subsystemZach Copley
2009-05-01Merge branch '0.7.x' into 0.8.xSarven Capadisli
Resolved Conflicts: lib/queuehandler.php lib/util.php theme/base/css/display.css
2009-04-28Ticket #1428 - Changed replies API method to "mentions".Zach Copley
2009-04-24fixed subscriptions dropdown actionRobin Millette
2009-04-24Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xRobin Millette
2009-04-24fixed trac#1215, 1216, 1217 and 1219: subscribers/subscriptions people ↵Robin Millette
tagclouds.
2009-04-238-char limit on transportsEvan Prodromou
2009-04-23alert to what transport we're checking forEvan Prodromou
2009-04-23incorrect config setting for inboxesEvan Prodromou
2009-04-23Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-23Add an inbox queue handlerEvan Prodromou
Handle distributing a notice to multiple inboxes in a queue handler rather than in the Web action.
2009-04-23A queuehandler for blowing caches offlineEvan Prodromou
We add a queuehandler for blowing the memcached caches off-line. This should speed up the processing of new notices.
2009-04-23Merge branch 'dev/0.8.x' into 0.8.xEvan Prodromou
2009-04-21Suppress errors when checking for the existence of files that might be ↵CiaranG
restricted by open_basedir - should resolve issue #1310
2009-04-20Merge branch '0.7.x' of git://gitorious.org/laconica/mgrdcm-twitapibools ↵Adrian Lang
into review/master
2009-04-20Merge branch '0.7.x' of git://gitorious.org/laconica/bAvatar-clone without ↵Adrian Lang
the unintended deletion.
2009-04-18fix 0.7.x 0.8.x merge conflict in register.phpRobin Millette
2009-04-18Bringing the presentation of boolean variables (favorited, truncated, ↵Dan Moore
profile_background_tile) and the result from friendships/exist in JSON results from the Twitter Compatible API in line with what the real Twitter API does. Currently, laconica returns text strings enclosed in quotes instead of bare Javascript booleans. This change fixes that. See http://laconi.ca/trac/ticket/1326 for one open issue related to this.