strings via locale
try to add action
ajax comment form loading
code review backend
new css & comments view
little ajax form loading fix
fix plus for commit line
return pre tag. This is bad? but so on
js changes
tmpl fixes
js fixes
new js
new html
trash for development
more trash for development
new comments style
comments is really works
fix plus
validation with i18n and line num fixes
Migration for commit comments
Commit comment markdown support
js fixes and new button
fix migration and cancel btn
locale
The User member of a message is not needed anymore.
The from that is send to the server, should always be the "system" from. This is also called the Bounce address http://en.wikipedia.org/wiki/Bounce_address
The SendMail function is rewritten and has the following new functionality:
- It is optional to skip verification of keys. The config option SKIP_VERIFY is added
- If the port is 465, or ending on 465, the TLS(/SSL) connection is started first.
Related to #700
In the original bug report it was referencing only the sytem avatar images for setup users (like in the header); however the problem also persists with things like commit history.
This commit fixes the `tool.AvatarLink` function so that it also uses the already existing `avatar.HashEmail` function.
I also refactored the `tool.AvatarLink` method some to make the control flow more apparent and adhere better to DRY (there were multiple calls to the `EncodeMd5` function that the `HashEmail` function call replaced, now there is only one.)