Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-17 | Updated markup yes/no form actions to be consistent with the rest of the site | Sarven Capadisli | |
2009-06-17 | Removed NoticeHover from JavaScript for speed gain. Using CSS instead | Sarven Capadisli | |
to handle the notice hover state. The difference is only seen in the conversation page. | |||
2009-06-16 | Moved url handling to its proper place, from newnotice to Notice.php | Robin Millette | |
2009-06-16 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Robin Millette | |
into 0.8.x | |||
2009-06-16 | Removed more dead code. | Robin Millette | |
2009-06-16 | Brought back borders for content, navigation, aside_primary but | Sarven Capadisli | |
applied transparent colour instead, hence not visible. This way, other laconica instances make use of the border if they change only the colour. | |||
2009-06-16 | Minor margin value change | Sarven Capadisli | |
2009-06-16 | More contrast for tabs | Sarven Capadisli | |
2009-06-16 | UI updates: | Sarven Capadisli | |
Added box-shadow to local views, input focus, content Removed borders from local views, content, aside_primary Some cleaning | |||
2009-06-16 | Revert "Using neutral colour for notice hover" | Sarven Capadisli | |
This reverts commit 5daa0e358f0a75261e3240820cd6bcf7a57504fc. | |||
2009-06-16 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Sarven Capadisli | |
2009-06-16 | Using neutral colour for notice hover | Sarven Capadisli | |
2009-06-15 | forgot to disinherit Memcached_DataObject in Status_network | Evan Prodromou | |
2009-06-15 | Add some basic memcached handling to status_network | Evan Prodromou | |
Status_network can't be a subclass of Memcached_DataObject -- the latter is too entrenched in Laconica's memc handling functions, which aren't loaded when Status_network is running! But the importance of caching these values can't be overstated. So, a considerably slimmed-down version of the Memcached_DataObject code is transcribed into Status_network. | |||
2009-06-15 | a little better query handling in redirect code | Evan Prodromou | |
2009-06-15 | a little better query handling in redirect code | Evan Prodromou | |
2009-06-15 | forgot some functions aren't available at status time | Evan Prodromou | |
2009-06-15 | redirect on non-canonical server name | Evan Prodromou | |
2009-06-15 | don't show create-a-group link if not logged in | Evan Prodromou | |
2009-06-15 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.8.x | |||
2009-06-15 | allow a configured base for cache keys | Evan Prodromou | |
2009-06-15 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Zach Copley | |
2009-06-15 | Missing call to getProfile() caused verify_credentials to fail. | Zach Copley | |
2009-06-15 | change mods for setup script | Evan Prodromou | |
2009-06-15 | Script to set up new status networks | Evan Prodromou | |
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. |