Evan Prodromou
6a12598695
add pingvine notice source
2009-05-03 21:36:03 -07:00
Evan Prodromou
b12e72ae31
optionally add a username/password on server side for Comet
2009-05-01 09:42:38 -07:00
Evan Prodromou
5affe093ab
add in_reply_to link and make HTML in source work correctly
2009-05-01 08:39:47 -07:00
Evan Prodromou
1a61a171cd
Merge branch '0.7.x' into cometplugin
2009-05-01 08:00:41 -07:00
Evan Prodromou
a86a0e91a5
add favor, reply, delete buttons for cometed notices
2009-05-01 08:00:37 -07:00
Evan Prodromou
19a2194704
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-05-01 07:13:19 -04:00
Ori Avtalion
609ac4c224
Fix link to identi.ca in JavaScript badge
2009-05-01 07:12:37 -04:00
Ori Avtalion
c5e72e248f
Several whitespace fixes
2009-05-01 07:12:13 -04:00
Ori Avtalion
9cac6413a3
Add s to user favorite notices
2009-05-01 07:11:28 -04:00
Evan Prodromou
8a142b272c
ignore Eclipse project files
2009-05-01 07:08:01 -04:00
CiaranG
b79fef3074
Fixed remote subscription, broken in fc6cedd222
2009-04-29 23:43:42 +01:00
Zach Copley
8295402fb3
Added 'mentions' the the list of API methods requiring bare auth
2009-04-29 13:16:52 -07:00
Evan Prodromou
e78342c484
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-04-29 12:12:28 -04:00
Evan Prodromou
a4d959b8a2
Public stream uses IDs method
...
Public stream now uses IDs method
2009-04-29 12:05:31 -04:00
Evan Prodromou
10ef8a2f71
Move algorithm for caching to Notice class
...
Moved the algorithm for notice stream caching to the Notice class.
2009-04-29 11:27:45 -04:00
Zach Copley
e85cddba45
Ticket #1428 - Changed replies API method to "mentions".
2009-04-28 23:31:00 -07:00
Evan Prodromou
f8c34711b4
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-04-28 13:33:00 -04:00
Evan Prodromou
fe53e780be
Remove some debug comments in query-by-id
2009-04-28 13:31:56 -04:00
Evan Prodromou
c7105c2af1
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.
2009-04-28 13:07:05 -04:00
CiaranG
5b78f95e97
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
2009-04-28 13:30:54 +01:00
CiaranG
6a20ef71d3
Fixed typo in stopdaemons.sh - was not stopping the new memcached queue handler
2009-04-28 13:05:48 +01:00
Evan Prodromou
ce5b98ca01
Merge branch '0.7.x' into querybyid
2009-04-27 16:55:07 -04:00
Sarven Capadisli
df6c22c4cb
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-04-27 20:08:00 +00:00
Sarven Capadisli
efe8c47d7d
Minor CSS order/cleanup.
2009-04-27 20:07:22 +00:00
Evan Prodromou
8cf8298dc0
Merge branch 'cometplugin' into 0.7.x
2009-04-27 15:28:36 -04:00
Evan Prodromou
7405d9dfa6
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.
2009-04-26 21:16:09 -04:00
Evan Prodromou
e97223b2ba
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.
2009-04-26 21:15:11 -04:00
Evan Prodromou
db3b56a2fd
Display rendered HTML for a notice
...
Display the rendered HTML for a notice
2009-04-26 20:50:39 -04:00
Evan Prodromou
e438334c00
add live updating for tag pages
2009-04-26 18:00:06 -04:00
Evan Prodromou
192bc42c91
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-04-26 15:42:30 -04:00
Evan Prodromou
df677cb9c1
Merge branch 'cometplugin' into 0.7.x
2009-04-26 15:42:07 -04:00
Evan Prodromou
781341d91f
README for the comet plugin
2009-04-26 15:41:55 -04:00
Evan Prodromou
7dbb5fb8fd
Make notice auto-update
...
Shows notices auto-updating
2009-04-26 15:37:00 -04:00
Evan Prodromou
ccf45d454c
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.
2009-04-26 15:08:49 -04:00
Evan Prodromou
068f6801cc
Revert "run 'set names' after each connection to deal with UTF8 correctly"
...
This reverts commit 84072aa5cf
.
This commit caused grievous harm to old notices on identi.ca.
Reverting until we figure out how to convert the old notices.
2009-04-26 12:27:32 -04:00
Evan Prodromou
84072aa5cf
run 'set names' after each connection to deal with UTF8 correctly
2009-04-26 12:13:49 -04:00
Evan Prodromou
262dbeac78
Some updates for testing Comet
2009-04-26 12:06:50 -04:00
Evan Prodromou
056d0a2555
remove unused duplicate file
2009-04-25 14:20:57 -04:00
Evan Prodromou
5e6eb27f84
first pass at Comet plugin; doesn't yet update
2009-04-25 14:20:24 -04:00
Robin Millette
d71fbe9d96
fixed subscriptions dropdown action
2009-04-24 20:28:39 +00:00
Robin Millette
f2f4e8c586
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-04-24 20:01:25 +00:00
Robin Millette
c008c0d4a5
fixed trac#1215, 1216, 1217 and 1219: subscribers/subscriptions people tagclouds.
2009-04-24 20:01:03 +00:00
Evan Prodromou
5e7664e25f
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-04-24 13:31:18 -04:00
Evan Prodromou
ecb09fb864
check for existence of xmlrpc extension in LinkbackPlugin
2009-04-24 13:31:03 -04:00
Sarven Capadisli
12867d114d
UI for server errors.
2009-04-24 17:22:43 +00:00
Sarven Capadisli
83ba1b0b5e
The real 7 seconds (7000) timeout for XHR posting.
2009-04-23 21:51:49 +00:00
Sarven Capadisli
2bdf192dab
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.
2009-04-23 21:35:21 +00:00
Evan Prodromou
a9df5eab10
insert into user's inbox at Web time
2009-04-23 10:38:51 +00:00
Evan Prodromou
1c0d82de3b
8-char limit on transports
2009-04-23 10:09:08 +00:00
Evan Prodromou
290ae7888c
blow subs cache after updating inboxes
2009-04-23 10:08:51 +00:00