summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-14show aliases when showing a groupEvan 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 'groupalias' into 0.8.xEvan Prodromou
2009-06-14Link and distribute notices tagged for a group aliasEvan Prodromou
Correctly link and distribute notices tagged for a group alias. Added a helper function, getForNickname(), to User_group, to make it easier to get a group by its nickname or aliases.
2009-06-14Code for adding and saving group aliasesEvan Prodromou
Added code to add and save group aliases. Like tags, aliases are free-texted in to the group admin page. configurable max number of aliases, default is three.
2009-06-15Styles for group blockSarven Capadisli
2009-06-14add correct li for css magic for block stuffEvan Prodromou
2009-06-14Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-14typo in profileminilist classEvan Prodromou
2009-06-14return count from showEvan Prodromou
2009-06-14try to get the right class for profileminilistEvan Prodromou
2009-06-14Merge branch '0.8.x' into groupaliasEvan Prodromou
2009-06-14fix perms for classes/statusnet.iniEvan Prodromou
2009-06-14fixup perms for classesEvan Prodromou
2009-06-14Added Group_alias classEvan Prodromou
2009-06-14add a table for group aliasesEvan Prodromou
2009-06-15Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-06-15Cross-browser notice_attachSarven Capadisli
2009-06-14Allow users to be unblocked from a groupEvan Prodromou
List users who are blocked from joining a group. Add a form to let them be unblocked. Add an action that removes the block. Includes changes to group and groupblock classes.
2009-06-14Merge branch '0.8.x' into groupblockEvan Prodromou
Conflicts: lib/router.php
2009-06-14Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-06-14Some UI improvements for blocking and unblockingEvan Prodromou
Add unblock to the router table, so unblocking will work at all. Block form and unblock form return to subscribers list, not subscriptions list, by default. showstream action sends its parameters to block and unblock forms to better return to the right page.
2009-06-14The rest of the things necessary to make group block workEvan Prodromou
Link to the group block form. Hide join button if the current user is blocked.
2009-06-14Make group block workEvan Prodromou
2009-06-14add UI for blocking a user from a groupEvan Prodromou
2009-06-14Merge branch '0.8.x' into groupblockEvan Prodromou
2009-06-14Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-14base class SubscriptionList for some actionsEvan Prodromou
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-14Commented all .sql fields for file/url related tables.Robin Millette
2009-06-14Removed another bit of dead (commented out) code.Robin Millette
2009-06-14fix perms on Group_block classesEvan Prodromou
2009-06-14create DB_DataObject classes for group blockEvan Prodromou
2009-06-14added group_block table to databaseEvan 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.