Commit graph

4446 commits

Author SHA1 Message Date
d856ba24e3 Renamed layout “variables” to “settings” 2015-03-14 16:17:16 +01:00
a93b467e8e Merge branch 'develop' into feature/layout-rerefactoring
* develop:
  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.
2015-03-14 16:08:32 +01:00
3698c82d99 Re-added some layout variables and refactored CSS 2015-03-14 16:03:26 +01:00
465e6fd55f Merge branch 'feature/values-refactoring' into develop 2015-03-07 18:22:53 +01:00
90a700ab7c Added control for copying the value macro to the clipboard 2015-03-07 18:18:34 +01:00
649cd144eb 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. 2015-03-07 18:02:28 +01:00
8ae9afae6f Implemented first version of working WYSIWYG story editor 2015-03-07 12:28:05 +01:00
5446fc87c2 Fixed nasty bug when resubmitting the story editor via script 2015-03-06 17:25:53 +01:00
cac7eb0ea7 Moved client-side extract script to extra skin which will always be rendered (edit skin is customizable) 2015-02-28 22:55:23 +01:00
1cc9b347de Added missing ID to story editor form 2015-02-28 22:06:00 +01:00
865a418b49 Implemented client-side parsing of story content to extract image and video URLs as metadata. This metadata is then used for rendering Open Graph, Twitter Cards and microdata. 2015-02-28 22:00:54 +01:00
29350df8f0 Commented out og:locale data because Facebook is very picky about locales (see https://www.facebook.com/translations/FacebookLocales.xml) 2015-02-28 17:18:18 +01:00
1ced2595dd Fixed some issues with microdata and Open Graph, removed twitter:site data and added og:locale 2015-02-28 16:43:57 +01:00
9804165c33 Fixed tiny bug when rendering the og:image et al. meta information 2015-02-28 14:40:56 +01:00
5734ca7f8b Improved support for OpenGraph, Twitter Cards and Microdata 2015-02-28 14:12:34 +01:00
777e1eb1c1 Added claustra to list of directories scanned for message parsing 2015-02-22 16:18:52 +01:00
40534dad48 Refactored regular expression for autolinking to become more readable and reliable 2015-02-22 15:08:38 +01:00
01ec0ba1e4 Changed order of filters to be applied to story text to make autolinking more reliable 2015-02-22 15:07:46 +01:00
1812a8bc98 Always redirect to the story form after submit 2015-02-22 14:39:47 +01:00
938b4b57e0 Removed code removing one choice field too many 2015-02-22 14:39:15 +01:00
99da4fcd6f Fixed erroneous display of »closed« poll if it was not opened at all 2015-02-22 14:38:10 +01:00
76d09794a5 Fixed invalid HTML 2015-02-22 14:37:32 +01:00
90b0124d56 Removed title from default comment form 2015-02-22 14:36:53 +01:00
dd3fbb9a0a Fixed HTML for validation with validator.w3.org 2015-02-22 14:36:00 +01:00
6ed2ed60d0 Removed obsolete code in comments 2015-02-21 22:16:08 +01:00
8a196f3632 Replaced double newlines with <p> elements before letting Helma <br>eak everything 2015-02-21 22:00:20 +01:00
39e08577f0 Modified link of Antville logo to lead back to start page of the site 2015-02-21 21:56:47 +01:00
0733d19622 Added json2 and lessjs via node_modules / npm 2015-02-21 21:55:46 +01:00
d864126e50 Fixed restoring of JS triggering links 2015-02-21 20:00:55 +01:00
158594f3f7 Slightly modified exampes in robots.txt 2015-02-21 19:27:22 +01:00
b8df28e0de Added dummy action for favicon.ico to Root 2015-02-21 19:26:32 +01:00
60f6349df9 Do not redirect to the static URL of a file 2015-02-21 19:25:51 +01:00
6ead205ed5 Increased size for high resolution displays 2015-02-21 19:24:09 +01:00
921158736b Slightly reduced file size with GIF optimizer 2015-02-21 19:23:30 +01:00
18d198755a Fixed SVG syntax (no comment before XML header) 2015-02-21 19:22:54 +01:00
9ef3184d11 Refactored code with required client-side functionality to basically work with disabled JS, too. Fixes #36 2015-02-21 19:21:35 +01:00
1d1d2ebf57 Removed obsolete attribute 2015-02-21 19:14:18 +01:00
30c40de80b Added metadata for Open Graph and mobile devices 2015-02-21 19:12:22 +01:00
a46508ef47 Added source and command for creating the PNG in comments 2015-02-15 20:47:01 +01:00
c5b4293d74 Added safemode to site delete link 2015-02-15 20:46:21 +01:00
720b988af6 Merge branch 'release/1.5' into develop 2015-02-15 20:28:20 +01:00
fb3168701c Refactored blocking users and deleting sites in admin section 2015-02-15 20:26:57 +01:00
31b15d6b46 Added new ant image as favicon 2015-02-15 20:25:24 +01:00
aeaa25f313 Merge branch 'release/1.5' into develop 2015-02-14 17:49:44 +01:00
f628d22c9e Excluded JS maps 2015-02-14 17:47:56 +01:00
255807fd2e Removed Ant extension and build targets for Google Code upload because uploads are not possible, anymore 2015-02-14 17:46:15 +01:00
be4d319d99 Fixed sorting of skins 2015-02-14 17:38:54 +01:00
5f5daf9175 Updated build script using all Git repos 2015-02-14 17:03:15 +01:00
4f36a1e661 Fixed missing setting of modified date on creation of root site 2015-02-14 17:01:59 +01:00
73af9f864b Fixed potential bug in quote() method, leaving some strings unquoted which might break things 2015-02-14 16:30:49 +01:00