]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
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
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.
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 .
Evan Prodromou [Mon, 10 Aug 2009 20:42:21 +0000 (16:42 -0400)]
Revert "common_config returns false if the config value is not set. Design::toWebColor checks with is_null. Hence the common_config value should be adjusted."
This reverts commit
5ba46186b7dd179253023426f6d7cdbbee67ad98 .
Evan Prodromou [Mon, 10 Aug 2009 20:42:10 +0000 (16:42 -0400)]
Revert "Typo, session_name is a function."
This reverts commit
d0793c0f44aabb76af2556a690013c143ac9f7a3 .
Evan Prodromou [Mon, 10 Aug 2009 20:42:04 +0000 (16:42 -0400)]
Revert "UnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling typo."
This reverts commit
e1270b26f5eae1c3d7ea4b954f0bc1f51d73494c .
Adrian Lang [Mon, 10 Aug 2009 13:01:00 +0000 (15:01 +0200)]
common_config returns false if the config value is not set. Design::toWebColor checks with is_null. Hence the common_config value should be adjusted.
Adrian Lang [Fri, 7 Aug 2009 10:21:36 +0000 (12:21 +0200)]
UnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling typo.
Evan Prodromou [Mon, 10 Aug 2009 20:33:36 +0000 (16:33 -0400)]
Merge branch 'master' of git@gitorious.org:laconica/mainline
Christopher Vollick [Fri, 7 Aug 2009 12:28:20 +0000 (08:28 -0400)]
$args Was Out Of Scope in CheckMirror.
It looks like when the code was factored out no one noticed this variable doesn't exist here.
Craig Andrews [Mon, 10 Aug 2009 17:20:56 +0000 (13:20 -0400)]
Merge commit 'dcostalis/econversation' into 0.8.x
brion [Mon, 10 Aug 2009 01:39:51 +0000 (18:39 -0700)]
Workaround for bug 1317 '"What's up" textarea on iPhone missing proper submit button'
http://laconi.ca/trac/ticket/1317
Mobile Safari shows a 'return' button for making newlines in a <textarea> where it would show a submit button for plain <input> text fields...
However there's a keydown event handler which is supposed to detect hitting enter and submit the form for us. This didn't work on Mobile Safari because it was checking of 13 ("\r") but the iPhone sends us char 10 ("\n") here. Changed to accept both, so we now submit on hitting 'return' on iPhone.
Note: I also added a blur() to move focus out of the textarea, which closes the on-screen keyboard. It will also take focus out of the textarea on other platforms, but this is probably the right thing -- the same thing happens when you push the "send" button after all.
Also note: unfortunately the layout right now looks pretty awful generally while editing on the iPhone; you can't see the send button or character counter while typing at the default zoom, and it doesn't zoom out after you submit so you can't really see where your message is going. This should be dealt with in general by fixing up the mobile skin variant...
Craig Andrews [Mon, 10 Aug 2009 15:53:35 +0000 (11:53 -0400)]
Merge commit 'jeff-themovie/0.8.x-openidonly' into 0.8.x
Adrian Lang [Mon, 10 Aug 2009 13:24:27 +0000 (15:24 +0200)]
Typo, session_name is a function.
Adrian Lang [Mon, 10 Aug 2009 13:01:00 +0000 (15:01 +0200)]
common_config returns false if the config value is not set. Design::toWebColor checks with is_null. Hence the common_config value should be adjusted.
Adrian Lang [Fri, 7 Aug 2009 10:21:36 +0000 (12:21 +0200)]
UnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling typo.
Zach Copley [Mon, 10 Aug 2009 07:49:51 +0000 (07:49 +0000)]
Merge branch 'twitter-oauth' into 0.8.x
Conflicts:
scripts/getvaliddaemons.php
Zach Copley [Mon, 10 Aug 2009 07:21:35 +0000 (07:21 +0000)]
Add Twitter OAuth key and secret example
Zach Copley [Mon, 10 Aug 2009 07:18:09 +0000 (07:18 +0000)]
Add synctwitterfriends to daemon startup and stop scripts
Zach Copley [Mon, 10 Aug 2009 07:13:00 +0000 (07:13 +0000)]
Take token field out of foreign_link
This undoes patch
a49272d448d75a6ab74515352345d8baacb96f1f
Zach Copley [Mon, 10 Aug 2009 07:00:59 +0000 (07:00 +0000)]
I forgot that we don't do database upgrades for point releases. So I've
changed Twitter OAuth to store token and token secret in the same field
in foreign_link (credentials). This should be changed in 0.9.
Zach Copley [Mon, 10 Aug 2009 06:05:43 +0000 (06:05 +0000)]
Moved some stuff around. More comments and phpcs compliance.
Jeffery To [Sun, 9 Aug 2009 11:12:59 +0000 (19:12 +0800)]
Added configuration option to only allow OpenID logins.
If $config['site']['openidonly'] is set to true:
* the Login/Register pages will be removed from the navigation;
* directly accesses to the Login/Register pages will redirect to the
OpenID login page;
* most links to the Login/Register pages will link to the OpenID login
page instead.
The user will still need to set a password to access the API and RSS
feeds.
Brenda Wallace [Sun, 9 Aug 2009 21:41:07 +0000 (09:41 +1200)]
changed file.url column type from varcahr(255) to varchar(2047)
Sarven Capadisli [Sun, 9 Aug 2009 11:23:35 +0000 (13:23 +0200)]
Updated link colour.
Craig Andrews [Sun, 9 Aug 2009 02:56:42 +0000 (22:56 -0400)]
Fix logic that determines if a URL is relative or absolute in script() and cssLink()
Craig Andrews [Sun, 9 Aug 2009 02:55:31 +0000 (22:55 -0400)]
Use jQuery instead of window.onLoad, which I believe will be faster and more reliable
Craig Andrews [Sun, 9 Aug 2009 02:38:48 +0000 (22:38 -0400)]
Update README to use the addPlugin syntax to add the plugin (which seems cleaner)
brion [Sun, 9 Aug 2009 00:54:57 +0000 (17:54 -0700)]
Throttles updating of the character counter to reduce the performance impact on typing, especially on slower devices (mobiles, netbooks).
http://laconi.ca/trac/ticket/1462
Zach Copley [Sat, 8 Aug 2009 18:13:19 +0000 (18:13 +0000)]
Broke some stuff out into functions. Ran it through phpcs.
Zach Copley [Sat, 8 Aug 2009 18:11:47 +0000 (18:11 +0000)]
Merge branch '0.8.x' into twitter-oauth
Sarven Capadisli [Sat, 8 Aug 2009 15:45:53 +0000 (17:45 +0200)]
Fixed typo "thier". Ticket 1606
Sarven Capadisli [Sat, 8 Aug 2009 10:44:28 +0000 (10:44 +0000)]
Fix for removing the first occurance of the duplicate nickname in
textarea when NoticeReply() is used.
Zach Copley [Fri, 17 Jul 2009 19:39:54 +0000 (12:39 -0700)]
Only populate attachments array element if there are attachments
Zach Copley [Fri, 17 Jul 2009 19:33:51 +0000 (12:33 -0700)]
Also show XML representation of attachments in the API
Zach Copley [Tue, 4 Aug 2009 20:49:18 +0000 (20:49 +0000)]
Post to Facebook user's stream if notice has an attachment, otherwise post notice as a status update
Zach Copley [Mon, 27 Jul 2009 02:54:51 +0000 (02:54 +0000)]
Better error handling when updating Facebook
Zach Copley [Wed, 15 Jul 2009 23:09:07 +0000 (16:09 -0700)]
Update to lastest external Facebook libs
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
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.
Brenda Wallace [Thu, 23 Jul 2009 09:46:20 +0000 (21:46 +1200)]
Call $this->getNotices() always, becuase $this will be the right class.
e.g.
TagrssAction
or
PublicrssAction
anontwit [Fri, 7 Aug 2009 22:24:58 +0000 (15:24 -0700)]
bug 1770 conversation link for email
Craig Andrews [Fri, 7 Aug 2009 22:26:12 +0000 (18:26 -0400)]
Redirect instead of showing an error when the user visits a non-local notice's url
Use consistent logic in display non-local notice links
Fixes http://laconi.ca/trac/ticket/1788
anontwit [Fri, 7 Aug 2009 22:24:58 +0000 (15:24 -0700)]
bug 1770 conversation link for email
Craig Andrews [Fri, 7 Aug 2009 22:00:04 +0000 (18:00 -0400)]
Implemented the list_all and list groups API methods as defined at http://laconi.ca/trac/wiki/ProposedGroupsAPI
Made the Autocomplete plugin also autocomplete groups
Christopher Vollick [Fri, 7 Aug 2009 13:46:43 +0000 (09:46 -0400)]
Fixed Escaping in SMS Doc.
In the SMS doc there were literal '<', '>' characters.
Now there aren't.
Christopher Vollick [Fri, 7 Aug 2009 12:28:20 +0000 (08:28 -0400)]
$args Was Out Of Scope in CheckMirror.
It looks like when the code was factored out no one noticed this variable doesn't exist here.
Craig Andrews [Fri, 7 Aug 2009 02:45:09 +0000 (22:45 -0400)]
Merge commit 'jeff-themovie/0.8.x-rss-1.0-descriptions' into 0.8.x
Craig Andrews [Fri, 7 Aug 2009 02:40:59 +0000 (22:40 -0400)]
Merge commit 'holizz/0.8.x-fasterjs' into 0.8.x
Craig Andrews [Fri, 7 Aug 2009 02:39:38 +0000 (22:39 -0400)]
Merge commit 'jeff-themovie/0.8.x-jsonsearchresultslist' into 0.8.x
Craig Andrews [Fri, 7 Aug 2009 02:38:06 +0000 (22:38 -0400)]
Merge commit 'jeff-themovie/0.8.x-subsystems-enabled' into 0.8.x
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,
Craig Andrews [Fri, 7 Aug 2009 02:30:02 +0000 (22:30 -0400)]
Used Yahoo! Smush.it to save a few bytes on the images
Zach Copley [Thu, 6 Aug 2009 22:52:58 +0000 (22:52 +0000)]
Make TwitterStatusFetcher extend ParallelizingDaemon
Tom Adams [Thu, 6 Aug 2009 22:13:05 +0000 (23:13 +0100)]
Set counter text only when it differs from the new remaining count.
This speeds up keyboard navigation around the textarea field.
Craig Andrews [Thu, 6 Aug 2009 22:05:46 +0000 (18:05 -0400)]
remove redundant/unnecessary lines
Craig Andrews [Thu, 6 Aug 2009 19:26:13 +0000 (15:26 -0400)]
Move inline javascript to a separate js file
Craig Andrews [Thu, 6 Aug 2009 19:19:33 +0000 (15:19 -0400)]
I had my user info hardcoded... oops.
Craig Andrews [Thu, 6 Aug 2009 19:14:27 +0000 (15:14 -0400)]
Support the 'lite' parameter to statuses/friends and statuses/followers twitter api methods.
http://laconi.ca/trac/ticket/1786
Craig Andrews [Thu, 6 Aug 2009 18:39:59 +0000 (14:39 -0400)]
Added the Autocomplete plugin
Jeffery To [Thu, 6 Aug 2009 17:57:43 +0000 (01:57 +0800)]
Fixed IM and SMS enabled options to default to true.
Jeffery To [Thu, 6 Aug 2009 17:55:31 +0000 (01:55 +0800)]
Added configuration option to disable post-by-email.
This hides the relevant settings from the email settings page and
prevents maildaemon.php from processing email if the option is
disabled.
Jeffery To [Thu, 6 Aug 2009 17:34:36 +0000 (01:34 +0800)]
Hide subscription controls for disabled services (IM, SMS)
Jeffery To [Thu, 6 Aug 2009 17:18:17 +0000 (01:18 +0800)]
Added configuration options to enable/disable SMS and Twitter integration.
This disables the IM, SMS and Twitter settings pages and queue handlers
depending on the config options.
Craig Andrews [Thu, 6 Aug 2009 17:05:40 +0000 (13:05 -0400)]
Check theme first for CSS files, then use the non-theme path.
Fixes CSS links in plugins
Evan Prodromou [Thu, 6 Aug 2009 16:35:35 +0000 (12:35 -0400)]
add LiveTweeter (note caps)
Evan Prodromou [Thu, 6 Aug 2009 16:32:09 +0000 (12:32 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Thu, 6 Aug 2009 16:30:56 +0000 (12:30 -0400)]
add qwit
Jeffery To [Thu, 6 Aug 2009 16:03:50 +0000 (00:03 +0800)]
Fixed missing/null values from JSON search results
Jeffery To [Thu, 6 Aug 2009 15:36:24 +0000 (23:36 +0800)]
Make RSS 1.0 channel descriptions more consistent with RSS 2.0 and Atom descriptions
Craig Andrews [Thu, 6 Aug 2009 15:18:57 +0000 (11:18 -0400)]
Make 2nd and 3rd cssLink() arguments optional
Zach Copley [Thu, 6 Aug 2009 07:03:05 +0000 (07:03 +0000)]
- Rewrote SyncTwitterFriends as a daemon
- Made it use OAuth
- Code clean up
Zach Copley [Thu, 6 Aug 2009 01:15:08 +0000 (01:15 +0000)]
Abstract out the parallelizing daemon stuff
Craig Andrews [Thu, 6 Aug 2009 00:28:46 +0000 (20:28 -0400)]
Handle relative and absolute url parameters to script() and cssLink()
Craig Andrews [Thu, 6 Aug 2009 00:16:34 +0000 (20:16 -0400)]
Use cssLink() to link to external css
Craig Andrews [Thu, 6 Aug 2009 00:15:00 +0000 (20:15 -0400)]
Use script() to write out javascript <script> tags
Craig Andrews [Wed, 5 Aug 2009 23:54:46 +0000 (19:54 -0400)]
Used script() function to write out the javascript link
Craig Andrews [Wed, 5 Aug 2009 23:45:12 +0000 (19:45 -0400)]
Use script() and cssLink() methods everywhere instead of manually writing out javascript and css each time
Craig Andrews [Wed, 5 Aug 2009 23:35:42 +0000 (19:35 -0400)]
Added cssLink() and script() functions to htmloutputter
Craig Andrews [Wed, 5 Aug 2009 23:24:34 +0000 (19:24 -0400)]
Accidentally caused the DOCTYPE to never be rendered - fix that.
Craig Andrews [Wed, 5 Aug 2009 22:55:47 +0000 (18:55 -0400)]
Don't start HTML responses with <?xml if the document is served as text/html.
Starting a text/html mime type document with <?xml causes some browsers (previous version of Opera and IE) to switch to Quirks Mode.
Craig Andrews [Wed, 5 Aug 2009 22:27:27 +0000 (18:27 -0400)]
Switch DOCTYPE's to the XHTML 5 DOCTYPE
Craig Andrews [Wed, 5 Aug 2009 21:09:19 +0000 (17:09 -0400)]
added Infinite Scroll plugin
Craig Andrews [Wed, 5 Aug 2009 20:26:19 +0000 (16:26 -0400)]
Use NICKNAME_FMT everywhere consistently
Evan Prodromou [Wed, 5 Aug 2009 20:03:00 +0000 (16:03 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Wed, 5 Aug 2009 20:02:47 +0000 (16:02 -0400)]
add livetweeter to notice source
Zach Copley [Wed, 5 Aug 2009 19:01:15 +0000 (19:01 +0000)]
Merge branch '0.8.x' into twitter-oauth
anontwit [Wed, 5 Aug 2009 17:58:30 +0000 (10:58 -0700)]
fixed double 'get' type
anontwit [Wed, 5 Aug 2009 17:50:27 +0000 (10:50 -0700)]
updated IM docs with new commands
Adrian Lang [Wed, 5 Aug 2009 14:05:29 +0000 (16:05 +0200)]
Argh, 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.
Adrian Lang [Wed, 5 Aug 2009 13:58:18 +0000 (15:58 +0200)]
Fix reference to undefined variable in Design::toWebColor.
Eric Helgeson [Wed, 5 Aug 2009 03:11:20 +0000 (22:11 -0500)]
Added correct null check. Created noisey errors on fresh install.
$id is not defined, should be $this->id
Zach Copley [Wed, 5 Aug 2009 00:16:12 +0000 (00:16 +0000)]
Better (hopefully) database connection management for child processes
Zach Copley [Tue, 4 Aug 2009 20:49:18 +0000 (20:49 +0000)]
Post to Facebook user's stream if notice has an attachment, otherwise post notice as a status update
Zach Copley [Tue, 4 Aug 2009 17:20:28 +0000 (17:20 +0000)]
Use empty() for checking whether DB_DataObject returned something
Zach Copley [Tue, 4 Aug 2009 17:19:05 +0000 (17:19 +0000)]
Use ssl for fetching frinds_timeline from Twitter since it requires auth and is a protected resource
Sarven Capadisli [Tue, 4 Aug 2009 16:26:29 +0000 (12:26 -0400)]
Refactored rgb2hex