]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
12 years agoAdd translator documentation.
Siebrand Mazeland [Tue, 30 Aug 2011 09:37:20 +0000 (11:37 +0200)]
Add translator documentation.
Update punctuation for a few messages.
Leading tabs to spaces.

12 years agoAdd i18n file.
Siebrand Mazeland [Tue, 30 Aug 2011 09:23:42 +0000 (11:23 +0200)]
Add i18n file.

12 years agoUpdate translator documentation.
Siebrand Mazeland [Tue, 30 Aug 2011 09:23:05 +0000 (11:23 +0200)]
Update translator documentation.

12 years agoRemove superfluous whitespace.
Siebrand Mazeland [Tue, 30 Aug 2011 09:22:04 +0000 (11:22 +0200)]
Remove superfluous whitespace.

12 years agoRemove superfluous whitespace.
Siebrand Mazeland [Tue, 30 Aug 2011 09:20:29 +0000 (11:20 +0200)]
Remove superfluous whitespace.

12 years agoUpdate translator documentation.
Siebrand Mazeland [Tue, 30 Aug 2011 09:19:29 +0000 (11:19 +0200)]
Update translator documentation.

12 years agoRemove superfluous whitespace.
Siebrand Mazeland [Tue, 30 Aug 2011 09:06:28 +0000 (11:06 +0200)]
Remove superfluous whitespace.

12 years agoAdd translator documentation.
Siebrand Mazeland [Tue, 30 Aug 2011 09:04:54 +0000 (11:04 +0200)]
Add translator documentation.

12 years agoFix i18n issues
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

12 years agoNumber parameters in messages that have multiple parameters
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

12 years agoFix parameratized static function call so it works in PHP 5.2
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

12 years agoRemove old background validation stuff from paths admin panel
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

12 years agoMove conversation id output to statusnet-specific section
Zach Copley [Sun, 28 Aug 2011 02:01:02 +0000 (19:01 -0700)]
Move conversation id output to statusnet-specific section

12 years agoRevert "add conversation ID to notice output"
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

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
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

12 years agoSet site profile after creating initial user during installation
Zach Copley [Sat, 27 Aug 2011 23:02:00 +0000 (16:02 -0700)]
Set site profile after creating initial user during installation

12 years agoadd conversation ID to notice output
Evan Prodromou [Sat, 27 Aug 2011 22:49:10 +0000 (18:49 -0400)]
add conversation ID to notice output

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
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

12 years agoFor fave count, don't use distinct
Evan Prodromou [Sat, 27 Aug 2011 22:21:44 +0000 (18:21 -0400)]
For fave count, don't use distinct

12 years agoStatic -> static
Evan Prodromou [Sat, 27 Aug 2011 21:42:31 +0000 (17:42 -0400)]
Static -> static

12 years agoallow posting to groups through atompub
Evan Prodromou [Sat, 27 Aug 2011 21:37:10 +0000 (17:37 -0400)]
allow posting to groups through atompub

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
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

12 years agoMerge branch 'singleuser-profile' into 1.0.x
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

12 years ago* Allow setting single user site profile
Zach Copley [Sat, 27 Aug 2011 21:25:12 +0000 (14:25 -0700)]
* Allow setting single user site profile
* Fix site profile array munging

12 years agoIssue #546: enable case-insensitive searching in MySQL
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>
12 years agoremove more groupnav
Evan Prodromou [Sat, 27 Aug 2011 20:14:11 +0000 (16:14 -0400)]
remove more groupnav

12 years agoremove group nav
Evan Prodromou [Sat, 27 Aug 2011 20:13:04 +0000 (16:13 -0400)]
remove group nav

12 years agoshorter title for tag cloud section on groups
Evan Prodromou [Sat, 27 Aug 2011 20:08:01 +0000 (16:08 -0400)]
shorter title for tag cloud section on groups

