aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-05-19 01:05:15 +0200
committerThomas Lange <code@nerdmind.de>2017-05-21 07:54:28 +0200
commiteeddde7ae72d7f68c0a734d1fe7004cde847d1e5 (patch)
tree041aeec3474fdd7169c5b6c235674a15423aceea /database.sql
parent6b4faa47d02094d3f9fe637fc83431e7c49004cd (diff)
downloadblog-eeddde7ae72d7f68c0a734d1fe7004cde847d1e5.tar.gz
blog-eeddde7ae72d7f68c0a734d1fe7004cde847d1e5.tar.xz
blog-eeddde7ae72d7f68c0a734d1fe7004cde847d1e5.zip
Several changes have been made to the admin template, which together with the previous commits result in version 2.1.1:v2.1.1
+ Optimization [CSS]: Unused .fa-* classes have been removed. + Optimization [CSS]: Hyphens have been disabled for the text within the content editor. + Optimization [CSS]: Some elements now have a smaller padding value which has benefits if the page is displayed on a mobile device. + Optimization [HTML]: The HTML <section> elements of the formular have been replaced with simple <div> elements because <section> elements should only be used for self-contained areas which have nothing to do with the rest of the content. The using of <section> elements at this place was semantically incorrect. + Implemented [JS]: Tab indents which are made by pressing <tab> can now also be removed by pressing <shift>+<tab>. + Optimization [JS]: The functions "emoticonReplace" and "markdownReplace" has been renamed to "insertEmoticon" and "insertMarkdown" and have been restructured. + Optimization [JS]: The DOMContentLoaded event listeners are not required because the file is included with the "defer" attribute. + Optimization [JS]: A function called "delayed" was added which executes a callback function after an delay of 20 ms (the delayed execution of code is necessary for the "insertEmoticon" and "insertMarkdown" functions because the content editor otherwise will losing focus when clicking outside at the emoticon or markdown buttons while the "onmousedown" event listener is still executing).
Diffstat (limited to 'database.sql')
0 files changed, 0 insertions, 0 deletions