Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put current room into page title? #141

Closed
cburschka opened this issue Jan 4, 2015 · 1 comment
Closed

Put current room into page title? #141

cburschka opened this issue Jan 4, 2015 · 1 comment
Assignees
Milestone

Comments

@cburschka
Copy link
Owner

In our installation, we're hardcoding the default room ("Ligrev's Lounge") directly into the page title. It occurs to me that we could very easily make this more flexible by always using the active room.

  • When not connected, the page title is just the default: $defaultTitle
  • When inside a room, the title becomes $room - $defaultTitle
  • When a user just spoke, it becomes [@ ] $user - $room - $defaultTitle
@cburschka cburschka self-assigned this Jan 4, 2015
@cburschka cburschka added this to the cadence 1.6 milestone Jan 4, 2015
@cburschka
Copy link
Owner Author

(combined with this, we'd be setting the --title in our install to something like "Calamity Refuge" or "CalRef Chat".)

cburschka added a commit that referenced this issue Jan 4, 2015
Inside an active room, the page title is now prefixed with the
room name. Any temporary alerts are then prefixed to that.
cburschka added a commit to calref/cadence that referenced this issue Jan 27, 2015
"Discord"
=========

For a monthly update, this one is pretty loaded with major enhancements and
features, most of which have been sitting in the pipeline for a long time.

Features
--------

- cburschka#132: Eight new ponicons, including one new character. :sunsetshimmer:,
        :sunsetsneaky:, :lunamad:, :discordsad:, :pinkiepout:, :scootablue:,
        :spikehappy:, :twisecret:
- cburschka#145: Another ponicon (original work): :sombra:

-  cburschka#50: Most markup settings (persistent colors, emoticons and inline images)
        are now retroactively applied to all messages when toggled.

-  cburschka#52: The persistent color setting now supports full RGB in HTML5-compliant
        browsers. To open the full color menu, simply hold down the color button
        for 0.5 seconds.

- cburschka#147: /back now accepts a status message as an argument.

- cburschka#150: /ping command added. This pings the server, or accepts a nickname or
        JID as a target.

- cburschka#151: Cadence will respond to ping stanzas, allowing users to ping each other.

- cburschka#112: Create an Emoticon Pack API that allows easily dropping in sets of
        custom emoticons. The default ponicon set is now an emoticon pack
        (but still included in the repository).

Enhancements
------------

- cburschka#130: Images are now inline-block elements and vertically centered on the
        line, just like emoticons. This fixes a few visual oddities with link
        anchors and the message-hiding buttons.

- cburschka#141: The current room is now included in the page title.

- cburschka#152: Update all JS libraries (jQuery to 2.1.3), the others to their latest
        development branches at Jan 20, 2015.

Bugfixes
--------

- cburschka#140: The invisible "[hidden]" placeholder at the end of each message is no
        longer included in the log files generated by /save.

- cburschka#143: If for whatever reason the last opened sidebar has been removed or
        renamed since the page was last loaded, the page will now fall back to
        the user list instead of crashing.

- cburschka#146: :aaaaa: is a duplicate of :rarishock: so it is now an alias.

- cburschka#148: Users setting their status to "dnd" (do not disturb; only available to
        external clients) will no longer cause an error.

- cburschka#149: The local jQuery installation that has been included since version 1.4
        is now actually included on the page, instead of the external library.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant