]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
15 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

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

15 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

15 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

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

15 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

15 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

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

15 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

15 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

15 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

15 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.

15 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

15 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

15 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

15 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.

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

15 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

15 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

15 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

15 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

15 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.

15 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.

15 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.

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

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

15 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

15 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

15 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

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

15 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

15 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.

15 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

15 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

15 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

15 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

15 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

15 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

15 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

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

15 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

15 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

15 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

15 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Evan Prodromou [Wed, 16 Sep 2009 15:51:19 +0000 (11:51 -0400)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

15 years agoThe site id was hardcoded inside the plugin code. Instead the piwikid
Craig Andrews [Sat, 12 Sep 2009 00:40:51 +0000 (20:40 -0400)]
The site id was hardcoded inside the plugin code. Instead the piwikid
is used now.

Fixes http://status.net/trac/ticket/1864

Thanks zmf

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

15 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

15 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.

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

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

15 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

15 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

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

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

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

15 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

15 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

15 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

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

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

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

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

15 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

15 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)

15 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

15 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

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

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

15 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

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

15 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.

15 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

15 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

15 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.

15 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.

15 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

15 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

15 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

15 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

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

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

15 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.

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

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

15 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

15 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

15 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

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

15 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

15 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

15 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

15 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

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

15 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

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

15 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

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

15 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

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

15 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.