Commit graph

3842 commits

Author SHA1 Message Date
6d85a22091 fix: display of null values for creation / modification dates on initial setup 2018-04-29 01:29:21 +02:00
d864e5e9d3 chg: refactored setup for login / registration permissions 2018-04-29 01:29:04 +02:00
4befcbac0d add: metadata for new root properties 2018-04-27 17:10:22 +02:00
66f0813c4d Revert "Merge branch 'hotfix/missing-metadata' into develop"
This reverts commit 81eade1e27.
2018-04-27 17:09:03 +02:00
13b9782cf0 add: metadata for new root properties 2018-04-27 16:57:47 +02:00
1b2bd820a0 fix: insufficient and invalidating amp output 2018-04-27 14:42:11 +02:00
f617e44d83 add: setup options for registration scope and login mode 2018-04-21 22:23:32 +02:00
7520783ff9 chg: simplified b/w compatibility for module optimizations 2018-04-18 22:43:20 +02:00
f283f83553 fix: too narrow page width for skin editor 2018-04-15 22:39:38 +02:00
9619351f9b chg: reverse application of new body css
ignore only if body has av-15 class
2018-04-15 20:13:43 +02:00
658a595dbd chg: refactored nav menu for smaller screens 2018-04-08 22:49:02 +02:00
79ceae33a4 del: unnecessary $Site#page skin 2018-04-08 22:48:09 +02:00
ac5d7dbe49 fix: dimensions of header image 2018-03-25 12:18:08 +02:00
19316ee98c fix: restrict max page width to most pages 2018-03-24 18:37:06 +01:00
df04fb91dc fix: image width in list view 2018-03-24 17:56:59 +01:00
b77469b33c chg: limit maximum page width 2018-03-24 17:56:28 +01:00
7cb6c70f60 fix: missing ant icon 2018-03-18 18:51:39 +01:00
c8f0c8ade9 Revert "fix: missing ant svg"
This reverts commit dcad7a4df4.
2018-03-18 18:51:19 +01:00
dcad7a4df4 fix: missing ant svg 2018-03-18 18:47:49 +01:00
4c0c009e05 fix: clashing class name av-ant 2018-03-18 18:45:55 +01:00
aca84e15f4 chg: hide floating navbar when area to left of it is touched 2018-03-18 18:29:41 +01:00
2274d2081a chg: display floating navigation with toggle button on small screens 2018-03-18 12:55:38 +01:00
b3a9a82382 chg: resolve referrer urls before writing to database 2017-07-02 11:54:16 +02:00
9ad4989583 add: Admin.resolveURl() method 2017-07-02 11:53:18 +02:00
55fb6d57e8 del: unnecessary prefix/suffix macro parameters
also unified meta tags wherever possible
2017-07-02 11:51:40 +02:00
df1a87eab4 chg: improved display of various console output levels 2017-04-17 20:03:16 +02:00
59bedf9e78 fix: display of modifier in list of story updates 2017-03-18 00:12:24 +01:00
37909691e5 chg: rebuilt server-side JS file 2017-03-18 00:11:32 +01:00
97d2813df2 add: helma version to health page 2016-12-17 18:16:20 +01:00
d69cf54e43 add: ant target for updating java libraries
using helma’s new gradlew wrapper and an extra build.gradle file
2016-12-17 15:54:47 +01:00
0e3bb7216c fix: redundant call of lessParser.parse()
to improve performance again, compromised by slow java less parser
2016-12-17 14:36:53 +01:00
d28d18c0fe chg: experimental branch using rhino’s commonjs support
needs helma’s feature/commonjs-support branch

the less-rhino-1.7.5.js implementation uses its own require() implementation which breaks rhino’s one. thus, the official java impl is used instead – which is quite slow, unfortunately… needs to be resolved in a better way before this can be merged.

however, using marked with require() works like a charm :)
2016-12-17 14:36:52 +01:00
70e55bc853 fix: wording 2016-12-17 14:35:41 +01:00
6619322053 fix: indentation 2016-12-17 14:35:19 +01:00
59377e4676 fix: output of empty locale 2016-12-17 14:34:53 +01:00
cd5cd15018 del: definition of JSON object in external module
use Rhino’s implemented JSON support instead
2016-12-17 10:01:19 +01:00
d8fdba526a fix: href processing
missing else clause caused wrong hrefs for default domain
2016-12-09 15:01:17 +01:00
dd49a26a57 add: app property for overriding the scheme used in hrefs
e.g. hrefScheme = https generally renders urls starting with https://
2016-12-09 14:48:12 +01:00
c58bedeb0b chg: allow instant articles for all sites 2016-06-26 20:46:53 +02:00
3ead0b8019 add: basic support for Google’s accelerated mobile pages (AMP) 2016-06-26 20:36:28 +02:00
2d61c0dafa fix: ignore any origin without either http, https or ftp protocol 2016-06-26 14:12:53 +02:00
d75e3437a9 fix: respect default parameter in description macro 2016-06-26 13:40:29 +02:00
fdfee2e50d fix: display of file origin in File and Image prototypes
* ignore origins with c:\fakepath\ (i.e. uploaded from local file system)
 * use `description_macro()` for output of either this.description or this.origin (if available) or nothing, instead of macro default
 * prevent setting this.description in `update()` methods or from formica bookmarklet
2016-06-26 13:21:57 +02:00
2eeb4549ce fix: do not create a helma.Image instance if constraints are fulfilled
obviously, helma.Image already compresses image data and a recent change actually removed code preventing this for images fulfilling the max width and height constraints

see http://help.antville.org/stories/2239244/
2016-05-26 12:36:42 +02:00
79d6c265e2 new: skin for instant article 2016-05-25 17:21:29 +02:00
2d0b1d6790 change: added support for instant articles in rss feeds
currently only enabled for a few sites
2016-05-25 17:20:39 +02:00
ee28a1466a fix: don’t resize layout images (except their thumbnails) 2016-04-09 18:24:20 +02:00
4b451cd84c fix: automatically set og:image from formica 2016-03-28 18:29:53 +02:00
0fe4d4b160 fix: replaced getURL() with corresponding helma.Http methods for more configuration options and better results 2016-03-28 18:28:41 +02:00
b5851313b9 fix: reset the response before sending JSONP data 2016-03-28 18:27:47 +02:00