]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
12 years agoMove more specific routes ahead of more general routes
Evan Prodromou [Sun, 18 Sep 2011 23:20:55 +0000 (19:20 -0400)]
Move more specific routes ahead of more general routes

A lot of API routes have versions with or without params. I moved the
ones with params up so they match correctly.

12 years agoright URLs for search subs
Evan Prodromou [Sun, 18 Sep 2011 23:20:28 +0000 (19:20 -0400)]
right URLs for search subs

12 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Evan Prodromou [Sun, 18 Sep 2011 22:34:50 +0000 (18:34 -0400)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

12 years agoMerge branch 'master' into testing
Evan Prodromou [Sun, 18 Sep 2011 22:34:33 +0000 (18:34 -0400)]
Merge branch 'master' into testing

12 years agoAutomatically add or drop fulltext indexes
Evan Prodromou [Sun, 18 Sep 2011 22:28:44 +0000 (18:28 -0400)]
Automatically add or drop fulltext indexes

12 years agodefault search engine is actually LIKE
Evan Prodromou [Sun, 18 Sep 2011 22:28:14 +0000 (18:28 -0400)]
default search engine is actually LIKE

12 years agoDrop fulltext indexes that aren't used in new def
Evan Prodromou [Sun, 18 Sep 2011 21:54:48 +0000 (17:54 -0400)]
Drop fulltext indexes that aren't used in new def

12 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Evan Prodromou [Sun, 18 Sep 2011 21:33:38 +0000 (17:33 -0400)]
Merge branch 'master' of gitorious.org:statusnet/mainline

12 years agocorrect link for apitimelinegroup
Evan Prodromou [Sun, 18 Sep 2011 21:33:25 +0000 (17:33 -0400)]
correct link for apitimelinegroup

12 years agoreorder routes for ostatus for better matches
Evan Prodromou [Sun, 18 Sep 2011 21:32:59 +0000 (17:32 -0400)]
reorder routes for ostatus for better matches

12 years agocorrect link for searchsubs
Evan Prodromou [Sun, 18 Sep 2011 21:32:13 +0000 (17:32 -0400)]
correct link for searchsubs

12 years agoRemove fulltext indexes from notice and profile tables. The default
Zach Copley [Sun, 18 Sep 2011 21:17:41 +0000 (14:17 -0700)]
Remove fulltext indexes from notice and profile tables. The default
for fulltext search is 'like' (MySQLLikeSearch) which doesn't require
them.

12 years agoRemove fulltext indexes from notice and profile tables. The default
Zach Copley [Sun, 18 Sep 2011 21:17:41 +0000 (14:17 -0700)]
Remove fulltext indexes from notice and profile tables. The default
for fulltext search is 'like' (MySQLLikeSearch) which doesn't require
them.

12 years agoReorder directory router connections / fix regex
Zach Copley [Sun, 18 Sep 2011 20:35:09 +0000 (13:35 -0700)]
Reorder directory router connections / fix regex

12 years agoReorder directory router connections / fix regex
Zach Copley [Sun, 18 Sep 2011 20:35:09 +0000 (13:35 -0700)]
Reorder directory router connections / fix regex

12 years agotest for missing profile in ostatus queue handler
Evan Prodromou [Sun, 18 Sep 2011 18:36:49 +0000 (14:36 -0400)]
test for missing profile in ostatus queue handler

12 years agoCorrect args for join event
Evan Prodromou [Sun, 18 Sep 2011 18:06:35 +0000 (14:06 -0400)]
Correct args for join event

12 years agoCorrect args for join event
Evan Prodromou [Sun, 18 Sep 2011 18:06:27 +0000 (14:06 -0400)]
Correct args for join event

12 years agofix RealtimePlugin root hack hack
Evan Prodromou [Sun, 18 Sep 2011 17:03:12 +0000 (13:03 -0400)]
fix RealtimePlugin root hack hack

12 years agodeclare attributes of TagAction
Evan Prodromou [Sun, 18 Sep 2011 16:52:38 +0000 (12:52 -0400)]
declare attributes of TagAction

12 years agoinverted if() in RealtimePlugin check for tag
Evan Prodromou [Sun, 18 Sep 2011 16:52:00 +0000 (12:52 -0400)]
inverted if() in RealtimePlugin check for tag

12 years agoCopy-and-paste error in OStatus button output
Evan Prodromou [Sun, 18 Sep 2011 16:44:16 +0000 (12:44 -0400)]
Copy-and-paste error in OStatus button output

12 years agomake activity plugin use its own notice source
Evan Prodromou [Sun, 18 Sep 2011 16:40:17 +0000 (12:40 -0400)]
make activity plugin use its own notice source

12 years agocorrect source for createsim notices
Evan Prodromou [Sun, 18 Sep 2011 16:37:14 +0000 (12:37 -0400)]
correct source for createsim notices

12 years agobetter handling of tagged notice streams
Evan Prodromou [Sun, 18 Sep 2011 16:33:35 +0000 (12:33 -0400)]
better handling of tagged notice streams

12 years agoCorrect the routes for notice and user sitemaps
Evan Prodromou [Sun, 18 Sep 2011 16:14:43 +0000 (12:14 -0400)]
Correct the routes for notice and user sitemaps

12 years agoSitemap plugin no longer forces an index on user.created
Evan Prodromou [Sun, 18 Sep 2011 16:07:59 +0000 (12:07 -0400)]
Sitemap plugin no longer forces an index on user.created

12 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Evan Prodromou [Sun, 18 Sep 2011 14:59:20 +0000 (10:59 -0400)]
Merge branch 'master' of gitorious.org:statusnet/mainline

12 years agobe more careful with returned table def for schema
Evan Prodromou [Sun, 18 Sep 2011 14:59:01 +0000 (10:59 -0400)]
be more careful with returned table def for schema

12 years agoMerge branch 'twitter-bridge-fixes' into testing
Zach Copley [Sat, 17 Sep 2011 23:33:52 +0000 (16:33 -0700)]
Merge branch 'twitter-bridge-fixes' into testing

* twitter-bridge-fixes:
  Make sure the session token gets output no matter what (whoops)
  Move submit (connect) button to the very bottom
  Move license checkbox to the end of the form
  Don't allow Twitter registration if site is invite only
  Fix reference to constant
  problem with remote subscription on groups in OStatus
  show correct favorites link
  Don't try to verify URL if the user has left it out when making a new event
  Fix undefined variable
  Change time format to work with older PHP (before 5.3)
  move OMB-specific remote login button to OMB Plugin
  use correct redirect on logout of single-user site

12 years agoMerge branch 'twitter-bridge-fixes'
Zach Copley [Sat, 17 Sep 2011 23:33:28 +0000 (16:33 -0700)]
Merge branch 'twitter-bridge-fixes'

* twitter-bridge-fixes:
  Make sure the session token gets output no matter what (whoops)
  Move submit (connect) button to the very bottom
  Move license checkbox to the end of the form
  Don't allow Twitter registration if site is invite only

12 years agoMake sure the session token gets output no matter what (whoops)
Zach Copley [Sat, 17 Sep 2011 22:50:13 +0000 (15:50 -0700)]
Make sure the session token gets output no matter what (whoops)

12 years agoMove submit (connect) button to the very bottom
Zach Copley [Sat, 17 Sep 2011 22:45:55 +0000 (15:45 -0700)]
Move submit (connect) button to the very bottom

12 years agoMove license checkbox to the end of the form
Zach Copley [Sat, 17 Sep 2011 22:43:21 +0000 (15:43 -0700)]
Move license checkbox to the end of the form

12 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Evan Prodromou [Sat, 17 Sep 2011 22:27:37 +0000 (18:27 -0400)]
Merge branch 'master' of gitorious.org:statusnet/mainline

12 years agofix link for mobile profile when in singleuser mode
Evan Prodromou [Sat, 17 Sep 2011 22:20:08 +0000 (18:20 -0400)]
fix link for mobile profile when in singleuser mode

12 years agoDon't allow Twitter registration if site is invite only
Zach Copley [Sat, 17 Sep 2011 21:47:35 +0000 (14:47 -0700)]
Don't allow Twitter registration if site is invite only

12 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Zach Copley [Sat, 17 Sep 2011 21:39:26 +0000 (14:39 -0700)]
Merge branch 'master' of gitorious.org:statusnet/mainline

* 'master' of gitorious.org:statusnet/mainline:
  problem with remote subscription on groups in OStatus
  show correct favorites link

12 years agoFix reference to constant
Zach Copley [Sat, 17 Sep 2011 21:38:47 +0000 (14:38 -0700)]
Fix reference to constant

12 years agoproblem with remote subscription on groups in OStatus
Evan Prodromou [Sat, 17 Sep 2011 21:28:01 +0000 (17:28 -0400)]
problem with remote subscription on groups in OStatus

12 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Evan Prodromou [Sat, 17 Sep 2011 21:00:49 +0000 (17:00 -0400)]
Merge branch 'master' of gitorious.org:statusnet/mainline

12 years agoshow correct favorites link
Evan Prodromou [Sat, 17 Sep 2011 21:00:30 +0000 (17:00 -0400)]
show correct favorites link

12 years agoDon't try to verify URL if the user has left it out when making a new event
Zach Copley [Sat, 17 Sep 2011 20:36:05 +0000 (13:36 -0700)]
Don't try to verify URL if the user has left it out when making a new event

12 years agoDon't try to verify URL if the user has left it out when making a new event
Zach Copley [Sat, 17 Sep 2011 20:36:05 +0000 (13:36 -0700)]
Don't try to verify URL if the user has left it out when making a new event

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 'testing' of gitorious.org:statusnet/mainline into testing
Evan Prodromou [Sat, 17 Sep 2011 20:29:58 +0000 (16:29 -0400)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

12 years agoChange time format to work with older PHP (before 5.3)
Zach Copley [Sat, 17 Sep 2011 20:27:14 +0000 (13:27 -0700)]
Change time format to work with older PHP (before 5.3)

12 years agoChange time format to work with older PHP (before 5.3)
Zach Copley [Sat, 17 Sep 2011 20:27:14 +0000 (13:27 -0700)]
Change time format to work with older PHP (before 5.3)

12 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Zach Copley [Sat, 17 Sep 2011 20:06:12 +0000 (13:06 -0700)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

* 'testing' of gitorious.org:statusnet/mainline:
  disable routes that aren't available in single-user mode
  upgrade to beta4
  Better error handling when the email subsystem isn't working. The installer was dying trying to send a confirmation email to the initial user.
  Store a list of all paths the router knows about (backward compatibility with Net_URL_Mapper)
  Upgrade 0.9.x bookmarks to 1.0.x
  add hooks for upgrades

12 years agomove OMB-specific remote login button to OMB Plugin
Evan Prodromou [Sat, 17 Sep 2011 19:08:38 +0000 (15:08 -0400)]
move OMB-specific remote login button to OMB Plugin

12 years agouse correct redirect on logout of single-user site
Evan Prodromou [Sat, 17 Sep 2011 19:08:04 +0000 (15:08 -0400)]
use correct redirect on logout of single-user site

12 years agodisable routes that aren't available in single-user mode
Evan Prodromou [Sat, 17 Sep 2011 18:37:19 +0000 (14:37 -0400)]
disable routes that aren't available in single-user mode

12 years agoupgrade to beta4
Evan Prodromou [Fri, 16 Sep 2011 19:28:11 +0000 (15:28 -0400)]
upgrade to beta4

12 years agoMerge branch '1.0.x' into testing
Evan Prodromou [Fri, 16 Sep 2011 19:27:00 +0000 (15:27 -0400)]
Merge branch '1.0.x' into testing

12 years agoBetter error handling when the email subsystem isn't working. The
Zach Copley [Thu, 15 Sep 2011 23:52:23 +0000 (16:52 -0700)]
Better error handling when the email subsystem isn't working. The
installer was dying trying to send a confirmation email to the initial
user.

12 years agoStore a list of all paths the router knows about (backward compatibility with Net_URL...
Zach Copley [Thu, 15 Sep 2011 23:16:58 +0000 (16:16 -0700)]
Store a list of all paths the router knows about (backward compatibility with Net_URL_Mapper)

12 years agoMerge branch '1.0.x' into testing
Evan Prodromou [Thu, 15 Sep 2011 21:06:27 +0000 (17:06 -0400)]
Merge branch '1.0.x' into testing

12 years agoUpgrade 0.9.x bookmarks to 1.0.x
Evan Prodromou [Thu, 15 Sep 2011 21:06:05 +0000 (17:06 -0400)]
Upgrade 0.9.x bookmarks to 1.0.x

12 years agoadd hooks for upgrades
Evan Prodromou [Thu, 15 Sep 2011 21:05:32 +0000 (17:05 -0400)]
add hooks for upgrades

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.