]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Evan Prodromou [Tue, 13 Oct 2009 21:21:41 +0000 (17:21 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Tue, 13 Oct 2009 16:54:57 +0000 (16:54 +0000)]
Include long-form attachment URL in notice if URL shortening is disabled.
Previously, the attachment URL would simply be dropped when shortening returned false instead of a short URL... the attachment was present if you clicked through to notice details but didn't appear in the timeline, making it nigh-impossible to see the attachment.
Brion Vibber [Tue, 13 Oct 2009 15:21:55 +0000 (08:21 -0700)]
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Sarven Capadisli [Tue, 13 Oct 2009 11:44:56 +0000 (11:44 +0000)]
Updated default theme to use the CSS Sprites method for common icons
Craig Andrews [Tue, 13 Oct 2009 01:21:00 +0000 (21:21 -0400)]
Added a new plugin that requires a user to have a validated email address before being allowed to post notices
Zach Copley [Mon, 12 Oct 2009 23:36:00 +0000 (16:36 -0700)]
Added in credits.
Zach Copley [Mon, 12 Oct 2009 22:12:20 +0000 (15:12 -0700)]
Use site's name for basic auth realm
Zach Copley [Mon, 12 Oct 2009 21:46:22 +0000 (14:46 -0700)]
Make apigroupcreate.php pass phpcs
Zach Copley [Mon, 12 Oct 2009 21:07:00 +0000 (14:07 -0700)]
Took out some unnecessary intializations
Zach Copley [Mon, 12 Oct 2009 19:31:14 +0000 (12:31 -0700)]
Moved group create API into its own action
Merge branch '0.9.x' into refactor-api
* 0.9.x:
Implemented create group api
fix FBConnect so it doesn't muffle EndPrimaryNav
don't write session if it's unchanged
Fixed facebook connect primary nav to hide search option when site is private and user is not logged in
Fixed facebook connect primary nav to obey sms/twitter/openid settings
Fixed facebook connect login nav to obey openid settings
Fixed facebook connect nav to obey sms/twitter disabled
Fixed twitter defaulting to disabled
Revert "Open tags should have closing tags"
Don't show search suggestions for private sites
Fixed E_NOTICE when returnto isn't set
Fixed E_NOTICE when the "lite" parameter isn't included in the request
Fixed E_NOTICE - GroupList expects an owner object in the constructor, not an array of search terms
Returning false seems to fix IE from reclaiming window focus. I think
Aligning notice attach label from right instead of left
Fixed IE background image alignment for attach, favour and disfavour
Fixed nudge and direct message background image alignment
Using 'CSS sprites' for common icons for the identica theme. Default
Open tags should have closing tags
Conflicts:
actions/twitapigroups.php
actions/twitapistatuses.php
Brion Vibber [Mon, 12 Oct 2009 18:10:06 +0000 (11:10 -0700)]
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Craig Andrews [Sun, 11 Oct 2009 17:39:10 +0000 (13:39 -0400)]
Merge remote branch 'statusnet/0.8.x' into 0.9.x
Conflicts:
lib/common.php
Craig Andrews [Sun, 11 Oct 2009 17:21:18 +0000 (13:21 -0400)]
Merge commit 'refs/merge-requests/1723' of git://gitorious.org/statusnet/mainline into 0.8.x
Craig Andrews [Sun, 11 Oct 2009 17:20:02 +0000 (13:20 -0400)]
Merge commit 'refs/merge-requests/1730' of git://gitorious.org/statusnet/mainline into 0.8.x
Craig Andrews [Sun, 11 Oct 2009 17:17:59 +0000 (13:17 -0400)]
Merge commit 'refs/merge-requests/1738' of git://gitorious.org/statusnet/mainline into 0.8.x
Craig Andrews [Wed, 30 Sep 2009 20:35:21 +0000 (16:35 -0400)]
Implemented create group api
Brion Vibber [Sun, 11 Oct 2009 02:36:14 +0000 (19:36 -0700)]
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Zach Copley [Sat, 10 Oct 2009 00:53:35 +0000 (17:53 -0700)]
CamelCase all function names in the API code
Zach Copley [Sat, 10 Oct 2009 00:32:53 +0000 (17:32 -0700)]
These same params are used in most API actions; moved to base API class
Zach Copley [Sat, 10 Oct 2009 00:21:22 +0000 (17:21 -0700)]
Missed some of the references to the old TwitterApiAction - removed
Zach Copley [Sat, 10 Oct 2009 00:11:40 +0000 (17:11 -0700)]
Remove more redundant $formats
Zach Copley [Sat, 10 Oct 2009 00:01:37 +0000 (17:01 -0700)]
Remove dead code
Zach Copley [Fri, 9 Oct 2009 23:57:22 +0000 (16:57 -0700)]
Move all basic auth output and processing to base classes
Zach Copley [Fri, 9 Oct 2009 21:42:01 +0000 (14:42 -0700)]
$format is used by every API action. Set it in the base class.
Zach Copley [Fri, 9 Oct 2009 21:22:18 +0000 (14:22 -0700)]
Delete action/api.php and rename lib/twitterapi.php to lib/api.php
Zach Copley [Fri, 9 Oct 2009 20:35:54 +0000 (13:35 -0700)]
New actions for blocks via API
Evan Prodromou [Fri, 9 Oct 2009 20:14:20 +0000 (16:14 -0400)]
add lots of events to customize the profile page
Evan Prodromou [Fri, 9 Oct 2009 19:28:12 +0000 (15:28 -0400)]
add some hooks for the profile page
Evan Prodromou [Fri, 9 Oct 2009 18:07:45 +0000 (14:07 -0400)]
Merge branch '0.8.x' into 0.9.x
Evan Prodromou [Fri, 9 Oct 2009 18:06:08 +0000 (14:06 -0400)]
fix FBConnect so it doesn't muffle EndPrimaryNav
Evan Prodromou [Fri, 9 Oct 2009 14:39:56 +0000 (10:39 -0400)]
don't write session if it's unchanged
Jeffery To [Fri, 9 Oct 2009 03:52:03 +0000 (11:52 +0800)]
Fixed facebook connect primary nav to hide search option when site is private and user is not logged in
Jeffery To [Fri, 9 Oct 2009 03:50:04 +0000 (11:50 +0800)]
Fixed facebook connect primary nav to obey sms/twitter/openid settings
Jeffery To [Fri, 9 Oct 2009 03:31:55 +0000 (11:31 +0800)]
Fixed facebook connect login nav to obey openid settings
Jeffery To [Fri, 9 Oct 2009 03:25:31 +0000 (11:25 +0800)]
Fixed facebook connect nav to obey sms/twitter disabled
Jeffery To [Fri, 9 Oct 2009 03:16:04 +0000 (11:16 +0800)]
Fixed twitter defaulting to disabled
Zach Copley [Thu, 8 Oct 2009 22:59:00 +0000 (15:59 -0700)]
New action for test/help API method
Zach Copley [Thu, 8 Oct 2009 22:45:45 +0000 (15:45 -0700)]
New actions for statusnet config and version API methods
Evan Prodromou [Thu, 8 Oct 2009 15:41:39 +0000 (11:41 -0400)]
Revert "Open tags should have closing tags"
This reverts commit
aeca8807dbce951beccbc3fb0e5a4ae5600e5e5f .
We specifically DON'T have closing tags so we don't get errors with
whitespace after the closing tag.
I realize this is less of an issue with scripts, but we should still
not use closing tags.
Jeffery To [Thu, 8 Oct 2009 04:49:30 +0000 (12:49 +0800)]
Don't show search suggestions for private sites
Zach Copley [Thu, 8 Oct 2009 00:20:08 +0000 (17:20 -0700)]
New individual actions for dealing with groups via API
Evan Prodromou [Wed, 7 Oct 2009 09:55:54 +0000 (05:55 -0400)]
Rationalize logic in showProfile()
Pulled together some of the if() statements in showProfile() so they
weren't so redundant.
Also, reformatted the file. Lots of whitespace gar.
Evan Prodromou [Wed, 7 Oct 2009 09:43:18 +0000 (05:43 -0400)]
don't reset in showProfile()
Jeffery To [Wed, 7 Oct 2009 09:09:00 +0000 (17:09 +0800)]
Fixed E_NOTICE when returnto isn't set
Jeffery To [Wed, 7 Oct 2009 08:57:38 +0000 (16:57 +0800)]
Fixed E_NOTICE when the "lite" parameter isn't included in the request
Jeffery To [Wed, 7 Oct 2009 08:18:05 +0000 (16:18 +0800)]
Fixed E_NOTICE - GroupList expects an owner object in the constructor, not an array of search terms
Zach Copley [Wed, 7 Oct 2009 00:26:45 +0000 (17:26 -0700)]
New action for group timelines via API
Zach Copley [Wed, 7 Oct 2009 00:25:10 +0000 (17:25 -0700)]
phpcs cleanup
Zach Copley [Tue, 6 Oct 2009 22:39:13 +0000 (15:39 -0700)]
New action for tag timelines in the API
Sarven Capadisli [Tue, 6 Oct 2009 16:04:36 +0000 (16:04 +0000)]
Returning false seems to fix IE from reclaiming window focus. I think
'WTF' best describes this behaviour. Further investigation required.
Sarven Capadisli [Tue, 6 Oct 2009 15:51:06 +0000 (15:51 +0000)]
Aligning notice attach label from right instead of left
Sarven Capadisli [Tue, 6 Oct 2009 15:40:56 +0000 (15:40 +0000)]
Fixed IE background image alignment for attach, favour and disfavour
Sarven Capadisli [Tue, 6 Oct 2009 15:40:28 +0000 (15:40 +0000)]
Fixed nudge and direct message background image alignment
Sarven Capadisli [Tue, 6 Oct 2009 15:16:28 +0000 (17:16 +0200)]
Using 'CSS sprites' for common icons for the identica theme. Default
theme will follow after some tests.
Zach Copley [Tue, 6 Oct 2009 00:11:32 +0000 (17:11 -0700)]
Better Twitter date output
Zach Copley [Tue, 6 Oct 2009 00:10:30 +0000 (17:10 -0700)]
New actions for the account methods we have implemented
Zach Copley [Mon, 5 Oct 2009 20:50:01 +0000 (13:50 -0700)]
New actions for favorites via the API
Zach Copley [Mon, 5 Oct 2009 20:25:34 +0000 (13:25 -0700)]
Add in a check for proper format
Zach Copley [Mon, 5 Oct 2009 17:05:43 +0000 (10:05 -0700)]
Merge branch '0.9.x' into refactor-api
* 0.9.x: (23 commits)
Added hook to wrap the notice form data block
Unnecessary selector bit
Removed obsolete iphone theme (pre v0.7)
remove spurious readme from Orbited
need to show scripts at end of body in RealtimePlugin
Some changes required from Orbited debugging
Update OrbitedPlugin to work with RealtimePlugin framework
updated OrbitedPlugin to use RealtimePlugin
remove unused files for OrbitedPlugin
rename plugin
copy Comet plugin to Orbited
move scripts to just before </body>, add event for scripts that need to be in <head>
reformat Notice.php
added all them doxygens
Using CDATA for autofocus script
more doxygen
added doxygen
indent fix
better handling of y response in deleteuser.php
script to permanently delete a user
...
Zach Copley [Mon, 5 Oct 2009 17:04:35 +0000 (10:04 -0700)]
Routes for friendships actions
Zach Copley [Mon, 5 Oct 2009 16:57:59 +0000 (09:57 -0700)]
New actions for managing subscriptions (friendships)
Eric Helgeson [Mon, 5 Oct 2009 16:55:55 +0000 (12:55 -0400)]
Open tags should have closing tags
Brion Vibber [Mon, 5 Oct 2009 16:01:51 +0000 (09:01 -0700)]
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Sarven Capadisli [Mon, 5 Oct 2009 14:17:55 +0000 (14:17 +0000)]
Added hook to wrap the notice form data block
Brion Vibber [Sun, 4 Oct 2009 23:16:52 +0000 (16:16 -0700)]
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Sarven Capadisli [Sun, 4 Oct 2009 21:53:02 +0000 (23:53 +0200)]
Unnecessary selector bit
Sarven Capadisli [Sun, 4 Oct 2009 21:50:55 +0000 (23:50 +0200)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Sun, 4 Oct 2009 16:51:43 +0000 (16:51 +0000)]
Removed obsolete iphone theme (pre v0.7)
Sarven Capadisli [Sun, 4 Oct 2009 11:15:36 +0000 (13:15 +0200)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Sun, 4 Oct 2009 08:11:10 +0000 (04:11 -0400)]
remove spurious readme from Orbited
Evan Prodromou [Sun, 4 Oct 2009 08:10:24 +0000 (04:10 -0400)]
Merge branch 'orbited' into 0.9.x
Evan Prodromou [Sun, 4 Oct 2009 08:10:15 +0000 (04:10 -0400)]
need to show scripts at end of body in RealtimePlugin
Evan Prodromou [Sun, 4 Oct 2009 08:05:40 +0000 (04:05 -0400)]
Some changes required from Orbited debugging
Sarven Capadisli [Sun, 4 Oct 2009 08:01:53 +0000 (10:01 +0200)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Sun, 4 Oct 2009 07:02:04 +0000 (03:02 -0400)]
Update OrbitedPlugin to work with RealtimePlugin framework
Evan Prodromou [Tue, 21 Jul 2009 18:00:03 +0000 (11:00 -0700)]
updated OrbitedPlugin to use RealtimePlugin
Evan Prodromou [Mon, 20 Jul 2009 23:17:39 +0000 (19:17 -0400)]
remove unused files for OrbitedPlugin
Evan Prodromou [Wed, 1 Jul 2009 04:58:44 +0000 (00:58 -0400)]
rename plugin
Evan Prodromou [Wed, 1 Jul 2009 03:33:47 +0000 (23:33 -0400)]
copy Comet plugin to Orbited
Evan Prodromou [Thu, 24 Sep 2009 03:23:13 +0000 (23:23 -0400)]
move scripts to just before </body>, add event for scripts that need to be in <head>
Evan Prodromou [Sun, 4 Oct 2009 07:07:37 +0000 (03:07 -0400)]
Merge branch '0.8.x' into 0.9.x
Conflicts:
classes/Profile.php
Evan Prodromou [Sun, 4 Oct 2009 00:34:40 +0000 (20:34 -0400)]
reformat Notice.php
Brenda Wallace [Sat, 3 Oct 2009 22:14:26 +0000 (11:14 +1300)]
added all them doxygens
Sarven Capadisli [Sat, 3 Oct 2009 22:07:41 +0000 (22:07 +0000)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
Sarven Capadisli [Sat, 3 Oct 2009 22:06:51 +0000 (22:06 +0000)]
Using CDATA for autofocus script
Sarven Capadisli [Sat, 3 Oct 2009 18:50:21 +0000 (20:50 +0200)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Brenda Wallace [Sat, 3 Oct 2009 04:48:38 +0000 (17:48 +1300)]
more doxygen
Brenda Wallace [Sat, 3 Oct 2009 04:40:53 +0000 (17:40 +1300)]
added doxygen
Brenda Wallace [Sat, 3 Oct 2009 04:36:53 +0000 (17:36 +1300)]
indent fix
Zach Copley [Sat, 3 Oct 2009 00:25:10 +0000 (17:25 -0700)]
Merge branch '0.9.x' into refactor-api
* 0.9.x:
make lib/schema.php phpcs-clean
Zach Copley [Sat, 3 Oct 2009 00:23:48 +0000 (17:23 -0700)]
New actions for direct messaging through the API
Evan Prodromou [Fri, 2 Oct 2009 19:46:29 +0000 (15:46 -0400)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
Evan Prodromou [Fri, 2 Oct 2009 19:46:00 +0000 (15:46 -0400)]
better handling of y response in deleteuser.php
Evan Prodromou [Fri, 2 Oct 2009 19:42:58 +0000 (15:42 -0400)]
script to permanently delete a user
Evan Prodromou [Fri, 2 Oct 2009 19:42:34 +0000 (15:42 -0400)]
copy-and-paste typo in profile deletion
Evan Prodromou [Fri, 2 Oct 2009 19:29:57 +0000 (15:29 -0400)]
also delete blocks
Evan Prodromou [Fri, 2 Oct 2009 19:27:55 +0000 (15:27 -0400)]
Merge branch '0.8.x' into deleteuser
Evan Prodromou [Fri, 2 Oct 2009 19:02:33 +0000 (15:02 -0400)]
make lib/schema.php phpcs-clean
Zach Copley [Fri, 2 Oct 2009 17:31:13 +0000 (10:31 -0700)]
New action for /users/show
Sarven Capadisli [Fri, 2 Oct 2009 08:05:16 +0000 (10:05 +0200)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x