]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoMerge commit 'laconica/0.8.x' into 0.9.x
Craig Andrews [Thu, 27 Aug 2009 01:56:59 +0000 (21:56 -0400)]
Merge commit 'laconica/0.8.x' into 0.9.x

14 years agoSupport multiple attachments per facebook update
Craig Andrews [Thu, 27 Aug 2009 01:54:57 +0000 (21:54 -0400)]
Support multiple attachments per facebook update

14 years agoFix some stupid bugs, such as a mispelling of oembed
Craig Andrews [Thu, 27 Aug 2009 01:51:54 +0000 (21:51 -0400)]
Fix some stupid bugs, such as a mispelling of oembed

14 years agoAdd library checking page
Craig Andrews [Wed, 26 Aug 2009 23:08:30 +0000 (19:08 -0400)]
Add library checking page

14 years agoDisplay linked oembed resources as enclosures if they are of non-html mime types
Craig Andrews [Wed, 26 Aug 2009 19:40:51 +0000 (15:40 -0400)]
Display linked oembed resources as enclosures if they are of non-html mime types

14 years agoSave the mimetype for oEmbed linked url
Craig Andrews [Wed, 26 Aug 2009 18:53:52 +0000 (14:53 -0400)]
Save the mimetype for oEmbed linked url

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Zach Copley [Wed, 26 Aug 2009 14:35:25 +0000 (14:35 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoFacebook app wasn't loading the theme css
Zach Copley [Wed, 26 Aug 2009 14:34:41 +0000 (14:34 +0000)]
Facebook app wasn't loading the theme css

14 years agoSmall update to the Facebook app section
Zach Copley [Wed, 26 Aug 2009 03:45:09 +0000 (20:45 -0700)]
Small update to the Facebook app section

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Zach Copley [Wed, 26 Aug 2009 03:46:14 +0000 (20:46 -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:
  Updated rgb2hex() to handle IE. It turns out that jQuery is giving hex

14 years agoSmall update to the Facebook app section
Zach Copley [Wed, 26 Aug 2009 03:45:09 +0000 (20:45 -0700)]
Small update to the Facebook app section

14 years agoUpdated rgb2hex() to handle IE. It turns out that jQuery is giving hex
Sarven Capadisli [Tue, 25 Aug 2009 22:47:54 +0000 (22:47 +0000)]
Updated rgb2hex() to handle IE. It turns out that jQuery is giving hex
to IE and RGB to Firefox, Opera, Safari. Fun.

14 years agoMerge commit 'mainline-write/0.8.x' into 0.8.x
Brenda Wallace [Tue, 25 Aug 2009 22:02:07 +0000 (10:02 +1200)]
Merge commit 'mainline-write/0.8.x' into 0.8.x

14 years agorenamed to plural, for consitency
Brenda Wallace [Tue, 25 Aug 2009 22:00:29 +0000 (10:00 +1200)]
renamed to plural, for consitency

14 years agoAllow ({['" to preceded #tags
Craig Andrews [Tue, 25 Aug 2009 21:52:16 +0000 (17:52 -0400)]
Allow ({['" to preceded #tags

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Sarven Capadisli [Tue, 25 Aug 2009 21:50:38 +0000 (21:50 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agouserdesign.go.js was incorrectly removed in commit
Sarven Capadisli [Tue, 25 Aug 2009 21:48:55 +0000 (21:48 +0000)]
userdesign.go.js was incorrectly removed in commit
304db1d30b4ad96f8a2ca500d224bb1609588fed

14 years agoHandle grouping symbols ()[]{} correctly. Now passing all tests!
Craig Andrews [Tue, 25 Aug 2009 20:41:44 +0000 (16:41 -0400)]
Handle grouping symbols ()[]{} correctly. Now passing all tests!

14 years agoCorrect the hash tag test
Craig Andrews [Tue, 25 Aug 2009 20:06:04 +0000 (16:06 -0400)]
Correct the hash tag test

14 years agoAdd UTF-8 encodings of the IDN TLDs
Craig Andrews [Tue, 25 Aug 2009 18:19:05 +0000 (14:19 -0400)]
Add UTF-8 encodings of the IDN TLDs

14 years agoAll tests pass except for those that require matching parens or brackets
Craig Andrews [Tue, 25 Aug 2009 18:12:31 +0000 (14:12 -0400)]
All tests pass except for those that require matching parens or brackets

14 years agoImproved the URL tests, and improve the matcher so more tests are passed. The remaini...
Craig Andrews [Tue, 25 Aug 2009 15:21:45 +0000 (11:21 -0400)]
Improved the URL tests, and improve the matcher so more tests are passed. The remaining failing tests I believe are incorrect.

14 years agoMerge commit 'mainline/0.8.x' into 0.8.x
Brenda Wallace [Tue, 25 Aug 2009 07:01:29 +0000 (19:01 +1200)]
Merge commit 'mainline/0.8.x' into 0.8.x

14 years agobeginning of hashtag tests
Brenda Wallace [Mon, 24 Aug 2009 22:33:16 +0000 (10:33 +1200)]
beginning of hashtag tests

14 years agoftps protocol should be handled the same way as ftp
Craig Andrews [Tue, 25 Aug 2009 00:44:06 +0000 (20:44 -0400)]
ftps protocol should be handled the same way as ftp
Canon urls that have a protocol followed by a host (and no path) automatcally get a trailing slash by the canon function - make the unit test match that

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Mon, 24 Aug 2009 21:49:31 +0000 (17:49 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agochange class to rel in unit tests for URL check
Evan Prodromou [Mon, 24 Aug 2009 21:48:24 +0000 (17:48 -0400)]
change class to rel in unit tests for URL check

14 years agoignore the local folder
Brenda Wallace [Mon, 24 Aug 2009 21:23:09 +0000 (09:23 +1200)]
ignore the local folder

14 years agomoved template folder into it's own method, so can be overridden
Brenda Wallace [Mon, 24 Aug 2009 08:03:22 +0000 (20:03 +1200)]
moved template folder into it's own method, so can be overridden

14 years agofix up tpl/index.php so doesn't throw errors on hosts with php shorttags on
Brenda Wallace [Mon, 24 Aug 2009 21:14:43 +0000 (09:14 +1200)]
fix up tpl/index.php so doesn't throw errors on hosts with php shorttags on

14 years agoAdd unit test directory and first test
Evan Prodromou [Mon, 24 Aug 2009 19:46:12 +0000 (15:46 -0400)]
Add unit test directory and first test

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Mon, 24 Aug 2009 15:23:30 +0000 (11:23 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

14 years agoFinally got the IPv6 regex right in the url finder
Craig Andrews [Sat, 22 Aug 2009 02:58:43 +0000 (22:58 -0400)]
Finally got the IPv6 regex right in the url finder

14 years agoImprove url finding more. Properly end urls when a space is caught.
Craig Andrews [Sat, 22 Aug 2009 01:11:23 +0000 (21:11 -0400)]
Improve url finding more. Properly end urls when a space is caught.

14 years agoURLs surrounded by (),{}, and [] are correctly handled now!
Craig Andrews [Sat, 22 Aug 2009 00:01:33 +0000 (20:01 -0400)]
URLs surrounded by (),{}, and [] are correctly handled now!

14 years agoadd OpenID doc menu item and doc page
Evan Prodromou [Fri, 21 Aug 2009 21:01:48 +0000 (17:01 -0400)]
add OpenID doc menu item and doc page

14 years agoremove openid menu item from help menu
Evan Prodromou [Fri, 21 Aug 2009 21:01:18 +0000 (17:01 -0400)]
remove openid menu item from help menu

14 years agouse array for events
Evan Prodromou [Fri, 21 Aug 2009 20:58:02 +0000 (16:58 -0400)]
use array for events

14 years agoadd hooks to allow loading custom help documentation
Evan Prodromou [Fri, 21 Aug 2009 20:54:35 +0000 (16:54 -0400)]
add hooks to allow loading custom help documentation

14 years agomove openid docs to OpenID plugin dir
Evan Prodromou [Fri, 21 Aug 2009 20:46:47 +0000 (16:46 -0400)]
move openid docs to OpenID plugin dir

14 years agoRevert "Added configuration option to only allow OpenID logins."
Evan Prodromou [Fri, 21 Aug 2009 20:45:42 +0000 (16:45 -0400)]
Revert "Added configuration option to only allow OpenID logins."

This reverts commit 14b46e2183f10359cc53d597913a878f53e23719.

This functionality will need to be rewritten to work with the new
OpenIDPlugin.

Conflicts:

index.php
lib/logingroupnav.php

14 years agoRevert "Added a configuration option to disable OpenID."
Evan Prodromou [Fri, 21 Aug 2009 20:38:39 +0000 (16:38 -0400)]
Revert "Added a configuration option to disable OpenID."

This reverts commit 7dc3a90d1252137859a687e32313ea569dcf8796.

Conflicts:

actions/login.php
actions/register.php
lib/accountsettingsaction.php
lib/common.php
lib/logingroupnav.php

14 years agoMerge branch '0.9.x' into openidplugin
Evan Prodromou [Fri, 21 Aug 2009 20:27:43 +0000 (16:27 -0400)]
Merge branch '0.9.x' into openidplugin

Conflicts:
actions/login.php
actions/register.php

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

14 years agoMerge branch 'dbconfig' into 0.9.x
Evan Prodromou [Fri, 21 Aug 2009 20:17:06 +0000 (16:17 -0400)]
Merge branch 'dbconfig' into 0.9.x

Conflicts:
lib/common.php

14 years agoload configuration options from database at runtime
Evan Prodromou [Fri, 21 Aug 2009 20:14:32 +0000 (16:14 -0400)]
load configuration options from database at runtime

14 years agoMerge commit 'brion/searchfix' into 0.9.x
Craig Andrews [Fri, 21 Aug 2009 20:05:40 +0000 (16:05 -0400)]
Merge commit 'brion/searchfix' into 0.9.x

14 years agokill stupid Finder metadata file that made it into my checkin presumably due to ...
Brion Vibber [Wed, 19 Aug 2009 04:21:57 +0000 (21:21 -0700)]
kill stupid Finder metadata file that made it into my checkin presumably due to 'git add php-gettext' deciding to find all hidden files in the directory for me :P

14 years agoTweak to php-gettext stream reader; initialize local variable before appending data...
Brion Vibber [Wed, 19 Aug 2009 04:02:46 +0000 (21:02 -0700)]
Tweak to php-gettext stream reader; initialize local variable before appending data to it to avoid triggering an E_NOTICE message.

14 years agoInclude php-gettext 1.0.7 into extlibs; loading it up if native gettext extension...
Brion Vibber [Wed, 19 Aug 2009 03:59:18 +0000 (20:59 -0700)]
Include php-gettext 1.0.7 into extlibs; loading it up if native gettext extension is not present.
This provides a pure PHP implementation of the gettext functions.

This should help get laconica running on shared hosting environments where PHP's gettext module may not be installed.
Also gets us one step closer to running on Mac OS X 10.5 with Apple's preinstalled PHP, which doesn't provide an easy way to add modules.

Source: http://savannah.nongnu.org/projects/php-gettext
Copyright (c) 2005 Steven Armstrong <sa at c-area dot ch>
GPLv2 or later

14 years agoLinkifier support many more urls, and less mismatches
Craig Andrews [Fri, 21 Aug 2009 19:56:15 +0000 (15:56 -0400)]
Linkifier support many more urls, and less mismatches

14 years agoMerge branch '0.8.x' into 0.9.x
Evan Prodromou [Fri, 21 Aug 2009 19:42:11 +0000 (15:42 -0400)]
Merge branch '0.8.x' into 0.9.x

Conflicts:
actions/updateprofile.php
actions/userauthorization.php
classes/User_group.php
index.php
install.php
lib/accountsettingsaction.php
lib/logingroupnav.php

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

14 years agoWe don't need to re-distribute jquery-autocomplete demo
Evan Prodromou [Fri, 21 Aug 2009 19:29:28 +0000 (15:29 -0400)]
We don't need to re-distribute jquery-autocomplete demo

14 years agonew class for configuration settings
Evan Prodromou [Fri, 21 Aug 2009 19:22:02 +0000 (15:22 -0400)]
new class for configuration settings

14 years agoAdd table for configuration settings
Evan Prodromou [Sun, 16 Aug 2009 14:36:23 +0000 (10:36 -0400)]
Add table for configuration settings

Add a table for configuration settings.

14 years agoUse currying to call the url callbacks, and use preg_replace_callback
Craig Andrews [Fri, 21 Aug 2009 16:47:01 +0000 (12:47 -0400)]
Use currying to call the url callbacks, and use preg_replace_callback

This definitely looks neater than the string maniplation it replaces

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

Conflicts:
actions/postnotice.php

14 years agoapi update correctly checks max length of notices
Evan Prodromou [Fri, 21 Aug 2009 12:27:21 +0000 (08:27 -0400)]
api update correctly checks max length of notices

14 years agofacebook action correctly checks max notice length
Evan Prodromou [Fri, 21 Aug 2009 12:23:52 +0000 (08:23 -0400)]
facebook action correctly checks max notice length

14 years agomaildaemon correctly checks max notice length
Evan Prodromou [Fri, 21 Aug 2009 12:21:55 +0000 (08:21 -0400)]
maildaemon correctly checks max notice length

14 years agocorrectly check for max notice length in xmppdaemon
Evan Prodromou [Fri, 21 Aug 2009 12:19:09 +0000 (08:19 -0400)]
correctly check for max notice length in xmppdaemon

14 years agourl-shortening check correctly checks max notice length
Evan Prodromou [Fri, 21 Aug 2009 12:16:08 +0000 (08:16 -0400)]
url-shortening check correctly checks max notice length

14 years agopostnotice for OMB correctly checks max notice size
Evan Prodromou [Fri, 21 Aug 2009 12:14:37 +0000 (08:14 -0400)]
postnotice for OMB correctly checks max notice size

14 years agoWeb UI for notices correctly shows and checks max content length
Evan Prodromou [Fri, 21 Aug 2009 12:13:17 +0000 (08:13 -0400)]
Web UI for notices correctly shows and checks max content length

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 agoUpdate libomb, fix some omb handling stuff, improve error handling.
Adrian Lang [Fri, 21 Aug 2009 10:13:24 +0000 (12:13 +0200)]
Update libomb, fix some omb handling stuff, improve error handling.

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 agovar empty check did not function as expected.
Eric Helgeson [Thu, 20 Aug 2009 19:25:50 +0000 (14:25 -0500)]
var empty check did not function as expected.
made script executable

14 years agoadd $config['attachments']['path'] to the config.php.sample
mEDI [Tue, 18 Aug 2009 20:55:42 +0000 (22:55 +0200)]
add $config['attachments']['path'] to the config.php.sample

14 years agoChange the notice type defines all into class constants and adapt all files.
Marcel van der Boom [Wed, 19 Aug 2009 06:34:17 +0000 (08:34 +0200)]
Change the notice type defines all into class constants and adapt all files.

14 years agoMerge commit 'cvollick/resolveAliases' into 0.8.x
Craig Andrews [Thu, 20 Aug 2009 17:08:10 +0000 (13:08 -0400)]
Merge commit 'cvollick/resolveAliases' into 0.8.x

14 years agoFix the default value of ['server']['path'] when running from command line scripts
Francois Marier [Thu, 20 Aug 2009 05:46:26 +0000 (17:46 +1200)]
Fix the default value of ['server']['path'] when running from command line scripts

The logic in _sn_to_path() doesn't make sense when not running via a remote server.

Default to the empty string if running from the command line and ['server']['path']
is not set manually in config.php

14 years agoResolve Group Aliases in showgroup.php
Christopher Vollick [Wed, 19 Aug 2009 13:22:06 +0000 (09:22 -0400)]
Resolve Group Aliases in showgroup.php

For Example, let's say 'alias' was an alias for the group 'group'.
Previously, if you went to '/group/group' it'd work, but '/group/alias' it'd say "No Such Group".
This was untrue.

Now it checks aliases when it can't find a group with a given name.
If it finds one it redirects you to the original group.

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Zach Copley [Wed, 19 Aug 2009 01:00:48 +0000 (18:00 -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:
  Removed all the redundant logic in common_replace_urls_callback