Commit graph

1129 commits

Author SHA1 Message Date
7520783ff9 chg: simplified b/w compatibility for module optimizations 2018-04-18 22:43:20 +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
55fb6d57e8 del: unnecessary prefix/suffix macro parameters
also unified meta tags wherever possible
2017-07-02 11:51:40 +02:00
c2d8c557fc chg: simplified “deleted site” warning 2017-04-30 09:50:13 +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
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
6619322053 fix: indentation 2016-12-17 14:35: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
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
ac64092624 fix: replaced hard-coded site url with macro 2016-03-25 16:36:07 +01:00
8b3a41191e updated formica bookmarklet
fix: layout in uikit style
fix: gui for in/excluding image
add: support for open graph title and description
chg: emoji in bookmarklet code with support for custom cookie (useful e.g. for nyt)
2016-03-18 22:27:38 +01:00
5b7a409dd1 fix: encode URLs 2015-08-10 16:21:21 +02:00
0d2b6f8ec4 chg: link the site name to the site and the story abstract to the story 2015-08-10 14:25:05 +02:00
c703ea5897 Show configured instead of modified date in site settings 2015-05-25 15:44:41 +02:00
79e46699d2 Update configured and modifier even after privileged user edited site settings 2015-05-25 15:43:38 +02:00
abc4392332 Updated translations 2015-05-23 17:35:19 +02:00
f4fdd91c32 Added some more search engines and url shorteners 2015-05-13 20:57:19 +02:00
25f6604105 Fixed backslashes 2015-05-13 20:48:19 +02:00
17e727ae59 Added baidu.com and duckduckgo.com 2015-05-13 20:31:29 +02:00
ebf70d6655 Made markdown mode the default and removed plain mode in Story.format_filter() 2015-05-02 19:38:42 +02:00
47d152ecc4 Optimized Open Graph output for conditions where title or description is not available 2015-04-27 10:49:28 +02:00
7f075ef0a5 Modified RSS output of date as a fallback when no title is available 2015-04-26 13:23:33 +02:00
98f495ea15 Fixed unrendered Markdown in RSS output; re-enabled already existing work-around for exceptions thrown due to ASCII control characters 2015-04-26 13:07:48 +02:00
98aada09bd Added <p> element around text to prevent it sticking to the message alert 2015-04-18 09:42:20 +02:00
587eac895f Reduced navigation of root site; removed search and added contact link 2015-04-16 21:09:41 +02:00
5fee30c368 Implemted Site.contact_action, redirecting to contact form of first site owner 2015-04-16 21:07:53 +02:00
65ffc80208 Unified permissions for a user to delete their subscription 2015-04-12 14:17:30 +02:00
51ee6c1cf4 Fixed issue where selection of male gendered German language would display default (English) date formats 2015-04-07 16:03:50 +02:00
96f1099933 Empty troll filter needs an array, not a string. Fixes #155 2015-04-07 12:35:46 +02:00
60d556d7ec Fixed bug causing exception when creating a new site 2015-04-04 15:40:05 +02:00
21605f919d Fixed height of header to prevent overlapping with text links 2015-04-04 14:59:19 +02:00
511df4701a Fixed cross-browser compatibility for header (title and animated logo) 2015-03-29 19:18:04 +02:00
c5f0f10a43 Fixed position and link of animated logo in root site 2015-03-29 16:30:09 +02:00
5391f96840 Merge branch 'develop' into feature/revise-translations
* develop:
  Fixed compatibility issues with missing core stylesheet / JavaScript
  Moved client-side upload code to Images#upload skin
  Re-added click handler for cancel links (compatibility)
  Fixed display of Gravatar for accounts
  Added code for embedded audio and video player (HTML5)
  (Whitespace)
  Updated proxy URL
  Updated translation files
  Slightly rearranged code
  Moved image dimension limits from image creation to site settings
  Fixed batch upload for layout images
  Refactored Story.getAbstract() method. Commented out abstract for custom content.
  Refactored Story.getDelta() method. Commented out calculation for custom content.
  Moved calculation of delta behind sanitizing comment title and completely removed HTML sanitization
  Moved calculation of delta behind sanitizing comment title and replaced call for setMetadata() with setCustomContent()
  Fixed appearance of button for new site creation
  Added box argument to image macro output
  Added metadata for Open Graph et al. to Stories.create_action()
  Implemented first version of multiple image upload by drag&drop
  Refactored Comment.update() method - text is now required, title remains optional - sanitize text first to catch potential empty string afterwards

Conflicts:
	i18n/antville.pot
	i18n/de.po
	i18n/en.po
	i18n/messages.de.js
	i18n/messages.en.js
2015-03-27 22:02:27 +01:00
86cb473b03 Fixed compatibility issues with missing core stylesheet / JavaScript 2015-03-27 18:53:26 +01:00