]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
15 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
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

15 years agoInclude long-form attachment URL in notice if URL shortening is disabled.
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.

15 years agoMerge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
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

15 years agoUpdated default theme to use the CSS Sprites method for common icons
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

15 years agoAdded a new plugin that requires a user to have a validated email address before...
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

15 years agoAdded in credits.
Zach Copley [Mon, 12 Oct 2009 23:36:00 +0000 (16:36 -0700)]
Added in credits.

15 years agoUse site's name for basic auth realm
Zach Copley [Mon, 12 Oct 2009 22:12:20 +0000 (15:12 -0700)]
Use site's name for basic auth realm

15 years agoMake apigroupcreate.php pass phpcs
Zach Copley [Mon, 12 Oct 2009 21:46:22 +0000 (14:46 -0700)]
Make apigroupcreate.php pass phpcs

15 years agoTook out some unnecessary intializations
Zach Copley [Mon, 12 Oct 2009 21:07:00 +0000 (14:07 -0700)]
Took out some unnecessary intializations

15 years agoMoved group create API into its own action
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

15 years agoMerge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
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

15 years agoMerge remote branch 'statusnet/0.8.x' 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

15 years agoMerge commit 'refs/merge-requests/1723' of git://gitorious.org/statusnet/mainline...
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

15 years agoMerge commit 'refs/merge-requests/1730' of git://gitorious.org/statusnet/mainline...
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

15 years agoMerge commit 'refs/merge-requests/1738' of git://gitorious.org/statusnet/mainline...
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

15 years agoImplemented create group api
Craig Andrews [Wed, 30 Sep 2009 20:35:21 +0000 (16:35 -0400)]
Implemented create group api

15 years agoMerge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
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

15 years agoCamelCase all function names in the API code
Zach Copley [Sat, 10 Oct 2009 00:53:35 +0000 (17:53 -0700)]
CamelCase all function names in the API code

15 years agoThese same params are used in most API actions; moved to base API class
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

15 years agoMissed some of the references to the old TwitterApiAction - removed
Zach Copley [Sat, 10 Oct 2009 00:21:22 +0000 (17:21 -0700)]
Missed some of the references to the old TwitterApiAction - removed

15 years agoRemove more redundant $formats
Zach Copley [Sat, 10 Oct 2009 00:11:40 +0000 (17:11 -0700)]
Remove more redundant $formats

15 years agoRemove dead code
Zach Copley [Sat, 10 Oct 2009 00:01:37 +0000 (17:01 -0700)]
Remove dead code

15 years agoMove all basic auth output and processing to base classes
Zach Copley [Fri, 9 Oct 2009 23:57:22 +0000 (16:57 -0700)]
Move all basic auth output and processing to base classes

15 years ago$format is used by every API action. Set it in the base class.
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.

15 years agoDelete action/api.php and rename lib/twitterapi.php to lib/api.php
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

15 years agoNew actions for blocks via API
Zach Copley [Fri, 9 Oct 2009 20:35:54 +0000 (13:35 -0700)]
New actions for blocks via API

15 years agoadd lots of events to customize the profile page
Evan Prodromou [Fri, 9 Oct 2009 20:14:20 +0000 (16:14 -0400)]
add lots of events to customize the profile page

15 years agoadd some hooks for the profile page
Evan Prodromou [Fri, 9 Oct 2009 19:28:12 +0000 (15:28 -0400)]
add some hooks for the profile page

15 years agoMerge branch '0.8.x' into 0.9.x
Evan Prodromou [Fri, 9 Oct 2009 18:07:45 +0000 (14:07 -0400)]
Merge branch '0.8.x' into 0.9.x

15 years agofix FBConnect so it doesn't muffle EndPrimaryNav
Evan Prodromou [Fri, 9 Oct 2009 18:06:08 +0000 (14:06 -0400)]
fix FBConnect so it doesn't muffle EndPrimaryNav

15 years agodon't write session if it's unchanged
Evan Prodromou [Fri, 9 Oct 2009 14:39:56 +0000 (10:39 -0400)]
don't write session if it's unchanged

15 years agoFixed facebook connect primary nav to hide search option when site is private and...
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

15 years agoFixed facebook connect primary nav to obey sms/twitter/openid settings
Jeffery To [Fri, 9 Oct 2009 03:50:04 +0000 (11:50 +0800)]
Fixed facebook connect primary nav to obey sms/twitter/openid settings

15 years agoFixed facebook connect login nav to obey openid settings
Jeffery To [Fri, 9 Oct 2009 03:31:55 +0000 (11:31 +0800)]
Fixed facebook connect login nav to obey openid settings

15 years agoFixed facebook connect nav to obey sms/twitter disabled
Jeffery To [Fri, 9 Oct 2009 03:25:31 +0000 (11:25 +0800)]
Fixed facebook connect nav to obey sms/twitter disabled

