| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Using jQuery gives us some shorter and more to the point javascript,
along with being a first step towards making gitorious use more
unobtrusive JS. This also removed the auto_complete plugin, since it's
easier to do by hand with jQuery.
Furthermore, most of the rjs templates have been replaced with
functions in application.js
|
|
|
|
| |
This reverts commit 1f3683c6e05f79894bb8efd0f26c534a1ec4f5d3.
|
|
|
|
|
| |
This is done in an after_filter so that it'll still be rendered as
unread whenever the thread is viewed
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- New state&migration
- Additions in User and Message
- Messages#index now uses inbox
- Another action for message archive
- Selected messages can now be read or archived
- Styling system generated messages with its own
icon
|
| |
|
|
|
|
| |
as read twice; this state machine also works without
the exclamation mark.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Custom Message#to_xml
- Support format => xml in MessagesController#[:index,:show]
|
|
|
|
|
|
| |
between posts.
Changed the form and autocomplete actions accordingly
|
|
|
|
| |
Lets us reuse the Message instance in views
|
|
|
|
|
|
|
| |
introduce a renders_in_global_context controller class method as well.
This lets us control in the Site context in which specific actions or controllers
as a whole are rendered in.
|
|
|
|
|
|
|
|
|
|
| |
redirect to the message after posting a reply.
Changed/simplified the message layout. Now builds a table of messages on the collection pages (ie. #index, #sent) and includes links to #show.
The show action renders all the messages in the thread with the same partial (goodbye replies...).
Also removed quite a lot of message specific CSS.
|
|
|
|
| |
Also added method for getting a users top level messages. That is, messages that are either sent by or sent to a user, and that have no parent
|
|
|
|
|
|
| |
- Adding sent/inbox etc.
- Adding breadcrumb support
- Changing the redirect in sessions controller to go to the license page
|
|
|