* develop:
Re-Granted permissions for privileged users to edit comments
Increased margin before comment form
Added badge next to username in a comment
Fixed patch for MySQL databases
Conflicts:
code/Comment/Comment.skin
* develop:
Renamed Stories.render_action() to render_json_action()
Added account image with link to https://gravatar.com
Added HTML sanitizer for comments and stories. Fixes issue 64.
Added button for easily adding a username to the troll filter
Implemented “gaslighting” of troll comments, i.e. hiding a comment of a known troll for everyone else but themselves
Removed misleading trailing “(Server)” from console output
Fixes issue 143
Separated rendering of core and custom CSS with Less and added more detailed error output
Improved display of console messages
Added bottom margin after article meta in case there is no title
Introduced another value for the color of borders, vertical and horizontal lines
Conflicts:
code/Global/0.node.js
code/Global/Global.js
code/Site/$Site.skin
code/Story/$Story.skin
code/Story/Story.js
code/Story/Story.skin
* develop:
Added comment about why including main CSS file does not work
Moved renderPage() method down in code
Fixed bug causing error when trying to delete a comment (see e-mail from kinomu, 22 Feb 2015 19:20:15 – trinity-4365fa39-f3f6-407b-a241-18f3c180b59e-1424629215534@3capp-gmx-bs61)
Fixed source map URLs
Conflicts:
build.xml
code/Site/Site.js
static/scripts/cm.min.js
static/scripts/main.min.js
static/styles/main.min.css
* develop:
Fixed color of button for current page in pager navigation
Fixed color of title and hovered navigation items
Removed layout values for debugging
Renamed layout “variables” to “settings”
Re-added some layout variables and refactored CSS
Added control for copying the value macro to the clipboard
Enabled built-in colorpicker for any value which name ends with “color”. (Fixes issue 39.) Added remove link for any value form element. Fixed issue where no value could be added after the last remaining one was removed.