summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-14Break profilelist into a recipeEvan Prodromou
Expanded the ProfileList class so it worked more like a recipe. This helps to get rid of a lot of special cases and simplifies the code. It also makes it possible to do things like group block.
2009-06-14better handling of PEAR errorsEvan Prodromou
2009-06-14Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-14Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-06-14Removed hanging skin crapolaSarven Capadisli
2009-06-13Dynamic notice item insertion for conversation page.Sarven Capadisli
2009-06-12Child notices should have thier own ID on their LIs, not the parent'sZach Copley
2009-06-12Fixes Ticket #1607 - empty 'page-notice' definition lists wereZach Copley
being output in a bunch of places.
2009-06-12Remove useless methodZach Copley
2009-06-12Add a method to check for registered event handlersZach Copley
2009-06-12Takes care of http://laconi.ca/trac/ticket/1372 and a minor part ofSarven Capadisli
http://laconi.ca/trac/ticket/1367 One of the bugs was to replace foaf:knows with the weaker sioc:follows. This is done, but foaf:knows is also retained when the subscription is bidirectional. Primary topic of the file is an Agent rather than a Person. rdfs:comment replaced by bio:olb which is a fairly popular RDF property for one-line biographies rdf:about attribute to the <OnlineAccount> elements in a manner consistent with the RSS 1.0 feed. Changed the OnlineAccount's homepage property to an accountProfilePage property. Will be added to FOAF spec soon (already widely used). Added a <weblog> property from the Agent to their profile page. Thanks to Toby Inkster for the patch. http://buzzword.org.uk/2009/laconica-0.7.3-foafsioc.patch
2009-06-12check results of add in maildaemon.php0.7.4Evan Prodromou
2009-06-12push length check to Notice classEvan Prodromou
2009-06-12http://laconi.ca/trac/ticket/1367Sarven Capadisli
Thanks to Toby Inkster for the patch.
2009-06-12http://laconi.ca/trac/ticket/1370Sarven Capadisli
Thanks to Toby Inkster for the patch.
2009-06-12http://laconi.ca/trac/ticket/863Sarven Capadisli
Thanks to Toby Inkster for the patch.
2009-06-12http://laconi.ca/trac/ticket/1368 Site is the space that ContainerSarven Capadisli
sits in. Thanks to Toby Inkster for the patch.
2009-06-12Updated Creative Commons namespace to current.Sarven Capadisli
Thanks to Toby Inkster for the patch.
2009-06-12Ticket #1611 and a bunch of code cleanupZach Copley
2009-06-11Files no longer neededSarven Capadisli
2009-06-10Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-10some changes based on code review with zachEvan Prodromou
2009-06-10Now correctly identifiying notices with uploaded content.Robin Millette
2009-06-10Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Robin Millette
into 0.8.x
2009-06-10Uploaded content now displays in overlay (and removed var_dump crap)Robin Millette
2009-06-10merge error in util.phpEvan Prodromou
2009-06-10Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-06-10Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.7.x
2009-06-10Remove FIXME-marked Opera links until they actually workEvan Prodromou
2009-06-09Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-09Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Robin Millette
into 0.8.x
2009-06-09Improve file upload and attachment interface.Robin Millette
2009-06-09Updated notice attach UI for biz theme.Sarven Capadisli
2009-06-09Updated default stylesheet for notice attachSarven Capadisli
2009-06-09Added title and minor CSS cleanup to notice attachSarven Capadisli
2009-06-09Removed 404 testSarven Capadisli
2009-06-08Clearing notice_data-test and resetting notice_text-count if theSarven Capadisli
notice XHR. Removed hanging text URL from previous commit.
2009-06-08Revert "Clearing notice_data-test and resetting notice_text-count if the ↵Sarven Capadisli
notice XHR" This reverts commit b20ac7a1fefe40e82b086df3128f06770c8b550d.
2009-06-08Clearing notice_data-test and resetting notice_text-count if the notice XHRSarven Capadisli
response is empty and have a 20x,30x HTTP status
2009-06-08Merge branch '0.7.x' into 0.8.xEvan Prodromou
Conflicts: classes/Notice.php classes/Profile.php lib/common.php lib/util.php scripts/getvaliddaemons.php scripts/stopdaemons.sh
2009-06-08Temporary workaround for silenting mysterious 200 OK error for XHRSarven Capadisli
notice posts. The bug is sometimes reproduceable by sending a notice that includes "@someusernamethatdoesntexist". This patch doesn't throw alerts to user if server doesn't return with an XHR response but HTTP is one of 20x, 30x.
2009-06-08remember to convert messagesEvan Prodromou
2009-06-06Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.7.x
2009-06-06add fixup messages for utf8Evan Prodromou
2009-06-05don't send smses to senderEvan Prodromou
2009-06-05Adding clip illustration for notice attachments.Sarven Capadisli
2009-06-05Init notice_data-attach UI for form_noticeSarven Capadisli
2009-06-04Handle the ways Twitter accepts passing the user in the query string.Dan Moore
2009-06-04Facebook Connect auth finally works with all major browsers!Zach Copley
2009-06-01Remove js that crept back in, added another error string.Robin Millette