b31be0f3aa
chg: prevent user from logging in and out again on insufficient login permission
2018-04-29 13:32:06 +02:00
9ec39eaf98
fix: user being logged in in spite of missing permission
2018-04-29 01:42:54 +02:00
fcc889a480
fix: unsecure url
2018-04-29 01:29:32 +02:00
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
5ab19df7d9
fix: too fuzzy results of text output in formatDate()
...
was always returning the integer part of the result – i.e. Math.floor()
2017-04-30 10:19:50 +02:00
88f65c007d
fix: missing getDeletionDate() method
2017-04-30 10:08:50 +02:00
c115f03867
chg: use “delete” instead of ”remove” in user messages
2017-04-30 09:50:52 +02:00
c2d8c557fc
chg: simplified “deleted site” warning
2017-04-30 09:50:13 +02:00
ceeba55018
fix: display of 401 error message
2017-04-30 09:49:31 +02:00
49b1b357a0
fix: missing support for future dates in formatDate() method
2017-04-30 09:49:03 +02:00
f6b76518ac
fix: return value of deleted_macro() if no formatting should be applied
...
in that case, the date value is returned allowing meaningful application of format filter
2017-04-30 09:47:15 +02:00
b7d55cbc88
chg: immediately show most users 404 page for a deleted site
...
owners can revert the deletion request until cronjob is created, privileged users until site is removed with nightly cronjo
2017-04-29 22:07:35 +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