]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Zach Copley [Thu, 7 May 2009 21:07:03 +0000 (14:07 -0700)]
Added Twitter to notice sources
Zach Copley [Thu, 7 May 2009 09:08:49 +0000 (02:08 -0700)]
Fil's Patch to DB_DataObject to make it reconnect to the DB if
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.
Zach Copley [Thu, 7 May 2009 09:07:31 +0000 (02:07 -0700)]
Added TwitterStatusFetcher into daemon startup and shutdown subsystem
Zach Copley [Thu, 7 May 2009 08:10:31 +0000 (01:10 -0700)]
Less pychotic debugging statements
Zach Copley [Thu, 7 May 2009 07:26:42 +0000 (00:26 -0700)]
Better name
Zach Copley [Thu, 7 May 2009 07:25:15 +0000 (00:25 -0700)]
Properly daemonized 2-way Twitter bridge code
Zach Copley [Wed, 6 May 2009 01:26:06 +0000 (01:26 +0000)]
Fix for previous bad patch I pushed (had conflict markers)
Sorry about that.
Zach Copley [Wed, 6 May 2009 01:12:26 +0000 (01:12 +0000)]
This finally works (provided the newer version of DB_DataObject that
auto-reconnects to the DB).
Zach Copley [Tue, 5 May 2009 19:32:16 +0000 (19:32 +0000)]
Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x
Zach Copley [Tue, 5 May 2009 19:28:57 +0000 (19:28 +0000)]
More work on 2-way Twitter sync. Works better now with lastest version
of DB_DataObject that automatically reconnects to the DB, but forked
processes still lose connections occassionally.
Sarven Capadisli [Sat, 2 May 2009 00:10:50 +0000 (00:10 +0000)]
Aligned shownotice page's entry-content to left. Fixing vcard photo
margin bottom value.
Sarven Capadisli [Fri, 1 May 2009 23:32:59 +0000 (23:32 +0000)]
Minor CSS updates (No min-height on shownotice page, site_notice is
floated instead of positioned absolutely, notice entry-content is
aligned with the nickname on shownotice page)
Sarven Capadisli [Fri, 1 May 2009 17:03:51 +0000 (17:03 +0000)]
Merge branch '0.7.x' into 0.8.x
Sarven Capadisli [Fri, 1 May 2009 17:00:36 +0000 (17:00 +0000)]
60 seconds hard timeout for XHR notice posting. JavaScript throws an
alert message to the client if the server doesn't respond back in any
way.
Evan Prodromou [Fri, 1 May 2009 11:13:19 +0000 (07:13 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Ori Avtalion [Fri, 1 May 2009 11:12:37 +0000 (07:12 -0400)]
Fix link to identi.ca in JavaScript badge
Ori Avtalion [Fri, 1 May 2009 11:12:13 +0000 (07:12 -0400)]
Several whitespace fixes
Ori Avtalion [Fri, 1 May 2009 11:11:28 +0000 (07:11 -0400)]
Add s to user favorite notices
Evan Prodromou [Fri, 1 May 2009 11:08:01 +0000 (07:08 -0400)]
ignore Eclipse project files
Sarven Capadisli [Fri, 1 May 2009 04:39:49 +0000 (04:39 +0000)]
Giving more contrast between the background colour and the laconica logo.
Sarven Capadisli [Fri, 1 May 2009 03:50:24 +0000 (03:50 +0000)]
Added laconica logo
Updated installation page markup
Sarven Capadisli [Fri, 1 May 2009 00:16:25 +0000 (00:16 +0000)]
Merge branch '0.7.x' into 0.8.x
Resolved Conflicts:
lib/queuehandler.php
lib/util.php
theme/base/css/display.css
CiaranG [Wed, 29 Apr 2009 22:43:42 +0000 (23:43 +0100)]
Zach Copley [Wed, 29 Apr 2009 20:16:52 +0000 (13:16 -0700)]
Added 'mentions' the the list of API methods requiring bare auth
Evan Prodromou [Wed, 29 Apr 2009 16:12:28 +0000 (12:12 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Wed, 29 Apr 2009 16:05:31 +0000 (12:05 -0400)]
Public stream uses IDs method
Public stream now uses IDs method
Evan Prodromou [Wed, 29 Apr 2009 15:27:45 +0000 (11:27 -0400)]
Move algorithm for caching to Notice class
Moved the algorithm for notice stream caching to the Notice class.
Zach Copley [Wed, 29 Apr 2009 06:31:00 +0000 (23:31 -0700)]
Ticket #1428 - Changed replies API method to "mentions".
Zach Copley [Wed, 29 Apr 2009 00:08:20 +0000 (17:08 -0700)]
Added dirty dates to Foreign_link
Evan Prodromou [Tue, 28 Apr 2009 17:33:00 +0000 (13:33 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Tue, 28 Apr 2009 17:31:56 +0000 (13:31 -0400)]
Remove some debug comments in query-by-id
Evan Prodromou [Tue, 28 Apr 2009 17:07:05 +0000 (13:07 -0400)]
Change to avoid a join in notice inbox
The join in notice_inbox is causing temp-table sorting on identi.ca,
so I'm trying a finer-tuned approach.
CiaranG [Tue, 28 Apr 2009 12:30:54 +0000 (13:30 +0100)]
Only start daemons that are required, according to the site config. There is the potential to not start some more - see the checks in getvaliddaemons.php
CiaranG [Tue, 28 Apr 2009 12:05:48 +0000 (13:05 +0100)]
Fixed typo in stopdaemons.sh - was not stopping the new memcached queue handler
Evan Prodromou [Mon, 27 Apr 2009 20:55:07 +0000 (16:55 -0400)]
Merge branch '0.7.x' into querybyid
Sarven Capadisli [Mon, 27 Apr 2009 20:08:00 +0000 (20:08 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Sarven Capadisli [Mon, 27 Apr 2009 20:07:22 +0000 (20:07 +0000)]
Minor CSS order/cleanup.
Evan Prodromou [Mon, 27 Apr 2009 19:28:36 +0000 (15:28 -0400)]
Merge branch 'cometplugin' into 0.7.x
Evan Prodromou [Mon, 27 Apr 2009 01:16:09 +0000 (21:16 -0400)]
Don't add a node if it's already there
Try not to double-add a node on Ajax submit. Normally not a big deal,
but may happen if the CometPlugin (or in the future Strophe or other
auto-update plugins) is enabled.
Evan Prodromou [Mon, 27 Apr 2009 01:15:11 +0000 (21:15 -0400)]
Don't add a notice if it already exists on the page
Try not to interfere with Ajax posting; don't show something if it's
already on the page.
Evan Prodromou [Mon, 27 Apr 2009 00:50:39 +0000 (20:50 -0400)]
Display rendered HTML for a notice
Display the rendered HTML for a notice
Evan Prodromou [Sun, 26 Apr 2009 22:00:06 +0000 (18:00 -0400)]
add live updating for tag pages
Evan Prodromou [Sun, 26 Apr 2009 19:42:30 +0000 (15:42 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Sun, 26 Apr 2009 19:42:07 +0000 (15:42 -0400)]
Merge branch 'cometplugin' into 0.7.x
Evan Prodromou [Sun, 26 Apr 2009 19:41:55 +0000 (15:41 -0400)]
README for the comet plugin
Evan Prodromou [Sun, 26 Apr 2009 19:37:00 +0000 (15:37 -0400)]
Make notice auto-update
Shows notices auto-updating
Evan Prodromou [Sun, 26 Apr 2009 19:08:49 +0000 (15:08 -0400)]
Lots of tweaking to make things work
Did some tweaking and maneuvering to make things work. This version
will now show a "notice received" alert box -- lots of progress! Had
to test with Java server, not Python server.
Evan Prodromou [Sun, 26 Apr 2009 16:27:32 +0000 (12:27 -0400)]
Revert "run 'set names' after each connection to deal with UTF8 correctly"
This reverts commit
84072aa5cf6124d59a06a7f0a7945c00ee2836da .
This commit caused grievous harm to old notices on identi.ca.
Reverting until we figure out how to convert the old notices.
Evan Prodromou [Sun, 26 Apr 2009 16:13:49 +0000 (12:13 -0400)]
run 'set names' after each connection to deal with UTF8 correctly
Evan Prodromou [Sun, 26 Apr 2009 16:06:50 +0000 (12:06 -0400)]
Some updates for testing Comet
Evan Prodromou [Sat, 25 Apr 2009 18:20:57 +0000 (14:20 -0400)]
remove unused duplicate file
Evan Prodromou [Sat, 25 Apr 2009 18:20:24 +0000 (14:20 -0400)]
first pass at Comet plugin; doesn't yet update
Zach Copley [Fri, 24 Apr 2009 21:29:56 +0000 (14:29 -0700)]
Merge branch 'twitter-import' into 0.8.x
Zach Copley [Fri, 24 Apr 2009 21:27:31 +0000 (14:27 -0700)]
Some clean up -- this still doesn't work, yet. The processes all lose
their database connections, including the parent process.
Robin Millette [Fri, 24 Apr 2009 20:28:39 +0000 (20:28 +0000)]
fixed subscriptions dropdown action
Robin Millette [Fri, 24 Apr 2009 20:01:25 +0000 (20:01 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Robin Millette [Fri, 24 Apr 2009 20:01:03 +0000 (20:01 +0000)]
fixed trac#1215, 1216, 1217 and 1219: subscribers/subscriptions people tagclouds.
Evan Prodromou [Fri, 24 Apr 2009 17:31:18 +0000 (13:31 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Fri, 24 Apr 2009 17:31:03 +0000 (13:31 -0400)]
check for existence of xmlrpc extension in LinkbackPlugin
Sarven Capadisli [Fri, 24 Apr 2009 17:22:43 +0000 (17:22 +0000)]
UI for server errors.
Sarven Capadisli [Thu, 23 Apr 2009 21:51:49 +0000 (21:51 +0000)]
The real 7 seconds (7000) timeout for XHR posting.
Sarven Capadisli [Thu, 23 Apr 2009 21:35:21 +0000 (21:35 +0000)]
XHR alerts for server-side errors: 404, 502, 503, 504. There is also a
7 second timeout if the server doesn't get back with a response.
Evan Prodromou [Thu, 23 Apr 2009 10:38:51 +0000 (10:38 +0000)]
insert into user's inbox at Web time
Evan Prodromou [Thu, 23 Apr 2009 10:09:08 +0000 (10:09 +0000)]
8-char limit on transports
Evan Prodromou [Thu, 23 Apr 2009 10:08:51 +0000 (10:08 +0000)]
blow subs cache after updating inboxes
Evan Prodromou [Thu, 23 Apr 2009 10:08:26 +0000 (10:08 +0000)]
alert to what transport we're checking for
Evan Prodromou [Thu, 23 Apr 2009 09:52:21 +0000 (09:52 +0000)]
some basic fixes for inbox and memcached queue handlers
Evan Prodromou [Thu, 23 Apr 2009 09:35:10 +0000 (09:35 +0000)]
incorrect config setting for inboxes
Evan Prodromou [Thu, 23 Apr 2009 09:34:56 +0000 (09:34 +0000)]
incorrect config setting for queues
Evan Prodromou [Thu, 23 Apr 2009 09:24:13 +0000 (05:24 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Thu, 23 Apr 2009 09:23:59 +0000 (05:23 -0400)]
fix parse error in memcachedqueuehandler
Evan Prodromou [Thu, 23 Apr 2009 09:08:48 +0000 (05:08 -0400)]
Add an inbox queue handler
Handle distributing a notice to multiple inboxes in a queue handler
rather than in the Web action.
Evan Prodromou [Thu, 23 Apr 2009 09:03:19 +0000 (05:03 -0400)]
A queuehandler for blowing caches offline
We add a queuehandler for blowing the memcached caches off-line. This
should speed up the processing of new notices.
Sarven Capadisli [Thu, 23 Apr 2009 02:22:00 +0000 (02:22 +0000)]
Allowing XHR for Inbox/Outbox pages.
Zach Copley [Thu, 23 Apr 2009 02:19:12 +0000 (02:19 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Zach Copley [Thu, 23 Apr 2009 02:17:58 +0000 (02:17 +0000)]
Added ajax responses
Robin Millette [Thu, 23 Apr 2009 01:03:17 +0000 (01:03 +0000)]
fix join a group link from user homepage when he hasn't posted anything yet
Zach Copley [Wed, 22 Apr 2009 02:09:27 +0000 (19:09 -0700)]
Script to import friends timelines from Twitter
CiaranG [Tue, 21 Apr 2009 22:36:15 +0000 (23:36 +0100)]
Suppress errors when checking for the existence of files that might be restricted by open_basedir - should resolve issue #1310
CiaranG [Tue, 21 Apr 2009 19:43:57 +0000 (20:43 +0100)]
Add feed2omb to notice sources
Adrian Lang [Mon, 20 Apr 2009 11:09:05 +0000 (13:09 +0200)]
Merge branch '0.7.x' of git://gitorious.org/laconica/mgrdcm-twitapibools into review/master
Adrian Lang [Mon, 20 Apr 2009 10:15:12 +0000 (12:15 +0200)]
Merge branch '0.7.x' of git://gitorious.org/laconica/bAvatar-clone without the unintended deletion.
Sarven Capadisli [Mon, 20 Apr 2009 05:06:38 +0000 (05:06 +0000)]
earthy theme: layout experiment
Sarven Capadisli [Mon, 20 Apr 2009 04:37:13 +0000 (04:37 +0000)]
earthy theme preliminary (colours only)
Sarven Capadisli [Mon, 20 Apr 2009 01:58:49 +0000 (01:58 +0000)]
otalk theme: anon_notice background colour update
Sarven Capadisli [Mon, 20 Apr 2009 01:00:40 +0000 (01:00 +0000)]
otalk theme update to overflows
Sarven Capadisli [Sun, 19 Apr 2009 23:45:03 +0000 (23:45 +0000)]
Update to theme name in stylesheets.
Sarven Capadisli [Sun, 19 Apr 2009 23:42:53 +0000 (23:42 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Sarven Capadisli [Sun, 19 Apr 2009 23:40:37 +0000 (23:40 +0000)]
otalk theme (preliminary)
Sarven Capadisli [Sun, 19 Apr 2009 23:40:26 +0000 (23:40 +0000)]
Merge branch '0.7.x' into 0.8.x
Evan Prodromou [Sun, 19 Apr 2009 02:36:41 +0000 (19:36 -0700)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Sun, 19 Apr 2009 02:36:25 +0000 (19:36 -0700)]
add reply_to index to notice
Robin Millette [Sat, 18 Apr 2009 21:14:53 +0000 (21:14 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Robin Millette [Sat, 18 Apr 2009 21:14:31 +0000 (21:14 +0000)]
fix 0.7.x 0.8.x merge conflict in register.php
Dan Moore [Sat, 18 Apr 2009 19:54:23 +0000 (15:54 -0400)]
Fixing spaces/tabs.
Dan Moore [Sat, 18 Apr 2009 19:42:44 +0000 (15:42 -0400)]
This should change the JSON representation of the booleans 'following' and 'notifications', but unlike the previous change, I was unable to test this.
Dan Moore [Sat, 18 Apr 2009 19:33:36 +0000 (15:33 -0400)]
Bringing the presentation of boolean variables (favorited, truncated, 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.
Robin Millette [Sat, 18 Apr 2009 19:08:48 +0000 (19:08 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Robin Millette [Sat, 18 Apr 2009 19:08:33 +0000 (19:08 +0000)]
trac#1215, 1216, 1217 and 1219: subscribers/subscriptions people tagclouds
Tobias Diekershoff [Sat, 18 Apr 2009 17:00:20 +0000 (19:00 +0200)]
shortening links in notices from XMPP
This patch enables shortening of links, that where send from XMPP.
The problem was, that in util.php common_current_user() is not
finding the user account from which is posted, so the service to
shorten is not known, so no shortening at all...
This patch cleans up the xmppdaemon a little bit and hard codes ur1.ca
as shortening service _if_ the user is not set. Ugly but working.