]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agovalidation code in Notice correctly checks length of content
Evan Prodromou [Fri, 21 Aug 2009 12:12:57 +0000 (08:12 -0400)]
validation code in Notice correctly checks length of content

14 years agoNotice class has methods to check content length
Evan Prodromou [Fri, 21 Aug 2009 12:05:13 +0000 (08:05 -0400)]
Notice class has methods to check content length

14 years agoregister checks Profile bio length correctly
Evan Prodromou [Fri, 21 Aug 2009 12:03:40 +0000 (08:03 -0400)]
register checks Profile bio length correctly

14 years agocheck and show max bio length in profilesettings
Evan Prodromou [Fri, 21 Aug 2009 11:48:30 +0000 (07:48 -0400)]
check and show max bio length in profilesettings

14 years agocheck correct setting in Profile bio length
Evan Prodromou [Fri, 21 Aug 2009 11:48:14 +0000 (07:48 -0400)]
check correct setting in Profile bio length

14 years agoProfile class has methods to check bio length
Evan Prodromou [Fri, 21 Aug 2009 11:40:46 +0000 (07:40 -0400)]
Profile class has methods to check bio length

14 years agoAPI for direct messages correctly checks length
Evan Prodromou [Fri, 21 Aug 2009 11:32:08 +0000 (07:32 -0400)]
API for direct messages correctly checks length

14 years agomessage input form correctly shows and check max length
Evan Prodromou [Fri, 21 Aug 2009 11:23:27 +0000 (07:23 -0400)]
message input form correctly shows and check max length

14 years agocounter in notice/message form uses global variable for max length
Evan Prodromou [Fri, 21 Aug 2009 11:22:53 +0000 (07:22 -0400)]
counter in notice/message form uses global variable for max length

14 years agocorrectly check Message length for d-commands
Evan Prodromou [Fri, 21 Aug 2009 11:21:29 +0000 (07:21 -0400)]
correctly check Message length for d-commands

14 years agomethods for Message to check max content length
Evan Prodromou [Fri, 21 Aug 2009 11:20:59 +0000 (07:20 -0400)]
methods for Message to check max content length

14 years agocorrect instructions for length in groupeditform
Evan Prodromou [Fri, 21 Aug 2009 10:37:22 +0000 (06:37 -0400)]
correct instructions for length in groupeditform

14 years agocan set group desc limit to unlimited without resetting global limit
Evan Prodromou [Fri, 21 Aug 2009 10:36:55 +0000 (06:36 -0400)]
can set group desc limit to unlimited without resetting global limit

14 years ago0 means no limit for text (distinct from null)
Evan Prodromou [Fri, 21 Aug 2009 10:24:21 +0000 (06:24 -0400)]
0 means no limit for text (distinct from null)

14 years agoallow configurable length for user group description
Evan Prodromou [Fri, 21 Aug 2009 10:13:41 +0000 (06:13 -0400)]
allow configurable length for user group description

14 years agoconfiguration options for text limits
Evan Prodromou [Thu, 20 Aug 2009 21:25:54 +0000 (17:25 -0400)]
configuration options for text limits

14 years agodata classes allow >140c in user group descriptions
Evan Prodromou [Thu, 20 Aug 2009 21:12:52 +0000 (17:12 -0400)]
data classes allow >140c in user group descriptions

14 years agoupdate database to allow >140c in group descriptions
Evan Prodromou [Thu, 20 Aug 2009 21:11:34 +0000 (17:11 -0400)]
update database to allow >140c in group descriptions

14 years agodata classes allow >140 bios in profiles
Evan Prodromou [Thu, 20 Aug 2009 21:09:04 +0000 (17:09 -0400)]
data classes allow >140 bios in profiles

14 years agoAllow unlimited-size bios in profiles
Evan Prodromou [Thu, 20 Aug 2009 21:07:20 +0000 (17:07 -0400)]
Allow unlimited-size bios in profiles

14 years agoMessages can be >140c in classes
Evan Prodromou [Thu, 20 Aug 2009 21:03:49 +0000 (17:03 -0400)]
Messages can be >140c in classes

14 years agoallow unlimited text in messages in DB
Evan Prodromou [Thu, 20 Aug 2009 21:02:25 +0000 (17:02 -0400)]
allow unlimited text in messages in DB

