]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
13 years agosend_message -> sendMessage
Craig Andrews [Tue, 31 Aug 2010 04:01:55 +0000 (00:01 -0400)]
send_message -> sendMessage

13 years agoMerge branch '0.9.x' into 1.0.x
Evan Prodromou [Fri, 3 Sep 2010 02:57:37 +0000 (22:57 -0400)]
Merge branch '0.9.x' into 1.0.x

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Fri, 3 Sep 2010 02:56:18 +0000 (22:56 -0400)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

13 years agouse etag preferably for caching
Evan Prodromou [Tue, 31 Aug 2010 04:54:33 +0000 (00:54 -0400)]
use etag preferably for caching

13 years agoadd some caching headers
Evan Prodromou [Tue, 31 Aug 2010 04:33:56 +0000 (00:33 -0400)]
add some caching headers

13 years agocombine our standard scripts into one big script
Evan Prodromou [Fri, 3 Sep 2010 02:21:07 +0000 (22:21 -0400)]
combine our standard scripts into one big script

13 years ago* i18n/L10n updates and FIXMEs added
Siebrand Mazeland [Thu, 2 Sep 2010 23:35:04 +0000 (01:35 +0200)]
* i18n/L10n updates and FIXMEs added
* whitespace fixes

13 years agoSwitch default, identica themes from @import to theme.ini include key; doesn't make...
Brion Vibber [Thu, 2 Sep 2010 22:06:47 +0000 (15:06 -0700)]
Switch default, identica themes from @import to theme.ini include key; doesn't make much difference for internal core themes but it'll provide cut-n-pasters with a better example. :)

13 years agoMerge branch '0.9.x' into 1.0.x
Brion Vibber [Thu, 2 Sep 2010 22:04:25 +0000 (15:04 -0700)]
Merge branch '0.9.x' into 1.0.x

Conflicts:
lib/command.php

13 years agoMerge branch 'master' into testing
Brion Vibber [Thu, 2 Sep 2010 21:58:11 +0000 (14:58 -0700)]
Merge branch 'master' into testing

13 years agoFixes for Mac metadata files mucking up theme zip files
Brion Vibber [Thu, 2 Sep 2010 21:24:46 +0000 (14:24 -0700)]
Fixes for Mac metadata files mucking up theme zip files

13 years agoshow notice title on shownotice page
Evan Prodromou [Thu, 2 Sep 2010 21:16:10 +0000 (17:16 -0400)]
show notice title on shownotice page

13 years agoTicket #2638: allow themes to specify a base theme to load with 'include' setting...
Brion Vibber [Thu, 2 Sep 2010 21:11:52 +0000 (14:11 -0700)]
Ticket #2638: allow themes to specify a base theme to load with 'include' setting in a theme.ini file

13 years agohooks for showing <title> and <h1> elements
Evan Prodromou [Thu, 2 Sep 2010 21:10:25 +0000 (17:10 -0400)]
hooks for showing <title> and <h1> elements

13 years agoMerge branch 'swat0' into 0.9.x
Evan Prodromou [Thu, 2 Sep 2010 20:58:55 +0000 (16:58 -0400)]
Merge branch 'swat0' into 0.9.x

13 years agoMerge branch 'testing' into 0.9.x
Evan Prodromou [Thu, 2 Sep 2010 20:56:52 +0000 (16:56 -0400)]
Merge branch 'testing' into 0.9.x

13 years agoFixes for custom theme upload:
Brion Vibber [Thu, 2 Sep 2010 19:11:45 +0000 (12:11 -0700)]
Fixes for custom theme upload:
* skip more files (.xcf image sources, .html docs)
* skip files before rejecting them for funky filenames!
* allow period in filenames (eg foo-1.4.ttf) but blacklist some unsafe extensions-within-extensions

13 years agoFix for #2635: use ssl-sometimes settings for Twitter settings & auth pages
Brion Vibber [Thu, 2 Sep 2010 17:40:41 +0000 (10:40 -0700)]
Fix for #2635: use ssl-sometimes settings for Twitter settings & auth pages

13 years agoRevert "debugging replyToID"
Evan Prodromou [Wed, 1 Sep 2010 22:22:54 +0000 (18:22 -0400)]
Revert "debugging replyToID"

This reverts commit bb9353f6e04f863c50bca12247d1a70cb12350d5.

13 years agodebugging replyToID
Evan Prodromou [Wed, 1 Sep 2010 21:59:49 +0000 (17:59 -0400)]
debugging replyToID

