Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-16 | Needed the else. Tested logged in/out ; site closed/inviteonly/both | Eric Helgeson | |
2009-06-12 | Verbage of a closed invite only site, it shouldnt ask you to register. | Eric Helgeson | |
2009-06-12 | Takes care of http://laconi.ca/trac/ticket/1372 and a minor part of | Sarven 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-12 | http://laconi.ca/trac/ticket/1367 | Sarven Capadisli | |
Thanks to Toby Inkster for the patch. | |||
2009-06-12 | http://laconi.ca/trac/ticket/1370 | Sarven Capadisli | |
Thanks to Toby Inkster for the patch. | |||
2009-06-12 | http://laconi.ca/trac/ticket/863 | Sarven Capadisli | |
Thanks to Toby Inkster for the patch. | |||
2009-06-12 | http://laconi.ca/trac/ticket/1368 Site is the space that Container | Sarven Capadisli | |
sits in. Thanks to Toby Inkster for the patch. | |||
2009-06-12 | Updated Creative Commons namespace to current. | Sarven Capadisli | |
Thanks to Toby Inkster for the patch. | |||
2009-06-12 | Ticket #1611 and a bunch of code cleanup | Zach Copley | |
2009-06-11 | Files no longer needed | Sarven Capadisli | |
2009-06-10 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.8.x | |||
2009-06-10 | some changes based on code review with zach | Evan Prodromou | |
2009-06-10 | Now correctly identifiying notices with uploaded content. | Robin Millette | |
2009-06-10 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Robin Millette | |
into 0.8.x | |||
2009-06-10 | Uploaded content now displays in overlay (and removed var_dump crap) | Robin Millette | |
2009-06-10 | merge error in util.php | Evan Prodromou | |
2009-06-10 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-06-10 | Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.7.x | |||
2009-06-10 | Remove FIXME-marked Opera links until they actually work | Evan Prodromou | |
2009-06-09 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.8.x | |||
2009-06-09 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Robin Millette | |
into 0.8.x | |||
2009-06-09 | Improve file upload and attachment interface. | Robin Millette | |
2009-06-09 | Updated notice attach UI for biz theme. | Sarven Capadisli | |
2009-06-09 | Updated default stylesheet for notice attach | Sarven Capadisli | |
2009-06-09 | Added title and minor CSS cleanup to notice attach | Sarven Capadisli | |
2009-06-09 | Removed 404 test | Sarven Capadisli | |
2009-06-08 | Clearing notice_data-test and resetting notice_text-count if the | Sarven Capadisli | |
notice XHR. Removed hanging text URL from previous commit. | |||
2009-06-08 | Revert "Clearing notice_data-test and resetting notice_text-count if the ↵ | Sarven Capadisli | |
notice XHR" This reverts commit b20ac7a1fefe40e82b086df3128f06770c8b550d. | |||
2009-06-08 | Clearing notice_data-test and resetting notice_text-count if the notice XHR | Sarven Capadisli | |
response is empty and have a 20x,30x HTTP status | |||
2009-06-08 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
Conflicts: classes/Notice.php classes/Profile.php lib/common.php lib/util.php scripts/getvaliddaemons.php scripts/stopdaemons.sh | |||
2009-06-08 | Temporary workaround for silenting mysterious 200 OK error for XHR | Sarven 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-08 | remember to convert messages | Evan Prodromou | |
2009-06-06 | Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.7.x | |||
2009-06-06 | add fixup messages for utf8 | Evan Prodromou | |
2009-06-05 | don't send smses to sender | Evan Prodromou | |
2009-06-05 | Adding clip illustration for notice attachments. | Sarven Capadisli | |
2009-06-05 | Init notice_data-attach UI for form_notice | Sarven Capadisli | |
2009-06-04 | Handle the ways Twitter accepts passing the user in the query string. | Dan Moore | |
2009-06-04 | Facebook Connect auth finally works with all major browsers! | Zach Copley | |
2009-06-01 | Remove js that crept back in, added another error string. | Robin Millette | |
2009-06-01 | Re-added some javascript to toggle upload field. | Robin Millette | |
2009-06-01 | Fixed small bug for attachment layout (css/js). | Robin Millette | |
2009-06-01 | Unnecessary JavaScript for notice form attachment | Sarven Capadisli | |
2009-06-01 | Updated markup for notice form attachment | Sarven Capadisli | |
2009-06-01 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Robin Millette | |
into upload | |||
2009-06-01 | Attachments popups for supported files are now embedded with the object ↵ | Robin Millette | |
xhtml tag. | |||
2009-06-01 | Fixed z-index for IE7 on attachment thumbnail | Sarven Capadisli | |
2009-05-31 | Refactored some attachment code and fixed upload bug in interface. | Robin Millette | |
2009-05-31 | Added attachments config descriptions to README. | Robin Millette | |
2009-05-31 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Robin Millette | |
into upload Conflicts: js/util.js lib/attachmentlist.php |