Siebrand Mazeland
82e1716656
Remove superfluous whitespace.
2011-08-30 11:06:28 +02:00
Siebrand Mazeland
5a37d0bdc6
Add translator documentation.
2011-08-30 11:04:54 +02:00
Siebrand Mazeland
c4fd560b32
Fix i18n issues
...
Remove trailing whitespace and convert leading tabs to spaces
2011-08-30 11:03:26 +02:00
Siebrand Mazeland
3e60d4cb3f
Number parameters in messages that have multiple parameters
...
Trim trailing whitespace
Leading tabs to spaces
Remove superfluous whitespace
2011-08-30 10:56:00 +02:00
Zach Copley
0e2d9432b5
Fix parameratized static function call so it works in PHP 5.2
2011-08-29 11:17:59 -07:00
Zach Copley
a1907f20c4
Remove old background validation stuff from paths admin panel
...
fixes http://status.net/open-source/issues/3297
2011-08-27 19:22:02 -07:00
Zach Copley
8665969890
Move conversation id output to statusnet-specific section
2011-08-27 19:01:02 -07:00
Zach Copley
552cbb3370
Revert "add conversation ID to notice output"
...
This reverts commit 00be58829c
.
I already added this with commit e8d45a46
2011-08-27 18:55:51 -07:00
Zach Copley
500ec79e39
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
2011-08-27 18:47:19 -07:00
Zach Copley
eaaa978d20
Set site profile after creating initial user during installation
2011-08-27 16:02:00 -07:00
Evan Prodromou
00be58829c
add conversation ID to notice output
2011-08-27 18:49:10 -04:00
Evan Prodromou
a2ea31bc80
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
2011-08-27 18:22:03 -04:00
Evan Prodromou
51764be5a1
For fave count, don't use distinct
2011-08-27 18:21:44 -04:00
Evan Prodromou
2522f888c7
Static -> static
2011-08-27 17:42:31 -04:00
Evan Prodromou
abdae45679
allow posting to groups through atompub
2011-08-27 17:37:10 -04:00
Zach Copley
e26d3b0ede
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
2011-08-27 14:27:15 -07:00
Zach Copley
e565477e3f
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
2011-08-27 14:26:57 -07:00
Zach Copley
7f5080d5e3
* Allow setting single user site profile
...
* Fix site profile array munging
2011-08-27 14:25:12 -07:00
Dan Scott
db9ac1a531
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>
2011-08-27 16:36:58 -04:00
Evan Prodromou
8287f27a95
remove more groupnav
2011-08-27 16:14:11 -04:00
Evan Prodromou
e0f7cf6a6c
remove group nav
2011-08-27 16:13:04 -04:00
Evan Prodromou
acc4df9edd
shorter title for tag cloud section on groups
2011-08-27 16:08:01 -04:00
Evan Prodromou
d4bfe77f1c
remove group nav
2011-08-27 16:06:45 -04:00
Evan Prodromou
804c343a9f
move pending queue to sidebar
2011-08-27 16:05:58 -04:00
Evan Prodromou
ffd387e2dd
Move group logo edit from object nav to block actions
2011-08-27 15:50:56 -04:00
Evan Prodromou
330af9991f
Show blocked users from group in section
2011-08-27 15:46:05 -04:00
Zach Copley
32fa6dd7a2
Fix logging level in log msg
2011-08-27 12:42:09 -07:00
Evan Prodromou
a14224d687
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
2011-08-27 15:22:14 -04:00
Evan Prodromou
725524c667
Take members and group off of group nav
2011-08-27 15:21:54 -04:00
Zach Copley
be321242d3
Add "Single User" to installer's site profile form
2011-08-27 12:14:41 -07:00
Jordan Conway
9bf815be0d
fixed typo http://status.net/open-source/issues/3289
2011-08-27 12:11:00 -07:00
Evan Prodromou
6ae214afb6
move edit choice to group profile block
2011-08-27 15:10:47 -04:00
Evan Prodromou
ebaf5a972e
add a return to the error path for new events
2011-08-27 14:56:02 -04:00
Evan Prodromou
8501ddf0ee
don't use fetchAll() for profile lists ever
2011-08-27 13:34:14 -04:00
Evan Prodromou
6132bddabc
don't use fetchAll() when you've done a query()
2011-08-27 13:14:31 -04:00
Evan Prodromou
f81c1f7554
use an array of profiles rather than a looping cursor for profile lists
2011-08-27 12:53:15 -04:00
Evan Prodromou
01fd24ce6a
Make joinAdd() explicit in OStatusPlugin::onStartProfileCompletionSearch()
2011-08-27 12:06:34 -04:00
Evan Prodromou
bce337e7c3
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
2011-08-27 11:29:26 -04:00
Evan Prodromou
dd5da6c9e8
Move common nav stuff to GroupAction
2011-08-27 11:28:32 -04:00
Evan Prodromou
817e1507ed
Catch missing profile in realtime server
2011-08-27 10:58:11 -04:00
Samantha Doherty
21011cfc92
Don't italicize replies to activity events.
2011-08-27 10:54:19 -04:00
Samantha Doherty
34d9c35885
Remove duplicate icons from base theme.
2011-08-27 10:49:18 -04:00
Evan Prodromou
4f86e05d03
wrap use of repeated element in existence check
2011-08-27 10:02:11 -04:00
Evan Prodromou
507fd9bd69
upgrade version to beta3
2011-08-27 09:42:02 -04:00
Evan Prodromou
c751be1c06
Merge branch '1.0.x' into testing
2011-08-27 09:40:19 -04:00
Evan Prodromou
95abad5abb
attachment notice section uses explicit joinAdd()
2011-08-27 09:38:46 -04:00
Samantha Doherty
38eefd1b32
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
2011-08-27 07:58:58 -04:00
Samantha Doherty
c2d5c8cd39
A little more theme cleanup.
2011-08-27 07:58:20 -04:00
Zach Copley
af97bc896e
Make site profiles work
2011-08-26 21:10:24 -07:00
Zach Copley
a6000f3051
Update install form to include installation profile dropdown
2011-08-26 13:37:04 -07:00