14 years agoupdate data classes for TEXT content in notice
Evan Prodromou [Thu, 20 Aug 2009 20:56:26 +0000 (16:56 -0400)]
update data classes for TEXT content in notice

14 years agoupdate database to allow large posts
Evan Prodromou [Thu, 20 Aug 2009 20:53:00 +0000 (16:53 -0400)]
update database to allow large posts

14 years agomake common_config() handle nulls correctly
Evan Prodromou [Fri, 21 Aug 2009 10:33:12 +0000 (06:33 -0400)]
make common_config() handle nulls correctly

14 years agoreformat groupeditform.php
Evan Prodromou [Fri, 21 Aug 2009 10:17:13 +0000 (06:17 -0400)]
reformat groupeditform.php

14 years agoMerge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x
Evan Prodromou [Thu, 20 Aug 2009 21:13:40 +0000 (17:13 -0400)]
Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x

14 years agoinstall.php: improved support for running Laconica in a sub folder and on a non-stand...
Brett Taylor [Fri, 7 Aug 2009 02:17:55 +0000 (14:17 +1200)]
install.php: improved support for running Laconica in a sub folder and on a non-standard port,
tidyed up configuration file generation, removing duplication from db functions,

14 years agoRevert "change file.url to from a varchar(255) to varchar(2047)"
Brenda Wallace [Mon, 10 Aug 2009 21:38:17 +0000 (09:38 +1200)]
Revert "change file.url to from a varchar(255) to varchar(2047)"

This reverts commit 002cc755b2a521486b0216e2d6f8a3952bda0bae.

mysql doesn't allow varchar > 255 chars
reverting until have a working solution

14 years agochange file.url to from a varchar(255) to varchar(2047)
Brenda Wallace [Mon, 10 Aug 2009 21:25:13 +0000 (09:25 +1200)]
change file.url to from a varchar(255) to varchar(2047)
because urls get translated from tinyurl.com etc into their originals before saving
and urls can be that long

14 years agoupgrade script for postgres
Brenda Wallace [Mon, 10 Aug 2009 21:24:18 +0000 (09:24 +1200)]
upgrade script for postgres

14 years agoReplace own OMB stack with libomb.
Adrian Lang [Mon, 10 Aug 2009 12:48:50 +0000 (14:48 +0200)]
Replace own OMB stack with libomb.

14 years agoUnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling typo.
Adrian Lang [Fri, 7 Aug 2009 10:21:36 +0000 (12:21 +0200)]
UnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling typo.

14 years agoArgh, first commit for ages and such a stupid error. Sorry.
Adrian Lang [Wed, 5 Aug 2009 14:05:29 +0000 (16:05 +0200)]
Argh, first commit for ages and such a stupid error. Sorry.

14 years agoFix reference to undefined variable in Design::toWebColor.
Adrian Lang [Wed, 5 Aug 2009 13:58:18 +0000 (15:58 +0200)]
Fix reference to undefined variable in Design::toWebColor.

14 years agonew action for when we redirect to login page
Evan Prodromou [Tue, 4 Aug 2009 17:10:37 +0000 (13:10 -0400)]
new action for when we redirect to login page

14 years agoadd an event for head children
Evan Prodromou [Tue, 4 Aug 2009 17:01:06 +0000 (13:01 -0400)]
add an event for head children

14 years agodocument lots of undoc'd events
Evan Prodromou [Tue, 4 Aug 2009 17:00:44 +0000 (13:00 -0400)]
document lots of undoc'd events

14 years agoevent for determining if an action is a login action
Evan Prodromou [Tue, 4 Aug 2009 15:13:47 +0000 (11:13 -0400)]
event for determining if an action is a login action

14 years agoadd an event for determining if an action is sensitive
Evan Prodromou [Tue, 4 Aug 2009 12:58:24 +0000 (08:58 -0400)]
add an event for determining if an action is sensitive

14 years agoMerge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x
Evan Prodromou [Tue, 4 Aug 2009 12:38:34 +0000 (08:38 -0400)]
Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x

14 years agogive plugins a chance to autoload their classes
Evan Prodromou [Tue, 4 Aug 2009 11:34:58 +0000 (07:34 -0400)]
give plugins a chance to autoload their classes

