djmaze
141e68f686
updated npm and cleanup gulp tasks
2021-01-18 23:01:21 +01:00
Floris Westerman
1c63287243
Fixed some bugs
2020-11-09 21:46:22 +01:00
djmaze
3bfe2c67d1
Droppped momentjs in favor of Intl
...
Uses a fallback for Intl.RelativeTimeFormat in Date.prototype.fromNow
2020-10-15 10:45:18 +02:00
djmaze
e1d3a143f4
Removed simplestatemanager, use @media queries
2020-09-20 12:33:33 +02:00
djmaze
3ea2f5f452
Replaced knockout-sortable with a slimmed down version (for now)
2020-09-19 13:46:02 +02:00
djmaze
091c4ec811
Clone 3.5.1 from github
2020-09-17 16:27:00 +02:00
djmaze
097fb4896d
Bugfix: invalid settingsGet in dev/Stores/Admin/App.js
...
Cleanup login/logout location reloading
2020-09-04 14:36:24 +02:00
djmaze
645831368d
Again replaced some jQuery to native and cleaned up normalize.css without IE
2020-08-31 12:45:43 +02:00
djmaze
1e0586f124
upgraded yarn
2020-08-24 11:26:19 +02:00
djmaze
382aef7ebb
Replaced ifvisible.js with simple drop-in to handle prefetch messages
2020-08-13 21:25:42 +02:00
djmaze
2f48128ff3
Replaced Autolinker with simple https/email detection
2020-08-13 15:22:24 +02:00
djmaze
f5a444aa14
Removed opentip
...
Cleanup lightgallery
2020-08-13 13:16:08 +02:00
djmaze
aaf4933b0a
Embed cleaner node modules
2020-08-12 01:47:24 +02:00
djmaze
b3dd0c51b5
Removed lozad. Lazy loading of images. A browser can itself these days.
2020-08-06 15:07:43 +02:00
djmaze
dca0ff02ed
Use jQuery.slim
...
Underscore.js _.uniq(_.compact( to native Array.filter((value, index, self) => !!value && self.indexOf(value) == index)
Underscore.js _.compact to native Array.filter(value => !!value)
Underscore.js _.uniq to native Array.filter((value, index, self) => self.indexOf(value) == index)
Underscore.js _.values to native Object.values
Underscore.js _.flatten to native Array.flat
Underscore.js _.union to native Array.concat + unique filter
Underscore.js _.reduce to native Array.reduce
Underscore.js _.escape replaced with advanced htmlspecialchars()
Underscore.js _.memoize replaced
Now Underscore.js is a slim custom version (only _.debounce, _.defer & _.throttle)
2020-07-23 16:06:16 +02:00
djmaze
525a7ab1fd
Remove some npm deprecated packages
2020-07-15 15:39:18 +02:00
djmaze
412d69ce75
Removed jquery-backstretch that handled the UserBackground
...
The UserBackground is now handled with CSS3 on body.thm-body
This allowed me to remove the #rl-bg so that the "video-on-login-screen" plugin will not work indefinitely.
2020-07-13 15:47:19 +02:00
djmaze
85155a9895
Merge remote-tracking branch 'upstream/master'
2020-07-13 11:40:49 +02:00
djmaze
eb731a4183
Updated inputosaurus.js to work with jQuery3
2020-07-09 16:01:41 +02:00
RainLoop Team
5e409ac638
Update dependencies
2020-03-15 23:56:47 +03:00
RainLoop Team
15ceddc202
1.14.0
2020-01-30 22:27:07 +03:00
RainLoop Team
1fb3c9cd7a
Update dependencies
2019-12-31 21:20:03 +03:00
RainLoop Team
08333610ce
Update dependencies
2019-12-24 22:05:46 +03:00
RainLoop Team
ba8bf15b4c
Update dependencies
2019-10-17 01:43:04 +03:00
RainLoop Team
0c38f42197
Small improvements
2019-07-11 21:45:47 +03:00
RainLoop Team
395ad8e035
Update dependencies
2019-07-04 23:06:07 +03:00
RainLoop Team
40dc22a317
Remove knockout-transformations dependency
2019-07-04 22:58:15 +03:00
RainLoop Team
450528ff00
Add prettier
2019-07-04 22:09:27 +03:00
RainLoop Team
b244462fa5
update gulp and gulpfile
2019-06-29 17:16:09 +03:00
RainLoop Team
a1562e7145
Update dependencies and configurations
2019-06-29 03:17:29 +03:00
RainLoop Team
13065dd926
Update dependencies
2019-03-28 01:01:26 +03:00
RainLoop Team
20f53825d9
Update deps
2019-02-01 18:56:12 +03:00
RainLoop Team
95eb786a3f
Update deps
2018-10-06 02:13:58 +03:00
RainLoop Team
26c507398f
babel 6 -> 7
2018-09-18 23:35:41 +03:00
RainLoop Team
379d012b1f
1.12.1
2018-07-31 00:20:06 +03:00
RainLoop Team
6b99a48898
Update devDependencies
2018-07-24 00:09:44 +03:00
RainLoop Team
791f0ff6ad
Small fixes and improvements
2018-07-10 00:05:02 +03:00
RainLoop Team
367748d39e
Add Object.assign polyfill ( #1692 )
2018-05-16 17:31:45 +03:00
RainLoop Team
841c4d59e3
Update devDependencies and translations
2018-05-01 19:34:13 +03:00
RainLoop Team
35ef89c2a6
Optimize building process
2018-03-30 00:43:46 +03:00
RainLoop Team
f8a131e3bc
Update devDependencies
2018-03-06 22:52:08 +03:00
RainLoop Team
c7cd537b4d
Update devDependencies
2018-02-27 22:10:26 +03:00
RainLoop
866b0ddc6d
Add docker support for development.
2018-02-27 02:13:53 +03:00
RainLoop
d76fde37df
Fix crippled contact names ( #1447 )
2017-09-27 20:58:15 +03:00
RainLoop
ed5685314e
Fix unexpected desktop mode on mobile devices + small fixes ( #1514 )
2017-09-25 00:08:44 +03:00
RainLoop
76f28b354b
Add element-dataset polyfill for IE9-IE10
2017-09-21 20:05:23 +03:00
RainLoop
4f19d9fd56
Try the lozad lazy loader
2017-09-21 01:18:41 +03:00
RainLoop Team
2285fd4569
Update package.json dependencies
2017-09-15 19:51:01 +03:00
RainLoop Team
425f0ee3f6
Small fixes
2017-08-07 18:09:14 +03:00
RainLoop Team
709eeddd09
Small fixes
2017-07-11 15:40:31 +03:00