Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-06 | typo :P | Brion Vibber | |
2009-11-06 | console.php: fix up the help and include a handy cut-n-paste'able example | Brion Vibber | |
2009-11-06 | console.php terminal script provides interactive PHP console in StatusNet ↵ | Brion Vibber | |
environment, handy for testing! Uses readline for line input editing if available; falls back to bash+readline if not native, and takes fgets() in worst case. Currently a bit awkward in that each input line is parsed separately, so loops and function defs have to be squished to one line. | |||
2009-11-03 | Update translations from TranslateWiki | Brion Vibber | |
scripts/update_translations.php now pulls updated files from TranslateWiki and merges them to an updated master. Note that the .po files exported from TranslateWiki do lose some of the old manual comments for now. | |||
2009-11-02 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: classes/User.php | |||
2009-11-02 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: README | |||
2009-11-02 | script to make someone a group admin | Evan Prodromou | |
2009-11-02 | correct name in registeruser | Evan Prodromou | |
2009-11-02 | script to register a user | Evan Prodromou | |
2009-11-02 | Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵ | Brion Vibber | |
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries * adapted GeonamesPlugin for new HTTPResponse interface Note some plugins haven't been fully tested yet. | |||
2009-11-02 | Revert "Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 ↵ | Brion Vibber | |
package, adding redirect handling and convenience functions." Going to restructure a little more before finalizing this... This reverts commit fa37967858c3c29000797e510e5f98aca8ab558f. | |||
2009-11-02 | Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵ | Brion Vibber | |
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries Note some plugins haven't been tested yet. | |||
2009-10-28 | Rework MailDaemon to use the MediaFile class for uploads | Zach Copley | |
2009-10-20 | Extract out Facebook app stuff into a plugin | Zach Copley | |
2009-10-20 | Merge branch '0.9.x' into TwitterBridgePlugin | Zach Copley | |
2009-10-19 | merge from testing | Evan Prodromou | |
2009-10-19 | Ignoring Sent from my* line in mail (iPhone/Pre) | Eric Helgeson | |
2009-10-16 | Merge branch '0.9.x' into TwitterBridgePlugin | Zach Copley | |
2009-10-14 | Make queuing and daemons work via events | Zach Copley | |
2009-10-13 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: install.php | |||
2009-10-13 | define LACONICA for compatibility on scripts | Eric Helgeson | |
fixup_conversations.php fixes | |||
2009-10-13 | Merge branch '0.9.x' into pluginize-twitter-bridge | Zach Copley | |
* 0.9.x: (247 commits) Added in credits. Use site's name for basic auth realm Make apigroupcreate.php pass phpcs Took out some unnecessary intializations Implemented create group api CamelCase all function names in the API code These same params are used in most API actions; moved to base API class Missed some of the references to the old TwitterApiAction - removed Remove more redundant $formats Remove dead code Move all basic auth output and processing to base classes $format is used by every API action. Set it in the base class. Delete action/api.php and rename lib/twitterapi.php to lib/api.php New actions for blocks via API fix FBConnect so it doesn't muffle EndPrimaryNav don't write session if it's unchanged Fixed facebook connect primary nav to hide search option when site is private and user is not logged in Fixed facebook connect primary nav to obey sms/twitter/openid settings Fixed facebook connect login nav to obey openid settings Fixed facebook connect nav to obey sms/twitter disabled ... | |||
2009-10-08 | Revert "Open tags should have closing tags" | Evan Prodromou | |
This reverts commit aeca8807dbce951beccbc3fb0e5a4ae5600e5e5f. We specifically DON'T have closing tags so we don't get errors with whitespace after the closing tag. I realize this is less of an issue with scripts, but we should still not use closing tags. | |||
2009-10-05 | Open tags should have closing tags | Eric Helgeson | |
2009-10-04 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: classes/Profile.php | |||
2009-10-02 | better handling of y response in deleteuser.php | Evan Prodromou | |
2009-10-02 | script to permanently delete a user | Evan Prodromou | |
2009-10-01 | check the schema | Evan Prodromou | |
2009-10-01 | Merge branch '0.9.x' into schema | Evan Prodromou | |
2009-09-29 | remove string-checks from code using Notice::saveNew() | Evan Prodromou | |
2009-09-27 | Merge commit 'refs/merge-requests/1633' of ↵ | Craig Andrews | |
git://gitorious.org/statusnet/mainline into 0.9.x | |||
2009-09-27 | fix for a misnamed variable in subscription function in the "create ↵ | unknown | |
simulation data" script | |||
2009-09-23 | statusize schema-related modules | Evan Prodromou | |
2009-09-23 | test script for schema code | Evan Prodromou | |
2009-09-21 | add the plugin daemon | Evan Prodromou | |
2009-09-21 | have to provide full path for daemons | Evan Prodromou | |
2009-09-21 | 'easy' way to handle notices at queue time | Evan Prodromou | |
2009-09-21 | you can add a daemon to getvaliddaemons | Evan Prodromou | |
2009-09-08 | Merge branch '0.9.x' into pluginize-twitter-bridge | Zach Copley | |
Conflicts: plugins/TwitterBridge/twitterauthorization.php | |||
2009-09-02 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: lib/common.php lib/twitter.php | |||
2009-08-28 | Take out unnecessary defines | Zach Copley | |
2009-08-28 | Make SyncTwitterFriends and TwitterStatusFetcher daemons use both HTTP Basic ↵ | Zach Copley | |
Auth as well as OAuth | |||
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php | |||
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-26 | last scrub of Laconica -> StatusNet | Evan Prodromou | |
2009-08-26 | Moved the rest of the Twitter stuff into the TwitterBridge plugin | Zach Copley | |
2009-08-25 | global search and replace for laconica -> statusnet | Evan Prodromou | |
2009-08-25 | update names in shell scripts | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou | |