Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-08 | Moved back to using lib twitterapi instead of api for 0.8.x | Sarven Capadisli | |
2009-11-04 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x | Sarven Capadisli | |
2009-11-04 | Added script documentation | Sarven Capadisli | |
2009-11-04 | Script no longer neeed | Sarven Capadisli | |
2009-11-04 | Sync RealtimePlugin with 0.9.x | Sarven Capadisli | |
2009-11-04 | Sync Realtime JavaScript with 0.9.x | Sarven Capadisli | |
2009-11-02 | Merge branch 'testing' into 0.8.x | Evan Prodromou | |
2009-11-02 | notes about registeruser and makegroupadmin scripts | Evan Prodromou | |
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 | 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-01 | Revert "Blacklist all files and directories in the web root (INSTALLDIR). ↵ | Evan Prodromou | |
Much more elegant than manually keep tracking of these invalid usernames." This reverts commit 15f9c80c28042a5f9d51ec8444e3c9c475360481. So, so, elegant! And so, so, incorrect! We can't have a user named 'notice' because that would interfere with URLs like /notice/1234. However, there is no file named 'notice' in the Web root. If there were a way to automatically pull out the virtual paths in the root dir, this may make sense. Until then, we keep track here. | |||
2009-10-31 | Add SocialOomph | Evan Prodromou | |
2009-10-31 | add and update choqok | Evan Prodromou | |
2009-10-31 | remove mention of getfile0.8.2rc2 | Evan Prodromou | |
2009-10-31 | Revert "mod_rewrite rule for getfile" | Evan Prodromou | |
This reverts commit 834a876dd0998464cade1cdd0fe2fe8c9ab17dcc. | |||
2009-10-31 | Revert "Added some explanatory text to README" | Evan Prodromou | |
This reverts commit d2bac158cd0d4a25b3997cdd1ccadc5f08d65943. | |||
2009-10-31 | Revert "Added bit about being incompatible with file attachment virtual server" | Evan Prodromou | |
This reverts commit afe663af82250d020fd9dff0646c91c8f3b41013. | |||
2009-10-31 | Revert "Actually commit the file this time" | Evan Prodromou | |
This reverts commit 3f06bfc042e34ce97e1f1476faadb67fc5edd282. | |||
2009-10-31 | Revert "Added getfile action" | Evan Prodromou | |
This reverts commit f58daa873befbaee5a998e69622c046c8a978dee. | |||
2009-10-31 | updates to README | Evan Prodromou | |
2009-10-31 | add a README warning devs from fracking around in extlib/ | Evan Prodromou | |
2009-10-31 | Merge branch 'master' into testing | Evan Prodromou | |
2009-10-31 | Fixes foaf notices, use Profile for information that's missing in Remote_profile | Carlos Perilla | |
2009-10-31 | update version to rc2 | Evan Prodromou | |
2009-10-31 | Merge branch '0.8.x' into testing | Evan Prodromou | |
2009-10-30 | IE has some issue with notices that are sent with file attachments. It | Sarven Capadisli | |
doesn't like the XHR response with XHTML DTD. New notices without the file attachment work fine. The rendered content (the anchor for the file attachment link) doesn't appear to be the issue. To fix this problem, I removed the XHTML DTD line from newnotice's XHR response. This is unnecessary for text/xml outputs that's intended for XHR responses any way. It just happens to fix an IE issue. Still a mystery to me as to why it is particular to notices with file attachments. | |||
2009-10-22 | Added bit about being incompatible with file attachment virtual server | Jeffery To | |
2009-10-22 | Added some explanatory text to README | Jeffery To | |
2009-10-22 | mod_rewrite rule for getfile | Jeffery To | |
2009-10-22 | Actually commit the file this time | Jeffery To | |
2009-10-22 | Added getfile action | Jeffery To | |
2009-10-20 | Twitter now puts out an error msg when the status param is empty. | Zach Copley | |
Updated our API to match. | |||
2009-10-20 | Merge branch 'master' into testing | Evan Prodromou | |
Conflicts: lib/util.php tests/URLDetectionTest.php | |||
2009-10-19 | Better check if site,server is configured. | Eric Helgeson | |
2009-10-19 | some typoes in comments that annoyed me, fixed now | Brenda Wallace | |
2009-10-19 | Revert "upgrade script for postgres" | Evan Prodromou | |
This reverts commit d46f2ee350b9bf2c70371f7bcd2f2793e7ed8110. | |||
2009-10-19 | Revert "added missing parts to postgres update, and the config+user_role ↵ | Evan Prodromou | |
tables to both upgrade scripts" This reverts commit e9edb803bc66028204defcfa659cccbf23da97c6. | |||
2009-10-19 | Revert "fixed up some invalid comment syntax - this is ANSI SQL" | Evan Prodromou | |
This reverts commit 6704ddddf227865de43c1fdd846b68f76f723fe6. | |||
2009-10-19 | new codename for 0.8.2 | Evan Prodromou | |
2009-10-19 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2009-10-19 | Utilize NICKNAME_FMT constant when creating at replies0.8.2rc1 | Eric Helgeson | |
2009-10-19 | Ignoring Sent from my* line in mail (iPhone/Pre) | Eric Helgeson | |
2009-10-16 | Workaround for Facebook data store API behavior regression, fixes saving | Brion Vibber | |
of empty notice prefix text in facebook settings. Filed bug upstream at http://bugs.developers.facebook.com/show_bug.cgi?id=7110 Per documentation, saving a pref value of "" or "0" will delete the pref key: http://wiki.developers.facebook.com/index.php/Data.setUserPreference which used to do what we want... Now Facebook throws back an error "Parameter value is required" when we do this. Workaround appends a space to empty string or "0" at save time, then trims the string when we load it. The input string was already trimmed at pref save time, so this won't alter any user-visible behavior. Thanks to ^demon in #mediawiki for pointing out the behavior regression after testing the identi.ca Facebook app! | |||
2009-10-16 | Workaround for Facebook data store API behavior regression, fixes saving | Brion Vibber | |
of empty notice prefix text in facebook settings. Filed bug upstream at http://bugs.developers.facebook.com/show_bug.cgi?id=7110 Per documentation, saving a pref value of "" or "0" will delete the pref key: http://wiki.developers.facebook.com/index.php/Data.setUserPreference which used to do what we want... Now Facebook throws back an error "Parameter value is required" when we do this. Workaround appends a space to empty string or "0" at save time, then trims the string when we load it. The input string was already trimmed at pref save time, so this won't alter any user-visible behavior. Thanks to ^demon in #mediawiki for pointing out the behavior regression after testing the identi.ca Facebook app! | |||
2009-10-13 | Commit upstream updates to php-gettext after the 1.0.7 release (but in 2006! :P) | Brion Vibber | |
Fixes file magic checks on 64-bit systems. http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/17 http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/18 http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/19 | |||
2009-10-13 | Commit upstream updates to php-gettext after the 1.0.7 release (but in 2006! :P) | Brion Vibber | |
Fixes file magic checks on 64-bit systems. http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/17 http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/18 http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/19 |