summaryrefslogtreecommitdiff
path: root/actions/facebooksettings.php
AgeCommit message (Collapse)Author
2009-10-20Extract out Facebook app stuff into a pluginZach Copley
2009-10-16Workaround for Facebook data store API behavior regression, fixes savingBrion 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-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-07-09When a notice is posted with an attachment, the facebook stream update has ↵Craig Andrews
media displayed inline, or as links. http://laconi.ca/trac/ticket/1685
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-05-26Fixed warning on Facebook app settings pageZach Copley
2009-01-23trac750 small fix to FBJS redirectZach Copley
2009-01-23trac750 Facebook app proper integrated into new uiredesignZach Copley
2009-01-19Update facebook stuff to use new methodsEvan Prodromou
change facebook stuff to use new methods for XML and HTML.
2009-01-19Merge branch 'master' of /var/www/trunkEvan Prodromou
Conflicts: actions/facebookhome.php actions/facebooksettings.php
2009-01-19trac750 Add notice input box to FB app and ability to post noticesZach Copley
2009-01-19trac750 Better workflow for asking user for status update permissionZach Copley
2009-01-18trac750 Removed psychotic FB redirect hack. Found a better way with ↵Zach Copley
document.setLocation()
2009-01-18trac750 Javascript file for Facebook appZach Copley
2009-01-18trac750 Facebook App - generate HTML similar to uiredisign for everythingZach Copley
2009-01-15Convert all actions to use new UI functionsEvan Prodromou
I did a massive search-and-replace to get all the action subclasses to use the new output function (common_element() -> $this->element(), etc.) There's still a lot to do, but it's a first step
2009-01-12trac750 Add prefix string option in Facebook app for notice syncZach Copley
2009-01-12trac750 Exclude Facebook friends who are already using Identi.ca app from ↵Zach Copley
invitee list
2009-01-11trac750 - Facebook app now uses XMLWriter for output (much cleaner!)Zach Copley
2009-01-06trac750 better settings tab workflowZach Copley
darcs-hash:20090106205738-7b5ce-e80f73130a1f699e8d33f31c63cf90ee259b72cd.gz
2009-01-04trac750 configurable sync flags for Facebook app (noticesync, replysync)Zach Copley
darcs-hash:20090105040212-7b5ce-37f6195649dc673241e4566a93183b13e428d98f.gz
2009-01-04trac750 Automatically update linked Facebook users' statusesZach Copley
darcs-hash:20090105010407-7b5ce-559da13720b18e3c570e730326f5e5ef2b2dc1ab.gz
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
Another gigantor PEAR coding standards patch. Here, I've moved the opening curly bracket on a class statement to the following line. darcs-hash:20081223194923-84dde-77a93de314caadbcb5b70bf346a4648be77a864e.gz
2008-12-23change function headers to K&R styleEvan Prodromou
Another huge change, for PEAR code standards compliance. Function headers have to be in K&R style (opening brace on its own line), instead of having the opening brace on the same line as the function and parameters. So, a little perl magic found all the function definitions and move the opening brace to the next line (properly indented... usually). darcs-hash:20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz
2008-12-23replace all tabs with four spacesEvan Prodromou
The PEAR coding standards decree: no tabs, but indent by four spaces. I've done a global search-and-replace on all tabs, replacing them by four spaces. This is a huge change, but it will go a long way to getting us towards phpcs-compliance. And that means better code readability, and that means more participation. darcs-hash:20081223191907-84dde-21e8efe210e6d5d54e935a22d0cee5c7bbfc007d.gz
2008-12-07trac750 - linked in CSS file and added CSS for profile boxZach Copley
- added button for adding a box to the profile on settings darcs-hash:20081207235925-7b5ce-224fd2482f66c2c9ac9da9ce72c1c0da0243bd83.gz
2008-12-05trac750 - Exoskeleton of a nascent Facebook appZach Copley
darcs-hash:20081206030132-7b5ce-96c38ab67edd3d58f8722ef25852a6143f05a86b.gz