13 years agoCorrectly check for user's id in replies in user salmon post
Evan Prodromou [Wed, 1 Sep 2010 21:10:29 +0000 (17:10 -0400)]
Correctly check for user's id in replies in user salmon post

13 years agocorrectly return oprofile from Ostatus_profile::ensureProfileURI()
Evan Prodromou [Wed, 1 Sep 2010 21:05:11 +0000 (17:05 -0400)]
correctly return oprofile from Ostatus_profile::ensureProfileURI()

13 years agobug in Profile::fromURI() wasn't returning profile
Evan Prodromou [Wed, 1 Sep 2010 20:55:16 +0000 (16:55 -0400)]
bug in Profile::fromURI() wasn't returning profile

13 years agosave URIs of remote profiles marked for attention
Evan Prodromou [Wed, 1 Sep 2010 20:17:18 +0000 (16:17 -0400)]
save URIs of remote profiles marked for attention

13 years agoHandle profile-from-uri hook to return ostatus profile if there's a match
Evan Prodromou [Wed, 1 Sep 2010 20:16:38 +0000 (16:16 -0400)]
Handle profile-from-uri hook to return ostatus profile if there's a match

13 years agoNotice::saveReplies() uses Profile::fromURI() to handle remote profiles too
Evan Prodromou [Wed, 1 Sep 2010 20:15:51 +0000 (16:15 -0400)]
Notice::saveReplies() uses Profile::fromURI() to handle remote profiles too

13 years agoStatic method to get a profile based on an URI
Evan Prodromou [Wed, 1 Sep 2010 20:15:22 +0000 (16:15 -0400)]
Static method to get a profile based on an URI

13 years agosend a salmon slap to mentioned person when we reply to a notice
Evan Prodromou [Wed, 1 Sep 2010 18:35:43 +0000 (14:35 -0400)]
send a salmon slap to mentioned person when we reply to a notice

13 years agoMerge branch 'master' into 0.9.x
Evan Prodromou [Wed, 1 Sep 2010 18:21:36 +0000 (14:21 -0400)]
Merge branch 'master' into 0.9.x

13 years agoremove noop function from OStatusPlugin
Evan Prodromou [Wed, 1 Sep 2010 18:21:24 +0000 (14:21 -0400)]
remove noop function from OStatusPlugin

13 years agoLeave session handling to StatusNet - disable phpCAS's handling.
Craig Andrews [Mon, 30 Aug 2010 21:08:12 +0000 (17:08 -0400)]
Leave session handling to StatusNet - disable phpCAS's handling.

13 years agoUpgrade from CAS 1.1.0RC6 to 1.1.2
Craig Andrews [Mon, 30 Aug 2010 20:53:32 +0000 (16:53 -0400)]
Upgrade from CAS 1.1.0RC6 to 1.1.2

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Sat, 28 Aug 2010 15:34:02 +0000 (17:34 +0200)]
Localisation updates from http://translatewiki.net
* removed messages marked fuzzy from translations.

13 years ago* when using multiple parameters, number them
Siebrand Mazeland [Sat, 28 Aug 2010 14:51:49 +0000 (16:51 +0200)]
* when using multiple parameters, number them
* fix double space to single space
* use consistent punctuation in messages
* complete translation hints for all commands
* add an i18n fixme for missing plural support
* trailing whitespace removed

13 years agoDocument UI text and number parameters.
Siebrand Mazeland [Sat, 28 Aug 2010 14:28:23 +0000 (16:28 +0200)]
Document UI text and number parameters.

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Sat, 28 Aug 2010 13:11:23 +0000 (15:11 +0200)]
Localisation updates from http://translatewiki.net

13 years agoFix for failover error in status_network_tag caching; when no tags present in table...
Brion Vibber [Thu, 26 Aug 2010 20:52:03 +0000 (13:52 -0700)]
Fix for failover error in status_network_tag caching; when no tags present in table we would return an array with one empty element instead of no elements when getting the cached data.

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Wed, 25 Aug 2010 21:50:29 +0000 (23:50 +0200)]
Localisation updates from http://translatewiki.net

13 years agoUse Status_network's caching settings when loading Status_network_tag entries; cache...
Brion Vibber [Wed, 25 Aug 2010 18:59:39 +0000 (11:59 -0700)]
Use Status_network's caching settings when loading Status_network_tag entries; cache entries are batched per site and will be cleared when tags are inserted/deleted using the main interface.
(with fixes from tagcache branch)