12 years agoremove group nav
Evan Prodromou [Sat, 27 Aug 2011 20:06:45 +0000 (16:06 -0400)]
remove group nav

12 years agomove pending queue to sidebar
Evan Prodromou [Sat, 27 Aug 2011 20:05:58 +0000 (16:05 -0400)]
move pending queue to sidebar

12 years agoMove group logo edit from object nav to block actions
Evan Prodromou [Sat, 27 Aug 2011 19:50:56 +0000 (15:50 -0400)]
Move group logo edit from object nav to block actions

12 years agoShow blocked users from group in section
Evan Prodromou [Sat, 27 Aug 2011 19:46:05 +0000 (15:46 -0400)]
Show blocked users from group in section

12 years agoFix logging level in log msg
Zach Copley [Sat, 27 Aug 2011 19:42:09 +0000 (12:42 -0700)]
Fix logging level in log msg

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
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

12 years agoTake members and group off of group nav
Evan Prodromou [Sat, 27 Aug 2011 19:21:54 +0000 (15:21 -0400)]
Take members and group off of group nav

12 years agoAdd "Single User" to installer's site profile form
Zach Copley [Sat, 27 Aug 2011 19:14:41 +0000 (12:14 -0700)]
Add "Single User" to installer's site profile form

12 years agofixed typo http://status.net/open-source/issues/3289
Jordan Conway [Sat, 27 Aug 2011 18:51:10 +0000 (14:51 -0400)]
fixed typo http://status.net/open-source/issues/3289

12 years agomove edit choice to group profile block
Evan Prodromou [Sat, 27 Aug 2011 19:10:47 +0000 (15:10 -0400)]
move edit choice to group profile block

12 years agoadd a return to the error path for new events
Evan Prodromou [Sat, 27 Aug 2011 18:56:02 +0000 (14:56 -0400)]
add a return to the error path for new events

12 years agodon't use fetchAll() for profile lists ever
Evan Prodromou [Sat, 27 Aug 2011 17:34:14 +0000 (13:34 -0400)]
don't use fetchAll() for profile lists ever

12 years agodon't use fetchAll() when you've done a query()
Evan Prodromou [Sat, 27 Aug 2011 17:14:31 +0000 (13:14 -0400)]
don't use fetchAll() when you've done a query()

12 years agouse an array of profiles rather than a looping cursor for profile lists
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

12 years agoMake joinAdd() explicit in OStatusPlugin::onStartProfileCompletionSearch()
Evan Prodromou [Sat, 27 Aug 2011 16:06:34 +0000 (12:06 -0400)]
Make joinAdd() explicit in OStatusPlugin::onStartProfileCompletionSearch()

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
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

12 years agoMove common nav stuff to GroupAction
Evan Prodromou [Sat, 27 Aug 2011 15:28:32 +0000 (11:28 -0400)]
Move common nav stuff to GroupAction

12 years agoCatch missing profile in realtime server
Evan Prodromou [Sat, 27 Aug 2011 14:58:11 +0000 (10:58 -0400)]
Catch missing profile in realtime server

12 years agoDon't italicize replies to activity events.
Samantha Doherty [Sat, 27 Aug 2011 14:54:19 +0000 (10:54 -0400)]
Don't italicize replies to activity events.

12 years agoRemove duplicate icons from base theme.
Samantha Doherty [Sat, 27 Aug 2011 14:49:18 +0000 (10:49 -0400)]
Remove duplicate icons from base theme.

12 years agoupgrade version to beta3
Evan Prodromou [Sat, 27 Aug 2011 13:42:02 +0000 (09:42 -0400)]
upgrade version to beta3

12 years agoMerge branch '1.0.x' into testing
Evan Prodromou [Sat, 27 Aug 2011 13:40:19 +0000 (09:40 -0400)]
Merge branch '1.0.x' into testing

12 years agoattachment notice section uses explicit joinAdd()
Evan Prodromou [Sat, 27 Aug 2011 13:38:46 +0000 (09:38 -0400)]
attachment notice section uses explicit joinAdd()

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
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

