]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoMerge commit 'br3nda/0.8.x-profile-pgfix' into 0.8.x
Craig Andrews [Thu, 23 Jul 2009 15:13:27 +0000 (11:13 -0400)]
Merge commit 'br3nda/0.8.x-profile-pgfix' into 0.8.x

14 years agoMinor top value for cloudy theme
Sarven Capadisli [Thu, 23 Jul 2009 15:07:33 +0000 (15:07 +0000)]
Minor top value for cloudy theme

14 years agoUpdated cloudy theme
Sarven Capadisli [Thu, 23 Jul 2009 15:01:42 +0000 (15:01 +0000)]
Updated cloudy theme

14 years agofixed up a limit offset to be ANSI SQL compliant
Brenda Wallace [Thu, 23 Jul 2009 03:07:28 +0000 (15:07 +1200)]
fixed up a limit offset to be ANSI SQL compliant

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Craig Andrews [Thu, 23 Jul 2009 00:02:55 +0000 (20:02 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoMerge commit 'br3nda/0.8.x-pg_tables' into 0.8.x
Craig Andrews [Thu, 23 Jul 2009 00:02:15 +0000 (20:02 -0400)]
Merge commit 'br3nda/0.8.x-pg_tables' into 0.8.x

14 years agoChanged file back to 0644.
Eric Helgeson [Wed, 22 Jul 2009 15:21:49 +0000 (10:21 -0500)]
Changed file back to 0644.
Blame: 0adaaa1b9de61eaa8f7e4c622cda27fb634b53a5

14 years agoMerge commit 'jeff-themovie/private-rss' into 0.8.x
Craig Andrews [Wed, 22 Jul 2009 14:25:22 +0000 (10:25 -0400)]
Merge commit 'jeff-themovie/private-rss' into 0.8.x

14 years agoMerge commit 'br3nda/0.8.x-attachmentfix' into 0.8.x
Craig Andrews [Wed, 22 Jul 2009 14:24:34 +0000 (10:24 -0400)]
Merge commit 'br3nda/0.8.x-attachmentfix' into 0.8.x

14 years agoMerge commit 'br3nda/0.8.x-hashtags' into 0.8.x
Craig Andrews [Wed, 22 Jul 2009 14:23:17 +0000 (10:23 -0400)]
Merge commit 'br3nda/0.8.x-hashtags' into 0.8.x

14 years agoFix help text for getvaliddaemons.php
CiaranG [Wed, 22 Jul 2009 10:21:49 +0000 (11:21 +0100)]
Fix help text for getvaliddaemons.php

14 years agomoved design table earlier - needs to be before "user" becuase of the foreign key
Brenda Wallace [Wed, 22 Jul 2009 09:46:23 +0000 (21:46 +1200)]
moved design table earlier - needs to be before "user" becuase of the foreign key

14 years agomore changes to file_id copied from mysql schema change in 05e51228020fecaa894523b515...
Brenda Wallace [Wed, 22 Jul 2009 09:39:53 +0000 (21:39 +1200)]
more changes to file_id copied from mysql schema change in 05e51228020fecaa894523b5159bc412d48e5b19

14 years agofixes file_redirection table to match mysql schema change in commit 05e51228020fecaa8...
Brenda Wallace [Wed, 22 Jul 2009 09:33:59 +0000 (21:33 +1200)]
fixes file_redirection table to match mysql schema change in commit 05e51228020fecaa894523b5159bc412d48e5b19

14 years agoFixes file_oembed to march mysql schema change that happened in commit 05e51228020fec...
Brenda Wallace [Wed, 22 Jul 2009 09:28:47 +0000 (21:28 +1200)]
Fixes file_oembed to march mysql schema change that happened in commit 05e51228020fecaa894523b5159bc412d48e5b19

14 years agoadded missing columns in file table
Brenda Wallace [Wed, 22 Jul 2009 04:46:32 +0000 (16:46 +1200)]
added missing columns in file table

14 years agoStop daemons using 100% CPU and hammering the DB server when the queue is empty ...
CiaranG [Wed, 22 Jul 2009 08:25:27 +0000 (09:25 +0100)]
Stop daemons using 100% CPU and hammering the DB server when the queue is empty (DBQueueManager-based only)

14 years agoFixed "User" table - added design_id and viewdesigns
Brenda Wallace [Wed, 22 Jul 2009 05:52:43 +0000 (17:52 +1200)]
Fixed "User" table - added design_id and viewdesigns

14 years agofixed SQL in checking for monthly quota - works in postgres and mysql
Brenda Wallace [Wed, 22 Jul 2009 05:05:44 +0000 (17:05 +1200)]
fixed SQL in checking for monthly quota - works in postgres and mysql

14 years agoadded missing columns in file table
Brenda Wallace [Wed, 22 Jul 2009 04:46:32 +0000 (16:46 +1200)]
added missing columns in file table

14 years agomissing AND in the SQL
Brenda Wallace [Wed, 22 Jul 2009 01:45:38 +0000 (13:45 +1200)]
missing AND in the SQL

14 years agoAdd <category> to RSS 2.0, use the same tag finding method for RSS 1.0 as for Atom...
Craig Andrews [Tue, 21 Jul 2009 22:01:22 +0000 (18:01 -0400)]
Add <category> to RSS 2.0, use the same tag finding method for RSS 1.0 as for Atom and RSS 2.0.

http://laconi.ca/trac/ticket/864

14 years agoAdded hidden input to showRecoverForm() so form can be submitted without error in...
Steve Winton [Thu, 11 Jun 2009 14:32:16 +0000 (15:32 +0100)]
Added hidden input to showRecoverForm() so form can be submitted without error in IE by pressing <return>

14 years agoCheck if mod_rewrite is installed before trying to use it
Brenda Wallace [Wed, 15 Jul 2009 10:13:50 +0000 (22:13 +1200)]
Check if mod_rewrite is installed before trying to use it
stops those apache 500 errors when it's not installed

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Tue, 21 Jul 2009 19:50:45 +0000 (12:50 -0700)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoupdate dbqueuemanager to respect handler timeout values
Evan Prodromou [Tue, 21 Jul 2009 19:50:32 +0000 (12:50 -0700)]
update dbqueuemanager to respect handler timeout values

14 years agoSet the global $_cur current user so that preferences are loaded.
Craig Andrews [Tue, 21 Jul 2009 19:17:54 +0000 (15:17 -0400)]
Set the global $_cur current user so that preferences are loaded.

Thanks singpolyma

http://laconi.ca/trac/ticket/1573

14 years agoFixed: Browser language preference's not used when using Google Chrome
Craig Andrews [Tue, 21 Jul 2009 19:10:00 +0000 (15:10 -0400)]
Fixed: Browser language preference's not used when using Google Chrome

Thanks bambeeq

http://laconi.ca/trac/ticket/620

14 years agoAdd Cellular South to list of SMS Carriers
Craig Andrews [Tue, 21 Jul 2009 18:45:48 +0000 (14:45 -0400)]
Add Cellular South to list of SMS Carriers

Thanks jacroe

http://laconi.ca/trac/ticket/1520

14 years agocorrectly gc sessions
Evan Prodromou [Tue, 21 Jul 2009 18:31:34 +0000 (11:31 -0700)]
correctly gc sessions

14 years agoFixed: If the site name contains "." or "@" (and perhaps others), then notification...
Craig Andrews [Tue, 21 Jul 2009 18:03:08 +0000 (14:03 -0400)]
Fixed: If the site name contains "." or "@" (and perhaps others), then notification emails (such as the email confirmation email) fail with the error "LOG_ERR: PEAR error: Validation failed for:
SITE_NAME <noreply@HOSTNAME> :"

Thanks jk3us

http://laconi.ca/trac/ticket/1356

14 years agoFixed: The installer checks if the avatar and background directories are writable...
Craig Andrews [Tue, 21 Jul 2009 17:59:34 +0000 (13:59 -0400)]
Fixed: The installer checks if the avatar and background directories are writable, but fails to check the file directory used for attachments.

Thanks brion

http://laconi.ca/trac/ticket/1703

14 years agoDetect xmpp uri's and make them into hyperlinks
Craig Andrews [Tue, 21 Jul 2009 17:52:59 +0000 (13:52 -0400)]
Detect xmpp uri's and make them into hyperlinks

http://laconi.ca/trac/ticket/1592

14 years agoDisable email attachment posting when $config['attachments']['uploads'] = false
Craig Andrews [Tue, 21 Jul 2009 14:12:37 +0000 (10:12 -0400)]
Disable email attachment posting when $config['attachments']['uploads'] = false

http://laconi.ca/trac/ticket/1721

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Sarven Capadisli [Mon, 20 Jul 2009 23:12:13 +0000 (23:12 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoReduced content width slightly for IE6
Sarven Capadisli [Mon, 20 Jul 2009 23:11:23 +0000 (23:11 +0000)]
Reduced content width slightly for IE6

14 years agoBetter handle multipart emails (especially those with multipart/alternative contents)
Craig Andrews [Mon, 20 Jul 2009 18:02:42 +0000 (14:02 -0400)]
Better handle multipart emails (especially those with multipart/alternative contents)

14 years agoUpdated pigeonthoughts content/aside_primary layout values
Sarven Capadisli [Mon, 20 Jul 2009 14:56:01 +0000 (14:56 +0000)]
Updated pigeonthoughts content/aside_primary layout values

14 years agoUpdated pigeonthoughts theme
Sarven Capadisli [Mon, 20 Jul 2009 04:02:43 +0000 (04:02 +0000)]
Updated pigeonthoughts theme

14 years agoturn into canonical terms before checking for unique-ness of a tag in a notice
Brenda Wallace [Mon, 20 Jul 2009 02:18:48 +0000 (14:18 +1200)]
turn into canonical terms before checking for unique-ness of a tag in a notice

14 years agoallow full unicode into links for tags
Brenda Wallace [Mon, 20 Jul 2009 02:02:52 +0000 (14:02 +1200)]
allow full unicode into links for tags

14 years agoshow full utf8 in tags
Brenda Wallace [Mon, 20 Jul 2009 02:02:26 +0000 (14:02 +1200)]
show full utf8 in tags

14 years agolook for full unicode when saving tags
Brenda Wallace [Mon, 20 Jul 2009 02:01:51 +0000 (14:01 +1200)]
look for full unicode when saving tags

14 years agoMerge commit 'br3nda/0.8.x-pginstaller' into 0.8.x
CiaranG [Sun, 19 Jul 2009 07:08:39 +0000 (08:08 +0100)]
Merge commit 'br3nda/0.8.x-pginstaller' into 0.8.x

14 years agoMerge commit 'br3nda/0.8.x-pgfixes' into 0.8.x
CiaranG [Sun, 19 Jul 2009 07:05:53 +0000 (08:05 +0100)]
Merge commit 'br3nda/0.8.x-pgfixes' into 0.8.x

14 years agoI can't believe I forgot to commit this as part of 9ed117d... wow. Epic fail. Epic.
Craig Andrews [Sat, 18 Jul 2009 03:16:29 +0000 (23:16 -0400)]
I can't believe I forgot to commit this as part of 9ed117d... wow. Epic fail. Epic.

14 years agoMake RSS 1.0 more efficient when the same hashtag is used in multiple notices.
Craig Andrews [Sat, 18 Jul 2009 03:08:19 +0000 (23:08 -0400)]
Make RSS 1.0 more efficient when the same hashtag is used in multiple notices.

Thanks tobyink

14 years agoAdd link to conversation pages when possible.
Craig Andrews [Sat, 18 Jul 2009 03:06:14 +0000 (23:06 -0400)]
Add link to conversation pages when possible.

Thanks tobyink

14 years agoFix RDFS namespace declaration.
Craig Andrews [Sat, 18 Jul 2009 02:59:58 +0000 (22:59 -0400)]
Fix RDFS namespace declaration.

Thanks tobyink

14 years agoFix OpenId cancelled / error message
Craig Andrews [Sat, 18 Jul 2009 02:55:59 +0000 (22:55 -0400)]
Fix OpenId cancelled / error message

Thanks jeff-themovie

14 years agoMerge commit 'br3nda/0.8.x-nonce-tok' into 0.8.x
Craig Andrews [Sat, 18 Jul 2009 02:44:38 +0000 (22:44 -0400)]
Merge commit 'br3nda/0.8.x-nonce-tok' into 0.8.x

14 years agoAllow -d (debug logging) command line argument
Zach Copley [Sat, 18 Jul 2009 01:36:13 +0000 (18:36 -0700)]
Allow -d (debug logging) command line argument

14 years agoFix setting id.
Zach Copley [Sat, 18 Jul 2009 01:09:03 +0000 (18:09 -0700)]
Fix setting id.

14 years agoMoved $_id from queuehandler to daemon, as other daemons need it too.
Zach Copley [Sat, 18 Jul 2009 01:07:53 +0000 (18:07 -0700)]
Moved $_id from queuehandler to daemon, as other daemons need it too.

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Craig Andrews [Fri, 17 Jul 2009 21:55:17 +0000 (17:55 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoRequire PHP 5.2.3 or later.
Craig Andrews [Fri, 17 Jul 2009 21:54:37 +0000 (17:54 -0400)]
Require PHP 5.2.3 or later.

http://laconi.ca/trac/ticket/1605

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Zach Copley [Fri, 17 Jul 2009 21:26:34 +0000 (14:26 -0700)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

* '0.8.x' of git@gitorious.org:laconica/mainline:
  Moved oembed endpointer so openid no longer incorrectly prompts for authentication

14 years agoOnly create attachment elements if attachment is an enclosure
Zach Copley [Fri, 17 Jul 2009 21:22:11 +0000 (14:22 -0700)]
Only create attachment elements if attachment is an enclosure

14 years agoMoved oembed endpointer so openid no longer incorrectly prompts for authentication
Craig Andrews [Fri, 17 Jul 2009 21:11:26 +0000 (17:11 -0400)]
Moved oembed endpointer so openid no longer incorrectly prompts for authentication

14 years agoOnly populate attachments array element if there are attachments
Zach Copley [Fri, 17 Jul 2009 19:39:54 +0000 (12:39 -0700)]
Only populate attachments array element if there are attachments

14 years agoAlso show XML representation of attachments in the API
Zach Copley [Fri, 17 Jul 2009 19:33:51 +0000 (12:33 -0700)]
Also show XML representation of attachments in the API

14 years agoRemoved noisy debugging statements
Zach Copley [Fri, 17 Jul 2009 18:40:38 +0000 (11:40 -0700)]
Removed noisy debugging statements

14 years agoMerge branch 'oembed-provider' into 0.8.x
Craig Andrews [Fri, 17 Jul 2009 16:33:56 +0000 (12:33 -0400)]
Merge branch 'oembed-provider' into 0.8.x

14 years agoMove the oembed endpoint to /main/oembed
Craig Andrews [Fri, 17 Jul 2009 16:33:12 +0000 (12:33 -0400)]
Move the oembed endpoint to /main/oembed

14 years agopostgres schema - removed not null constraint from nonce.tok, and copied the comment...
Brenda Wallace [Fri, 17 Jul 2009 11:13:30 +0000 (23:13 +1200)]
postgres schema - removed not null constraint from nonce.tok, and copied the comment from the mysql schema

14 years agoMerge branch '0.9.x' into private-rss
Jeffery To [Fri, 17 Jul 2009 08:54:46 +0000 (16:54 +0800)]
Merge branch '0.9.x' into private-rss

14 years agoAdded failed auth logging (like in actions/api.php)
Jeffery To [Fri, 17 Jul 2009 08:44:14 +0000 (16:44 +0800)]
Added failed auth logging (like in actions/api.php)

14 years agoAdded form_note for notice character count.
Sarven Capadisli [Thu, 16 Jul 2009 19:58:43 +0000 (19:58 +0000)]
Added form_note for notice character count.
http://laconi.ca/trac/ticket/1712

14 years agoUsing bottom instead of top for form_note
Sarven Capadisli [Thu, 16 Jul 2009 19:58:24 +0000 (19:58 +0000)]
Using bottom instead of top for form_note

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Sarven Capadisli [Thu, 16 Jul 2009 16:19:29 +0000 (16:19 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoupdate Piwik analytics code
Evan Prodromou [Thu, 16 Jul 2009 14:56:46 +0000 (10:56 -0400)]
update Piwik analytics code

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Sarven Capadisli [Thu, 16 Jul 2009 14:46:24 +0000 (14:46 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Thu, 16 Jul 2009 04:27:23 +0000 (00:27 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agouse a soft limit so there's not a whole bunch of deletes on every write
Evan Prodromou [Thu, 16 Jul 2009 04:26:51 +0000 (00:26 -0400)]
use a soft limit so there's not a whole bunch of deletes on every write

14 years agogc inboxes on a regular basis
Evan Prodromou [Thu, 9 Jul 2009 23:35:50 +0000 (19:35 -0400)]
gc inboxes on a regular basis

14 years agoMerge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x
Evan Prodromou [Thu, 16 Jul 2009 04:16:59 +0000 (00:16 -0400)]
Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x

14 years ago0.9.0 dev version
Evan Prodromou [Thu, 9 Jul 2009 22:22:46 +0000 (18:22 -0400)]
0.9.0 dev version

14 years agochange version to 0.8.1dev
Evan Prodromou [Thu, 16 Jul 2009 03:36:08 +0000 (23:36 -0400)]
change version to 0.8.1dev

14 years agoupgrade to latest version of DB_DataObject
Evan Prodromou [Thu, 16 Jul 2009 03:35:20 +0000 (23:35 -0400)]
upgrade to latest version of DB_DataObject

14 years agoDocumentation for the Facebook Connect plugin
Zach Copley [Thu, 16 Jul 2009 02:03:35 +0000 (19:03 -0700)]
Documentation for the Facebook Connect plugin

14 years agoMore tinkering with logout. I think I got it this time! It's been driving me crazy.
Zach Copley [Thu, 16 Jul 2009 00:47:48 +0000 (00:47 +0000)]
More tinkering with logout. I think I got it this time! It's been driving me crazy.

14 years agoUpdate to lastest external Facebook libs
Zach Copley [Wed, 15 Jul 2009 23:09:07 +0000 (16:09 -0700)]
Update to lastest external Facebook libs

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Sarven Capadisli [Wed, 15 Jul 2009 22:15:09 +0000 (22:15 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoTry oEmbed discovery before using oohembed
Craig Andrews [Wed, 15 Jul 2009 21:10:36 +0000 (17:10 -0400)]
Try oEmbed discovery before using oohembed

14 years agoFixed bugs in oEmbed library's discovery routines
Craig Andrews [Wed, 15 Jul 2009 21:09:11 +0000 (17:09 -0400)]
Fixed bugs in oEmbed library's discovery routines

14 years agoReduced notice div.entry-content width so that in the case of super
Sarven Capadisli [Wed, 15 Jul 2009 21:08:38 +0000 (21:08 +0000)]
Reduced notice div.entry-content width so that in the case of super
deep/crazy conversations the notice options don't misalign.

14 years agoconversation action is readonly
Evan Prodromou [Wed, 15 Jul 2009 20:57:39 +0000 (16:57 -0400)]
conversation action is readonly

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Wed, 15 Jul 2009 20:03:38 +0000 (16:03 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoadd some info about plugins
Evan Prodromou [Wed, 15 Jul 2009 20:03:17 +0000 (16:03 -0400)]
add some info about plugins

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Sarven Capadisli [Wed, 15 Jul 2009 19:54:15 +0000 (19:54 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoUpdated attachment view position. It is now closer to top.
Sarven Capadisli [Wed, 15 Jul 2009 19:53:24 +0000 (19:53 +0000)]
Updated attachment view position. It is now closer to top.

14 years agoupdate release date and some extra stuff in the features
Evan Prodromou [Wed, 15 Jul 2009 19:43:21 +0000 (15:43 -0400)]
update release date and some extra stuff in the features

14 years agoMerge branch 'realtimeajax' into 0.8.x
Evan Prodromou [Wed, 15 Jul 2009 19:33:23 +0000 (15:33 -0400)]
Merge branch 'realtimeajax' into 0.8.x

14 years agobetter callback functions for comet plugin
Evan Prodromou [Wed, 15 Jul 2009 19:31:57 +0000 (15:31 -0400)]
better callback functions for comet plugin

14 years agobuild channel strings in CometPlugin
Evan Prodromou [Wed, 15 Jul 2009 19:31:42 +0000 (15:31 -0400)]
build channel strings in CometPlugin

14 years agoBuild channel strings in Meteor plugin
Evan Prodromou [Wed, 15 Jul 2009 19:31:06 +0000 (15:31 -0400)]
Build channel strings in Meteor plugin

14 years agolet implementations build channel strings for realtime
Evan Prodromou [Wed, 15 Jul 2009 19:30:33 +0000 (15:30 -0400)]
let implementations build channel strings for realtime

14 years agoAdded oEmbed discovery for attachments and notices
Craig Andrews [Wed, 15 Jul 2009 19:11:29 +0000 (15:11 -0400)]
Added oEmbed discovery for attachments and notices

14 years agoSupport oembed for attachments and notices
Craig Andrews [Wed, 15 Jul 2009 18:49:41 +0000 (14:49 -0400)]
Support oembed for attachments and notices

14 years agoAdded attachment information to the json responses
Craig Andrews [Wed, 15 Jul 2009 14:37:50 +0000 (10:37 -0400)]
Added attachment information to the json responses