Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-16 | Merge branch '0.9.x' into pluginize-twitter-bridge | Zach Copley | |
* 0.9.x: (57 commits) Updated csarven emails to csarven@status.net and removed dupes statusize new HTTP classes dedupe evans change all evans to evan@status.net add post to curlclient fix user-agent for curlclient add get to curl client add cURL client with HEAD method add user agent and correct version check to httpclient statusize OpenID plugin add http client config value update httpclient class move httputil to httpclient Start a common library for HTTP client stuff check correct define (not backwards compatible) Fixed broken list items in installer output Got rid of a bunch of ugly warnings Add Jiminy to notice sources Make it impossible to delete self-subscriptions via the API Fix bad merge d7ae0ed4fd755ebad0788a17d0f2fb6a6ca9d63b ... | |||
2009-09-16 | Updated csarven emails to csarven@status.net and removed dupes | Sarven Capadisli | |
2009-09-15 | statusize new HTTP classes | Evan Prodromou | |
2009-09-15 | dedupe evans | Evan Prodromou | |
2009-09-15 | change all evans to evan@status.net | Evan Prodromou | |
2009-09-15 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-09-15 | add post to curlclient | Evan Prodromou | |
2009-09-15 | fix user-agent for curlclient | Evan Prodromou | |
2009-09-15 | add get to curl client | Evan Prodromou | |
2009-09-15 | add cURL client with HEAD method | Evan Prodromou | |
2009-09-15 | Merge branch '0.9.x' into httputil | Evan Prodromou | |
2009-09-15 | add user agent and correct version check to httpclient | Evan Prodromou | |
2009-09-15 | statusize OpenID plugin | Evan Prodromou | |
2009-09-15 | add http client config value | Evan Prodromou | |
2009-09-15 | update httpclient class | Evan Prodromou | |
2009-09-15 | move httputil to httpclient | Evan Prodromou | |
2009-09-15 | Start a common library for HTTP client stuff | Evan Prodromou | |
2009-09-15 | check correct define (not backwards compatible) | Evan Prodromou | |
2009-09-15 | Fixed broken list items in installer output | Zach Copley | |
2009-09-15 | Got rid of a bunch of ugly warnings | Zach Copley | |
2009-09-15 | Add Jiminy to notice sources | Zach Copley | |
2009-09-15 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-09-15 | Make it impossible to delete self-subscriptions via the API | Zach Copley | |
2009-09-14 | Fix bad merge d7ae0ed4fd755ebad0788a17d0f2fb6a6ca9d63b | Adrian Lang | |
2009-09-14 | code style cleanup | Brenda Wallace | |
2009-09-14 | cleaned up code style | Brenda Wallace | |
2009-09-14 | pulled @author from git logs | Brenda Wallace | |
Conflicts: install.php | |||
2009-09-14 | fixed indentation for the pear code styles | Brenda Wallace | |
2009-09-14 | lotsa of multiline if statements and function calls changed style to meat ↵ | Brenda Wallace | |
pear code style | |||
2009-09-14 | fixed up if statements | Brenda Wallace | |
2009-09-14 | added most of the required doxygen | Brenda Wallace | |
2009-09-14 | most of code style errors gone | Brenda Wallace | |
Conflicts: install.php | |||
2009-09-14 | removed commented out code we no longer want | Brenda Wallace | |
2009-09-14 | fixed up curly brackets and spaces around for, if, else | Brenda Wallace | |
2009-09-14 | many doxygen comments added | Brenda Wallace | |
2009-09-14 | lotsa tabulation changed to 4 spaces | Brenda Wallace | |
2009-09-14 | fixed missing semisolon | Brenda Wallace | |
2009-09-14 | removed most of the <?php ?> that was making this hard to read | Brenda Wallace | |
Conflicts: install.php | |||
2009-09-14 | added doxygen for main() | Brenda Wallace | |
2009-09-14 | changed curly bracks on if, else, foreach to match pear code styles | Brenda Wallace | |
2009-09-14 | added doxygen tags | Brenda Wallace | |
2009-09-14 | bug 1814: installer now only offers DB types which are available. | Brion Vibber | |
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. | |||
2009-09-09 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
2009-09-09 | If a shortened URL begins with http://, don't include it in the shortened ↵ | Craig Andrews | |
url. Saves 7 characters, which is pretty awesome for 140 character max length notices. | |||
2009-09-09 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: lib/omb.php | |||
2009-09-09 | :: isn't a valid IPv6 address for our purposes | Craig Andrews | |
2009-09-09 | Updated biz, cloudy, h4ck3r, pigeonthoughts themes default logos | Sarven Capadisli | |
2009-09-09 | Updated biz theme. | Sarven Capadisli | |
2009-09-08 | Moved basic auth client into plugin dir | Zach Copley | |
2009-09-08 | Merge branch '0.9.x' into pluginize-twitter-bridge | Zach Copley | |
Conflicts: plugins/TwitterBridge/twitterauthorization.php |