12 years agoA little more theme cleanup.
Samantha Doherty [Sat, 27 Aug 2011 11:58:20 +0000 (07:58 -0400)]
A little more theme cleanup.

12 years agoMake site profiles work
Zach Copley [Sat, 27 Aug 2011 04:10:24 +0000 (21:10 -0700)]
Make site profiles work

12 years agoUpdate install form to include installation profile dropdown
Zach Copley [Fri, 26 Aug 2011 20:37:04 +0000 (13:37 -0700)]
Update install form to include installation profile dropdown

12 years agoQuick fix to make custom site logos work better.
Samantha Doherty [Fri, 26 Aug 2011 19:35:00 +0000 (15:35 -0400)]
Quick fix to make custom site logos work better.

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
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

12 years agoStyle cleanup for ostatus forms.
Samantha Doherty [Fri, 26 Aug 2011 16:51:55 +0000 (12:51 -0400)]
Style cleanup for ostatus forms.

12 years agoProfile uses joinAdd() with explicit arguments
Evan Prodromou [Fri, 26 Aug 2011 15:48:40 +0000 (11:48 -0400)]
Profile uses joinAdd() with explicit arguments

12 years agoexplicit join for subscribers to a profile list
Evan Prodromou [Fri, 26 Aug 2011 15:39:06 +0000 (11:39 -0400)]
explicit join for subscribers to a profile list

12 years agoExplicit joins for people tags
Evan Prodromou [Fri, 26 Aug 2011 15:38:39 +0000 (11:38 -0400)]
Explicit joins for people tags

12 years agoActivity notices on by default
Evan Prodromou [Fri, 26 Aug 2011 15:38:05 +0000 (11:38 -0400)]
Activity notices on by default

12 years agoreturn links for foreign keys
Evan Prodromou [Fri, 26 Aug 2011 15:37:45 +0000 (11:37 -0400)]
return links for foreign keys

12 years agoA few quick general form fixes.
Samantha Doherty [Fri, 26 Aug 2011 14:51:51 +0000 (10:51 -0400)]
A few quick general form fixes.

12 years agoStyle for header search form.
Samantha Doherty [Fri, 26 Aug 2011 02:30:09 +0000 (22:30 -0400)]
Style for header search form.

12 years agoMove header search before nav in the HTML; give it a unique ID.
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.

12 years ago* Update copyright in version info
Zach Copley [Thu, 25 Aug 2011 23:33:41 +0000 (16:33 -0700)]
* Update copyright in version info
* add sammyd to contributors
* sort contributors

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
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

12 years agouse a form for search
Evan Prodromou [Thu, 25 Aug 2011 21:59:27 +0000 (17:59 -0400)]
use a form for search

12 years agoCheck for existence of RTL stylesheets; placeholder files for base and neo themes.
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.

12 years agoUpdate DirectionDetector style for 1.0 and move to base stylesheet.
Samantha Doherty [Thu, 25 Aug 2011 21:14:13 +0000 (17:14 -0400)]
Update DirectionDetector style for 1.0 and move to base stylesheet.

12 years agoStyle for Activity notices.
Samantha Doherty [Thu, 25 Aug 2011 20:24:54 +0000 (16:24 -0400)]
Style for Activity notices.

12 years agoLink in additional stylesheet for RTL languages
Zach Copley [Thu, 25 Aug 2011 20:12:44 +0000 (13:12 -0700)]
Link in additional stylesheet for RTL languages

12 years agoFunction to test for RTL language
Zach Copley [Thu, 25 Aug 2011 19:48:36 +0000 (12:48 -0700)]
Function to test for RTL language

12 years ago* Add conversation ID to Twitter compatible API
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

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
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

12 years agoUpdate activity streams JSON to match spec
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

12 years agoDon't try to read the URLs in system notices
Evan Prodromou [Thu, 25 Aug 2011 16:59:40 +0000 (12:59 -0400)]
Don't try to read the URLs in system notices

