]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoMerge branch '0.8.x' into 0.9.x
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

14 years agoRevert "When viewing a page in https, all links to non-actions (links to CSS, JS...
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.

14 years agorevert output buffering (costly) for ETags (low priority)
Evan Prodromou [Wed, 23 Sep 2009 13:33:40 +0000 (09:33 -0400)]
revert output buffering (costly) for ETags (low priority)

14 years agoMerge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
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

14 years agoAllow some punctuation instead of just spaces before @user, !group, and #tag
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

14 years agoLink hrefs are the short url, and title is the long url
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

14 years agoMake link href the long url so users can tell where links are going
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

14 years agoUse new queue handler event
Craig Andrews [Mon, 21 Sep 2009 20:33:15 +0000 (16:33 -0400)]
Use new queue handler event

14 years agoFix typo is default hub url
Craig Andrews [Mon, 21 Sep 2009 20:29:22 +0000 (16:29 -0400)]
Fix typo is default hub url

14 years agoInitial UI to allow certain timelines to be viewed in a new window in
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

14 years agoadd the plugin daemon
Evan Prodromou [Mon, 21 Sep 2009 18:44:16 +0000 (14:44 -0400)]
add the plugin daemon

14 years agohave to provide full path for daemons
Evan Prodromou [Mon, 21 Sep 2009 18:42:20 +0000 (14:42 -0400)]
have to provide full path for daemons

14 years ago'easy' way to handle notices at queue time
Evan Prodromou [Mon, 21 Sep 2009 18:39:22 +0000 (14:39 -0400)]
'easy' way to handle notices at queue time

14 years agoEscaping internal JavaScript
Sarven Capadisli [Mon, 21 Sep 2009 18:30:22 +0000 (18:30 +0000)]
Escaping internal JavaScript

14 years agoyou can add a daemon to getvaliddaemons
Evan Prodromou [Mon, 21 Sep 2009 18:29:43 +0000 (14:29 -0400)]
you can add a daemon to getvaliddaemons

14 years agoadd a hook for the unqueuemanager
Evan Prodromou [Mon, 21 Sep 2009 18:23:35 +0000 (14:23 -0400)]
add a hook for the unqueuemanager

14 years agoadd a hook at point of enqueuing notices
Evan Prodromou [Mon, 21 Sep 2009 18:14:55 +0000 (14:14 -0400)]
add a hook at point of enqueuing notices

14 years agoAdded a check for any URL param. If found, strips them out before
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.

14 years agoMade it slighly more compact with less jQuery selection
Sarven Capadisli [Mon, 21 Sep 2009 11:35:56 +0000 (11:35 +0000)]
Made it slighly more compact with less jQuery selection

14 years agoUpdated todo comment for pushing notices to Personal and Replies
Sarven Capadisli [Mon, 21 Sep 2009 11:32:36 +0000 (11:32 +0000)]
Updated todo comment for pushing notices to Personal and Replies
timelines

14 years agoFixes for posting shortened URLs or uploads
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

14 years agoDon't trigger E_NOTICE when looking for commands in the notice input
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.

14 years agoFixed indenting
Sarven Capadisli [Sun, 20 Sep 2009 15:20:10 +0000 (15:20 +0000)]
Fixed indenting

14 years agoAdded realtime streams for all and showstream timelines
Sarven Capadisli [Sun, 20 Sep 2009 15:14:46 +0000 (15:14 +0000)]
Added realtime streams for all and showstream timelines

14 years agoNo need to call farbtastic.go.js because it was moved to userdesign.go.js
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

14 years agoMerge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
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

