Commit graph

4003 commits

Author SHA1 Message Date
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
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
4d2867d744 fix: added missing change in $Image#embed skin for improved formica image link 2016-01-16 23:43:11 +01:00
7644cc4ec0 chg: improved responsive formica image with custom link to source URL 2016-01-16 23:39:41 +01:00
6180ee475c fix: refactored for latest update in Helma’s format() method to prevent huge gaps in <pre> elements 2015-08-14 14:25:53 +02:00
aeb13485e9 fix: date formatting 2015-08-14 14:24:50 +02:00
34af2b0bd9 fix: missing simple linebreaks in story 2015-08-14 11:29:47 +02:00
eb8e1dbd8b fix: replaced arbitrary patterns with specific ones 2015-08-10 17:15:01 +02:00
b2e72f533f chg: output OpenGraph data in the main action of an image 2015-08-10 16:22:10 +02:00
5b7a409dd1 fix: encode URLs 2015-08-10 16:21:21 +02:00
04643c1f6a del: obsolete code block 2015-08-10 16:00:35 +02:00
dc6bc652cc chg: combined text with arrow icon to link to public sites 2015-08-10 15:40:44 +02:00
aa7b66ba90 fix: corrected link to story from list of recent updates 2015-08-10 15:40:00 +02:00
6c36a89364 fix: re-enabled owners and managers to edit and delete all of a site’s comments 2015-08-10 14:45:50 +02:00
733d334a66 fix: redirect to a Story’s main action after saving 2015-08-10 14:29:43 +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
8b57c60aa2 fix: wrap the link to the content around the whole history element 2015-08-10 14:23:56 +02:00
22442d9e30 fix: refactored linebreak_filter() to fix output of Markdown code segments 2015-08-10 14:22:46 +02:00
66384329d6 Replace site.title with site.name until title cannot consist of whitespace causing invisible links 2015-05-25 22:25:35 +02:00
06b34f0484 Defined maximum batch size with constant and increased it to 50 2015-05-25 22:24:49 +02:00
46b1515edd Added file extension 2015-05-25 22:18:56 +02:00
5a2038000d Refactored Exporter.run() method 2015-05-25 22:05:11 +02:00
3889b9348e Fixed exceptions thrown during scheduled removal of deleted sites 2015-05-25 15:46:09 +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
02c188aa45 Improved display of job list; implemented delete functionality 2015-05-24 23:01:34 +02:00
fc43b51140 Use the first admin user instead of the first user (which could be a generic one). 2015-05-24 23:00:20 +02:00
8e1466e511 Prevented removal of a job which did not finish due to an exception 2015-05-24 22:59:47 +02:00
caffb014d3 Remove the job reference from the target when deleting a job 2015-05-24 22:58:43 +02:00
e70b405b55 Added sort order for collection of deleted sites 2015-05-24 22:58:15 +02:00
471f6f92d2 Fixed issue causing a job removing a site to throw an exception due to trying to create a layout archive – which is nonsense as it the whole site is going to be removed anyway. 2015-05-24 22:57:55 +02:00
568aa3352d Enabled asynchronous XHR for retrieving salt from back-end 2015-05-23 17:36:33 +02:00
abc4392332 Updated translations 2015-05-23 17:35:19 +02:00
43a6443e22 Refactored story filters to remove unwanted side-effects (see http://scifi.antville.org/stories/2188604) 2015-05-20 15:30:41 +02:00
f95a5157e5 Removed log statement 2015-05-20 15:29:45 +02:00
4a81ae03cb Removed undesired whitespace after an image box 2015-05-20 15:29:28 +02:00
540ece87c5 Turned now_macro() from function statement to function expression, preventing the now_macro() in modules/core/Global.js from overwriting via hoisting 2015-05-16 19:50:43 +02:00
4019cb861c Fixed defunct sorting options of sites 2015-05-16 19:03:44 +02:00
f4fdd91c32 Added some more search engines and url shorteners 2015-05-13 20:57:19 +02:00