14 years agoerror in EndLoginGroupNav arguments
Evan Prodromou [Tue, 4 Aug 2009 11:17:14 +0000 (07:17 -0400)]
error in EndLoginGroupNav arguments

14 years agoadd hook for showing account settings menu
Evan Prodromou [Tue, 4 Aug 2009 11:08:10 +0000 (07:08 -0400)]
add hook for showing account settings menu

14 years agoAdd hooks for Start/End LoginGroupNav
Evan Prodromou [Tue, 4 Aug 2009 10:52:57 +0000 (06:52 -0400)]
Add hooks for Start/End LoginGroupNav

14 years agostart upgrade script for 0.9.x
Evan Prodromou [Tue, 4 Aug 2009 10:07:32 +0000 (06:07 -0400)]
start upgrade script for 0.9.x

14 years agoSplitting br3nda's merge 97db6e17b3f76e9a6acf87ddbad47ba54e9b1a3b
Eric Helgeson [Wed, 29 Jul 2009 01:21:01 +0000 (20:21 -0500)]
Splitting br3nda's merge 97db6e17b3f76e9a6acf87ddbad47ba54e9b1a3b
Adding deleted_notice to pg.sql

14 years agouse 410 Gone for Twitter API
Evan Prodromou [Thu, 16 Jul 2009 05:01:45 +0000 (01:01 -0400)]
use 410 Gone for Twitter API

14 years agouse 410 Gone for deleted notices
Evan Prodromou [Thu, 16 Jul 2009 04:56:32 +0000 (00:56 -0400)]
use 410 Gone for deleted notices

14 years agosave an archive of deleted notices
Evan Prodromou [Thu, 16 Jul 2009 04:52:23 +0000 (00:52 -0400)]
save an archive of deleted notices

14 years agoadd a deleted_notice table
Evan Prodromou [Thu, 16 Jul 2009 04:40:45 +0000 (00:40 -0400)]
add a deleted_notice table

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 agoMerge commit 'origin/0.8.x' into 0.9.x
Eric Helgeson [Mon, 3 Aug 2009 23:11:06 +0000 (18:11 -0500)]
Merge commit 'origin/0.8.x' into 0.9.x

14 years agoAdded the 0.2 recaptcha plugin. Should work in all browsers. Please test.
Eric Helgeson [Mon, 3 Aug 2009 21:39:10 +0000 (16:39 -0500)]
Added the 0.2 recaptcha plugin. Should work in all browsers. Please test.

14 years agoUpgrade script
Brenda Wallace [Mon, 3 Aug 2009 20:43:13 +0000 (08:43 +1200)]
Upgrade script

14 years agoMerge branch 'fbconnect-speedup' into 0.8.x
Zach Copley [Mon, 3 Aug 2009 18:48:25 +0000 (18:48 +0000)]
Merge branch 'fbconnect-speedup' into 0.8.x

14 years agoUse the same favorite notification function in the API as everywhere else
Craig Andrews [Mon, 3 Aug 2009 15:47:58 +0000 (11:47 -0400)]
Use the same favorite notification function in the API as everywhere else

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

14 years agoMerge commit 'jeff-themovie/0.8.x-small-fixes-2' into 0.8.x
Craig Andrews [Sun, 2 Aug 2009 22:13:10 +0000 (18:13 -0400)]
Merge commit 'jeff-themovie/0.8.x-small-fixes-2' into 0.8.x

14 years agoMerge branch 'master' into 0.8.x
Evan Prodromou [Sun, 2 Aug 2009 17:53:42 +0000 (13:53 -0400)]
Merge branch 'master' into 0.8.x

14 years agodon't delete during select
Evan Prodromou [Sun, 2 Aug 2009 15:18:41 +0000 (11:18 -0400)]
don't delete during select

14 years agodon't delete during select
Evan Prodromou [Sun, 2 Aug 2009 15:18:41 +0000 (11:18 -0400)]
don't delete during select

14 years agoA script to GC sessions correctly
Evan Prodromou [Sun, 2 Aug 2009 14:34:40 +0000 (10:34 -0400)]
A script to GC sessions correctly

