summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-13Add a base class for UI widgetsEvan Prodromou
2009-01-13Modify public stream to use new UI frameworkEvan Prodromou
I modified public.php to use the new UI framework. Since the Action class isn't functional yet, I don't know if it works. I took some of the functionality, like the public tabs nav and the feeds list, and made them widgets. I also moved the navigation from common_navigation() to a method of Action.
2009-01-13Move page-generation code from lib/util.php to Action classEvan Prodromou
We moved the page generation code from lib/util.php to the action class. We also broke up the page generation code into a big recipe, where each element of the page has a corresponding method in the Action class. Action classes can override parts of the recipe to make their custom output, and leave the rest up to the parent class. NOTE: this change BREAKS pretty much everything. lib/action.php probably does not compile, and everything that uses it needs to be fixed to use the new framework. Stay tuned for more fun!
2009-01-13Change related classes doc for HTMLOutputterEvan Prodromou
2009-01-13Make XMLOutputter work with phpcsEvan Prodromou
A couple of small changes to comply with code standards. Also, note that the second param of element() and elementStart() can be a string.
2009-01-13Extract HTML outputting code to a class HTMLOutputterEvan Prodromou
Moved the common_* methods for low-level HTML output to its own class, HTMLOutputter in lib/htmloutputter.php.
2009-01-13Remove XML-generating function from lib/util.phpEvan Prodromou
2009-01-13Move low-level xml outputting code to a classEvan Prodromou
Made a class for outputting XML code
2009-01-12trac750 Add prefix string option in Facebook app for notice syncZach Copley
2009-01-12trac750 Better workflow for inviting friends to use the Facebook appZach Copley
2009-01-12trac750 Exclude Facebook friends who are already using Identi.ca app from ↵Zach Copley
invitee list
2009-01-11trac750 Automatically update Identi.ca profile box with user's latest dentZach Copley
2009-01-11trac750 - Facebook app now uses XMLWriter for output (much cleaner!)Zach Copley
2009-01-11Merge branch 'master' of /var/www/trunkZach
2009-01-10Twitter settings: show success color for msg on save settingsZach Copley
2009-01-11Merge branch 'master' of /var/www/trunkZach
2009-01-10Make git ignore TextMate project filesZach Copley
2009-01-11trac750 Facebook app's invite tab now worksZach
2009-01-08Merge branch 'master' of ../laconica-stableEvan Prodromou
2009-01-08Add _darcs to .gitignoreEvan Prodromou
2009-01-08Remove _darcs from git repositoryEvan Prodromou
Not sure how or why this got in there.
2009-01-07OpenMicroBlogging spec moved to its own source treeEvan Prodromou
I've moved the OpenMicroBlogging spec to its own project on Gitorious, at http://gitorious.org/projects/openmicroblogging . It can be retrieved at: git://gitorious.org/openmicroblogging/mainline.git
2009-01-07Update README to refer to the git repositoryOri Avtalion
2009-01-06Upgrade included OpenID libraries to version 2.1.2Evan Prodromou
2009-01-06Revert "XRDS namespace fix"Evan Prodromou
This reverts commit 6d1d59a36bfa3659545027c7daf8b4abd0ac53a2. It seems to interfere with the Yadis discovery.
2009-01-06XRDS namespace fixEvan Prodromou
2009-01-06Correct syntax in .gitignoreroot
2009-01-06Add a git ignore file for avatars, files, config.php, and .htaccessroot
2009-01-06Merge branch 'master' into develEvan Prodromou
Conflicts: classes/CommandInterpreter.php lib/twitter.php lib/util.php
2009-01-06trac750 better settings tab workflowZach Copley
darcs-hash:20090106205738-7b5ce-e80f73130a1f699e8d33f31c63cf90ee259b72cd.gz
2008-12-30add 'dm' as a synonym for 'd' commandEvan Prodromou
darcs-hash:20081231032227-84dde-671346360e569522d5384663d4b808e329d4cf0c.gz
2008-12-26Twitter-bridge: fix for Twitter's new strict policy of rejecting HTTP POSTs ↵0.6.4.2Zach Copley
with invalid "expect" headers (not the same patch as in trunk) darcs-hash:20081226051716-7b5ce-82040320785bab9438aa11cf5efa63fa4cba10ae.gz
2008-12-25Some fixups of patches not already migrated to trunk to bring inline with ↵Zach Copley
PEAR coding stds darcs-hash:20081225144601-7b5ce-4846f3d036c36037836d15ed672c10ba33f9f84c.gz
2008-12-20bugpatch release code0.6.4.1Evan Prodromou
darcs-hash:20081220204852-34904-d63d2050408db9eeaea0af8e81c5b5c9e0c8f227.gz
2008-12-20two undefined variables in noticelist.phpEvan Prodromou
darcs-hash:20081220204320-84dde-cc64afc5ad47f07ace499fe932f59f898dd8f0dd.gz
2008-12-16Direct message XHR response fix for IE and minor tweaksSarven Capadisli
darcs-hash:20081216071818-efd22-d2e59bb60a236538452be356f38d0974f35f0107.gz
2008-12-16XHR response fix for IESarven Capadisli
darcs-hash:20081216063751-efd22-42fa56ae88c444b80d96c25236733e90f8609fc5.gz
2008-12-15Twitter-compatible API - update verify_credentials to return profileZach Copley
darcs-hash:20081216030455-7b5ce-552516bfb34cb0ae1550787813feb4a4514d6c53.gz
2008-12-15correctly handle remote re-subscribe0.6.4Evan Prodromou
darcs-hash:20081215134824-84dde-de48c99b6cb45cc461125a7f8f382eb57de0bf28.gz
2008-12-15bug with remote subscriptions and blocksEvan Prodromou
darcs-hash:20081215132806-84dde-0319e95259047d652214c151326aff64e746d532.gz
2008-12-12Fixed Popular tab (hopefully)Zach Copley
darcs-hash:20081212075617-7b5ce-c56db92d928c58eaa3fed7e4f226e0fca62e2bbf.gz
2008-12-12Setting font-weight to normal for nicknames within noticesSarven Capadisli
darcs-hash:20081212062337-efd22-8adadf1810c253e27b573727c2ff5372d264fcd2.gz
2008-12-14get rid of hcard in @-repliesEvan Prodromou
darcs-hash:20081214204557-84dde-92dbf80aa81d55c9ef23faa14bc209183fdcf883.gz
2008-12-14trim some output to avoid excessive whitespaceEvan Prodromou
darcs-hash:20081214161942-84dde-bfb91a534eb01d3e16b364937dcf405277e75a6a.gz
2008-12-13trim the body of an incoming messageEvan Prodromou
darcs-hash:20081214002239-84dde-9d4d15f37b48ed1830c0423e7e34cb11c7cf9c2d.gz
2008-12-12remove content:items from rss outputEvan Prodromou
darcs-hash:20081212195520-84dde-d464ee28ab9a9757b889fad437e310056f4c576a.gz
2008-12-12remove spaces from atlink for unfound nameEvan Prodromou
darcs-hash:20081212174414-84dde-03713508050c326904594057e6e2d3f3b1ca6437.gz
2008-12-12don't show form if subscription can't be found (weirdly)Evan Prodromou
darcs-hash:20081212055713-84dde-1b2aa99861ee0ab7c63a48152a5590b4d2f360d9.gz
2008-12-12link error with notice sourcesEvan Prodromou
darcs-hash:20081212054448-84dde-14b0bdbd5ce2848a171d565bc0b17902ddb10ed3.gz
2008-12-12don't block yourself!Evan Prodromou
darcs-hash:20081212051830-84dde-4db7b40c27b20bd37bac261a68bd11051d263c25.gz