Commit graph

23 commits

Author SHA1 Message Date
djmaze ea48f5060b isArray to native Array.isArray
isUnd(*) to native undefined === *
isFunc to native typeof * === 'function'
isObject to native typeof * === 'object'
microtime() to native Date().getTime();
noop to native ()=>{}
noopFalse to native ()=>false
noopTrue to native ()=>true
boolToAjax to native *?'1':'0'
Underscore.js to native
2020-07-29 21:49:41 +02:00
djmaze 0b0747b8dc Upgraded some old JavaScript to ECMAScript 1.6
Removed some jQuery references
Added JavaScript Globals.$htmlCL for frequently used window.document.documentElement.classList
2020-07-15 14:25:51 +02:00
djmaze a6a337e5ce Revert broken RainLoop merge for TemplatesLink 2020-07-15 14:24:32 +02:00
RainLoop Team 151646f990 Improve resource loaders 2020-03-15 23:14:52 +03:00
RainLoop Team 8a0be3212d prettier --write 2019-07-04 22:19:24 +03:00
RainLoop Team be26cd248c Fix typo 2017-01-11 21:18:51 +03:00
RainLoop Team e6e0b02849 Code refactoring
Flow first look
2016-09-10 02:27:53 +03:00
RainLoop Team b28d4f8cf3 Update dependencies 2016-08-30 01:10:24 +03:00
RainLoop Team 962391e2a0 Add cmd interface
Code refactoring
2016-08-24 01:17:50 +03:00
RainLoop Team 17669b7be0 es5 -> es2015 (last stage)
Signature plugin fixes
Add view decorator
A large number of fixes
2016-08-20 20:30:16 +03:00
RainLoop Team e88c193334 *.jsx -> *.js 2016-08-11 02:34:09 +03:00
RainLoop Team 53cf543795 babeljs: step 2 2015-11-18 23:10:01 +03:00
RainLoop Team 87887373c1 Updated: ckeditor 4.5.3, jquery 1.11.3, openpgpjs 1.2.0
OpenPGP decrypt fix
+ Small fixes
2015-09-18 21:35:30 +03:00
RainLoop Team 9a98bff931 Release fixes 2015-05-18 00:41:57 +04:00
RainLoop Team 104ac0806a Source refactoring 2015-05-04 20:52:24 +04:00
RainLoop Team 47bb848905 Added Tinycon (Unread message tab's icon) 2015-03-04 04:30:37 +04:00
RainLoop Team 19f089d0bf Small fixes
Utf8 clear supports icon unicode
2015-02-26 20:48:09 +04:00
RainLoop Team 9a58fd0a66 Plugin system enhancements (Custom user's settings tabs) 2015-02-19 05:04:30 +04:00
RainLoop Team b42ce01e7e Code refactoring (Translator, Stores, ko) 2015-01-26 03:13:12 +04:00
RainLoop Team 43f19e29e8 Release commit 2015-01-10 00:27:49 +04:00
RainLoop Team ec7324b061 Merged from sub repository (updated ckeditor, filters - step 2) 2014-12-01 21:36:46 +04:00
RainLoop Team c2b7632c13 Added knockoutjs components (step 1) 2014-10-29 02:58:21 +04:00
RainLoop Team 8cf8b94d39 Code refactoring 2014-10-18 17:43:44 +04:00
Renamed from dev/App/Boot.js (Browse further)