]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoMerge branch '0.9.x' into pluginize-twitter-bridge
Zach Copley [Tue, 13 Oct 2009 16:36:26 +0000 (09:36 -0700)]
Merge branch '0.9.x' into pluginize-twitter-bridge

* 0.9.x: (247 commits)
  Added in credits.
  Use site's name for basic auth realm
  Make apigroupcreate.php pass phpcs
  Took out some unnecessary intializations
  Implemented create group api
  CamelCase all function names in the API code
  These same params are used in most API actions; moved to base API class
  Missed some of the references to the old TwitterApiAction - removed
  Remove more redundant $formats
  Remove dead code
  Move all basic auth output and processing to base classes
  $format is used by every API action. Set it in the base class.
  Delete action/api.php and rename lib/twitterapi.php to lib/api.php
  New actions for blocks via 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
  ...

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

14 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

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

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

14 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

14 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

14 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

14 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

14 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

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

14 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

14 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

14 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

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

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

14 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

14 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.

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

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

14 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

14 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

14 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.

14 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

14 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

14 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

14 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

14 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

14 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

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

14 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

14 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.

14 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

14 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

14 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

14 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.

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

14 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

14 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

14 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

14 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
  ...

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

14 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)

14 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

14 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

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

14 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

14 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)

14 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

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

14 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

14 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

14 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

14 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

14 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

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

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

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

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

14 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>

14 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

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

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

14 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

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

14 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

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

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

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

14 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

14 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

14 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

14 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

14 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

14 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

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

14 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

14 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

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

14 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

14 years agoRenamed and moved stuff around to better match Twitter's API organization
Zach Copley [Fri, 2 Oct 2009 01:19:59 +0000 (18:19 -0700)]
Renamed and moved stuff around to better match Twitter's API organization

14 years agoA new action for /statuses/destroy
Zach Copley [Fri, 2 Oct 2009 00:35:28 +0000 (17:35 -0700)]
A new action for /statuses/destroy

14 years agoMerge branch '0.9.x' into refactor-api
Zach Copley [Thu, 1 Oct 2009 23:17:43 +0000 (16:17 -0700)]
Merge branch '0.9.x' into refactor-api

* 0.9.x:
  change DB so OpenIDPlugin manages OpenID tables
  Some bug fixes
  check the schema
  add some more methods to Schema
  Added hook for Aside container
  Revert "Outputting UTF-8 charset in document header irrespective of mimetype."
  FOAF for Groups.
  use schema tool to create a table
  statusize schema-related modules
  test script for schema code
  make table def method of schema code work
  start a module for schema management

14 years agoNew action for /statuses/update
Zach Copley [Thu, 1 Oct 2009 23:15:52 +0000 (16:15 -0700)]
New action for /statuses/update

14 years agochange DB so OpenIDPlugin manages OpenID tables
Evan Prodromou [Thu, 1 Oct 2009 19:43:57 +0000 (15:43 -0400)]
change DB so OpenIDPlugin manages OpenID tables

14 years agoSome bug fixes
Evan Prodromou [Thu, 1 Oct 2009 19:43:08 +0000 (15:43 -0400)]
Some bug fixes

The $tomod variable wasn't set, and the ColumnDef constructor
didn't work without any args. These are fixed.

14 years agocheck the schema
Evan Prodromou [Thu, 1 Oct 2009 19:11:12 +0000 (15:11 -0400)]
check the schema

14 years agoadd some more methods to Schema
Evan Prodromou [Thu, 1 Oct 2009 19:00:54 +0000 (15:00 -0400)]
add some more methods to Schema

14 years agoMerge branch '0.9.x' into schema
Evan Prodromou [Thu, 1 Oct 2009 15:30:04 +0000 (11:30 -0400)]
Merge branch '0.9.x' into schema

14 years agoAdded hook for Aside container
Sarven Capadisli [Thu, 1 Oct 2009 12:27:02 +0000 (12:27 +0000)]
Added hook for Aside container

14 years agoRevert "Outputting UTF-8 charset in document header irrespective of mimetype."
Sarven Capadisli [Thu, 1 Oct 2009 10:07:09 +0000 (10:07 +0000)]
Revert "Outputting UTF-8 charset in document header irrespective of mimetype."

This reverts commit 353f58c23149159306131b0819de713da6b69464.

Even though outputting UTF-8 by default at all times is a good thing,
it shouldn't be forced in startHTML().

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Thu, 1 Oct 2009 08:03:59 +0000 (10:03 +0200)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoFix: last modified header wasn't showing
Zach Copley [Thu, 1 Oct 2009 00:11:22 +0000 (17:11 -0700)]
Fix: last modified header wasn't showing