15 years agoFixed twitter defaulting to disabled
Jeffery To [Fri, 9 Oct 2009 03:16:04 +0000 (11:16 +0800)]
Fixed twitter defaulting to disabled

15 years agoNew action for test/help API method
Zach Copley [Thu, 8 Oct 2009 22:59:00 +0000 (15:59 -0700)]
New action for test/help API method

15 years agoNew actions for statusnet config and version API methods
Zach Copley [Thu, 8 Oct 2009 22:45:45 +0000 (15:45 -0700)]
New actions for statusnet config and version API methods

15 years agoRevert "Open tags should have closing tags"
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.

15 years agoDon't show search suggestions for private sites
Jeffery To [Thu, 8 Oct 2009 04:49:30 +0000 (12:49 +0800)]
Don't show search suggestions for private sites

15 years agoNew individual actions for dealing with groups via API
Zach Copley [Thu, 8 Oct 2009 00:20:08 +0000 (17:20 -0700)]
New individual actions for dealing with groups via API

15 years agoRationalize logic in showProfile()
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.

15 years agodon't reset in showProfile()
Evan Prodromou [Wed, 7 Oct 2009 09:43:18 +0000 (05:43 -0400)]
don't reset  in showProfile()

15 years agoFixed E_NOTICE when returnto isn't set
Jeffery To [Wed, 7 Oct 2009 09:09:00 +0000 (17:09 +0800)]
Fixed E_NOTICE when returnto isn't set

15 years agoFixed E_NOTICE when the "lite" parameter isn't included in the request
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

15 years agoFixed E_NOTICE - GroupList expects an owner object in the constructor, not an array...
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

15 years agoNew action for group timelines via API
Zach Copley [Wed, 7 Oct 2009 00:26:45 +0000 (17:26 -0700)]
New action for group timelines via API

15 years agophpcs cleanup
Zach Copley [Wed, 7 Oct 2009 00:25:10 +0000 (17:25 -0700)]
phpcs cleanup

15 years agoNew action for tag timelines in the API
Zach Copley [Tue, 6 Oct 2009 22:39:13 +0000 (15:39 -0700)]
New action for tag timelines in the API

15 years agoReturning false seems to fix IE from reclaiming window focus. I think
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.

15 years agoAligning notice attach label from right instead of left
Sarven Capadisli [Tue, 6 Oct 2009 15:51:06 +0000 (15:51 +0000)]
Aligning notice attach label from right instead of left

15 years agoFixed IE background image alignment for attach, favour and disfavour
Sarven Capadisli [Tue, 6 Oct 2009 15:40:56 +0000 (15:40 +0000)]
Fixed IE background image alignment for attach, favour and disfavour

15 years agoFixed nudge and direct message background image alignment
Sarven Capadisli [Tue, 6 Oct 2009 15:40:28 +0000 (15:40 +0000)]
Fixed nudge and direct message background image alignment

15 years agoUsing 'CSS sprites' for common icons for the identica theme. Default
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.

15 years agoBetter Twitter date output
Zach Copley [Tue, 6 Oct 2009 00:11:32 +0000 (17:11 -0700)]
Better Twitter date output

15 years agoNew actions for the account methods we have implemented
Zach Copley [Tue, 6 Oct 2009 00:10:30 +0000 (17:10 -0700)]
New actions for the account methods we have implemented

15 years agoNew actions for favorites via the API
Zach Copley [Mon, 5 Oct 2009 20:50:01 +0000 (13:50 -0700)]
New actions for favorites via the API

15 years agoAdd in a check for proper format
Zach Copley [Mon, 5 Oct 2009 20:25:34 +0000 (13:25 -0700)]
Add in a check for proper format

15 years agoMerge branch '0.9.x' into refactor-api
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
  ...

15 years agoRoutes for friendships actions
Zach Copley [Mon, 5 Oct 2009 17:04:35 +0000 (10:04 -0700)]
Routes for friendships actions

15 years agoNew actions for managing subscriptions (friendships)
Zach Copley [Mon, 5 Oct 2009 16:57:59 +0000 (09:57 -0700)]
New actions for managing subscriptions (friendships)

15 years agoOpen tags should have closing tags
Eric Helgeson [Mon, 5 Oct 2009 16:55:55 +0000 (12:55 -0400)]
Open tags should have closing tags

15 years agoMerge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
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

15 years agoAdded hook to wrap the notice form data block
Sarven Capadisli [Mon, 5 Oct 2009 14:17:55 +0000 (14:17 +0000)]
Added hook to wrap the notice form data block

15 years agoMerge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
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

15 years agoUnnecessary selector bit
Sarven Capadisli [Sun, 4 Oct 2009 21:53:02 +0000 (23:53 +0200)]
Unnecessary selector bit

15 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
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

