Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-21 | add a hook at point of enqueuing notices | Evan Prodromou | |
2009-09-21 | Fixes for posting shortened URLs or uploads | Brion Vibber | |
* 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 | |||
2009-09-21 | Don't trigger E_NOTICE when looking for commands in the notice input | Brion Vibber | |
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. | |||
2009-09-19 | Make statuses/home_timeline return the same thing as ↵ | Zach Copley | |
statuses/friends_timeline to support apps trying to use the new retweet API method. | |||
2009-09-19 | Add missing parenthesis. | Adrian Lang | |
2009-09-19 | Fix merges. | Adrian Lang | |
2009-09-19 | Pear code style | Brenda Wallace | |
2009-09-19 | @author tags updated -- only one entry per name now | Brenda Wallace | |
2009-09-17 | fixed up space on @author tags | Brenda Wallace | |
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. |