Zach Copley
6d6de3c1c7
Move Twitter and Facebook-specific mail notifications to their respective plugins
2009-10-23 23:38:45 +00:00
Zach Copley
2544310e73
Remove automatic enqueuing for Facebook
2009-10-23 23:34:48 +00:00
Zach Copley
34a21e7605
Merge branch '0.9.x' into facebook-app-plugin
2009-10-23 23:05:59 +00:00
Zach Copley
62ba25f53a
Some phpcs cleanup
2009-10-23 23:05:23 +00:00
Zach Copley
45a2253649
Merge branch '0.9.x' into facebook-app-plugin
2009-10-23 22:48:35 +00:00
Brion Vibber
ff4f9d8c7d
Fix an incorrectly passing URL test case and add two a related test case:
...
URLs with paths followed by a double-quote character are incorrectly including the quote in the URL. The double-quote character is in fact not a legal URL char and must be URL-escaped; more importantly it just causes oddities when you quote a message ending in a URL -- such as when using the redent-button experimental feature.
2009-10-23 13:50:39 -07:00
Brion Vibber
b89878511f
Fix three fatal errors when posting from 0.9.x:
...
* OMB remote updates were trying to load nonexistent Laconica_OMB_Service_Consumer class -- fixed to StatusNet_OMB_Service_Consumer. Regression caused during libomb merge.
* Twitter processing was still being queued from core when no twitter plugin was present, which triggered an exception from UnqueueHandler; leftover code from before the plugin extraction.
* UnqueueHandler's exception caused a fatal error instead because it was missing the "new" keyword. Wouldn't have been seen when testing with the plugin enabled.
2009-10-23 20:31:53 +00:00
Evan Prodromou
967de94665
update location while saving new profile
2009-10-23 11:47:00 -04:00
Evan Prodromou
943b2bea09
update location while registering
2009-10-23 11:46:44 -04:00
Craig Andrews
c93b9b9523
Merge commit 'refs/merge-requests/1815' of git://gitorious.org/statusnet/mainline into 0.9.x
2009-10-23 11:15:25 -04:00
Zach Copley
1b4f9f2c09
Merge branch '0.9.x' into facebook-app-plugin
2009-10-22 21:12:51 +00:00
Evan Prodromou
9608cc6143
Merge branch '0.9.x' into location
2009-10-22 16:23:42 -04:00
Evan Prodromou
e73631f614
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
2009-10-22 16:21:05 -04:00
Evan Prodromou
65c45986c6
HTTPResponse has default empty headers
2009-10-22 16:20:56 -04:00
Evan Prodromou
de4b2098d1
results of json parsing are objects not arrays
2009-10-22 16:20:31 -04:00
Evan Prodromou
69357c4916
error in order of arguments to array_key_exists in location.php
2009-10-22 16:19:56 -04:00
Evan Prodromou
8828bc485f
beginning of a test for location services
2009-10-22 16:19:25 -04:00
Evan Prodromou
9c983c3830
extract Geonames stuff to a plugin
2009-10-22 15:44:36 -04:00
Brion Vibber
c6d1039901
Add some doc comments to QueueHandler
2009-10-22 10:11:04 -07:00
Evan Prodromou
7b227fd1c0
start getting locations from remote services
2009-10-21 22:47:19 -04:00
Evan Prodromou
b6b245dc0b
start of a location class
2009-10-21 22:43:41 -04:00
Evan Prodromou
b7a4437e79
flip x flag on generated files
2009-10-21 22:43:41 -04:00
Evan Prodromou
6fc5c934ed
statusnet.ini update
2009-10-21 22:43:41 -04:00
Evan Prodromou
2ed073f295
new data structures for location
2009-10-21 22:43:40 -04:00
Evan Prodromou
3b3d861b93
Revert "lat,lon -> lat,long"
...
This reverts commit 61d948cffee0aff4fd7853421ec0849458ea34c9.
2009-10-21 22:43:40 -04:00
Evan Prodromou
61826169de
lat,lon -> lat,long
2009-10-21 22:43:40 -04:00
Evan Prodromou
671732ade7
add a couple of location namespaces
2009-10-21 22:43:40 -04:00
Evan Prodromou
3d772d24e7
add location-related tables and columns
2009-10-21 22:43:40 -04:00
Evan Prodromou
4e639b8769
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
2009-10-21 22:41:42 -04:00
Evan Prodromou
0df85711d6
reformat default.php
2009-10-21 22:41:23 -04:00
Zach Copley
ec92cab6ff
Removed Facebook stuff from the StatusNet README and wrote a new README
...
for the Facebook plugin.
2009-10-21 17:53:23 -07:00
Zach Copley
6a2185a26b
Make paths and class loading work right
2009-10-21 22:02:10 +00:00
Zach Copley
3e5c8f28c3
Fix references
2009-10-21 17:29:54 +00:00
Zach Copley
6199d31acc
Remove facebook broadcast from unqueuemanager. That's now
...
added by an event.
2009-10-21 01:18:36 +00:00
Zach Copley
aa58e8a738
Combine Facebook and Facebook Connect plugins into one big plugin
2009-10-21 01:17:31 +00:00
Zach Copley
d07c9d8750
Gather all the Facebook stuff together in one place
2009-10-21 01:07:03 +00:00
Zach Copley
78e5a5980a
Extract out Facebook app stuff into a plugin
2009-10-20 16:32:30 -07:00
Zach Copley
5e536a6614
Remove Twitter bridge stuff. The relevant info has been moved to
...
/plugins/TwitterBridge/README
2009-10-20 06:11:40 +00:00
Zach Copley
09dfb08a39
Merge branch '0.9.x' into TwitterBridgePlugin
2009-10-20 06:06:10 +00:00
Zach Copley
7539e26951
- Make Twitter bridge work with unqueuemanager
...
- Add README
2009-10-20 06:05:35 +00:00
Zach Copley
19b870c439
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
2009-10-20 00:53:08 +00:00
Zach Copley
9cdd77625e
Less intrusive, more reliable way for FB Connect plugin to modify the
...
primary nav in order to show FB mini-avatar and have the logout link
logout of FB as well as StatusNet.
2009-10-20 00:49:11 +00:00
Evan Prodromou
f7a3b30f5b
Revert "Revert "fixed up some invalid comment syntax - this is ANSI SQL""
...
This reverts commit c0eca0e59b
.
2009-10-19 18:15:40 -04:00
Evan Prodromou
eb273da532
Revert "Revert "upgrade script for postgres""
...
This reverts commit d72748eb8e
.
Conflicts:
db/08to09_pg.sql
2009-10-19 18:13:41 -04:00
Evan Prodromou
fc61b71625
merge from testing
2009-10-19 18:12:00 -04:00
Evan Prodromou
d72748eb8e
Revert "upgrade script for postgres"
...
This reverts commit d46f2ee350
.
2009-10-19 18:07:36 -04:00
Evan Prodromou
689b3ae73d
Revert "added missing parts to postgres update, and the config+user_role tables to both upgrade scripts"
...
This reverts commit e9edb803bc
.
2009-10-19 18:07:19 -04:00
Evan Prodromou
c0eca0e59b
Revert "fixed up some invalid comment syntax - this is ANSI SQL"
...
This reverts commit 6704ddddf2
.
2009-10-19 18:07:03 -04:00
Evan Prodromou
728a146ec0
new codename for 0.8.2
2009-10-19 17:30:08 -04:00
Evan Prodromou
fe1ae3a47e
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
2009-10-19 17:00:36 -04:00