15 years agoRemoved obsolete iphone theme (pre v0.7)
Sarven Capadisli [Sun, 4 Oct 2009 16:51:43 +0000 (16:51 +0000)]
Removed obsolete iphone theme (pre v0.7)

15 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
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

15 years agoremove spurious readme from Orbited
Evan Prodromou [Sun, 4 Oct 2009 08:11:10 +0000 (04:11 -0400)]
remove spurious readme from Orbited

15 years agoMerge branch 'orbited' into 0.9.x
Evan Prodromou [Sun, 4 Oct 2009 08:10:24 +0000 (04:10 -0400)]
Merge branch 'orbited' into 0.9.x

15 years agoneed to show scripts at end of body in RealtimePlugin
Evan Prodromou [Sun, 4 Oct 2009 08:10:15 +0000 (04:10 -0400)]
need to show scripts at end of body in RealtimePlugin

15 years agoSome changes required from Orbited debugging
Evan Prodromou [Sun, 4 Oct 2009 08:05:40 +0000 (04:05 -0400)]
Some changes required from Orbited debugging

15 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
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

15 years agoUpdate OrbitedPlugin to work with RealtimePlugin framework
Evan Prodromou [Sun, 4 Oct 2009 07:02:04 +0000 (03:02 -0400)]
Update OrbitedPlugin to work with RealtimePlugin framework

15 years agoupdated OrbitedPlugin to use RealtimePlugin
Evan Prodromou [Tue, 21 Jul 2009 18:00:03 +0000 (11:00 -0700)]
updated OrbitedPlugin to use RealtimePlugin

15 years agoremove unused files for OrbitedPlugin
Evan Prodromou [Mon, 20 Jul 2009 23:17:39 +0000 (19:17 -0400)]
remove unused files for OrbitedPlugin

15 years agorename plugin
Evan Prodromou [Wed, 1 Jul 2009 04:58:44 +0000 (00:58 -0400)]
rename plugin

15 years agocopy Comet plugin to Orbited
Evan Prodromou [Wed, 1 Jul 2009 03:33:47 +0000 (23:33 -0400)]
copy Comet plugin to Orbited

15 years agomove scripts to just before </body>, add event for scripts that need to be in <head>
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>

15 years agoMerge branch '0.8.x' into 0.9.x
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

15 years agoreformat Notice.php
Evan Prodromou [Sun, 4 Oct 2009 00:34:40 +0000 (20:34 -0400)]
reformat Notice.php

15 years agoadded all them doxygens
Brenda Wallace [Sat, 3 Oct 2009 22:14:26 +0000 (11:14 +1300)]
added all them doxygens

15 years agoMerge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
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

15 years agoUsing CDATA for autofocus script
Sarven Capadisli [Sat, 3 Oct 2009 22:06:51 +0000 (22:06 +0000)]
Using CDATA for autofocus script

15 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
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

15 years agomore doxygen
Brenda Wallace [Sat, 3 Oct 2009 04:48:38 +0000 (17:48 +1300)]
more doxygen

15 years agoadded doxygen
Brenda Wallace [Sat, 3 Oct 2009 04:40:53 +0000 (17:40 +1300)]
added doxygen

15 years agoindent fix
Brenda Wallace [Sat, 3 Oct 2009 04:36:53 +0000 (17:36 +1300)]
indent fix

15 years agoMerge branch '0.9.x' into refactor-api
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

15 years agoNew actions for direct messaging through the API
Zach Copley [Sat, 3 Oct 2009 00:23:48 +0000 (17:23 -0700)]
New actions for direct messaging through the API

15 years agoMerge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
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

15 years agobetter handling of y response in deleteuser.php
Evan Prodromou [Fri, 2 Oct 2009 19:46:00 +0000 (15:46 -0400)]
better handling of y response in deleteuser.php

15 years agoscript to permanently delete a user
Evan Prodromou [Fri, 2 Oct 2009 19:42:58 +0000 (15:42 -0400)]
script to permanently delete a user

15 years agocopy-and-paste typo in profile deletion
Evan Prodromou [Fri, 2 Oct 2009 19:42:34 +0000 (15:42 -0400)]
copy-and-paste typo in profile deletion

15 years agoalso delete blocks
Evan Prodromou [Fri, 2 Oct 2009 19:29:57 +0000 (15:29 -0400)]
also delete blocks

15 years agoMerge branch '0.8.x' into deleteuser
Evan Prodromou [Fri, 2 Oct 2009 19:27:55 +0000 (15:27 -0400)]
Merge branch '0.8.x' into deleteuser

15 years agomake lib/schema.php phpcs-clean
Evan Prodromou [Fri, 2 Oct 2009 19:02:33 +0000 (15:02 -0400)]
make lib/schema.php phpcs-clean

15 years agoNew action for /users/show
Zach Copley [Fri, 2 Oct 2009 17:31:13 +0000 (10:31 -0700)]
New action for /users/show

15 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
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