14 years agoGC sessions one by one to make sure memcached gets cleared
Evan Prodromou [Sun, 2 Aug 2009 14:34:23 +0000 (10:34 -0400)]
GC sessions one by one to make sure memcached gets cleared

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Sun, 2 Aug 2009 14:35:03 +0000 (10:35 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoA script to GC sessions correctly
Evan Prodromou [Sun, 2 Aug 2009 14:34:40 +0000 (10:34 -0400)]
A script to GC sessions correctly

14 years agoGC sessions one by one to make sure memcached gets cleared
Evan Prodromou [Sun, 2 Aug 2009 14:34:23 +0000 (10:34 -0400)]
GC sessions one by one to make sure memcached gets cleared

14 years agoFixed PHP Notices:
Jeffery To [Sun, 2 Aug 2009 12:10:31 +0000 (20:10 +0800)]
Fixed PHP Notices:
    Undefined index:  HTTP_X_FORWARDED_FOR
    Undefined index:  HTTP_CLIENT_IP
    Undefined variable: proxy

Also fixed the return value order to match calls to common_client_ip() in actions/api.php and lib/rssaction.php

14 years agoFixed PHP Notice "Undefined variable: cnt"
Jeffery To [Sun, 2 Aug 2009 11:52:27 +0000 (19:52 +0800)]
Fixed PHP Notice "Undefined variable: cnt"

14 years agoFixed PHP Notice "Undefined variable: suplink"
Jeffery To [Sun, 2 Aug 2009 11:47:36 +0000 (19:47 +0800)]
Fixed PHP Notice "Undefined variable: suplink"

14 years agoFixed PHP Notice "Undefined index: enclosures" (and a possible one for 'tags')
Jeffery To [Sun, 2 Aug 2009 11:38:03 +0000 (19:38 +0800)]
Fixed PHP Notice "Undefined index:  enclosures" (and a possible one for 'tags')

14 years agoFixed PHP Notice "Use of undefined constant session_name - assumed 'session_name'"
Jeffery To [Sun, 2 Aug 2009 11:36:09 +0000 (19:36 +0800)]
Fixed PHP Notice "Use of undefined constant session_name - assumed 'session_name'"

14 years agoAdded a url field to hold the permalink. I believe this field is very useful for...
Craig Andrews [Fri, 31 Jul 2009 02:43:07 +0000 (22:43 -0400)]
Added a url field to hold the permalink. I believe this field is very useful for api consumers.

14 years agoImplemented the "show" method of the laconica groups api
Craig Andrews [Fri, 31 Jul 2009 02:15:24 +0000 (22:15 -0400)]
Implemented the "show" method of the laconica groups api

14 years agoRemoved default values from <input>s. JavaScript will now get the
Sarven Capadisli [Thu, 30 Jul 2009 20:44:51 +0000 (20:44 +0000)]
Removed default values from <input>s. JavaScript will now get the
colours from the theme. This approach removes data that was
previously available in HTML. It was only necessary if the user wanted
to know the site's default values.

14 years agodon't ignore config.php.sample
Evan Prodromou [Thu, 30 Jul 2009 21:06:03 +0000 (17:06 -0400)]
don't ignore config.php.sample

14 years agoSite-wide design configuration
Evan Prodromou [Thu, 30 Jul 2009 21:05:35 +0000 (17:05 -0400)]
Site-wide design configuration

I added some code so that the site-wide design can be set, using the
configuration interface.

I also moved the configuration option from
$config['site']['design']['background'] to just
$config['design']['background'], but the old syntax will still work.

Conflicts:

config.php.sample

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Thu, 30 Jul 2009 21:03:22 +0000 (17:03 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agothrow an exception rather than die()
Evan Prodromou [Thu, 30 Jul 2009 20:55:09 +0000 (16:55 -0400)]
throw an exception rather than die()

14 years agoRemoved default values from <input>s. JavaScript will now get the
Sarven Capadisli [Thu, 30 Jul 2009 20:44:51 +0000 (20:44 +0000)]
Removed default values from <input>s. JavaScript will now get the
colours from the theme. This approach removes data that was
previously available in HTML. It was only necessary if the user wanted
to know the site's default values.

14 years agoremove debugging code about processing a new URL
Evan Prodromou [Thu, 30 Jul 2009 20:38:50 +0000 (16:38 -0400)]
remove debugging code about processing a new URL

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

14 years agoSite-wide design configuration
Evan Prodromou [Thu, 30 Jul 2009 20:24:04 +0000 (16:24 -0400)]
Site-wide design configuration

I added some code so that the site-wide design can be set, using the
configuration interface.

I also moved the configuration option from
$config['site']['design']['background'] to just
$config['design']['background'], but the old syntax will still work.

14 years agoFix the router entries for the oEmbed endpoint so they don't accidentally catch too...
Craig Andrews [Thu, 30 Jul 2009 19:37:35 +0000 (15:37 -0400)]
Fix the router entries for the oEmbed endpoint so they don't accidentally catch too much

14 years agoAttempt to reduce the number of calls to FB to speed things up
Zach Copley [Thu, 30 Jul 2009 19:34:32 +0000 (19:34 +0000)]
Attempt to reduce the number of calls to FB to speed things up

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

14 years ago/check-fancy now works when installed in root dir.
Tom Adams [Wed, 29 Jul 2009 23:12:18 +0000 (00:12 +0100)]
/check-fancy now works when installed in root dir.

14 years agoPass $fancy to *_db_installer.
Tom Adams [Tue, 28 Jul 2009 05:21:18 +0000 (06:21 +0100)]
Pass $fancy to *_db_installer.

14 years agoUse <?php not <?.
Tom Adams [Tue, 28 Jul 2009 05:19:02 +0000 (06:19 +0100)]
Use <?php not <?.

14 years agomove oEmbed router connection after plugins, so other endpoints (such as main/faceboo...
Craig Andrews [Wed, 29 Jul 2009 19:33:09 +0000 (15:33 -0400)]
move oEmbed router connection after plugins, so other endpoints (such as main/facebooklogin) from plugins don't get accidentally intercepted

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

14 years agoNew algorithm for reply_to saving
Evan Prodromou [Wed, 29 Jul 2009 15:45:32 +0000 (11:45 -0400)]
New algorithm for reply_to saving

I changed the reply-to algorithm so that we only say a notice is in
reply to another notice if a) we receive that information from the Web
or API or b) it's in a "low bandwidth" (XMPP, SMS) channel, and begins
with "@nickname" or "T NICKNAME".

The goal is to avoid false-positives and make conversation trees more
accurate and useful.

14 years agoAvoid potentially double encoding already utf-8 encoded messages
Craig Andrews [Wed, 29 Jul 2009 02:47:32 +0000 (22:47 -0400)]
Avoid potentially double encoding already utf-8 encoded messages

14 years agoHandle UTF-8 encoded text in emails.
Craig Andrews [Wed, 29 Jul 2009 02:22:07 +0000 (22:22 -0400)]
Handle UTF-8 encoded text in emails.

Thanks to jaakko for pointing this out! http://identi.ca/notice/7169471

14 years agoSplitting br3nda's merge 97db6e17b3f76e9a6acf87ddbad47ba54e9b1a3b
Eric Helgeson [Wed, 29 Jul 2009 01:21:01 +0000 (20:21 -0500)]
Splitting br3nda's merge 97db6e17b3f76e9a6acf87ddbad47ba54e9b1a3b
Adding deleted_notice to pg.sql

14 years agoMerge commit 'origin/0.8.x' into 0.9.x
Eric Helgeson [Wed, 29 Jul 2009 01:19:52 +0000 (20:19 -0500)]
Merge commit 'origin/0.8.x' into 0.9.x

14 years agoSplitting br3nda's merge 97db6e17b3f76e9a6acf87ddbad47ba54e9b1a3b
Eric Helgeson [Wed, 29 Jul 2009 01:17:20 +0000 (20:17 -0500)]
Splitting br3nda's merge 97db6e17b3f76e9a6acf87ddbad47ba54e9b1a3b
Add session table to pg.sql

14 years agoMerge commit 'origin/0.8.x' into 0.9.x
Eric Helgeson [Wed, 29 Jul 2009 01:02:01 +0000 (20:02 -0500)]
Merge commit 'origin/0.8.x' into 0.9.x

14 years agoMinor UI fix for IE6 notice-options
Sarven Capadisli [Tue, 28 Jul 2009 17:14:11 +0000 (17:14 +0000)]
Minor UI fix for IE6 notice-options

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 agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Tue, 28 Jul 2009 14:02:39 +0000 (10:02 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x