]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Evan Prodromou [Tue, 23 Aug 2011 17:32:24 +0000 (13:32 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

12 years agoremove obsolete sitemap script
Evan Prodromou [Tue, 23 Aug 2011 17:31:47 +0000 (13:31 -0400)]
remove obsolete sitemap script

12 years agoFix deprecated call-time pass by references
Zach Copley [Tue, 23 Aug 2011 16:52:48 +0000 (09:52 -0700)]
Fix deprecated call-time pass by references

12 years agoRename plugins README so it doesn't conflict with plugins directory on case insensiti...
Zach Copley [Tue, 23 Aug 2011 16:43:56 +0000 (09:43 -0700)]
Rename plugins README so it doesn't conflict with plugins directory on case insensitive files systems (Mac/Windows)

12 years agoFix warnings - function arguments should expect values instead of references
Zach Copley [Tue, 23 Aug 2011 16:39:05 +0000 (09:39 -0700)]
Fix warnings - function arguments should expect values instead of references

12 years agoremove Activity plugin separate ignore and copying files
Evan Prodromou [Tue, 23 Aug 2011 16:23:18 +0000 (12:23 -0400)]
remove Activity plugin separate ignore and copying files

12 years agoAdd custom list items for follow, unfollow, leave activities
Evan Prodromou [Tue, 23 Aug 2011 16:18:10 +0000 (12:18 -0400)]
Add custom list items for follow, unfollow, leave activities

12 years agoremove debug statement from JoinListItem
Evan Prodromou [Tue, 23 Aug 2011 15:52:45 +0000 (11:52 -0400)]
remove debug statement from JoinListItem

12 years agoemit fewer notices for group joins
Evan Prodromou [Tue, 23 Aug 2011 15:49:45 +0000 (11:49 -0400)]
emit fewer notices for group joins

12 years agoCustom list item for join events
Evan Prodromou [Tue, 23 Aug 2011 15:49:27 +0000 (11:49 -0400)]
Custom list item for join events

12 years agoRe-add lost verb column for Notice
Evan Prodromou [Tue, 23 Aug 2011 15:42:18 +0000 (11:42 -0400)]
Re-add lost verb column for Notice

12 years agoIncorrect arguments for ActivityPlugin::onEndJoin/LeaveGroup()
Evan Prodromou [Tue, 23 Aug 2011 14:23:08 +0000 (10:23 -0400)]
Incorrect arguments for ActivityPlugin::onEndJoin/LeaveGroup()

12 years agolog an exception when we can't join a group
Evan Prodromou [Tue, 23 Aug 2011 14:22:03 +0000 (10:22 -0400)]
log an exception when we can't join a group

12 years agoMerge branch '1.0.x' into activity
Evan Prodromou [Tue, 23 Aug 2011 04:41:03 +0000 (00:41 -0400)]
Merge branch '1.0.x' into activity

12 years agouse references for Notice::_setFaves() and Notice::_setRepeats()
Evan Prodromou [Tue, 23 Aug 2011 04:40:54 +0000 (00:40 -0400)]
use references for Notice::_setFaves() and Notice::_setRepeats()

12 years agoMerge branch '1.0.x' into activity
Evan Prodromou [Tue, 23 Aug 2011 04:33:34 +0000 (00:33 -0400)]
Merge branch '1.0.x' into activity

12 years agoBetter list-unwrapping in MoreMenu
Evan Prodromou [Tue, 23 Aug 2011 04:32:46 +0000 (00:32 -0400)]
Better list-unwrapping in MoreMenu

12 years agocorrect typo in ActivityPlugin::onEndSubscribe()
Evan Prodromou [Tue, 23 Aug 2011 04:27:42 +0000 (00:27 -0400)]
correct typo in ActivityPlugin::onEndSubscribe()

12 years agofix errors with fave activities
Evan Prodromou [Tue, 23 Aug 2011 04:23:02 +0000 (00:23 -0400)]
fix errors with fave activities

12 years agoMerge branch '1.0.x' into activity
Evan Prodromou [Tue, 23 Aug 2011 04:17:39 +0000 (00:17 -0400)]
Merge branch '1.0.x' into activity

12 years agoGet primary key for default value in Memcached_DataObject::staticGet()
Evan Prodromou [Tue, 23 Aug 2011 04:14:20 +0000 (00:14 -0400)]
Get primary key for default value in Memcached_DataObject::staticGet()

12 years agoavoid producing notices for last element in MoreMenu
Evan Prodromou [Tue, 23 Aug 2011 03:53:34 +0000 (23:53 -0400)]
avoid producing notices for last element in MoreMenu

12 years agoupdate Activity plugin for 1.0.x
Evan Prodromou [Tue, 23 Aug 2011 03:48:38 +0000 (23:48 -0400)]
update Activity plugin for 1.0.x

12 years agoMerge branch '1.0.x' into activity
Evan Prodromou [Mon, 22 Aug 2011 23:02:16 +0000 (19:02 -0400)]
Merge branch '1.0.x' into activity

12 years agosplit gigantic README into separate files
Evan Prodromou [Mon, 22 Aug 2011 22:28:50 +0000 (18:28 -0400)]
split gigantic README into separate files

12 years agoremove old and dangerous rebuild scripts
Evan Prodromou [Mon, 22 Aug 2011 22:23:28 +0000 (18:23 -0400)]
remove old and dangerous rebuild scripts

12 years agoremove obsolete .sql files
Evan Prodromou [Mon, 22 Aug 2011 22:22:27 +0000 (18:22 -0400)]
remove obsolete .sql files

12 years agoMerge branch '1.0.x' into activity
Evan Prodromou [Mon, 22 Aug 2011 22:13:02 +0000 (18:13 -0400)]
Merge branch '1.0.x' into activity

Conflicts:
db/core.php

12 years agofix calls to staticGet() to avoid problems with default args
Evan Prodromou [Mon, 22 Aug 2011 22:06:06 +0000 (18:06 -0400)]
fix calls to staticGet() to avoid problems with default args

12 years agoRemove sequenceKey() since we now use Managed_DataObject
Evan Prodromou [Mon, 22 Aug 2011 22:05:37 +0000 (18:05 -0400)]
Remove sequenceKey() since we now use Managed_DataObject

12 years agoRemove now-unused statusnet.ini
Evan Prodromou [Mon, 22 Aug 2011 22:03:05 +0000 (18:03 -0400)]
Remove now-unused statusnet.ini

12 years agoforgot Group_member::schemaDef()
Evan Prodromou [Mon, 22 Aug 2011 22:02:29 +0000 (18:02 -0400)]
forgot Group_member::schemaDef()

12 years agomove core schema to class files
Evan Prodromou [Mon, 22 Aug 2011 21:52:02 +0000 (17:52 -0400)]
move core schema to class files

12 years agoadd URI members to social activity classes
Evan Prodromou [Mon, 22 Aug 2011 20:36:23 +0000 (16:36 -0400)]
add URI members to social activity classes

12 years agoadd a verb column to the notice table
Evan Prodromou [Mon, 22 Aug 2011 20:02:14 +0000 (16:02 -0400)]
add a verb column to the notice table

12 years agoMerge activity plugin into mainline
Evan Prodromou [Mon, 22 Aug 2011 19:44:10 +0000 (15:44 -0400)]
Merge activity plugin into mainline

12 years agoMerge commit 'refs/merge-requests/2' of git://gitorious.org/statusnet-activity/status...
Evan Prodromou [Mon, 22 Aug 2011 19:28:29 +0000 (15:28 -0400)]
Merge commit 'refs/merge-requests/2' of git://gitorious.org/statusnet-activity/statusnet-activity into merge-requests/2

12 years agotrim trailing ?> from Notice_activity
Evan Prodromou [Mon, 22 Aug 2011 19:25:58 +0000 (15:25 -0400)]
trim trailing ?> from Notice_activity

12 years agoMerge branch 'testing' into 1.0.x
Evan Prodromou [Mon, 22 Aug 2011 17:20:40 +0000 (13:20 -0400)]
Merge branch 'testing' into 1.0.x

12 years agopre-fill repeats of notices
Evan Prodromou [Mon, 22 Aug 2011 16:39:37 +0000 (12:39 -0400)]
pre-fill repeats of notices

12 years agouse listGet() for ConversationNoticeStream
Evan Prodromou [Mon, 22 Aug 2011 16:25:04 +0000 (12:25 -0400)]
use listGet() for ConversationNoticeStream

12 years agoMerge remote-tracking branch 'gitorious/1.0.x' into 1.0.x
Evan Prodromou [Mon, 22 Aug 2011 15:25:13 +0000 (11:25 -0400)]
Merge remote-tracking branch 'gitorious/1.0.x' into 1.0.x

Conflicts:
classes/Memcached_DataObject.php

12 years agoFix incorrect translator documentation.
Siebrand Mazeland [Sun, 21 Aug 2011 10:41:03 +0000 (12:41 +0200)]
Fix incorrect translator documentation.

12 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Sat, 20 Aug 2011 19:30:04 +0000 (21:30 +0200)]
Localisation updates from http://translatewiki.net.

12 years agoAdd translator documentation.
Siebrand Mazeland [Sat, 20 Aug 2011 18:33:16 +0000 (20:33 +0200)]
Add translator documentation.

12 years agotag -> list
Siebrand Mazeland [Sat, 20 Aug 2011 18:30:37 +0000 (20:30 +0200)]
tag -> list

12 years agoA little style fixup for oauth applications.
Samantha Doherty [Fri, 19 Aug 2011 19:45:17 +0000 (15:45 -0400)]
A little style fixup for oauth applications.

12 years agoReinstate labels for oauth application info.
Samantha Doherty [Fri, 19 Aug 2011 19:43:56 +0000 (15:43 -0400)]
Reinstate labels for oauth application info.

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Samantha Doherty [Fri, 19 Aug 2011 17:02:32 +0000 (13:02 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

12 years agoCouple quick improvements for neo-blue theme.
Samantha Doherty [Fri, 19 Aug 2011 17:00:22 +0000 (13:00 -0400)]
Couple quick improvements for neo-blue theme.

12 years agoAdd translator documentation.
Siebrand Mazeland [Fri, 19 Aug 2011 16:13:25 +0000 (18:13 +0200)]
Add translator documentation.
Whitespace updates.

12 years agoAdd translator documentation.
Siebrand Mazeland [Fri, 19 Aug 2011 16:11:31 +0000 (18:11 +0200)]
Add translator documentation.
L10n updates.
Whitespace updates.

12 years agoAdd translator documentation.
Siebrand Mazeland [Fri, 19 Aug 2011 15:39:39 +0000 (17:39 +0200)]
Add translator documentation.
L10n/i18n fixes.
Whitespace updates.

12 years agoAdd translator documentation.
Siebrand Mazeland [Fri, 19 Aug 2011 15:38:43 +0000 (17:38 +0200)]
Add translator documentation.
Fix incorrect i18n.
Whitespace updates.

12 years agoAdd translator documentation.
Siebrand Mazeland [Fri, 19 Aug 2011 15:13:15 +0000 (17:13 +0200)]
Add translator documentation.
doxygen fixes.

12 years agoAdd translator documentation.
Siebrand Mazeland [Fri, 19 Aug 2011 15:11:29 +0000 (17:11 +0200)]
Add translator documentation.

12 years agoRemove i18n fix from previous commit: this is a debug log entry.
Siebrand Mazeland [Fri, 19 Aug 2011 15:09:44 +0000 (17:09 +0200)]
Remove i18n fix from previous commit: this is a debug log entry.

12 years agoWhitespace updates (including leading tabs to spaces).
Siebrand Mazeland [Fri, 19 Aug 2011 15:06:03 +0000 (17:06 +0200)]
Whitespace updates (including leading tabs to spaces).
Fixed i18n.

12 years agoFix broken translator documentation because "// TRANS: " is not exactly in the line...
Siebrand Mazeland [Fri, 19 Aug 2011 14:50:31 +0000 (16:50 +0200)]
Fix broken translator documentation because "// TRANS: " is not exactly in the line above the _m() method call.
Whitespace updates.

12 years agoUpdate/add translator documentation.
Siebrand Mazeland [Fri, 19 Aug 2011 14:46:28 +0000 (16:46 +0200)]
Update/add translator documentation.
Fix i18n domain where needed.
Whitespace updates.

12 years agoFix and add translator documentation
Siebrand Mazeland [Fri, 19 Aug 2011 14:40:45 +0000 (16:40 +0200)]
Fix and add translator documentation
Fix i18n domain where needed.
Whitespace updates.

12 years agoFix syntax err
Zach Copley [Fri, 19 Aug 2011 01:17:38 +0000 (18:17 -0700)]
Fix syntax err

12 years agoMerge remote-tracking branch 'gitorious/1.0.x' into 1.0.x
Evan Prodromou [Fri, 19 Aug 2011 00:27:55 +0000 (17:27 -0700)]
Merge remote-tracking branch 'gitorious/1.0.x' into 1.0.x

12 years agoMessage tweaks and elaborations as well as translator documentation tweaks. Based...
Siebrand Mazeland [Thu, 18 Aug 2011 13:11:10 +0000 (15:11 +0200)]
Message tweaks and elaborations as well as translator documentation tweaks. Based on comments by OsamaK.

12 years agoSimplify message.
Siebrand Mazeland [Thu, 18 Aug 2011 12:21:43 +0000 (14:21 +0200)]
Simplify message.

12 years agoMerge remote-tracking branch 'gitorious/1.0.x' into 1.0.x
Evan Prodromou [Tue, 16 Aug 2011 19:59:06 +0000 (15:59 -0400)]
Merge remote-tracking branch 'gitorious/1.0.x' into 1.0.x

12 years agoFix awkward attempt at i18n.
Siebrand Mazeland [Tue, 16 Aug 2011 16:04:56 +0000 (18:04 +0200)]
Fix awkward attempt at i18n.

12 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Mon, 15 Aug 2011 14:32:26 +0000 (16:32 +0200)]
Localisation updates from http://translatewiki.net.

12 years agoFix punctuation.
Siebrand Mazeland [Mon, 15 Aug 2011 14:18:21 +0000 (16:18 +0200)]
Fix punctuation.

12 years agoMore list...
Siebrand Mazeland [Mon, 15 Aug 2011 14:06:35 +0000 (16:06 +0200)]
More list...

12 years agoFix incorrect documentation.
Siebrand Mazeland [Mon, 15 Aug 2011 14:04:06 +0000 (16:04 +0200)]
Fix incorrect documentation.

12 years agotag -> list
Siebrand Mazeland [Mon, 15 Aug 2011 14:03:24 +0000 (16:03 +0200)]
tag -> list

12 years agoChange "stream" to "timeline" for consistency.
Siebrand Mazeland [Mon, 15 Aug 2011 13:57:36 +0000 (15:57 +0200)]
Change "stream" to "timeline" for consistency.

12 years agoUpdate translator documentation.
Siebrand Mazeland [Mon, 15 Aug 2011 13:50:36 +0000 (15:50 +0200)]
Update translator documentation.

12 years agobetter exception handling in delicious importer
Evan Prodromou [Tue, 9 Aug 2011 20:07:36 +0000 (13:07 -0700)]
better exception handling in delicious importer

12 years agoMerge remote-tracking branch 'gitorious/1.0.x' into 1.0.x
Evan Prodromou [Mon, 8 Aug 2011 16:01:48 +0000 (12:01 -0400)]
Merge remote-tracking branch 'gitorious/1.0.x' into 1.0.x

12 years agoPass correct notice id to Memcached_DataObject::listGet() in getFaves()
Evan Prodromou [Mon, 8 Aug 2011 16:01:39 +0000 (12:01 -0400)]
Pass correct notice id to Memcached_DataObject::listGet() in getFaves()

12 years agoCorrected pkeys for listGet()
Evan Prodromou [Mon, 8 Aug 2011 16:01:15 +0000 (12:01 -0400)]
Corrected pkeys for listGet()

12 years agoCache the repeat_of query for noticelists
Evan Prodromou [Mon, 8 Aug 2011 14:51:13 +0000 (10:51 -0400)]
Cache the repeat_of query for noticelists

12 years agopre-fill all notices in conversations on the page
Evan Prodromou [Mon, 8 Aug 2011 14:39:45 +0000 (10:39 -0400)]
pre-fill all notices in conversations on the page

12 years agoStore pkeys in cache for listGet()
Evan Prodromou [Mon, 8 Aug 2011 14:22:20 +0000 (10:22 -0400)]
Store pkeys in cache for listGet()

I was storing the full objects in the cache for the listGet()
function. I've changed it to store only pkeys, and use pivotGet() to
get all the corresponding values.

This also required changing pivotGet() so it can get objects with
multi-column pkeys, which complicated the whole thing quite a bit. But
it seems to work OK.

12 years agoMerge branch '1.0.x' into testing
Evan Prodromou [Fri, 5 Aug 2011 14:43:14 +0000 (10:43 -0400)]
Merge branch '1.0.x' into testing

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Evan Prodromou [Fri, 5 Aug 2011 14:42:42 +0000 (10:42 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

12 years agoProperly structure X-XSS-Protection header
Evan Prodromou [Fri, 5 Aug 2011 14:42:18 +0000 (10:42 -0400)]
Properly structure X-XSS-Protection header

12 years agoFix syntax err
Zach Copley [Thu, 4 Aug 2011 19:06:57 +0000 (12:06 -0700)]
Fix syntax err

12 years agoMerge branch '1.0.x' into testing
Evan Prodromou [Wed, 3 Aug 2011 16:50:33 +0000 (12:50 -0400)]
Merge branch '1.0.x' into testing

12 years agochange 140-char limit to unlimited by default
Evan Prodromou [Wed, 3 Aug 2011 16:50:12 +0000 (12:50 -0400)]
change 140-char limit to unlimited by default

12 years agoMerge branch '1.0.x' into testing
Evan Prodromou [Wed, 3 Aug 2011 15:02:16 +0000 (11:02 -0400)]
Merge branch '1.0.x' into testing

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Evan Prodromou [Wed, 3 Aug 2011 14:42:50 +0000 (10:42 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

12 years agoAdjustment to the simulation script so I can use my own word list for test notices
Zach Copley [Wed, 3 Aug 2011 09:46:29 +0000 (09:46 +0000)]
Adjustment to the simulation script so I can use my own word list for test notices

12 years agopre-fill the addressees of notices in a list
Evan Prodromou [Wed, 3 Aug 2011 04:59:09 +0000 (00:59 -0400)]
pre-fill the addressees of notices in a list

12 years agoGet faves in Notice and pre-fill
Evan Prodromou [Wed, 3 Aug 2011 04:04:18 +0000 (00:04 -0400)]
Get faves in Notice and pre-fill

12 years agoPre-fill Notice attachments
Evan Prodromou [Wed, 3 Aug 2011 03:12:21 +0000 (23:12 -0400)]
Pre-fill Notice attachments

12 years agoRemove unused File::getAttachments()
Evan Prodromou [Wed, 3 Aug 2011 03:11:41 +0000 (23:11 -0400)]
Remove unused File::getAttachments()

12 years agouse Notice::attachments() to get attachments for a notice
Evan Prodromou [Tue, 2 Aug 2011 22:22:06 +0000 (18:22 -0400)]
use Notice::attachments() to get attachments for a notice

12 years agopre-fetch groups for notices
Evan Prodromou [Tue, 2 Aug 2011 22:13:56 +0000 (18:13 -0400)]
pre-fetch groups for notices

12 years agoonly do a db call if need to fetch some in listGet()
Evan Prodromou [Tue, 2 Aug 2011 22:12:46 +0000 (18:12 -0400)]
only do a db call if need to fetch some in listGet()

12 years agoadd listGet() method
Evan Prodromou [Tue, 2 Aug 2011 21:20:51 +0000 (17:20 -0400)]
add listGet() method

12 years agoMerge branch '1.0.x' into testing
Evan Prodromou [Tue, 2 Aug 2011 19:20:00 +0000 (15:20 -0400)]
Merge branch '1.0.x' into testing

12 years ago1.0.0beta2
Evan Prodromou [Tue, 2 Aug 2011 19:12:27 +0000 (15:12 -0400)]
1.0.0beta2