13 years agofix incorrect function name in updateostatus.php script
Evan Prodromou [Wed, 25 Aug 2010 16:32:10 +0000 (12:32 -0400)]
fix incorrect function name in updateostatus.php script

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Tue, 24 Aug 2010 06:21:13 +0000 (08:21 +0200)]
Localisation updates from http://translatewiki.net

13 years agoMerge remote branch 'chat-interface-plugins/irc-plugin' into 1.0.x
Craig Andrews [Wed, 18 Aug 2010 18:13:15 +0000 (14:13 -0400)]
Merge remote branch 'chat-interface-plugins/irc-plugin' into 1.0.x

13 years agoUse hash if available
Craig Andrews [Wed, 18 Aug 2010 18:07:40 +0000 (14:07 -0400)]
Use hash if available

13 years agoreconnect failed doesn't include a parameter in its invocation
Craig Andrews [Wed, 18 Aug 2010 17:37:38 +0000 (13:37 -0400)]
reconnect failed doesn't include a parameter in its invocation

13 years agoMerge remote branch 'chat-interface-plugins/msn-plugin' into 1.0.x
Craig Andrews [Wed, 18 Aug 2010 17:34:39 +0000 (13:34 -0400)]
Merge remote branch 'chat-interface-plugins/msn-plugin' into 1.0.x

13 years agoinclude mhash from php compat
Craig Andrews [Wed, 18 Aug 2010 17:34:32 +0000 (13:34 -0400)]
include mhash from php compat

13 years agoUse mhash from Compat if mhash isn't available
Craig Andrews [Wed, 18 Aug 2010 17:33:52 +0000 (13:33 -0400)]
Use mhash from Compat if mhash isn't available

13 years agoRemoved old code accidently left in ($data)
Luke Fitzgerald [Wed, 18 Aug 2010 17:27:03 +0000 (10:27 -0700)]
Removed old code accidently left in ($data)

13 years agoRemove .svn subversion control files
Craig Andrews [Wed, 18 Aug 2010 16:42:32 +0000 (12:42 -0400)]
Remove .svn subversion control files

13 years agoMerge remote branch 'chat-interface-plugins/msn-plugin' into 1.0.x
Craig Andrews [Wed, 18 Aug 2010 16:41:50 +0000 (12:41 -0400)]
Merge remote branch 'chat-interface-plugins/msn-plugin' into 1.0.x

13 years agoMerge branch '0.9.x' into 1.0.x
Brion Vibber [Mon, 16 Aug 2010 23:56:27 +0000 (16:56 -0700)]
Merge branch '0.9.x' into 1.0.x

13 years agoMerge branch 'master' into 0.9.x
Brion Vibber [Mon, 16 Aug 2010 23:56:15 +0000 (16:56 -0700)]
Merge branch 'master' into 0.9.x

13 years agoLink fixes for footer in fr, pt-br (also saved changed at TranslateWiki.net)
Brion Vibber [Mon, 16 Aug 2010 19:03:30 +0000 (12:03 -0700)]
Link fixes for footer in fr, pt-br (also saved changed at TranslateWiki.net)

13 years agoStatusNet 0.9.4 "Orange Crush"
Brion Vibber [Mon, 16 Aug 2010 17:09:33 +0000 (10:09 -0700)]
StatusNet 0.9.4 "Orange Crush"

13 years agoMerge branch 'testing'
Brion Vibber [Mon, 16 Aug 2010 17:06:52 +0000 (10:06 -0700)]
Merge branch 'testing'

Conflicts:
plugins/OStatus/classes/Ostatus_profile.php

13 years agofixed a %d that should be a %s in an error message
Brenda Wallace [Mon, 16 Aug 2010 01:26:27 +0000 (13:26 +1200)]
fixed a %d that should be a %s in an error message

13 years agoremoved the notice.location column from postgres def -- snuck in on a git commit...
Brenda Wallace [Mon, 16 Aug 2010 02:47:18 +0000 (14:47 +1200)]
removed the notice.location column from postgres def -- snuck in on a git commit by Patrick G

13 years agofix use of activity rather than act in salmonaction subclasses, too
Evan Prodromou [Fri, 13 Aug 2010 21:18:54 +0000 (14:18 -0700)]
fix use of activity rather than act in salmonaction subclasses, too

13 years agotypo mixing up and in salmonaction
Evan Prodromou [Fri, 13 Aug 2010 20:07:25 +0000 (13:07 -0700)]
typo mixing up  and  in salmonaction

