Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-15 | Merge branch '0.8.x' into userdesign | Zach Copley | |
* 0.8.x: (32 commits) updates to Status_network makeadmin action make admins of groups show aliases when showing a group Link and distribute notices tagged for a group alias Code for adding and saving group aliases Styles for group block add correct li for css magic for block stuff typo in profileminilist class return count from show try to get the right class for profileminilist fix perms for classes/statusnet.ini fixup perms for classes Added Group_alias class add a table for group aliases Cross-browser notice_attach Allow users to be unblocked from a group Some UI improvements for blocking and unblocking The rest of the things necessary to make group block work Make group block work ... Conflicts: db/laconica.sql lib/common.php | |||
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-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-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 | 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 | 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 | fix perms on Group_block classes | Evan Prodromou | |
2009-06-14 | create DB_DataObject classes for group block | Evan Prodromou | |
2009-06-14 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-06-14 | Merge branch '0.8.x' into userdesign | Zach Copley | |
Conflicts: actions/showfavorites.php lib/action.php | |||
2009-06-12 | push length check to Notice class | Evan Prodromou | |
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-09 | Merge branch '0.8.x' into userdesign | Evan Prodromou | |
Conflicts: actions/designsettings.php | |||
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 | Improve file upload and attachment interface. | Robin Millette | |
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-05-31 | Refactored some attachment code and fixed upload bug in interface. | 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 | |||
2009-05-30 | Use mysql_set_charset for connection instead of SET NAMES | Evan Prodromou | |
PHP doesn't get the info about the charset of the connection if you use SET NAMES. So, we use the appropriate PHP function instead. | |||
2009-05-30 | Removing inbox and memcached daemon handling | Evan Prodromou | |
2009-05-30 | remove debug code from replies | Evan Prodromou | |
2009-05-30 | check for since=0 in Notice::stream() | Evan Prodromou | |
2009-05-29 | Ticket #1567 - Change max_id to return notices <= ID instead of < ID | Zach Copley | |
2009-05-29 | Ticket #1567 - API: Change before_id parameter to max_id | Zach Copley | |
2009-05-29 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-05-28 | Only enqueue inbox-dependent transports after inboxes have been filled | Evan Prodromou | |
2009-05-27 | Upgraded foreign_id column to handle new 64-bit Facebook user IDs. | Zach Copley | |
See: http://developers.facebook.com/news.php?blog=1&story=226 | |||
2009-05-27 | optionally use SET NAMES for utf8 to DB | Evan Prodromou | |
2009-05-27 | Merge branch '0.7.x' into utf8 | Evan Prodromou | |
2009-05-27 | Handles local aliases (redirection) for file uploads attached to notices. | Robin Millette | |
2009-05-23 | fix require_once in Design.php | Evan Prodromou | |
2009-05-23 | add getDesign to User | Evan Prodromou | |
2009-05-23 | update User.php with new design-related fields | Evan Prodromou | |
2009-05-22 | add fields to support designs for users | Evan Prodromou | |
2009-05-22 | add a method to Design to show custom CSS | Evan Prodromou | |
2009-05-22 | Merge branch '0.8.x' into userdesign | Evan Prodromou | |
2009-05-22 | some class files had x bit set | Evan Prodromou | |
2009-05-22 | fix x bit on Design.php | Evan Prodromou | |
2009-05-22 | add design classes | Evan Prodromou | |
2009-05-22 | fix x bit on laconica.ini | Evan Prodromou | |
2009-05-22 | laconica.ini change after automated createTables.php | Evan Prodromou | |