Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-18 | better calculation of path | Evan Prodromou | |
2009-06-18 | Better attachment view check | Sarven Capadisli | |
2009-06-18 | Updated markup and CSS for attachment_view | Sarven Capadisli | |
2009-06-18 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Robin Millette | |
into 0.8.x | |||
2009-06-18 | Display more oembed info in attachment popup. | Robin Millette | |
2009-06-18 | Left out some new user and group theming file in the previous commit | Zach Copley | |
2009-06-18 | Group theming. | Zach Copley | |
2009-06-17 | Merge branch 'userdesign' into 0.8.x | Zach Copley | |
* userdesign: (56 commits) Fix for background image repetition for various page heights Removed height:100% for better background image repetition A little more specific selector for notice reply Have user favorites page show user's design Placed a check to make sure there is a reply button in a notice before Make MailboxAction read only Remove stale reference to deprecated personal.php Uppercase hex color values Default to image being on, no tile after upload Fix sidebar color bug default design Update background image settings to use bitflags It was accidently removed Dynamically tile background image and turn background image on or off Show a background img in settings form IE7/8 CSS update for user design Enable tiling of background imgs for Designs Added background image tile flag to Design Init styles for tile and image use on/off for user design settings Added form option to tile background image and to turn it on and off Add background dir ... | |||
2009-06-17 | Make MailboxAction read only | Zach Copley | |
2009-06-17 | Remove stale reference to deprecated personal.php | Zach Copley | |
2009-06-17 | hide group name and aliases in group tag cloud section | Evan Prodromou | |
2009-06-17 | Merge branch '0.8.x' into userdesign | Zach Copley | |
2009-06-17 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Zach Copley | |
into 0.8.x | |||
2009-06-17 | Ticket 1612 - make destory (and create) favorites work via API | Zach Copley | |
2009-06-17 | Output XML and JSON error msgs for API calls | Zach Copley | |
2009-06-17 | Added config option to enable or disable file uploads with notices. | Robin Millette | |
2009-06-17 | Make oohembed endpoint configurable. | Robin Millette | |
2009-06-17 | Uppercase hex color values | Zach Copley | |
2009-06-17 | Update background image settings to use bitflags | Zach Copley | |
2009-06-16 | Enable tiling of background imgs for Designs | Zach Copley | |
2009-06-16 | Design settings now save and displays backgrounds | Zach Copley | |
2009-06-15 | Check to make sure a design exists before trying to display it | Zach Copley | |
2009-06-15 | Output custom stylesheets on design sub-Actions | Zach Copley | |
2009-06-15 | Merge branch '0.8.x' into userdesign | Zach Copley | |
* 0.8.x: a little better query handling in redirect code a little better query handling in redirect code forgot some functions aren't available at status time redirect on non-canonical server name don't show create-a-group link if not logged in allow a configured base for cache keys Missing call to getProfile() caused verify_credentials to fail. change mods for setup script Script to set up new status networks strncmp -> strcasecmp Return network from network setup function Configurable avatar directory | |||
2009-06-15 | Throw an WebColorException if wrong # of hex chars | Zach Copley | |
2009-06-15 | User design setting save now | Zach Copley | |
2009-06-15 | allow a configured base for cache keys | Evan Prodromou | |
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 | make admins of groups | Evan Prodromou | |
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-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-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 | 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 | Removed another bit of dead (commented out) code. | Robin Millette | |
2009-06-14 | Reworked output for design settings page | Zach Copley | |
2009-06-14 | Removed hanging skin crapola | Sarven Capadisli | |