]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
12 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Zach Copley [Thu, 15 Sep 2011 16:30:52 +0000 (09:30 -0700)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

* 'testing' of gitorious.org:statusnet/mainline:
  include q as param, not arg for search sub menu
  exact match for paths
  change category on urlmapper.php

12 years agoinclude q as param, not arg for search sub menu
Evan Prodromou [Thu, 15 Sep 2011 15:00:27 +0000 (11:00 -0400)]
include q as param, not arg for search sub menu

12 years agoexact match for paths
Evan Prodromou [Thu, 15 Sep 2011 13:54:25 +0000 (09:54 -0400)]
exact match for paths

12 years agochange category on urlmapper.php
Evan Prodromou [Thu, 15 Sep 2011 13:51:33 +0000 (09:51 -0400)]
change category on urlmapper.php

12 years agoFix undefined variable
Zach Copley [Wed, 14 Sep 2011 23:25:50 +0000 (16:25 -0700)]
Fix undefined variable

12 years agoMerge branch 'nummedout' into testing
Evan Prodromou [Wed, 14 Sep 2011 20:41:19 +0000 (16:41 -0400)]
Merge branch 'nummedout' into testing

12 years agodon't forget to add qstring to static paths
Evan Prodromou [Wed, 14 Sep 2011 20:13:54 +0000 (16:13 -0400)]
don't forget to add qstring to static paths

12 years agowith new URLMapper, cached router takes more memory, time than re-generating
Evan Prodromou [Wed, 14 Sep 2011 16:41:54 +0000 (12:41 -0400)]
with new URLMapper, cached router takes more memory, time than re-generating

12 years agoDeal with default param patterns more effectively
Evan Prodromou [Wed, 14 Sep 2011 16:27:20 +0000 (12:27 -0400)]
Deal with default param patterns more effectively

12 years agoMerge branch '1.0.x' into nummedout
Evan Prodromou [Wed, 14 Sep 2011 16:20:37 +0000 (12:20 -0400)]
Merge branch '1.0.x' into nummedout

12 years agotwo useful functions for profiling
Evan Prodromou [Wed, 14 Sep 2011 16:19:29 +0000 (12:19 -0400)]
two useful functions for profiling

12 years agoRemove unused xrds stuff from profile (replace in OMB please)
Evan Prodromou [Wed, 14 Sep 2011 16:18:46 +0000 (12:18 -0400)]
Remove unused xrds stuff from profile (replace in OMB please)

12 years agoadd default groupdirectory route
Evan Prodromou [Wed, 14 Sep 2011 16:18:22 +0000 (12:18 -0400)]
add default groupdirectory route

12 years agonew URLMapper without Net_URL_Mapper
Evan Prodromou [Wed, 14 Sep 2011 16:15:56 +0000 (12:15 -0400)]
new URLMapper without Net_URL_Mapper

12 years agoRemove NUM
Evan Prodromou [Wed, 14 Sep 2011 13:08:46 +0000 (09:08 -0400)]
Remove NUM

12 years agoAvoid resetting modified for Faves in upgrade script
Evan Prodromou [Mon, 12 Sep 2011 19:24:47 +0000 (15:24 -0400)]
Avoid resetting modified for Faves in upgrade script

12 years agocorrect the URI-generation for group memberships
Evan Prodromou [Mon, 12 Sep 2011 17:36:12 +0000 (13:36 -0400)]
correct the URI-generation for group memberships

12 years agoinitialize fave, sub, and membership URIs
Evan Prodromou [Mon, 12 Sep 2011 16:13:04 +0000 (12:13 -0400)]
initialize fave, sub, and membership URIs

12 years agoRemove two incorrect strings for now.
Siebrand Mazeland [Sun, 11 Sep 2011 14:56:33 +0000 (16:56 +0200)]
Remove two incorrect strings for now.

12 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Sun, 11 Sep 2011 14:54:08 +0000 (16:54 +0200)]
Localisation updates from http://translatewiki.net.