12 years agoDon't prefill for each conversation
Evan Prodromou [Thu, 25 Aug 2011 16:41:25 +0000 (12:41 -0400)]
Don't prefill for each conversation

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
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

12 years agoMobile Profile CSS for neo-light theme.
Samantha Doherty [Thu, 25 Aug 2011 16:30:21 +0000 (12:30 -0400)]
Mobile Profile CSS for neo-light theme.

12 years agoStyle cleanup for QnA.
Samantha Doherty [Thu, 25 Aug 2011 16:25:10 +0000 (12:25 -0400)]
Style cleanup for QnA.

12 years agoStyle cleanup for Mobile Profile.
Samantha Doherty [Thu, 25 Aug 2011 16:24:09 +0000 (12:24 -0400)]
Style cleanup for Mobile Profile.

12 years agoadd source class to notice list items
Evan Prodromou [Thu, 25 Aug 2011 16:19:22 +0000 (12:19 -0400)]
add source class to notice list items

12 years agoactions are directed to affected group or person
Evan Prodromou [Thu, 25 Aug 2011 16:18:51 +0000 (12:18 -0400)]
actions are directed to affected group or person

12 years agoMake MobileProfile load its own AND theme CSS files if available.
Samantha Doherty [Thu, 25 Aug 2011 16:16:40 +0000 (12:16 -0400)]
Make MobileProfile load its own AND theme CSS files if available.

12 years agouse 'system' for activity notice source
Evan Prodromou [Thu, 25 Aug 2011 15:54:26 +0000 (11:54 -0400)]
use 'system' for activity notice source

12 years agomore accurate activity output for system activities
Evan Prodromou [Thu, 25 Aug 2011 15:51:50 +0000 (11:51 -0400)]
more accurate activity output for system activities

12 years agouse new stream class rather than old Notice::publicStream()
Evan Prodromou [Thu, 25 Aug 2011 15:50:45 +0000 (11:50 -0400)]
use new stream class rather than old Notice::publicStream()

12 years agoDon't show large image if it's not available
Evan Prodromou [Thu, 25 Aug 2011 15:37:15 +0000 (11:37 -0400)]
Don't show large image if it's not available

12 years agoFixes for ajax submit button styles when in processing state.
Samantha Doherty [Wed, 24 Aug 2011 23:22:59 +0000 (19:22 -0400)]
Fixes for ajax submit button styles when in processing state.

12 years agono class for notice content div in systemlistitem
Evan Prodromou [Wed, 24 Aug 2011 22:12:26 +0000 (18:12 -0400)]
no class for notice content div in systemlistitem

12 years agoshow system list items for fave/unfave
Evan Prodromou [Wed, 24 Aug 2011 22:12:02 +0000 (18:12 -0400)]
show system list items for fave/unfave

12 years agostrtolower() the class name in cache keys for listGet()
Evan Prodromou [Wed, 24 Aug 2011 21:30:17 +0000 (17:30 -0400)]
strtolower() the class name in cache keys for listGet()

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
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

12 years agohide buttons for repeat, delete system activities
Evan Prodromou [Wed, 24 Aug 2011 21:17:03 +0000 (17:17 -0400)]
hide buttons for repeat, delete system activities

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
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

12 years agoFix blog plugin error to allow deleting a blog post
Evan Prodromou [Wed, 24 Aug 2011 19:57:45 +0000 (15:57 -0400)]
Fix blog plugin error to allow deleting a blog post

12 years agocorrectly show the blog content for blog entries
Evan Prodromou [Wed, 24 Aug 2011 18:57:05 +0000 (14:57 -0400)]
correctly show the blog content for blog entries

12 years agoAdd timezone indicator to event start time label
Zach Copley [Tue, 23 Aug 2011 22:43:14 +0000 (15:43 -0700)]
Add timezone indicator to event start time label