]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Sarven Capadisli [Tue, 13 Oct 2009 15:22:05 +0000 (15:22 +0000)]
Updated Profile view. Works better in Opera Mini, Webkits
Sarven Capadisli [Tue, 13 Oct 2009 14:56:58 +0000 (14:56 +0000)]
Styles for entity actions
Sarven Capadisli [Tue, 13 Oct 2009 13:42:58 +0000 (13:42 +0000)]
Added styles for the Profile page
Sarven Capadisli [Tue, 13 Oct 2009 11:46:09 +0000 (11:46 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile
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
Sarven Capadisli [Tue, 13 Oct 2009 11:06:57 +0000 (11:06 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile
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
Sarven Capadisli [Mon, 12 Oct 2009 13:06:16 +0000 (13:06 +0000)]
Added missing $this
Sarven Capadisli [Mon, 12 Oct 2009 13:05:19 +0000 (13:05 +0000)]
Only output attachment if the mobile device is interested
Sarven Capadisli [Mon, 12 Oct 2009 12:58:51 +0000 (12:58 +0000)]
Ran phpcs and fixed a few errors and warnings
Sarven Capadisli [Mon, 12 Oct 2009 12:46:53 +0000 (12:46 +0000)]
Added function to set a list of features the mobile device supports
and output accordingly e.g., if device is not known to have an open
file system or unable to make use of input type="file" don't output
that feature
Sarven Capadisli [Mon, 12 Oct 2009 12:30:00 +0000 (12:30 +0000)]
Fixed typo, added ipod
Sarven Capadisli [Mon, 12 Oct 2009 12:29:19 +0000 (12:29 +0000)]
Init mp-handheld stylesheet. For now, it is reusing mp-screen. Future
updates will handle media queries
Sarven Capadisli [Mon, 12 Oct 2009 10:56:23 +0000 (10:56 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile
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
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 18:06:08 +0000 (14:06 -0400)]
fix FBConnect so it doesn't muffle EndPrimaryNav
Sarven Capadisli [Fri, 9 Oct 2009 16:18:47 +0000 (16:18 +0000)]
Reduced whitespace
Sarven Capadisli [Fri, 9 Oct 2009 15:34:57 +0000 (15:34 +0000)]
Updated header UI
Sarven Capadisli [Fri, 9 Oct 2009 15:32:56 +0000 (15:32 +0000)]
Removed the Help item from global primary navigation in the header
since it is also used in the footer area. Frees up 'precious'space.
Sarven Capadisli [Fri, 9 Oct 2009 14:48:14 +0000 (14:48 +0000)]
Updated mobilelogo extension
Evan Prodromou [Fri, 9 Oct 2009 14:39:56 +0000 (10:39 -0400)]
don't write session if it's unchanged
Sarven Capadisli [Fri, 9 Oct 2009 12:28:38 +0000 (12:28 +0000)]
Fixed notice-options
Sarven Capadisli [Fri, 9 Oct 2009 11:31:52 +0000 (11:31 +0000)]
Some UI adjustments for form notice
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
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:07:07 +0000 (16:07 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile
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:49 +0000 (15:51 +0000)]
Merge branch '0.9.x' into 0.9.x-mobile
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:41:41 +0000 (15:41 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile
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:39:25 +0000 (15:39 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile
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)
Sarven Capadisli [Mon, 5 Oct 2009 16:59:41 +0000 (16:59 +0000)]
Init styles for form_notice
Eric Helgeson [Mon, 5 Oct 2009 16:55:55 +0000 (12:55 -0400)]
Open tags should have closing tags
Sarven Capadisli [Mon, 5 Oct 2009 15:46:32 +0000 (15:46 +0000)]
No longer need to style
Sarven Capadisli [Mon, 5 Oct 2009 14:42:11 +0000 (14:42 +0000)]
Init showNoticeFormData
Sarven Capadisli [Mon, 5 Oct 2009 14:18:29 +0000 (14:18 +0000)]
Merge branch '0.9.x' into 0.9.x-mobile
Sarven Capadisli [Mon, 5 Oct 2009 14:17:55 +0000 (14:17 +0000)]
Added hook to wrap the notice form data block
Sarven Capadisli [Mon, 5 Oct 2009 11:04:32 +0000 (11:04 +0000)]
Init mobile profile screen stylesheet. It reuses base and identica
themes. The handheld stylesheet could import this stylesheet as well.
Sarven Capadisli [Mon, 5 Oct 2009 10:29:34 +0000 (10:29 +0000)]
Minor correction
Sarven Capadisli [Mon, 5 Oct 2009 10:28:53 +0000 (10:28 +0000)]
Merge branch '0.9.x-mobile' of git@gitorious.org:~csarven/statusnet/csarven-clone into 0.9.x-mobile
Sarven Capadisli [Mon, 5 Oct 2009 10:28:34 +0000 (10:28 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile
Sarven Capadisli [Sun, 4 Oct 2009 22:16:59 +0000 (22:16 +0000)]
Init showPrimaryNav
Sarven Capadisli [Sun, 4 Oct 2009 21:53:33 +0000 (21:53 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile
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 21:42:38 +0000 (21:42 +0000)]
Removed site_notice and anon_notice from output because this
information is not particularly crucial for the mobile user.
Sarven Capadisli [Sun, 4 Oct 2009 21:37:24 +0000 (21:37 +0000)]
Stop output after showing header
Sarven Capadisli [Sun, 4 Oct 2009 21:37:05 +0000 (21:37 +0000)]
Init showLogo
Sarven Capadisli [Sun, 4 Oct 2009 21:09:16 +0000 (21:09 +0000)]
Init showHeader
Sarven Capadisli [Sun, 4 Oct 2009 20:53:30 +0000 (20:53 +0000)]
If they are not on the mobile site or not interested in getting the
mobile profile, then give them the regular output.
Sarven Capadisli [Sun, 4 Oct 2009 20:43:52 +0000 (20:43 +0000)]
Minor adjustment to indenting
Sarven Capadisli [Sun, 4 Oct 2009 20:42:03 +0000 (20:42 +0000)]
If not meant to serveMobile, show the default styles
Sarven Capadisli [Sun, 4 Oct 2009 16:53:15 +0000 (16:53 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile
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 16:50:53 +0000 (16:50 +0000)]
Added custom showHead
Sarven Capadisli [Sun, 4 Oct 2009 16:33:52 +0000 (16:33 +0000)]
Mobile Profile plugin will use the identica theme for now
Sarven Capadisli [Sun, 4 Oct 2009 16:26:04 +0000 (16:26 +0000)]
Added ability to define mobile stylesheets (handheld, screen) at the
theme level. If there are no mobile stylesheets in the theme
directory, it will use the ones that come with the plugin.
Sarven Capadisli [Sun, 4 Oct 2009 13:58:29 +0000 (13:58 +0000)]
Fixed redirect. Added common_path for mobileserver