]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Evan Prodromou [Wed, 23 Sep 2009 13:45:22 +0000 (09:45 -0400)]
Merge branch '0.8.x' into 0.9.x
Conflicts:
actions/requesttoken.php
classes/File.php
install.php
lib/noticeform.php
Evan Prodromou [Wed, 23 Sep 2009 13:34:55 +0000 (09:34 -0400)]
Revert "When viewing a page in https, all links to non-actions (links to CSS, JS, etc) should be https. Fixes the mixed content warnings that browsers display."
This reverts commit
20997619b353faa94591800fbfc02bc19a4cdce3 .
The commit doesn't take into account having different servers (theme
server, avatar server) and being able to set HTTPS for some but not all.
Evan Prodromou [Wed, 23 Sep 2009 13:33:40 +0000 (09:33 -0400)]
revert output buffering (costly) for ETags (low priority)
Evan Prodromou [Wed, 23 Sep 2009 13:29:02 +0000 (09:29 -0400)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
Craig Andrews [Tue, 22 Sep 2009 23:34:10 +0000 (19:34 -0400)]
Allow some punctuation instead of just spaces before @user, !group, and #tag
Craig Andrews [Tue, 22 Sep 2009 15:12:55 +0000 (11:12 -0400)]
Link hrefs are the short url, and title is the long url
Craig Andrews [Tue, 22 Sep 2009 02:48:19 +0000 (22:48 -0400)]
Make link href the long url so users can tell where links are going
Craig Andrews [Mon, 21 Sep 2009 20:33:15 +0000 (16:33 -0400)]
Use new queue handler event
Craig Andrews [Mon, 21 Sep 2009 20:29:22 +0000 (16:29 -0400)]
Fix typo is default hub url
Sarven Capadisli [Mon, 21 Sep 2009 19:17:37 +0000 (19:17 +0000)]
Initial UI to allow certain timelines to be viewed in a new window in
realtime
Evan Prodromou [Mon, 21 Sep 2009 18:44:16 +0000 (14:44 -0400)]
add the plugin daemon
Evan Prodromou [Mon, 21 Sep 2009 18:42:20 +0000 (14:42 -0400)]
have to provide full path for daemons
Evan Prodromou [Mon, 21 Sep 2009 18:39:22 +0000 (14:39 -0400)]
'easy' way to handle notices at queue time
Sarven Capadisli [Mon, 21 Sep 2009 18:30:22 +0000 (18:30 +0000)]
Escaping internal JavaScript
Evan Prodromou [Mon, 21 Sep 2009 18:29:43 +0000 (14:29 -0400)]
you can add a daemon to getvaliddaemons
Evan Prodromou [Mon, 21 Sep 2009 18:23:35 +0000 (14:23 -0400)]
add a hook for the unqueuemanager
Evan Prodromou [Mon, 21 Sep 2009 18:14:55 +0000 (14:14 -0400)]
add a hook at point of enqueuing notices
Sarven Capadisli [Mon, 21 Sep 2009 14:30:12 +0000 (14:30 +0000)]
Added a check for any URL param. If found, strips them out before
going ahead with realtime timeline update.
Sarven Capadisli [Mon, 21 Sep 2009 11:35:56 +0000 (11:35 +0000)]
Made it slighly more compact with less jQuery selection
Sarven Capadisli [Mon, 21 Sep 2009 11:32:36 +0000 (11:32 +0000)]
Updated todo comment for pushing notices to Personal and Replies
timelines
Brion Vibber [Mon, 21 Sep 2009 05:30:10 +0000 (22:30 -0700)]
Fixes for posting shortened URLs or uploads
* If no shortener plugin is enabled, fall back to using the long URL instead of trying to load nonexistent ur1.ca plugin and throwing 'Class does not exist'
* Fix bad call to call_user_func_array() in callback_helper() which broke all shortening
Brion Vibber [Mon, 21 Sep 2009 04:39:57 +0000 (21:39 -0700)]
Don't trigger E_NOTICE when looking for commands in the notice input
explode() only returns one item if there was no space, leading to an E_NOTICE about an undefined array index in the list($a,$b) pattern.
Sarven Capadisli [Sun, 20 Sep 2009 15:20:10 +0000 (15:20 +0000)]
Fixed indenting
Sarven Capadisli [Sun, 20 Sep 2009 15:14:46 +0000 (15:14 +0000)]
Added realtime streams for all and showstream timelines
Sarven Capadisli [Sun, 20 Sep 2009 11:44:22 +0000 (13:44 +0200)]
No need to call farbtastic.go.js because it was moved to userdesign.go.js
Sarven Capadisli [Sun, 20 Sep 2009 10:55:34 +0000 (12:55 +0200)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
Craig Andrews [Sun, 20 Sep 2009 02:53:39 +0000 (22:53 -0400)]
Make the infinite scroll plugin have a non-infinite scroll (button click to scroll) mode
Zach Copley [Sun, 20 Sep 2009 01:34:07 +0000 (18:34 -0700)]
Make statuses/home_timeline return the same thing as statuses/friends_timeline to support apps trying to use the new retweet API method.
Zach Copley [Sun, 20 Sep 2009 01:34:07 +0000 (18:34 -0700)]
Make statuses/home_timeline return the same thing as statuses/friends_timeline to support apps trying to use the new retweet API method.
Adrian Lang [Sat, 19 Sep 2009 19:40:48 +0000 (21:40 +0200)]
Add missing parenthesis.
Adrian Lang [Sat, 19 Sep 2009 19:38:52 +0000 (21:38 +0200)]
Fix merges.
Evan Prodromou [Sat, 19 Sep 2009 19:06:16 +0000 (15:06 -0400)]
handle Godaddy-style PATH_INFO which includes the script
CiaranG [Sat, 19 Sep 2009 11:09:49 +0000 (12:09 +0100)]
Additional note in Autocomplete plugin readme about private mode
Brenda Wallace [Sat, 19 Sep 2009 04:01:42 +0000 (16:01 +1200)]
Pear code style
Brenda Wallace [Sat, 19 Sep 2009 00:28:08 +0000 (12:28 +1200)]
@author tags updated -- only one entry per name now
Craig Andrews [Fri, 18 Sep 2009 21:53:06 +0000 (17:53 -0400)]
Blacklist all files and directories in the web root (INSTALLDIR). Much more elegant than manually keep tracking of these invalid usernames.
Craig Andrews [Fri, 18 Sep 2009 21:37:36 +0000 (17:37 -0400)]
Show context link if this notice starts a conversation
Sarven Capadisli [Fri, 18 Sep 2009 17:32:51 +0000 (19:32 +0200)]
Removed trailing single space in author @title
CiaranG [Fri, 18 Sep 2009 07:27:09 +0000 (08:27 +0100)]
Correction to path in README of recaptcha plugin
Craig Andrews [Thu, 17 Sep 2009 18:38:41 +0000 (14:38 -0400)]
Merge remote branch 'cvollick/imDoc' into 0.8.x
Craig Andrews [Thu, 17 Sep 2009 18:38:08 +0000 (14:38 -0400)]
Merge remote branch 'cvollick/userTagPagination' into 0.8.x
Brenda Wallace [Thu, 17 Sep 2009 08:15:15 +0000 (20:15 +1200)]
fixed up space on @author tags
Sarven Capadisli [Wed, 16 Sep 2009 16:05:52 +0000 (16:05 +0000)]
Merge branch 'realtime' into 0.8.x
Sarven Capadisli [Wed, 16 Sep 2009 16:04:19 +0000 (16:04 +0000)]
Fixed missing quotes
Evan Prodromou [Wed, 16 Sep 2009 15:57:26 +0000 (11:57 -0400)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
Evan Prodromou [Wed, 16 Sep 2009 15:57:07 +0000 (11:57 -0400)]
make PiwikAnalytics work a little nicer
Sarven Capadisli [Wed, 16 Sep 2009 13:29:46 +0000 (13:29 +0000)]
Fixed typo
Sarven Capadisli [Wed, 16 Sep 2009 09:14:26 +0000 (11:14 +0200)]
Updated csarven emails to csarven@status.net and removed dupes
Christopher Vollick [Wed, 16 Sep 2009 09:07:33 +0000 (05:07 -0400)]
Pagination of user/tag was navigating to wrong page.
Fixes bug #1736.
Evan Prodromou [Wed, 16 Sep 2009 02:31:52 +0000 (22:31 -0400)]
statusize new HTTP classes
Evan Prodromou [Wed, 16 Sep 2009 02:30:52 +0000 (22:30 -0400)]
dedupe evans
Evan Prodromou [Wed, 16 Sep 2009 02:28:59 +0000 (22:28 -0400)]
change all evans to evan@status.net
Evan Prodromou [Wed, 16 Sep 2009 02:19:19 +0000 (22:19 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Wed, 16 Sep 2009 02:14:15 +0000 (22:14 -0400)]
add post to curlclient
Evan Prodromou [Wed, 16 Sep 2009 02:05:57 +0000 (22:05 -0400)]
fix user-agent for curlclient
Evan Prodromou [Wed, 16 Sep 2009 01:55:36 +0000 (21:55 -0400)]
add get to curl client
Evan Prodromou [Wed, 16 Sep 2009 01:50:19 +0000 (21:50 -0400)]
add cURL client with HEAD method
Evan Prodromou [Wed, 16 Sep 2009 01:23:04 +0000 (21:23 -0400)]
Merge branch '0.9.x' into httputil
Evan Prodromou [Wed, 16 Sep 2009 01:22:47 +0000 (21:22 -0400)]
add user agent and correct version check to httpclient
Evan Prodromou [Wed, 16 Sep 2009 01:22:15 +0000 (21:22 -0400)]
statusize OpenID plugin
Evan Prodromou [Wed, 16 Sep 2009 00:40:18 +0000 (20:40 -0400)]
add http client config value
Evan Prodromou [Wed, 16 Sep 2009 00:40:03 +0000 (20:40 -0400)]
update httpclient class
Evan Prodromou [Wed, 16 Sep 2009 00:29:41 +0000 (20:29 -0400)]
move httputil to httpclient
Evan Prodromou [Thu, 26 Mar 2009 19:26:19 +0000 (15:26 -0400)]
Start a common library for HTTP client stuff
Evan Prodromou [Wed, 16 Sep 2009 01:12:44 +0000 (21:12 -0400)]
check correct define (not backwards compatible)
Zach Copley [Tue, 15 Sep 2009 23:46:18 +0000 (16:46 -0700)]
Fixed broken list items in installer output
Zach Copley [Tue, 15 Sep 2009 23:31:09 +0000 (16:31 -0700)]
Got rid of a bunch of ugly warnings
Zach Copley [Tue, 15 Sep 2009 21:37:11 +0000 (14:37 -0700)]
Add Jiminy to notice sources
Zach Copley [Tue, 15 Sep 2009 21:40:57 +0000 (14:40 -0700)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
Zach Copley [Tue, 15 Sep 2009 21:37:11 +0000 (14:37 -0700)]
Add Jiminy to notice sources
Craig Andrews [Tue, 15 Sep 2009 21:17:36 +0000 (17:17 -0400)]
304 responses should not have a Content-Length header.
Evan Prodromou [Tue, 15 Sep 2009 21:16:35 +0000 (17:16 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Craig Andrews [Tue, 15 Sep 2009 21:09:47 +0000 (17:09 -0400)]
Merge branch '0.8.x' of gitorious.org:statusnet/mainline into 0.8.x
Evan Prodromou [Tue, 15 Sep 2009 21:08:27 +0000 (17:08 -0400)]
Revert "Several fixes to make RabbitMQ a player."
This reverts commit
c04987018cd6c845c6da7a92d9857d8c651f7022 .
Craig Andrews [Tue, 15 Sep 2009 21:08:26 +0000 (17:08 -0400)]
Remove unnecessary Profile::pkeyGet
Thanks for the info, Evan.
Zach Copley [Tue, 15 Sep 2009 19:59:32 +0000 (12:59 -0700)]
Make it impossible to delete self-subscriptions via the API
Zach Copley [Tue, 15 Sep 2009 19:59:32 +0000 (12:59 -0700)]
Make it impossible to delete self-subscriptions via the API
Sarven Capadisli [Tue, 15 Sep 2009 13:53:16 +0000 (13:53 +0000)]
Updated XHR return markup for Realtime plugin
Adrian Lang [Mon, 14 Sep 2009 20:08:17 +0000 (22:08 +0200)]
Sarven Capadisli [Mon, 14 Sep 2009 13:14:48 +0000 (15:14 +0200)]
Updated Cloudy theme
Christopher Vollick [Mon, 14 Sep 2009 12:44:58 +0000 (08:44 -0400)]
Fixed Confusing Typo in Documentation.
Subscribe != Unsubscribe.
Also, my editor added a newline at the end because there wasn't one.
Brenda Wallace [Sun, 13 Sep 2009 09:55:45 +0000 (21:55 +1200)]
code style cleanup
Brenda Wallace [Sun, 13 Sep 2009 09:27:34 +0000 (21:27 +1200)]
cleaned up code style
Brenda Wallace [Mon, 14 Sep 2009 07:19:11 +0000 (19:19 +1200)]
pulled @author from git logs
Conflicts:
install.php
Brenda Wallace [Sun, 13 Sep 2009 08:32:58 +0000 (20:32 +1200)]
fixed indentation for the pear code styles
Brenda Wallace [Sun, 13 Sep 2009 08:31:19 +0000 (20:31 +1200)]
lotsa of multiline if statements and function calls changed style to meat pear code style
Brenda Wallace [Sun, 13 Sep 2009 08:16:07 +0000 (20:16 +1200)]
fixed up if statements
Brenda Wallace [Sun, 13 Sep 2009 08:15:21 +0000 (20:15 +1200)]
added most of the required doxygen
Brenda Wallace [Mon, 14 Sep 2009 07:08:05 +0000 (19:08 +1200)]
most of code style errors gone
Conflicts:
install.php
Brenda Wallace [Sun, 13 Sep 2009 06:32:59 +0000 (18:32 +1200)]
removed commented out code we no longer want
Brenda Wallace [Sun, 13 Sep 2009 06:31:44 +0000 (18:31 +1200)]
fixed up curly brackets and spaces around for, if, else
Brenda Wallace [Sun, 13 Sep 2009 06:29:10 +0000 (18:29 +1200)]
many doxygen comments added
Brenda Wallace [Sun, 13 Sep 2009 06:22:32 +0000 (18:22 +1200)]
lotsa tabulation changed to 4 spaces
Brenda Wallace [Sun, 13 Sep 2009 05:59:42 +0000 (17:59 +1200)]
fixed missing semisolon
Brenda Wallace [Mon, 14 Sep 2009 07:05:14 +0000 (19:05 +1200)]
removed most of the <?php ?> that was making this hard to read
Conflicts:
install.php
Brenda Wallace [Sun, 13 Sep 2009 05:44:22 +0000 (17:44 +1200)]
added doxygen for main()
Brenda Wallace [Sun, 13 Sep 2009 05:43:48 +0000 (17:43 +1200)]
changed curly bracks on if, else, foreach to match pear code styles
Brenda Wallace [Sun, 13 Sep 2009 05:43:02 +0000 (17:43 +1200)]
added doxygen tags
Brion Vibber [Mon, 14 Sep 2009 00:53:15 +0000 (17:53 -0700)]
bug 1814: installer now only offers DB types which are available.
Abstracted a couple of hardcoded lists of mysql/pgsql checks and radio button creation to use a nice little array of names, installer funcs, and modules to check.
Only those DB types whose modules are present will be presented in the installer; if all are missing, we throw an error and list out all the possibilities we were looking for.
Brion Vibber [Mon, 14 Sep 2009 01:15:49 +0000 (18:15 -0700)]
Avoid or suppress E_NOTICE and E_WARNING messages related to the checklibs checks.
* notice on main installer form checking for $_GET['checklibs']
* notices when seeing which module checks to run
* warnings when attempting to load include files