]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Mon, 19 Oct 2009 19:36:26 +0000 (15:36 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoMerge branch 'i18n-work' into i18n-0.9.x
Brion Vibber [Mon, 19 Oct 2009 16:34:37 +0000 (09:34 -0700)]
Merge branch 'i18n-work' into i18n-0.9.x

14 years agoMerge branch '0.9.x' into i18n-0.9.x
Brion Vibber [Mon, 19 Oct 2009 16:26:40 +0000 (09:26 -0700)]
Merge branch '0.9.x' into i18n-0.9.x

14 years agoMerge branch 'i18n-work' into i18n-0.9.x
Brion Vibber [Mon, 19 Oct 2009 16:25:05 +0000 (09:25 -0700)]
Merge branch 'i18n-work' into i18n-0.9.x

14 years agoBetter alignment
Sarven Capadisli [Mon, 19 Oct 2009 14:47:08 +0000 (14:47 +0000)]
Better alignment

14 years agoMerge branch 'i18n-work' of git@gitorious.org:~brion/statusnet/brion-fixes into i18n...
Brion Vibber [Mon, 19 Oct 2009 13:58:07 +0000 (13:58 +0000)]
Merge branch 'i18n-work' of git@gitorious.org:~brion/statusnet/brion-fixes into i18n-work

14 years agoMerge branch '0.8.x' of git@gitorious.org:statusnet/mainline into i18n-work
Brion Vibber [Mon, 19 Oct 2009 13:56:18 +0000 (13:56 +0000)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into i18n-work

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Sun, 18 Oct 2009 15:12:18 +0000 (15:12 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoAdded an update counter in the document title. When window is in blur,
Sarven Capadisli [Sun, 18 Oct 2009 15:10:49 +0000 (15:10 +0000)]
Added an update counter in the document title. When window is in blur,
it will update the document title when new notices are received. The
counter will reset when window is blurred (after a focus) again.

14 years agoWorkaround for Facebook data store API behavior regression, fixes saving
Brion Vibber [Mon, 12 Oct 2009 22:36:17 +0000 (22:36 +0000)]
Workaround for Facebook data store API behavior regression, fixes saving
of empty notice prefix text in facebook settings.

Filed bug upstream at http://bugs.developers.facebook.com/show_bug.cgi?id=7110

Per documentation, saving a pref value of "" or "0" will delete the pref key:
http://wiki.developers.facebook.com/index.php/Data.setUserPreference

which used to do what we want... Now Facebook throws back an error
"Parameter value is required" when we do this. Workaround appends a
space to empty string or "0" at save time, then trims the string when
we load it.

The input string was already trimmed at pref save time, so this won't
alter any user-visible behavior.

Thanks to ^demon in #mediawiki for pointing out the behavior regression
after testing the identi.ca Facebook app!

14 years agoWorkaround for Facebook data store API behavior regression, fixes saving
Brion Vibber [Mon, 12 Oct 2009 22:36:17 +0000 (22:36 +0000)]
Workaround for Facebook data store API behavior regression, fixes saving
of empty notice prefix text in facebook settings.

Filed bug upstream at http://bugs.developers.facebook.com/show_bug.cgi?id=7110

Per documentation, saving a pref value of "" or "0" will delete the pref key:
http://wiki.developers.facebook.com/index.php/Data.setUserPreference

which used to do what we want... Now Facebook throws back an error
"Parameter value is required" when we do this. Workaround appends a
space to empty string or "0" at save time, then trims the string when
we load it.

The input string was already trimmed at pref save time, so this won't
alter any user-visible behavior.

Thanks to ^demon in #mediawiki for pointing out the behavior regression
after testing the identi.ca Facebook app!

14 years agoDrop a debug info line that isn't really needed
Brion Vibber [Fri, 16 Oct 2009 18:49:27 +0000 (11:49 -0700)]
Drop a debug info line that isn't really needed

14 years agoUse short language names for locales for now; this seems to be most compatible with...
Brion Vibber [Fri, 16 Oct 2009 18:23:50 +0000 (11:23 -0700)]
Use short language names for locales for now; this seems to be most compatible with both native gettext (tested on Ubuntu 8.10) and php-gettext (tested on Mac OS X 10.6).

14 years agoFix a logic error in php-gettext's setlocale() check; if setlocale() failed to return...
Brion Vibber [Fri, 16 Oct 2009 18:19:52 +0000 (11:19 -0700)]
Fix a logic error in php-gettext's setlocale() check; if setlocale() failed to return, we fall back to checking LANG environment variable. Now actually works when doing a setlocale *check* instead of a *set*.

Submitting fix upstream, but as the package is currently unmaintained it may not make it in.

14 years agoWorkaround for not fully natively set up locales with native gettext...
Brion Vibber [Fri, 16 Oct 2009 17:42:27 +0000 (17:42 +0000)]
Workaround for not fully natively set up locales with native gettext...

Set "en_US" locale first, then the locale we want for our user.
This seems to initialize gettext properly somehow, which I could see when the languages would come up briefly on settings save when changing from a supported language.
Definitely works for ga_ES on my Ubuntu system (8.10 intrepid), hopefully reasonably consistent.

14 years agoGalician translation (out of date but functional... unless you have locale issues...
Brion Vibber [Fri, 16 Oct 2009 16:29:50 +0000 (16:29 +0000)]
Galician translation (out of date but functional... unless you have locale issues of course)
.po file from http://status.net/trac/ticket/481 last updated by mvazquez

14 years agoMore i18n cleanup, updating and fixing broken locales...
Brion Vibber [Fri, 16 Oct 2009 16:16:46 +0000 (16:16 +0000)]
More i18n cleanup, updating and fixing broken locales...

Removed some non-matching fuzzy entries in mk, tr, zh_TW that prevented .mo regeneration by triggering "fatal errors" from msgfmt
Rebuilt all .mo files, fixing total breakage for four languages:
* it
* mk
* pt_BR
* vi

14 years agoRemoved unnecessary country specifiers from message directories.
Brion Vibber [Fri, 16 Oct 2009 16:03:23 +0000 (16:03 +0000)]
Removed unnecessary country specifiers from message directories.
We sometimes need to specify a country when setting a locale but the system knows how to grab the generic dir, and that seems to play better with translation tools such as transifex

14 years agoadd more events to profile list
Evan Prodromou [Thu, 15 Oct 2009 10:01:26 +0000 (06:01 -0400)]
add more events to profile list

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Thu, 15 Oct 2009 08:49:59 +0000 (04:49 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoupdate DB_DataObject to 1.8.12
Evan Prodromou [Thu, 15 Oct 2009 08:49:45 +0000 (04:49 -0400)]
update DB_DataObject to 1.8.12

14 years agoMoved to location of the FBConnect JavaScript to the end of </body>.
Sarven Capadisli [Wed, 14 Oct 2009 09:53:07 +0000 (09:53 +0000)]
Moved to location of the FBConnect JavaScript to the end of </body>.

14 years agoCommit upstream updates to php-gettext after the 1.0.7 release (but in 2006! :P)
Brion Vibber [Tue, 13 Oct 2009 21:51:23 +0000 (14:51 -0700)]
Commit upstream updates to php-gettext after the 1.0.7 release (but in 2006! :P)
Fixes file magic checks on 64-bit systems.

http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/17
http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/18
http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/19

14 years agoCommit upstream updates to php-gettext after the 1.0.7 release (but in 2006! :P)
Brion Vibber [Tue, 13 Oct 2009 21:51:23 +0000 (14:51 -0700)]
Commit upstream updates to php-gettext after the 1.0.7 release (but in 2006! :P)
Fixes file magic checks on 64-bit systems.

http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/17
http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/18
http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/19

14 years agoFix syntax errors
Zach Copley [Tue, 13 Oct 2009 21:48:19 +0000 (14:48 -0700)]
Fix syntax errors

14 years agoremove inboxes option
Evan Prodromou [Tue, 13 Oct 2009 21:38:27 +0000 (17:38 -0400)]
remove inboxes option

14 years agoMerge branch '0.8.x' into 0.9.x
Evan Prodromou [Tue, 13 Oct 2009 21:25:54 +0000 (17:25 -0400)]
Merge branch '0.8.x' into 0.9.x

Conflicts:
install.php

14 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

14 years agoUpdate Polish translations from Raven's bug tracker submission:
Brion Vibber [Tue, 13 Oct 2009 19:22:03 +0000 (12:22 -0700)]
Update Polish translations from Raven's bug tracker submission:
http://status.net/trac/ticket/1411

14 years agoMerge branch '0.8.x' of gitorious.org:statusnet/mainline into 0.8.x
Brion Vibber [Tue, 13 Oct 2009 18:57:58 +0000 (11:57 -0700)]
Merge branch '0.8.x' of gitorious.org:statusnet/mainline into 0.8.x

14 years agoPull all localization updates from the current Pootle incarnation before we rebuild it:
Brion Vibber [Tue, 13 Oct 2009 18:55:16 +0000 (11:55 -0700)]
Pull all localization updates from the current Pootle incarnation before we rebuild it:
* el_GR - Greek localization updates
* he_IL - one additional Hebrew message, removed two fuzzies that gettext doesn't like
* is_IS - added new Icelandic localization file from Pootle
* nb_NO - Norwegian BokmÃ¥l updates
* zh_CN - a few Chinese message updates

14 years agodefine LACONICA for compatibility on scripts
Eric Helgeson [Tue, 13 Oct 2009 17:34:28 +0000 (13:34 -0400)]
define LACONICA for compatibility on scripts
fixup_conversations.php fixes

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

14 years agoMerge branch '0.8.x' of gitorious.org:statusnet/mainline into 0.8.x
Brion Vibber [Tue, 13 Oct 2009 17:01:57 +0000 (10:01 -0700)]
Merge branch '0.8.x' of gitorious.org:statusnet/mainline into 0.8.x

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

14 years agoMerge branch '0.8.x' of git@gitorious.org:~brion/statusnet/brion-fixes into 0.8.x
Brion Vibber [Tue, 13 Oct 2009 16:45:26 +0000 (16:45 +0000)]
Merge branch '0.8.x' of git@gitorious.org:~brion/statusnet/brion-fixes into 0.8.x

14 years agoFix typo's in installer
Eric Helgeson [Tue, 13 Oct 2009 16:13:11 +0000 (12:13 -0400)]
Fix typo's in installer

14 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

14 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

14 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

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 agoMerge branch '0.8.x' of git://gitorious.org/~brion/statusnet/brion-fixes into 0.8.x
Brion Vibber [Mon, 12 Oct 2009 21:01:34 +0000 (21:01 +0000)]
Merge branch '0.8.x' of git://gitorious.org/~brion/statusnet/brion-fixes into 0.8.x

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

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

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

14 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

14 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

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

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

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

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