William Bowling is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

wbowling / adium (fork of adium / adium)

Fork of Adium for patches/improvements

Clone this repository (size: 338.7 MB): HTTPS / SSH
hg clone https://bitbucket.org/wbowling/adium
hg clone ssh://hg@bitbucket.org/wbowling/adium

Commit 761b05dfd208 Raw commit »

commit
761b05dfd208
parent
28740db71cbd
branch
default

Add a Topic template for message styles, which gets added into a <div> with id "topic" in group chats. Authors should do something like: <div contentEditable>%message%</div> (or span, or whatever) so that (in a future commit) topics can be edited. The substitutions are the same for AIContentMessages. %sender% could be nil, however, on initial join.

Comments

    Log in to comment »

    File Lines added Lines removed
    Adium.xcodeproj/project.pbxproj 10
    Frameworks/Adium Framework/Source/AIContentTopic.h 31
    Frameworks/Adium Framework/Source/AIContentTopic.m 42
    Plugins/Purple Service/CBPurpleAccount.h 1 1
    Plugins/Purple Service/CBPurpleAccount.m 10 3
    Plugins/Purple Service/adiumPurpleConversation.m 12 3
    Plugins/WebKit Message View/AIWebKitMessageViewController.m 18 5
    Plugins/WebKit Message View/AIWebkitMessageViewStyle.h 6
    Plugins/WebKit Message View/AIWebkitMessageViewStyle.m 28 4