]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Siebrand Mazeland [Tue, 30 Aug 2011 09:04:54 +0000 (11:04 +0200)]
Add translator documentation.
Siebrand Mazeland [Tue, 30 Aug 2011 09:03:26 +0000 (11:03 +0200)]
Fix i18n issues
Remove trailing whitespace and convert leading tabs to spaces
Siebrand Mazeland [Tue, 30 Aug 2011 08:56:00 +0000 (10:56 +0200)]
Number parameters in messages that have multiple parameters
Trim trailing whitespace
Leading tabs to spaces
Remove superfluous whitespace
Zach Copley [Mon, 29 Aug 2011 18:17:59 +0000 (11:17 -0700)]
Fix parameratized static function call so it works in PHP 5.2
Zach Copley [Sun, 28 Aug 2011 02:21:28 +0000 (19:21 -0700)]
Remove old background validation stuff from paths admin panel
fixes http://status.net/open-source/issues/3297
Zach Copley [Sun, 28 Aug 2011 02:01:02 +0000 (19:01 -0700)]
Move conversation id output to statusnet-specific section
Zach Copley [Sun, 28 Aug 2011 01:55:51 +0000 (18:55 -0700)]
Revert "add conversation ID to notice output"
This reverts commit
00be58829cc25928d8138f6ef506e4550af4aace .
I already added this with commit
e8d45a46
Zach Copley [Sun, 28 Aug 2011 01:47:19 +0000 (18:47 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
* '1.0.x' of gitorious.org:statusnet/mainline:
add conversation ID to notice output
For fave count, don't use distinct
Static -> static
allow posting to groups through atompub
Zach Copley [Sat, 27 Aug 2011 23:02:00 +0000 (16:02 -0700)]
Set site profile after creating initial user during installation
Evan Prodromou [Sat, 27 Aug 2011 22:49:10 +0000 (18:49 -0400)]
add conversation ID to notice output
Evan Prodromou [Sat, 27 Aug 2011 22:22:03 +0000 (18:22 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Evan Prodromou [Sat, 27 Aug 2011 22:21:44 +0000 (18:21 -0400)]
For fave count, don't use distinct
Evan Prodromou [Sat, 27 Aug 2011 21:42:31 +0000 (17:42 -0400)]
Static -> static
Evan Prodromou [Sat, 27 Aug 2011 21:37:10 +0000 (17:37 -0400)]
allow posting to groups through atompub
Zach Copley [Sat, 27 Aug 2011 21:27:15 +0000 (14:27 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
* '1.0.x' of gitorious.org:statusnet/mainline:
Issue #546: enable case-insensitive searching in MySQL
remove more groupnav
remove group nav
shorter title for tag cloud section on groups
remove group nav
move pending queue to sidebar
Move group logo edit from object nav to block actions
Show blocked users from group in section
Zach Copley [Sat, 27 Aug 2011 21:26:57 +0000 (14:26 -0700)]
Merge branch 'singleuser-profile' into 1.0.x
* singleuser-profile:
* Allow setting single user site profile * Fix site profile array munging
Add "Single User" to installer's site profile form
Zach Copley [Sat, 27 Aug 2011 21:25:12 +0000 (14:25 -0700)]
* Allow setting single user site profile
* Fix site profile array munging
Dan Scott [Sat, 27 Aug 2011 20:33:15 +0000 (16:33 -0400)]
Issue #546: enable case-insensitive searching in MySQL
MySQL needs the collation utf8_general_ci to support case-insensitive
searching. lib/mysqlschema.php already supports a 'collate' attribute on
a per-column basis, so we just need to take advantage of that attribute
on the columns we want to search and Bob (and BOB, and bOB) is your
uncle.
Signed-off-by: Dan Scott <dan@coffeecode.net>
Evan Prodromou [Sat, 27 Aug 2011 20:14:11 +0000 (16:14 -0400)]
remove more groupnav
Evan Prodromou [Sat, 27 Aug 2011 20:13:04 +0000 (16:13 -0400)]
remove group nav
Evan Prodromou [Sat, 27 Aug 2011 20:08:01 +0000 (16:08 -0400)]
shorter title for tag cloud section on groups
Evan Prodromou [Sat, 27 Aug 2011 20:06:45 +0000 (16:06 -0400)]
remove group nav
Evan Prodromou [Sat, 27 Aug 2011 20:05:58 +0000 (16:05 -0400)]
move pending queue to sidebar
Evan Prodromou [Sat, 27 Aug 2011 19:50:56 +0000 (15:50 -0400)]
Move group logo edit from object nav to block actions
Evan Prodromou [Sat, 27 Aug 2011 19:46:05 +0000 (15:46 -0400)]
Show blocked users from group in section
Zach Copley [Sat, 27 Aug 2011 19:42:09 +0000 (12:42 -0700)]
Fix logging level in log msg
Evan Prodromou [Sat, 27 Aug 2011 19:22:14 +0000 (15:22 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Evan Prodromou [Sat, 27 Aug 2011 19:21:54 +0000 (15:21 -0400)]
Take members and group off of group nav
Zach Copley [Sat, 27 Aug 2011 19:14:41 +0000 (12:14 -0700)]
Add "Single User" to installer's site profile form
Jordan Conway [Sat, 27 Aug 2011 18:51:10 +0000 (14:51 -0400)]
fixed typo http://status.net/open-source/issues/3289
Evan Prodromou [Sat, 27 Aug 2011 19:10:47 +0000 (15:10 -0400)]
move edit choice to group profile block
Evan Prodromou [Sat, 27 Aug 2011 18:56:02 +0000 (14:56 -0400)]
add a return to the error path for new events
Evan Prodromou [Sat, 27 Aug 2011 17:34:14 +0000 (13:34 -0400)]
don't use fetchAll() for profile lists ever
Evan Prodromou [Sat, 27 Aug 2011 17:14:31 +0000 (13:14 -0400)]
don't use fetchAll() when you've done a query()
Evan Prodromou [Sat, 27 Aug 2011 16:53:15 +0000 (12:53 -0400)]
use an array of profiles rather than a looping cursor for profile lists
Evan Prodromou [Sat, 27 Aug 2011 16:06:34 +0000 (12:06 -0400)]
Make joinAdd() explicit in OStatusPlugin::onStartProfileCompletionSearch()
Evan Prodromou [Sat, 27 Aug 2011 15:29:26 +0000 (11:29 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Evan Prodromou [Sat, 27 Aug 2011 15:28:32 +0000 (11:28 -0400)]
Move common nav stuff to GroupAction
Evan Prodromou [Sat, 27 Aug 2011 14:58:11 +0000 (10:58 -0400)]
Catch missing profile in realtime server
Samantha Doherty [Sat, 27 Aug 2011 14:54:19 +0000 (10:54 -0400)]
Don't italicize replies to activity events.
Samantha Doherty [Sat, 27 Aug 2011 14:49:18 +0000 (10:49 -0400)]
Remove duplicate icons from base theme.
Evan Prodromou [Sat, 27 Aug 2011 13:42:02 +0000 (09:42 -0400)]
upgrade version to beta3
Evan Prodromou [Sat, 27 Aug 2011 13:40:19 +0000 (09:40 -0400)]
Merge branch '1.0.x' into testing
Evan Prodromou [Sat, 27 Aug 2011 13:38:46 +0000 (09:38 -0400)]
attachment notice section uses explicit joinAdd()
Samantha Doherty [Sat, 27 Aug 2011 11:58:58 +0000 (07:58 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Samantha Doherty [Sat, 27 Aug 2011 11:58:20 +0000 (07:58 -0400)]
A little more theme cleanup.
Zach Copley [Sat, 27 Aug 2011 04:10:24 +0000 (21:10 -0700)]
Make site profiles work
Zach Copley [Fri, 26 Aug 2011 20:37:04 +0000 (13:37 -0700)]
Update install form to include installation profile dropdown
Samantha Doherty [Fri, 26 Aug 2011 19:35:00 +0000 (15:35 -0400)]
Quick fix to make custom site logos work better.
Samantha Doherty [Fri, 26 Aug 2011 16:52:18 +0000 (12:52 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Samantha Doherty [Fri, 26 Aug 2011 16:51:55 +0000 (12:51 -0400)]
Style cleanup for ostatus forms.
Evan Prodromou [Fri, 26 Aug 2011 15:48:40 +0000 (11:48 -0400)]
Profile uses joinAdd() with explicit arguments
Evan Prodromou [Fri, 26 Aug 2011 15:39:06 +0000 (11:39 -0400)]
explicit join for subscribers to a profile list
Evan Prodromou [Fri, 26 Aug 2011 15:38:39 +0000 (11:38 -0400)]
Explicit joins for people tags
Evan Prodromou [Fri, 26 Aug 2011 15:38:05 +0000 (11:38 -0400)]
Activity notices on by default
Evan Prodromou [Fri, 26 Aug 2011 15:37:45 +0000 (11:37 -0400)]
return links for foreign keys
Samantha Doherty [Fri, 26 Aug 2011 14:51:51 +0000 (10:51 -0400)]
A few quick general form fixes.
Samantha Doherty [Fri, 26 Aug 2011 02:30:09 +0000 (22:30 -0400)]
Style for header search form.
Samantha Doherty [Fri, 26 Aug 2011 02:29:11 +0000 (22:29 -0400)]
Move header search before nav in the HTML; give it a unique ID.
Zach Copley [Thu, 25 Aug 2011 23:33:41 +0000 (16:33 -0700)]
* Update copyright in version info
* add sammyd to contributors
* sort contributors
Evan Prodromou [Thu, 25 Aug 2011 22:03:30 +0000 (18:03 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Evan Prodromou [Thu, 25 Aug 2011 21:59:27 +0000 (17:59 -0400)]
use a form for search
Samantha Doherty [Thu, 25 Aug 2011 21:48:27 +0000 (17:48 -0400)]
Check for existence of RTL stylesheets; placeholder files for base and neo themes.
Samantha Doherty [Thu, 25 Aug 2011 21:14:13 +0000 (17:14 -0400)]
Update DirectionDetector style for 1.0 and move to base stylesheet.
Samantha Doherty [Thu, 25 Aug 2011 20:24:54 +0000 (16:24 -0400)]
Style for Activity notices.
Zach Copley [Thu, 25 Aug 2011 20:12:44 +0000 (13:12 -0700)]
Link in additional stylesheet for RTL languages
Zach Copley [Thu, 25 Aug 2011 19:48:36 +0000 (12:48 -0700)]
Function to test for RTL language
Zach Copley [Thu, 25 Aug 2011 18:30:07 +0000 (11:30 -0700)]
* Add conversation ID to Twitter compatible API
* Fix formatting of blocking info in JSON API output
Evan Prodromou [Thu, 25 Aug 2011 17:11:28 +0000 (13:11 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Zach Copley [Thu, 25 Aug 2011 17:00:20 +0000 (10:00 -0700)]
Update activity streams JSON to match spec
Squashed commit of the following:
commit
0722450267a1d0f4bdc2853f52a85b850329db73
Author: Zach Copley <zach@status.net>
Date: Thu Aug 25 09:58:29 2011 -0700
Updgrade activity object json
commit
882ba1dceaba8a0b3ec3513760aa09f68e41f270
Author: Zach Copley <zach@status.net>
Date: Wed Aug 24 16:30:07 2011 -0700
Update to the JSON activity serialization document
commit
121e441b314b93e184711c3dcc79ada69d429eba
Author: Zach Copley <zach@status.net>
Date: Wed Aug 24 15:08:06 2011 -0700
Output application/json instead of application/stream+json (at least for now)
commit
e045e214bffe5e0ddeb0a42555d440b75ae4edde
Author: Zach Copley <zach@status.net>
Date: Wed Aug 24 15:06:40 2011 -0700
Update to use latest property names from the JSON activity spec
Evan Prodromou [Thu, 25 Aug 2011 16:59:40 +0000 (12:59 -0400)]
Don't try to read the URLs in system notices
Evan Prodromou [Thu, 25 Aug 2011 16:41:25 +0000 (12:41 -0400)]
Don't prefill for each conversation
Evan Prodromou [Thu, 25 Aug 2011 16:34:32 +0000 (12:34 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Samantha Doherty [Thu, 25 Aug 2011 16:30:21 +0000 (12:30 -0400)]
Mobile Profile CSS for neo-light theme.
Samantha Doherty [Thu, 25 Aug 2011 16:25:10 +0000 (12:25 -0400)]
Style cleanup for QnA.
Samantha Doherty [Thu, 25 Aug 2011 16:24:09 +0000 (12:24 -0400)]
Style cleanup for Mobile Profile.
Evan Prodromou [Thu, 25 Aug 2011 16:19:22 +0000 (12:19 -0400)]
add source class to notice list items
Evan Prodromou [Thu, 25 Aug 2011 16:18:51 +0000 (12:18 -0400)]
actions are directed to affected group or person
Samantha Doherty [Thu, 25 Aug 2011 16:16:40 +0000 (12:16 -0400)]
Make MobileProfile load its own AND theme CSS files if available.
Evan Prodromou [Thu, 25 Aug 2011 15:54:26 +0000 (11:54 -0400)]
use 'system' for activity notice source
Evan Prodromou [Thu, 25 Aug 2011 15:51:50 +0000 (11:51 -0400)]
more accurate activity output for system activities
Evan Prodromou [Thu, 25 Aug 2011 15:50:45 +0000 (11:50 -0400)]
use new stream class rather than old Notice::publicStream()
Evan Prodromou [Thu, 25 Aug 2011 15:37:15 +0000 (11:37 -0400)]
Don't show large image if it's not available
Samantha Doherty [Wed, 24 Aug 2011 23:22:59 +0000 (19:22 -0400)]
Fixes for ajax submit button styles when in processing state.
Evan Prodromou [Wed, 24 Aug 2011 22:12:26 +0000 (18:12 -0400)]
no class for notice content div in systemlistitem
Evan Prodromou [Wed, 24 Aug 2011 22:12:02 +0000 (18:12 -0400)]
show system list items for fave/unfave
Evan Prodromou [Wed, 24 Aug 2011 21:30:17 +0000 (17:30 -0400)]
strtolower() the class name in cache keys for listGet()
Evan Prodromou [Wed, 24 Aug 2011 21:17:32 +0000 (17:17 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Evan Prodromou [Wed, 24 Aug 2011 21:17:03 +0000 (17:17 -0400)]
hide buttons for repeat, delete system activities
Zach Copley [Wed, 24 Aug 2011 20:57:48 +0000 (13:57 -0700)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
* '1.0.x' of gitorious.org:statusnet/mainline:
Fix blog plugin error to allow deleting a blog post
correctly show the blog content for blog entries
Evan Prodromou [Wed, 24 Aug 2011 19:57:45 +0000 (15:57 -0400)]
Fix blog plugin error to allow deleting a blog post
Evan Prodromou [Wed, 24 Aug 2011 18:57:05 +0000 (14:57 -0400)]
correctly show the blog content for blog entries
Zach Copley [Tue, 23 Aug 2011 22:43:14 +0000 (15:43 -0700)]
Add timezone indicator to event start time label
Zach Copley [Tue, 23 Aug 2011 22:21:55 +0000 (22:21 +0000)]
Initialize DataTime with 'now' instead of 'today' (today doesn't give accurate results)
Zach Copley [Tue, 23 Aug 2011 22:21:55 +0000 (22:21 +0000)]
Initialize DataTime with 'now' instead of 'today' (today doesn't give accurate results)
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
Evan Prodromou [Tue, 23 Aug 2011 17:31:47 +0000 (13:31 -0400)]
remove obsolete sitemap script
Zach Copley [Tue, 23 Aug 2011 16:52:48 +0000 (09:52 -0700)]
Fix deprecated call-time pass by references
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)
Zach Copley [Tue, 23 Aug 2011 16:39:05 +0000 (09:39 -0700)]
Fix warnings - function arguments should expect values instead of references