Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-15 | strncmp -> strcasecmp | Evan Prodromou | |
2009-06-15 | Return network from network setup function | Evan Prodromou | |
Return the network from the network setup function. Also, special-case for when we get a server name the same as the wildcard. | |||
2009-06-15 | Configurable avatar directory | Evan Prodromou | |
Avatar directory and path are configurable. | |||
2009-06-15 | updates to Status_network | Evan Prodromou | |
2009-06-15 | makeadmin action | Evan Prodromou | |
2009-06-15 | make admins of groups | Evan Prodromou | |
2009-06-14 | show aliases when showing a group | Evan Prodromou | |
2009-06-14 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.8.x | |||
2009-06-14 | Merge branch 'groupalias' into 0.8.x | Evan Prodromou | |
2009-06-14 | Link and distribute notices tagged for a group alias | Evan 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-14 | Code for adding and saving group aliases | Evan 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-15 | Styles for group block | Sarven Capadisli | |
2009-06-14 | add correct li for css magic for block stuff | Evan Prodromou | |
2009-06-14 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.8.x | |||
2009-06-14 | typo in profileminilist class | Evan Prodromou | |
2009-06-14 | return count from show | Evan Prodromou | |
2009-06-14 | try to get the right class for profileminilist | Evan Prodromou | |
2009-06-14 | Merge branch '0.8.x' into groupalias | Evan Prodromou | |
2009-06-14 | fix perms for classes/statusnet.ini | Evan Prodromou | |
2009-06-14 | fixup perms for classes | Evan Prodromou | |
2009-06-14 | Added Group_alias class | Evan Prodromou | |
2009-06-14 | add a table for group aliases | Evan Prodromou | |
2009-06-15 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Sarven Capadisli | |
2009-06-15 | Cross-browser notice_attach | Sarven Capadisli | |
2009-06-14 | Allow users to be unblocked from a group | Evan 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-14 | Merge branch '0.8.x' into groupblock | Evan Prodromou | |
Conflicts: lib/router.php | |||
2009-06-14 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-06-14 | Some UI improvements for blocking and unblocking | Evan 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-14 | The rest of the things necessary to make group block work | Evan Prodromou | |
Link to the group block form. Hide join button if the current user is blocked. | |||
2009-06-14 | Make group block work | Evan Prodromou | |
2009-06-14 | add UI for blocking a user from a group | Evan Prodromou | |
2009-06-14 | Merge branch '0.8.x' into groupblock | Evan Prodromou | |
2009-06-14 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.8.x | |||
2009-06-14 | base class SubscriptionList for some actions | Evan Prodromou | |
2009-06-14 | Break profilelist into a recipe | Evan 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-14 | better handling of PEAR errors | Evan Prodromou | |
2009-06-14 | Commented all .sql fields for file/url related tables. | Robin Millette | |
2009-06-14 | Removed another bit of dead (commented out) code. | Robin Millette | |
2009-06-14 | fix perms on Group_block classes | Evan Prodromou | |
2009-06-14 | create DB_DataObject classes for group block | Evan Prodromou | |
2009-06-14 | added group_block table to database | Evan Prodromou | |
2009-06-14 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.8.x | |||
2009-06-14 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-06-14 | Removed hanging skin crapola | Sarven Capadisli | |
2009-06-13 | Dynamic notice item insertion for conversation page. | Sarven Capadisli | |
2009-06-12 | Child notices should have thier own ID on their LIs, not the parent's | Zach Copley | |
2009-06-12 | Fixes Ticket #1607 - empty 'page-notice' definition lists were | Zach Copley | |
being output in a bunch of places. | |||
2009-06-12 | Remove useless method | Zach Copley | |
2009-06-12 | Add a method to check for registered event handlers | Zach Copley | |
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 |