12 years agoFix for schema upgrade issue when primary keys change; fixes upgrade direct from...
Brion Vibber [Thu, 8 Sep 2011 20:03:22 +0000 (13:03 -0700)]
Fix for schema upgrade issue when primary keys change; fixes upgrade direct from 0.8.x

Previously we were failing to update the primary key during ensureTable(), which could lead to failures when updating some tables (eg queue_item where we changed keys, and the addition of an autoincrement column failed because it conflicted with the old key).
Now if the key is different, we remove the old key at the start and add the new key at the end of the ALTER TABLE.

Not tested on PostgreSQL -- someone please check whether the alter table 'DROP CONSTRAINT PRIMARY KEY' bit works or if it needs to pull a special name for the key.
On MySQL, dropping uses alter table's 'DROP PRIMARY KEY' special case.

12 years agoinfo on upgrading a public site
Evan Prodromou [Thu, 8 Sep 2011 17:22:38 +0000 (13:22 -0400)]
info on upgrading a public site

12 years agois_int() -> \!is_null()
Evan Prodromou [Thu, 8 Sep 2011 17:05:17 +0000 (13:05 -0400)]
is_int() -> \!is_null()

12 years agodefault scope value is null, determined by site/private
Evan Prodromou [Thu, 8 Sep 2011 16:38:11 +0000 (12:38 -0400)]
default scope value is null, determined by site/private

12 years agoQuietly skip trying to load config if there's an error in DB
Evan Prodromou [Thu, 8 Sep 2011 16:01:06 +0000 (12:01 -0400)]
Quietly skip trying to load config if there's an error in DB

12 years agoMerge branch 'master' into testing
Evan Prodromou [Thu, 8 Sep 2011 13:03:33 +0000 (09:03 -0400)]
Merge branch 'master' into testing

12 years agoMerge remote-tracking branch 'origin/1.0.x' into 1.0.x
Evan Prodromou [Thu, 8 Sep 2011 12:59:16 +0000 (08:59 -0400)]
Merge remote-tracking branch 'origin/1.0.x' into 1.0.x

12 years ago* Validate event URL
Zach Copley [Thu, 8 Sep 2011 08:14:24 +0000 (01:14 -0700)]
* Validate event URL
* Remove more debugging statements

12 years agoRemove debugging statement
Zach Copley [Thu, 8 Sep 2011 07:49:58 +0000 (00:49 -0700)]
Remove debugging statement

12 years agoRe-do the logic for the event micro-app's dropdowns (way trickier than it seems at...
Zach Copley [Thu, 8 Sep 2011 07:42:13 +0000 (00:42 -0700)]
Re-do the logic for the event micro-app's dropdowns (way trickier than it seems at first blush).

12 years agoFix E_NOTICE from attempt to access undefined array key
Zach Copley [Thu, 8 Sep 2011 04:45:49 +0000 (21:45 -0700)]
Fix E_NOTICE from attempt to access undefined array key

12 years agobetter output for updateurls.php (and it runs)
Evan Prodromou [Wed, 7 Sep 2011 22:53:06 +0000 (18:53 -0400)]
better output for updateurls.php (and it runs)

12 years agoBetter documentation for upgrades
Evan Prodromou [Wed, 7 Sep 2011 22:42:40 +0000 (18:42 -0400)]
Better documentation for upgrades

12 years agoMake sure reshare notices get the right object_type and verb
Evan Prodromou [Wed, 7 Sep 2011 22:34:31 +0000 (18:34 -0400)]
Make sure reshare notices get the right object_type and verb

12 years agoinitialize the local_group table
Evan Prodromou [Wed, 7 Sep 2011 22:27:20 +0000 (18:27 -0400)]
initialize the local_group table

12 years agoMove all URL-update scripts to one script
Evan Prodromou [Wed, 7 Sep 2011 22:20:14 +0000 (18:20 -0400)]
Move all URL-update scripts to one script

12 years agoRemove dangerous old database destroyer script
Evan Prodromou [Wed, 7 Sep 2011 20:59:33 +0000 (16:59 -0400)]
Remove dangerous old database destroyer script