13 years agoMerge remote branch 'shiny/0.9.x' into 0.9.x
Brenda Wallace [Mon, 16 Aug 2010 02:51:31 +0000 (14:51 +1200)]
Merge remote branch 'shiny/0.9.x' into 0.9.x

13 years agoMerge commit 'origin/0.9.x' into 0.9.x
Brenda Wallace [Mon, 16 Aug 2010 02:52:23 +0000 (02:52 +0000)]
Merge commit 'origin/0.9.x' into 0.9.x

13 years agoremoved the notice.location column from postgres def -- snuck in on a git commit...
Brenda Wallace [Mon, 16 Aug 2010 02:47:18 +0000 (14:47 +1200)]
removed the notice.location column from postgres def -- snuck in on a git commit by Patrick G

13 years agofixed a %d that should be a %s in an error message
Brenda Wallace [Mon, 16 Aug 2010 01:26:27 +0000 (13:26 +1200)]
fixed a %d that should be a %s in an error message

13 years agoNotice title constructor doesn't check class of Notice
Evan Prodromou [Sun, 15 Aug 2010 01:02:08 +0000 (18:02 -0700)]
Notice title constructor doesn't check class of Notice

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Sat, 14 Aug 2010 19:08:15 +0000 (12:08 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoMerge branch 'noticetitle' into 0.9.x
Evan Prodromou [Sat, 14 Aug 2010 19:03:25 +0000 (12:03 -0700)]
Merge branch 'noticetitle' into 0.9.x

13 years agohandle deletion of notice
Evan Prodromou [Sat, 14 Aug 2010 18:58:54 +0000 (11:58 -0700)]
handle deletion of notice

13 years agoon deleting a notice
Evan Prodromou [Sat, 14 Aug 2010 18:54:20 +0000 (11:54 -0700)]
on deleting a notice

13 years agoMerge branch 'master' into noticetitle
Evan Prodromou [Sat, 14 Aug 2010 18:46:12 +0000 (11:46 -0700)]
Merge branch 'master' into noticetitle

13 years ago- Remove extraneous style stuff from Echo plugin - that stuff should
Zach Copley [Sat, 14 Aug 2010 00:07:12 +0000 (00:07 +0000)]
- Remove extraneous style stuff from Echo plugin - that stuff should
be handled via CSS in the theme.
- Updated installation instructions on Echo and Disqus plugins

13 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Fri, 13 Aug 2010 23:53:44 +0000 (23:53 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

13 years agoA plugin to add Disqus commenting to notice pages
Zach Copley [Fri, 13 Aug 2010 23:53:05 +0000 (23:53 +0000)]
A plugin to add Disqus commenting to notice pages

13 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Evan Prodromou [Fri, 13 Aug 2010 21:52:16 +0000 (14:52 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

13 years agoMerge branch '0.9.x' into 1.0.x
Evan Prodromou [Fri, 13 Aug 2010 21:51:51 +0000 (14:51 -0700)]
Merge branch '0.9.x' into 1.0.x

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Fri, 13 Aug 2010 21:35:49 +0000 (14:35 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

Conflicts:
plugins/OStatus/classes/Ostatus_profile.php

13 years agoMerge branch 'master' into 1.0.x
Evan Prodromou [Fri, 13 Aug 2010 21:33:41 +0000 (14:33 -0700)]
Merge branch 'master' into 1.0.x

13 years agofix use of activity rather than act in salmonaction subclasses, too
Evan Prodromou [Fri, 13 Aug 2010 21:18:54 +0000 (14:18 -0700)]
fix use of activity rather than act in salmonaction subclasses, too

13 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Fri, 13 Aug 2010 20:53:19 +0000 (20:53 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

13 years agoA plugin for adding the Echo (formerly JS-Kit) commenting widget to
Zach Copley [Fri, 13 Aug 2010 20:52:05 +0000 (20:52 +0000)]
A plugin for adding the Echo (formerly JS-Kit) commenting widget to
notice pages

13 years agoUpdate extension configuration file creation (doesn't work yet in translatewiki.net).
Siebrand Mazeland [Fri, 13 Aug 2010 20:21:33 +0000 (22:21 +0200)]
Update extension configuration file creation (doesn't work yet in translatewiki.net).

13 years agoadd hooks to allow plugins to handle different kinds of activities
Evan Prodromou [Fri, 13 Aug 2010 20:14:47 +0000 (13:14 -0700)]
add hooks to allow plugins to handle different kinds of activities

13 years agotypo mixing up and in salmonaction
Evan Prodromou [Fri, 13 Aug 2010 20:07:25 +0000 (13:07 -0700)]
typo mixing up  and  in salmonaction

13 years agoFixes for RSS subscriptions: accept posts with no ActivityStreams object-type set...
Brion Vibber [Fri, 13 Aug 2010 18:41:44 +0000 (11:41 -0700)]
Fixes for RSS subscriptions: accept posts with no ActivityStreams object-type set; be more liberal about accepting posts from feeds where the author info doesn't match (we'll post under the feed's profile and just not try to update the profile info).

13 years agoSubMirror: check feel-url discovery if profile-url discovery failed; should help...
Brion Vibber [Fri, 13 Aug 2010 18:02:21 +0000 (11:02 -0700)]
SubMirror: check feel-url discovery if profile-url discovery failed; should help when giving direct feeds to subscribe to

13 years agoSuppress whinging during HTML parsing in profile page discovery for things that turn...
Brion Vibber [Fri, 13 Aug 2010 17:51:00 +0000 (10:51 -0700)]
Suppress whinging during HTML parsing in profile page discovery for things that turn out to be XML feeds with funny namespaces.

13 years agohide the Whats Up Nickname if notice title enabled
Evan Prodromou [Fri, 13 Aug 2010 19:22:58 +0000 (12:22 -0700)]
hide the Whats Up Nickname if notice title enabled

13 years agomake notice title phpcs-clean
Evan Prodromou [Fri, 13 Aug 2010 19:04:30 +0000 (12:04 -0700)]
make notice title phpcs-clean

13 years agomake notice title phpcs-clean
Evan Prodromou [Fri, 13 Aug 2010 19:01:29 +0000 (12:01 -0700)]
make notice title phpcs-clean

13 years agoset notice titles in RSS and Atom output
Evan Prodromou [Fri, 13 Aug 2010 18:50:33 +0000 (11:50 -0700)]
set notice titles in RSS and Atom output

13 years agohooks to allow changing RSS content
Evan Prodromou [Fri, 13 Aug 2010 18:44:26 +0000 (11:44 -0700)]
hooks to allow changing RSS content

13 years agoFixes for RSS subscriptions: accept posts with no ActivityStreams object-type set...
Brion Vibber [Fri, 13 Aug 2010 18:41:44 +0000 (11:41 -0700)]
Fixes for RSS subscriptions: accept posts with no ActivityStreams object-type set; be more liberal about accepting posts from feeds where the author info doesn't match (we'll post under the feed's profile and just not try to update the profile info).

13 years agoshow notice title for notices in a notice list
Evan Prodromou [Fri, 13 Aug 2010 18:35:36 +0000 (11:35 -0700)]
show notice title for notices in a notice list

13 years agohelper static method to get title text based on a notice
Evan Prodromou [Fri, 13 Aug 2010 18:35:16 +0000 (11:35 -0700)]
helper static method to get title text based on a notice

13 years agosave the notice title when the notice is saved
Evan Prodromou [Fri, 13 Aug 2010 18:29:18 +0000 (11:29 -0700)]
save the notice title when the notice is saved

13 years agoadd StartNoticeSaveWeb and EndNoticeSaveWeb to hook web-based UI for notices
Evan Prodromou [Fri, 13 Aug 2010 18:21:07 +0000 (11:21 -0700)]
add StartNoticeSaveWeb and EndNoticeSaveWeb to hook web-based UI for notices

13 years agoSubMirror: check feel-url discovery if profile-url discovery failed; should help...
Brion Vibber [Fri, 13 Aug 2010 18:02:21 +0000 (11:02 -0700)]
SubMirror: check feel-url discovery if profile-url discovery failed; should help when giving direct feeds to subscribe to

13 years agoSuppress whinging during HTML parsing in profile page discovery for things that turn...
Brion Vibber [Fri, 13 Aug 2010 17:51:00 +0000 (10:51 -0700)]
Suppress whinging during HTML parsing in profile page discovery for things that turn out to be XML feeds with funny namespaces.

13 years agoadd title element to notice form
Evan Prodromou [Fri, 13 Aug 2010 05:11:26 +0000 (22:11 -0700)]
add title element to notice form

13 years agoPlugin file and data file for notice title
Evan Prodromou [Fri, 13 Aug 2010 04:19:12 +0000 (21:19 -0700)]
Plugin file and data file for notice title

13 years agoadd note about software subscription
Evan Prodromou [Fri, 13 Aug 2010 01:42:09 +0000 (18:42 -0700)]
add note about software subscription