Commit graph

99 commits

Author SHA1 Message Date
f64a1fa25d fix: redundant calls of decodeURIComponent 2020-05-31 14:40:15 +02:00
97f1bad6e0 fix: file permissions 2020-05-17 14:42:21 +02:00
9e28a3af94 fix: jsonp response not containing json 2020-04-24 22:26:47 +02:00
23d248bef2 fix: missing > at end of macro 2020-04-12 19:07:14 +02:00
302d2e3729 chg: refactored formica bookmarklet for using proxy claustra 2020-04-10 20:36:39 +02:00
9260adc98d del: code in comments 2020-04-05 21:11:08 +02:00
1952ca19f6 chg: slightly modernized formica bookmarklet code 2020-04-05 21:11:08 +02:00
a90fff0c9f chg: rewrote formica bookmarklet without jquery 2020-04-05 14:14:21 +02:00
d217d85e04 chg: moved client scripts into tools dir 2020-03-29 21:04:50 +02:00
2274d2081a chg: display floating navigation with toggle button on small screens 2018-03-18 12:55:38 +01:00
86108f1bc8 chg: updated dependencies 2018-03-17 20:25:26 +01:00
f5cff5ba44 chg: bumped versions and rebuilt client files
note: marked is sticky @0.3.3 because of issue #872https://github.com/chjj/marked/issues/872
2017-03-17 16:53:55 +01:00
472104fa75 chg: updated client files 2016-12-17 16:03:40 +01:00
9748633b78 add: current location as referrer
to make up for missing information in the user agent
2016-09-04 00:34:06 +02:00
7f6584dcbd fix: use simplified user agent
works better e.g. with nytimes.com because this site always redirects to its login form when a user agent starting with `Mozilla/5.0 (c` is detected:

```python
import os
import pprint

from google.appengine.api import memcache
from google.appengine.api import mail
from google.appengine.api import urlfetch
from google.appengine.ext import db

url = 'http://www.nytimes.com/2016/09/03/technology/nso-group-how-spy-tech-firms-let-governments-see-everything-on-a-smartphone.html?utm_source=pocket&utm_medium=email&utm_campaign=pockethits&_r=0'

response = urlfetch.fetch(url, headers={
  'User-Agent': 'Mozilla/5.0 (c u got me'
}, follow_redirects=True)

pprint.pprint(response.content)
```
2016-09-04 00:33:51 +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
a8b37e39ba fix: do not resize original image 2016-04-22 22:13:11 +02:00
4b451cd84c fix: automatically set og:image from formica 2016-03-28 18:29:53 +02:00
e9c9fb7ae5 fix: custom message for error when retrieving url 2016-03-25 20:06:55 +01:00
2e16d8b179 fix: disable debugging mode 2016-03-25 19:58:24 +01:00
780ad73c2a fix: catch various errors and give a litte bit of feedback in the gui 2016-03-25 19:57:19 +01:00
a4b85d40e6 fix: disabled debugging code 2016-03-18 22:32:34 +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
7644cc4ec0 chg: improved responsive formica image with custom link to source URL 2016-01-16 23:39:41 +01:00
95297f5f14 fix: styled image from formica bookmarklet as thumbnail to maintain responsive layout 2016-01-15 21:20:45 +01:00
2559f4a3b1 chg: rebuilt JS files 2015-08-10 19:33:24 +02:00
40519bc0ea Cleaned up all and upgraded some NPM modules 2015-04-17 13:26:38 +02:00
6835eac442 Re-added click handler for cancel links (compatibility) 2015-03-27 17:42:02 +01:00
b1c6a95897 Updated proxy URL 2015-03-27 15:56:31 +01:00
14128dd6eb Implemented first version of multiple image upload by drag&drop 2015-03-25 19:27:20 +01:00
bb12a80358 Replaced all references to uikit package with uikit-bower, added marked package and subsequently removed uikit. 2015-03-17 15:55:09 +01:00
cdc6f5db07 Merge branch 'develop' into feature/wysiwyg-editor
* develop:
  Added comment about why including main CSS file does not work
  Moved renderPage() method down in code
  Fixed bug causing error when trying to delete a comment (see e-mail from kinomu, 22 Feb 2015 19:20:15 – trinity-4365fa39-f3f6-407b-a241-18f3c180b59e-1424629215534@3capp-gmx-bs61)
  Fixed source map URLs

Conflicts:
	build.xml
	code/Site/Site.js
	static/scripts/cm.min.js
	static/scripts/main.min.js
	static/styles/main.min.css
2015-03-14 19:56:46 +01:00
fe97c3cf60 Fixed source map URLs 2015-03-14 19:20:25 +01:00
8ae9afae6f Implemented first version of working WYSIWYG story editor 2015-03-07 12:28:05 +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
a46508ef47 Added source and command for creating the PNG in comments 2015-02-15 20:47:01 +01:00
31b15d6b46 Added new ant image as favicon 2015-02-15 20:25:24 +01:00
f628d22c9e Excluded JS maps 2015-02-14 17:47:56 +01:00
4681121a64 Added fonts as well as built scripts and styles 2015-02-14 15:00:19 +01:00
ff7ec8f5fe Added missing spritesheet 2015-01-23 19:09:00 +01:00
2e62744332 Restored missing commit for sprite images 2015-01-23 18:36:05 +01:00
e9634b8371 Revert "Created CSS sprites from all non-animated images using http://draeton.github.io/stitches/ for now (let’s see if necessary to implement in build process)"
This reverts commit 509f2d1013.
2015-01-03 12:23:13 +01:00
509f2d1013 Created CSS sprites from all non-animated images using http://draeton.github.io/stitches/ for now (let’s see if necessary to implement in build process) 2015-01-03 11:21:49 +01:00
c27d28b692 Implemented build process for client-side (static) code and assets using Browserify 2015-01-01 20:23:21 +01:00
b53cb9cb15 Generalized clipboard copy 2014-12-17 23:49:15 +01:00
1b79f12eff Refactored for UIKit support 2014-12-16 23:08:48 +01:00
3e735c6cf0 Replaced standard password field with UIKit’s one and refactored forms for UIKit integration 2014-12-10 16:55:37 +01:00
c24f936aea Removed artefacts of gray pixels 2014-12-06 21:51:23 +01:00