]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoMerge branch '0.9.x' into refactor-api
Zach Copley [Fri, 25 Sep 2009 01:18:26 +0000 (18:18 -0700)]
Merge branch '0.9.x' into refactor-api

* 0.9.x: (88 commits)
  Left a couple debugging statements in (removed)
  Output If-Modified-Since header for all RSS 1.0 feeds (again)
  Revert "move scripts to just before </body>, add event for scripts that need to be in <head>"
  Implemented join and leave groups api methods
  implemented etag and last modified
  Fixed broken Piwik plugin - was not using the supplied site code
  move scripts to just before </body>, add event for scripts that need to be in <head>
  some UI fixes
  Using timeline string instead of title for WindowName because IE doesn't
  Added JavaScript to initialize the poped Window
  Some layout and rendering adjustment for Realtime plugin
  Created addPop() for Realtime plugin and added param to include iconurl
  move some stuff around for realtime
  hack around address hack in util.js
  Add some more realtime feeds
  Do realtime popup with PHP instead of Javascript
  JavaScript fixes for IE
  Revert "Added realtime streams for all and showstream timelines"
  Revert "Fixed indenting"
  Revert "Made it slighly more compact with less jQuery selection"
  ...

14 years agoReorganize, make bare auth work, output If-Modified-Since header
Zach Copley [Fri, 25 Sep 2009 01:13:46 +0000 (18:13 -0700)]
Reorganize, make bare auth work, output If-Modified-Since header

14 years agoLeft a couple debugging statements in (removed)
Zach Copley [Thu, 24 Sep 2009 22:28:25 +0000 (15:28 -0700)]
Left a couple debugging statements in (removed)

14 years agoOutput If-Modified-Since header for all RSS 1.0 feeds (again)
Zach Copley [Thu, 24 Sep 2009 22:10:55 +0000 (15:10 -0700)]
Output If-Modified-Since header for all RSS 1.0 feeds (again)

14 years agoMerge branch '0.8.x' into 0.9.x
Evan Prodromou [Thu, 24 Sep 2009 21:24:15 +0000 (17:24 -0400)]
Merge branch '0.8.x' into 0.9.x

Conflicts:
EVENTS.txt

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Thu, 24 Sep 2009 21:22:51 +0000 (17:22 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

Conflicts:
install.php
lib/noticeform.php

14 years agoMerge remote branch 'statusnet/0.8.x' into 0.9.x
Craig Andrews [Thu, 24 Sep 2009 21:15:54 +0000 (17:15 -0400)]
Merge remote branch 'statusnet/0.8.x' into 0.9.x

Conflicts:
EVENTS.txt
actions/requesttoken.php
classes/File.php
install.php
lib/action.php
lib/noticeform.php

14 years agoMerge branch 'master' into 0.8.x
Evan Prodromou [Thu, 24 Sep 2009 21:15:36 +0000 (17:15 -0400)]
Merge branch 'master' into 0.8.x

14 years agoMerge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
Evan Prodromou [Thu, 24 Sep 2009 21:14:38 +0000 (17:14 -0400)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x

14 years agoRevert "move scripts to just before </body>, add event for scripts that need to be...
Evan Prodromou [Thu, 24 Sep 2009 21:14:04 +0000 (17:14 -0400)]
Revert "move scripts to just before </body>, add event for scripts that need to be in <head>"

This reverts commit a5ed805aeabab3930d066b2777dbab9663bc487f.

It shouldn't have gone on the stable branch.

14 years agoImplemented join and leave groups api methods
Craig Andrews [Thu, 24 Sep 2009 20:52:32 +0000 (16:52 -0400)]
Implemented join and leave groups api methods

14 years agoimplemented etag and last modified
Craig Andrews [Thu, 24 Sep 2009 17:48:38 +0000 (13:48 -0400)]
implemented etag and last modified

14 years agoFixed broken Piwik plugin - was not using the supplied site code
CiaranG [Thu, 24 Sep 2009 10:01:18 +0000 (11:01 +0100)]
Fixed broken Piwik plugin - was not using the supplied site code

14 years agomove scripts to just before </body>, add event for scripts that need to be in <head>
Evan Prodromou [Thu, 24 Sep 2009 03:23:13 +0000 (23:23 -0400)]
move scripts to just before </body>, add event for scripts that need to be in <head>

14 years agosome UI fixes
Evan Prodromou [Thu, 24 Sep 2009 03:04:25 +0000 (23:04 -0400)]
some UI fixes

14 years agoUsing timeline string instead of title for WindowName because IE doesn't
Sarven Capadisli [Wed, 23 Sep 2009 22:04:39 +0000 (22:04 +0000)]
Using timeline string instead of title for WindowName because IE doesn't
like names with whitespace.

14 years agoAdded JavaScript to initialize the poped Window
Sarven Capadisli [Wed, 23 Sep 2009 22:02:42 +0000 (22:02 +0000)]
Added JavaScript to initialize the poped Window

14 years agoSome layout and rendering adjustment for Realtime plugin
Sarven Capadisli [Wed, 23 Sep 2009 22:00:22 +0000 (22:00 +0000)]
Some layout and rendering adjustment for Realtime plugin

14 years agoCreated addPop() for Realtime plugin and added param to include iconurl
Sarven Capadisli [Wed, 23 Sep 2009 21:58:35 +0000 (21:58 +0000)]
Created addPop() for Realtime plugin and added param to include iconurl

14 years agoStarted refactoring API into individual actions
Zach Copley [Wed, 23 Sep 2009 20:45:51 +0000 (13:45 -0700)]
Started refactoring API into individual actions

14 years agomove some stuff around for realtime
Evan Prodromou [Wed, 23 Sep 2009 19:24:12 +0000 (15:24 -0400)]
move some stuff around for realtime

14 years agohack around address hack in util.js
Evan Prodromou [Wed, 23 Sep 2009 18:58:42 +0000 (14:58 -0400)]
hack around address hack in util.js

14 years agoMerge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
Evan Prodromou [Wed, 23 Sep 2009 17:51:41 +0000 (13:51 -0400)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x

Conflicts:
plugins/Realtime/realtimeupdate.js

14 years agoAdd some more realtime feeds
Evan Prodromou [Wed, 23 Sep 2009 21:28:14 +0000 (17:28 -0400)]
Add some more realtime feeds

14 years agoDo realtime popup with PHP instead of Javascript
Evan Prodromou [Wed, 23 Sep 2009 21:07:20 +0000 (17:07 -0400)]
Do realtime popup with PHP instead of Javascript

Move the realtime detection code to PHP extension rather than
JavaScript.

14 years agoJavaScript fixes for IE
Sarven Capadisli [Wed, 23 Sep 2009 17:22:51 +0000 (17:22 +0000)]
JavaScript fixes for IE

14 years agoRevert "Added realtime streams for all and showstream timelines"
Evan Prodromou [Wed, 23 Sep 2009 15:08:35 +0000 (11:08 -0400)]
Revert "Added realtime streams for all and showstream timelines"

This reverts commit 49e91ec7d068fa7b98576207696d2192418baf5b.

14 years agoRevert "Fixed indenting"
Evan Prodromou [Wed, 23 Sep 2009 15:08:12 +0000 (11:08 -0400)]
Revert "Fixed indenting"

This reverts commit 182257cbbf1557c2671b1995c9126c45b0bd8e79.

14 years agoRevert "Made it slighly more compact with less jQuery selection"
Evan Prodromou [Wed, 23 Sep 2009 15:07:56 +0000 (11:07 -0400)]
Revert "Made it slighly more compact with less jQuery selection"

This reverts commit c9bc3900909a85b9b4be31c4dac7f809127a8bf0.

14 years agoRevert "Added a check for any URL param. If found, strips them out before"
Evan Prodromou [Wed, 23 Sep 2009 15:07:22 +0000 (11:07 -0400)]
Revert "Added a check for any URL param. If found, strips them out before"

This reverts commit 13de845e95da9ea579516c4480789819c9a26edd.

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

14 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

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