14 years agoMake the infinite scroll plugin have a non-infinite scroll (button click to scroll...
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

14 years agoMake statuses/home_timeline return the same thing as statuses/friends_timeline to...
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.

14 years agoMake statuses/home_timeline return the same thing as statuses/friends_timeline to...
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.

14 years agoAdd missing parenthesis.
Adrian Lang [Sat, 19 Sep 2009 19:40:48 +0000 (21:40 +0200)]
Add missing parenthesis.

14 years agoFix merges.
Adrian Lang [Sat, 19 Sep 2009 19:38:52 +0000 (21:38 +0200)]
Fix merges.

14 years agohandle Godaddy-style PATH_INFO which includes the script
Evan Prodromou [Sat, 19 Sep 2009 19:06:16 +0000 (15:06 -0400)]
handle Godaddy-style PATH_INFO which includes the script

14 years agoAdditional note in Autocomplete plugin readme about private mode
CiaranG [Sat, 19 Sep 2009 11:09:49 +0000 (12:09 +0100)]
Additional note in Autocomplete plugin readme about private mode

14 years agoPear code style
Brenda Wallace [Sat, 19 Sep 2009 04:01:42 +0000 (16:01 +1200)]
Pear code style

14 years ago@author tags updated -- only one entry per name now
Brenda Wallace [Sat, 19 Sep 2009 00:28:08 +0000 (12:28 +1200)]
@author tags updated -- only one entry per name now

14 years agoBlacklist all files and directories in the web root (INSTALLDIR). Much more elegant...
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.

14 years agoShow context link if this notice starts a conversation
Craig Andrews [Fri, 18 Sep 2009 21:37:36 +0000 (17:37 -0400)]
Show context link if this notice starts a conversation

14 years agoRemoved trailing single space in author @title
Sarven Capadisli [Fri, 18 Sep 2009 17:32:51 +0000 (19:32 +0200)]
Removed trailing single space in author @title

14 years agoCorrection to path in README of recaptcha plugin
CiaranG [Fri, 18 Sep 2009 07:27:09 +0000 (08:27 +0100)]
Correction to path in README of recaptcha plugin

14 years agoMerge remote branch 'cvollick/imDoc' into 0.8.x
Craig Andrews [Thu, 17 Sep 2009 18:38:41 +0000 (14:38 -0400)]
Merge remote branch 'cvollick/imDoc' into 0.8.x

14 years agoMerge remote branch 'cvollick/userTagPagination' 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

14 years agofixed up space on @author tags
Brenda Wallace [Thu, 17 Sep 2009 08:15:15 +0000 (20:15 +1200)]
fixed up space on @author tags

14 years agoMerge branch 'realtime' into 0.8.x
Sarven Capadisli [Wed, 16 Sep 2009 16:05:52 +0000 (16:05 +0000)]
Merge branch 'realtime' into 0.8.x

14 years agoFixed missing quotes
Sarven Capadisli [Wed, 16 Sep 2009 16:04:19 +0000 (16:04 +0000)]
Fixed missing quotes

14 years agoMerge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
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

14 years agomake PiwikAnalytics work a little nicer
Evan Prodromou [Wed, 16 Sep 2009 15:57:07 +0000 (11:57 -0400)]
make PiwikAnalytics work a little nicer

14 years agoFixed typo
Sarven Capadisli [Wed, 16 Sep 2009 13:29:46 +0000 (13:29 +0000)]
Fixed typo

14 years agoUpdated csarven emails to csarven@status.net and removed dupes
Sarven Capadisli [Wed, 16 Sep 2009 09:14:26 +0000 (11:14 +0200)]
Updated csarven emails to csarven@status.net and removed dupes

14 years agoPagination of user/tag was navigating to wrong page.
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.

14 years agostatusize new HTTP classes
Evan Prodromou [Wed, 16 Sep 2009 02:31:52 +0000 (22:31 -0400)]
statusize new HTTP classes

14 years agodedupe evans
Evan Prodromou [Wed, 16 Sep 2009 02:30:52 +0000 (22:30 -0400)]
dedupe evans

14 years agochange all evans to evan@status.net
Evan Prodromou [Wed, 16 Sep 2009 02:28:59 +0000 (22:28 -0400)]
change all evans to evan@status.net

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
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

14 years agoadd post to curlclient
Evan Prodromou [Wed, 16 Sep 2009 02:14:15 +0000 (22:14 -0400)]
add post to curlclient

14 years agofix user-agent for curlclient
Evan Prodromou [Wed, 16 Sep 2009 02:05:57 +0000 (22:05 -0400)]
fix user-agent for curlclient

14 years agoadd get to curl client
Evan Prodromou [Wed, 16 Sep 2009 01:55:36 +0000 (21:55 -0400)]
add get to curl client

14 years agoadd cURL client with HEAD method
Evan Prodromou [Wed, 16 Sep 2009 01:50:19 +0000 (21:50 -0400)]
add cURL client with HEAD method

14 years agoMerge branch '0.9.x' into httputil
Evan Prodromou [Wed, 16 Sep 2009 01:23:04 +0000 (21:23 -0400)]
Merge branch '0.9.x' into httputil

14 years agoadd user agent and correct version check to httpclient
Evan Prodromou [Wed, 16 Sep 2009 01:22:47 +0000 (21:22 -0400)]
add user agent and correct version check to httpclient

14 years agostatusize OpenID plugin
Evan Prodromou [Wed, 16 Sep 2009 01:22:15 +0000 (21:22 -0400)]
statusize OpenID plugin

14 years agoadd http client config value
Evan Prodromou [Wed, 16 Sep 2009 00:40:18 +0000 (20:40 -0400)]
add http client config value

14 years agoupdate httpclient class
Evan Prodromou [Wed, 16 Sep 2009 00:40:03 +0000 (20:40 -0400)]
update httpclient class

14 years agomove httputil to httpclient
Evan Prodromou [Wed, 16 Sep 2009 00:29:41 +0000 (20:29 -0400)]
move httputil to httpclient

14 years agoStart a common library for HTTP client stuff
Evan Prodromou [Thu, 26 Mar 2009 19:26:19 +0000 (15:26 -0400)]
Start a common library for HTTP client stuff

14 years agocheck correct define (not backwards compatible)
Evan Prodromou [Wed, 16 Sep 2009 01:12:44 +0000 (21:12 -0400)]
check correct define (not backwards compatible)

14 years agoFixed broken list items in installer output
Zach Copley [Tue, 15 Sep 2009 23:46:18 +0000 (16:46 -0700)]
Fixed broken list items in installer output

14 years agoGot rid of a bunch of ugly warnings
Zach Copley [Tue, 15 Sep 2009 23:31:09 +0000 (16:31 -0700)]
Got rid of a bunch of ugly warnings

14 years agoAdd Jiminy to notice sources
Zach Copley [Tue, 15 Sep 2009 21:37:11 +0000 (14:37 -0700)]
Add Jiminy to notice sources

14 years agoMerge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
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

14 years agoAdd Jiminy to notice sources
Zach Copley [Tue, 15 Sep 2009 21:37:11 +0000 (14:37 -0700)]
Add Jiminy to notice sources

14 years ago304 responses should not have a Content-Length header.
Craig Andrews [Tue, 15 Sep 2009 21:17:36 +0000 (17:17 -0400)]
304 responses should not have a Content-Length header.

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
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

14 years agoMerge branch '0.8.x' of gitorious.org:statusnet/mainline into 0.8.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

14 years agoRevert "Several fixes to make RabbitMQ a player."
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.

14 years agoRemove unnecessary Profile::pkeyGet
Craig Andrews [Tue, 15 Sep 2009 21:08:26 +0000 (17:08 -0400)]
Remove unnecessary Profile::pkeyGet

Thanks for the info, Evan.

14 years agoMake 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

14 years agoMake 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

14 years agoUpdated XHR return markup for Realtime plugin
Sarven Capadisli [Tue, 15 Sep 2009 13:53:16 +0000 (13:53 +0000)]
Updated XHR return markup for Realtime plugin

14 years agoFix bad merge d7ae0ed4fd755ebad0788a17d0f2fb6a6ca9d63b
Adrian Lang [Mon, 14 Sep 2009 20:08:17 +0000 (22:08 +0200)]
Fix bad merge d7ae0ed4fd755ebad0788a17d0f2fb6a6ca9d63b

14 years agoUpdated Cloudy theme
Sarven Capadisli [Mon, 14 Sep 2009 13:14:48 +0000 (15:14 +0200)]
Updated Cloudy theme

14 years agoFixed Confusing Typo in Documentation.
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.

14 years agocode style cleanup
Brenda Wallace [Sun, 13 Sep 2009 09:55:45 +0000 (21:55 +1200)]
code style cleanup

14 years agocleaned up code style
Brenda Wallace [Sun, 13 Sep 2009 09:27:34 +0000 (21:27 +1200)]
cleaned up code style

14 years agopulled @author from git logs
Brenda Wallace [Mon, 14 Sep 2009 07:19:11 +0000 (19:19 +1200)]
pulled @author from git logs

Conflicts:

install.php

14 years agofixed indentation for the pear code styles
Brenda Wallace [Sun, 13 Sep 2009 08:32:58 +0000 (20:32 +1200)]
fixed indentation for the pear code styles

14 years agolotsa of multiline if statements and function calls changed style to meat pear code...
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

14 years agofixed up if statements
Brenda Wallace [Sun, 13 Sep 2009 08:16:07 +0000 (20:16 +1200)]
fixed up if statements

14 years agoadded most of the required doxygen
Brenda Wallace [Sun, 13 Sep 2009 08:15:21 +0000 (20:15 +1200)]
added most of the required doxygen

14 years agomost of code style errors gone
Brenda Wallace [Mon, 14 Sep 2009 07:08:05 +0000 (19:08 +1200)]
most of code style errors gone

Conflicts:

install.php

14 years agoremoved commented out code we no longer want
Brenda Wallace [Sun, 13 Sep 2009 06:32:59 +0000 (18:32 +1200)]
removed commented out code we no longer want

14 years agofixed up curly brackets and spaces around for, if, else
Brenda Wallace [Sun, 13 Sep 2009 06:31:44 +0000 (18:31 +1200)]
fixed up curly brackets and spaces around for, if, else

14 years agomany doxygen comments added
Brenda Wallace [Sun, 13 Sep 2009 06:29:10 +0000 (18:29 +1200)]
many doxygen comments added

14 years agolotsa tabulation changed to 4 spaces
Brenda Wallace [Sun, 13 Sep 2009 06:22:32 +0000 (18:22 +1200)]
lotsa tabulation changed to 4 spaces

14 years agofixed missing semisolon
Brenda Wallace [Sun, 13 Sep 2009 05:59:42 +0000 (17:59 +1200)]
fixed missing semisolon

14 years agoremoved most of the <?php ?> that was making this hard to read
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

14 years agoadded doxygen for main()
Brenda Wallace [Sun, 13 Sep 2009 05:44:22 +0000 (17:44 +1200)]
added doxygen for main()

14 years agochanged curly bracks on if, else, foreach to match pear code styles
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

14 years agoadded doxygen tags
Brenda Wallace [Sun, 13 Sep 2009 05:43:02 +0000 (17:43 +1200)]
added doxygen tags

14 years agobug 1814: installer now only offers DB types which are available.
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.

14 years agoAvoid or suppress E_NOTICE and E_WARNING messages related to the checklibs checks.
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