]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Evan Prodromou [Fri, 21 Aug 2009 21:01:48 +0000 (17:01 -0400)]
add OpenID doc menu item and doc page
Evan Prodromou [Fri, 21 Aug 2009 21:01:18 +0000 (17:01 -0400)]
remove openid menu item from help menu
Evan Prodromou [Fri, 21 Aug 2009 20:58:02 +0000 (16:58 -0400)]
use array for events
Evan Prodromou [Fri, 21 Aug 2009 20:54:35 +0000 (16:54 -0400)]
add hooks to allow loading custom help documentation
Evan Prodromou [Fri, 21 Aug 2009 20:46:47 +0000 (16:46 -0400)]
move openid docs to OpenID plugin dir
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
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
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
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
Evan Prodromou [Fri, 21 Aug 2009 20:17:06 +0000 (16:17 -0400)]
Merge branch 'dbconfig' into 0.9.x
Conflicts:
lib/common.php
Evan Prodromou [Fri, 21 Aug 2009 20:14:32 +0000 (16:14 -0400)]
load configuration options from database at runtime
Craig Andrews [Fri, 21 Aug 2009 20:05:40 +0000 (16:05 -0400)]
Merge commit 'brion/searchfix' 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
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
Evan Prodromou [Fri, 21 Aug 2009 19:29:28 +0000 (15:29 -0400)]
We don't need to re-distribute jquery-autocomplete demo
Evan Prodromou [Fri, 21 Aug 2009 19:22:02 +0000 (15:22 -0400)]
new class 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.
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
Evan Prodromou [Fri, 21 Aug 2009 12:27:21 +0000 (08:27 -0400)]
api update correctly checks max length of notices
Evan Prodromou [Fri, 21 Aug 2009 12:23:52 +0000 (08:23 -0400)]
facebook action correctly checks max notice length
Evan Prodromou [Fri, 21 Aug 2009 12:21:55 +0000 (08:21 -0400)]
maildaemon correctly checks max notice length
Evan Prodromou [Fri, 21 Aug 2009 12:19:09 +0000 (08:19 -0400)]
correctly check for max notice length in xmppdaemon
Evan Prodromou [Fri, 21 Aug 2009 12:16:08 +0000 (08:16 -0400)]
url-shortening check correctly checks max notice length
Evan Prodromou [Fri, 21 Aug 2009 12:14:37 +0000 (08:14 -0400)]
postnotice for OMB correctly checks max notice size
Evan Prodromou [Fri, 21 Aug 2009 12:13:17 +0000 (08:13 -0400)]
Web UI for notices correctly shows and checks max content length
Evan Prodromou [Fri, 21 Aug 2009 12:12:57 +0000 (08:12 -0400)]
validation code in Notice correctly checks length of content
Evan Prodromou [Fri, 21 Aug 2009 12:05:13 +0000 (08:05 -0400)]
Notice class has methods to check content length
Evan Prodromou [Fri, 21 Aug 2009 12:03:40 +0000 (08:03 -0400)]
register checks Profile bio length correctly
Evan Prodromou [Fri, 21 Aug 2009 11:48:30 +0000 (07:48 -0400)]
check and show max bio length in profilesettings
Evan Prodromou [Fri, 21 Aug 2009 11:48:14 +0000 (07:48 -0400)]
check correct setting in Profile bio length
Evan Prodromou [Fri, 21 Aug 2009 11:40:46 +0000 (07:40 -0400)]
Profile class has methods to check bio length
Evan Prodromou [Fri, 21 Aug 2009 11:32:08 +0000 (07:32 -0400)]
API for direct messages correctly checks length
Evan Prodromou [Fri, 21 Aug 2009 11:23:27 +0000 (07:23 -0400)]
message input form correctly shows and check 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
Evan Prodromou [Fri, 21 Aug 2009 11:21:29 +0000 (07:21 -0400)]
correctly check Message length for d-commands
Evan Prodromou [Fri, 21 Aug 2009 11:20:59 +0000 (07:20 -0400)]
methods for Message to check max content length
Evan Prodromou [Fri, 21 Aug 2009 10:37:22 +0000 (06:37 -0400)]
correct instructions for length in groupeditform
Evan Prodromou [Fri, 21 Aug 2009 10:36:55 +0000 (06:36 -0400)]
can set group desc limit to unlimited without resetting global limit
Evan Prodromou [Fri, 21 Aug 2009 10:24:21 +0000 (06:24 -0400)]
0 means no limit for text (distinct from null)
Evan Prodromou [Fri, 21 Aug 2009 10:13:41 +0000 (06:13 -0400)]
allow configurable length for user group description
Evan Prodromou [Thu, 20 Aug 2009 21:25:54 +0000 (17:25 -0400)]
configuration options for text limits
Evan Prodromou [Thu, 20 Aug 2009 21:12:52 +0000 (17:12 -0400)]
data classes allow >140c in user group descriptions
Evan Prodromou [Thu, 20 Aug 2009 21:11:34 +0000 (17:11 -0400)]
update database to allow >140c in group descriptions
Evan Prodromou [Thu, 20 Aug 2009 21:09:04 +0000 (17:09 -0400)]
data classes allow >140 bios in profiles
Evan Prodromou [Thu, 20 Aug 2009 21:07:20 +0000 (17:07 -0400)]
Allow unlimited-size bios in profiles
Evan Prodromou [Thu, 20 Aug 2009 21:03:49 +0000 (17:03 -0400)]
Messages can be >140c in classes
Evan Prodromou [Thu, 20 Aug 2009 21:02:25 +0000 (17:02 -0400)]
allow unlimited text in messages in DB
Evan Prodromou [Thu, 20 Aug 2009 20:56:26 +0000 (16:56 -0400)]
update data classes for TEXT content in notice
Evan Prodromou [Thu, 20 Aug 2009 20:53:00 +0000 (16:53 -0400)]
update database to allow large posts
Evan Prodromou [Fri, 21 Aug 2009 10:33:12 +0000 (06:33 -0400)]
make common_config() handle nulls correctly
Evan Prodromou [Fri, 21 Aug 2009 10:17:13 +0000 (06:17 -0400)]
reformat groupeditform.php
Adrian Lang [Fri, 21 Aug 2009 10:13:24 +0000 (12:13 +0200)]
Update libomb, fix some omb handling stuff, improve error handling.
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
Eric Helgeson [Thu, 20 Aug 2009 19:25:50 +0000 (14:25 -0500)]
var empty check did not function as expected.
made script executable
mEDI [Tue, 18 Aug 2009 20:55:42 +0000 (22:55 +0200)]
add $config['attachments']['path'] to the config.php.sample
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.
Craig Andrews [Thu, 20 Aug 2009 17:08:10 +0000 (13:08 -0400)]
Merge commit 'cvollick/resolveAliases' into 0.8.x
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
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.
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
Zach Copley [Wed, 19 Aug 2009 00:59:57 +0000 (17:59 -0700)]
Updated Twitter bridge section
Craig Andrews [Wed, 19 Aug 2009 00:40:16 +0000 (20:40 -0400)]
Removed all the redundant logic in common_replace_urls_callback
Modified the regex so that strings such as /usr/share/perl5/HTML/Mason/ApacheHandler.pm as not turned into links
Zach Copley [Tue, 18 Aug 2009 23:41:24 +0000 (23:41 +0000)]
Better logging
Zach Copley [Tue, 18 Aug 2009 22:59:14 +0000 (22:59 +0000)]
Return null if all columns in the compound primary key aren't specified
Zach Copley [Tue, 18 Aug 2009 22:18:01 +0000 (22:18 +0000)]
Kick user out if she doesn't have FB cookies
Craig Andrews [Tue, 18 Aug 2009 18:15:55 +0000 (14:15 -0400)]
IPv4 and IPv6 addresses are picked up in URLs
Added ".onion" as a possible TLD
brion [Sun, 16 Aug 2009 17:17:03 +0000 (10:17 -0700)]
Use spinner icon while performing AJAX submissions of favorite/unfavorite button so there's some visual feedback that something's happening.
Craig Andrews [Sun, 16 Aug 2009 23:50:37 +0000 (19:50 -0400)]
Merge commit 'jeff-themovie/0.8.x-openid-enabled' into 0.8.x
brion [Sun, 16 Aug 2009 18:56:22 +0000 (11:56 -0700)]
Fix bug bug 1563 "opensearch content type incorrectly set"
http://laconi.ca/trac/ticket/1563
OpenSearch description info is now sent with correct Content-Type: application/opensearchdescription+xml instead of text/html.
brion [Sun, 16 Aug 2009 18:41:00 +0000 (11:41 -0700)]
Fix for search regression introduced by rename of NOTICE_GATEWAY to Notice::Gateway in commit
5f7fb994471e4326f6aea5e29157a6236de4001f
Evan Prodromou [Sun, 16 Aug 2009 14:37:15 +0000 (10:37 -0400)]
Revert "Revert "Return a 404 when a page is request that has no notices""
This reverts commit
1b204fde39271acd38bb8f9dd16734f15c68138a .
Evan Prodromou [Sun, 16 Aug 2009 14:37:04 +0000 (10:37 -0400)]
Revert "Revert "Return a 404 when a page is request that has no notices""
This reverts commit
6c597eabecf2368224938a136d7ac588702bbfd7 .
Evan Prodromou [Fri, 14 Aug 2009 20:05:57 +0000 (13:05 -0700)]
Revert "Return a 404 when a page is request that has no notices"
An empty list still exists; we should not return a 404 for empty lists.
This reverts commit
355effe6315ab7927a54f44fc9ce903085769b5f .
Evan Prodromou [Fri, 14 Aug 2009 20:05:29 +0000 (13:05 -0700)]
Revert "Return a 404 when a page is request that has no notices"
An empty list still exists; we shouldn't return a 404.
This reverts commit
c29892c87573e0575b9a4a13210c562e08411148 .
Jeffery To [Fri, 14 Aug 2009 16:17:00 +0000 (00:17 +0800)]
Fixed OpenID appearing in primary nav when OpenID is enabled but not OpenID-only
Evan Prodromou [Fri, 14 Aug 2009 15:04:03 +0000 (08:04 -0700)]
whitespace in error.php
Jeffery To [Thu, 13 Aug 2009 14:18:06 +0000 (22:18 +0800)]
Added a configuration option to disable OpenID.
If $config['openid']['enabled'] is set to false, OpenID is removed from
the navigation and direct accesses to OpenID login pages redirect to the
login page.
If OpenID is enabled, $config['site']['openidonly'] is ignored, i.e.
OpenID is required to go OpenID-only.
Evan Prodromou [Wed, 12 Aug 2009 18:16:31 +0000 (11:16 -0700)]
ServerErrorAction always logs
Evan Prodromou [Wed, 12 Aug 2009 17:50:46 +0000 (10:50 -0700)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Craig Andrews [Wed, 12 Aug 2009 15:51:43 +0000 (11:51 -0400)]
Define the member variable N
N is defined in the DB_DataObject class, which this class kind of extends. So to keep a consistent interface for consumers, we need to have N defined here.
Brett Taylor [Wed, 12 Aug 2009 04:00:46 +0000 (16:00 +1200)]
Prevents redirect URLs that have canonical URLs longer than 255 chars from being written to the database as their canonical. Redirecting URLs will instead be saved to the database as given.
The reason for this is that table 'file' column 'url' is a VARCHAR(255) in MySQL and it silently truncates URLs longer than 255 characters, breaking the url.
The proper fix for this is to improve this column, making its type TEXT, but there are no database changes for 0.8.x, so this is the next best thing for data integrity. A migration script for 0.9.x could be written to audit the database checking for redirects and updating these urls to their proper canonical url.
Craig Andrews [Wed, 12 Aug 2009 03:05:46 +0000 (23:05 -0400)]
Corrected the Infinite Scroll CSS Selectors
Thanks dcostalis for making me aware of the issue!
Craig Andrews [Wed, 12 Aug 2009 02:48:35 +0000 (22:48 -0400)]
Return a 404 when a page is request that has no notices
Craig Andrews [Wed, 12 Aug 2009 02:09:02 +0000 (22:09 -0400)]
Return a 404 when a page is request that has no notices
Craig Andrews [Wed, 12 Aug 2009 01:15:42 +0000 (21:15 -0400)]
oEmbed provider does not use the twitter api library classes any more
Craig Andrews [Tue, 11 Aug 2009 20:36:34 +0000 (16:36 -0400)]
Make notice attachment lightbox work after an infinite scroll happens
Evan Prodromou [Tue, 11 Aug 2009 15:18:24 +0000 (11:18 -0400)]
reformat newnotice.php
Craig Andrews [Tue, 11 Aug 2009 14:42:04 +0000 (10:42 -0400)]
Merge commit 'jeff-themovie/0.8.x-private-returnto' into 0.8.x
Craig Andrews [Tue, 11 Aug 2009 14:41:17 +0000 (10:41 -0400)]
Merge commit 'jeff-themovie/0.8.x-jcrop-0.9.8' into 0.8.x
Craig Andrews [Tue, 11 Aug 2009 14:39:44 +0000 (10:39 -0400)]
Merge commit 'jeff-themovie/0.8.x-private-search' into 0.8.x
Evan Prodromou [Tue, 11 Aug 2009 14:23:11 +0000 (10:23 -0400)]
Merge branch 'master' into 0.8.x
Conflicts:
lib/mail.php
lib/rssaction.php
lib/twitterapi.php
Jeffery To [Tue, 11 Aug 2009 13:55:24 +0000 (21:55 +0800)]
Set returnto when redirected to login of a private install
Jeffery To [Tue, 11 Aug 2009 13:00:51 +0000 (21:00 +0800)]
Added opensearch to the list of public actions.
IE7+ will ask for this (opensearch/people and opensearch/notice) on every page access, and as the content is not sensitive, returning it is better than a 307 redirect.
Jeffery To [Tue, 11 Aug 2009 12:47:41 +0000 (20:47 +0800)]
Don't show Search in the primary nav if the user isn't logged in and the site is private
Jeffery To [Tue, 11 Aug 2009 12:29:45 +0000 (20:29 +0800)]
Updated Jcrop to 0.9.8 (avatar cropping wasn't working in IE7 with 0.9.5)
Brett Taylor [Tue, 11 Aug 2009 03:57:53 +0000 (15:57 +1200)]
Merge commit 'mainline/0.8.x' into 0.8.x-notices-in-htmloutputter
Brett Taylor [Tue, 11 Aug 2009 03:53:37 +0000 (15:53 +1200)]
two variables $public and $system were generating notices in lib/htmloutputter.php, removed because these two parameters are null by default.
Brett Taylor [Tue, 11 Aug 2009 03:26:41 +0000 (15:26 +1200)]
fix for trac bug #1805:
bug on line 381 referred to non existant variable, and caused a php notice and potentially would create a misconfigured config.php database type setting.
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,
Brenda Wallace [Tue, 11 Aug 2009 02:41:48 +0000 (14:41 +1200)]
Revert "changed file.url column type from varcahr(255) to varchar(2047)"
This reverts commit
c1b19929f6234c4b9e30e16bae419c89c38c1169 .