12 years agomove yet-another-rediscover-script to OStatus plugin
Evan Prodromou [Wed, 7 Sep 2011 20:56:38 +0000 (16:56 -0400)]
move yet-another-rediscover-script to OStatus plugin

12 years agoone too many cache-clearing scripts.
Evan Prodromou [Wed, 7 Sep 2011 20:54:03 +0000 (16:54 -0400)]
one too many cache-clearing scripts.

12 years agoSearchMonkey was shut down October 2010
Evan Prodromou [Wed, 7 Sep 2011 20:50:02 +0000 (16:50 -0400)]
SearchMonkey was shut down October 2010

12 years agoMove inbox initialization to upgrade.php
Evan Prodromou [Wed, 7 Sep 2011 20:48:10 +0000 (16:48 -0400)]
Move inbox initialization to upgrade.php

Move the inbox initialization code to upgrade.php. Might not catch
group messages, but maybe that's not a big deal.

12 years agoMove conversation table initialization to upgrade script
Evan Prodromou [Wed, 7 Sep 2011 20:23:49 +0000 (16:23 -0400)]
Move conversation table initialization to upgrade script

12 years agomove fixup group uri code to upgrade.php
Evan Prodromou [Wed, 7 Sep 2011 20:14:21 +0000 (16:14 -0400)]
move fixup group uri code to upgrade.php

12 years agofixup conversations in upgrade.php
Evan Prodromou [Wed, 7 Sep 2011 20:09:05 +0000 (16:09 -0400)]
fixup conversations in upgrade.php

12 years agomove fixup_conversations.php to upgrade.php
Evan Prodromou [Wed, 7 Sep 2011 20:08:52 +0000 (16:08 -0400)]
move fixup_conversations.php to upgrade.php

12 years agomove notices-rendered code into upgrade script
Evan Prodromou [Wed, 7 Sep 2011 16:10:26 +0000 (12:10 -0400)]
move notices-rendered code into upgrade script

12 years agoremove script to initialize old-format inboxes
Evan Prodromou [Wed, 7 Sep 2011 16:03:52 +0000 (12:03 -0400)]
remove script to initialize old-format inboxes

12 years agoMerge remote-tracking branch 'origin/1.0.x' into 1.0.x
Evan Prodromou [Wed, 7 Sep 2011 15:22:08 +0000 (11:22 -0400)]
Merge remote-tracking branch 'origin/1.0.x' into 1.0.x

12 years agoRTL stylesheet for neo theme by Osama Khalid.
Samantha Doherty [Wed, 7 Sep 2011 04:35:58 +0000 (00:35 -0400)]
RTL stylesheet for neo theme by Osama Khalid.

12 years agoMerge remote-tracking branch 'origin/1.0.x' into 1.0.x
Evan Prodromou [Thu, 1 Sep 2011 15:30:24 +0000 (11:30 -0400)]
Merge remote-tracking branch 'origin/1.0.x' into 1.0.x

12 years agoFix warning / send current user in to Notice::asActivity
Zach Copley [Wed, 31 Aug 2011 20:10:12 +0000 (13:10 -0700)]
Fix warning / send current user in to Notice::asActivity

12 years agoRemove activity:actor and deprecation warning from Atom Activity Streams serialization
Zach Copley [Wed, 31 Aug 2011 20:09:52 +0000 (13:09 -0700)]
Remove activity:actor and deprecation warning from Atom Activity Streams serialization

12 years agocheck for 'post' verb in microapps by default
Evan Prodromou [Wed, 31 Aug 2011 19:25:06 +0000 (15:25 -0400)]
check for 'post' verb in microapps by default

12 years agoMerge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Evan Prodromou [Wed, 31 Aug 2011 19:28:25 +0000 (15:28 -0400)]
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

12 years agocheck for 'post' verb in microapps by default
Evan Prodromou [Wed, 31 Aug 2011 19:25:06 +0000 (15:25 -0400)]
check for 'post' verb in microapps by default

12 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Tue, 30 Aug 2011 09:50:01 +0000 (11:50 +0200)]
Localisation updates from http://translatewiki.net.

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

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()