printempw
9bf7dccb64
Fix generating sidebar
2018-02-23 16:51:50 +08:00
printempw
98e27151ff
Fix bootstrap tooltips
2018-02-23 16:26:53 +08:00
printempw
b876b99459
Switch to skinview3d on skinlib pages
2018-02-23 16:22:08 +08:00
printempw
0bb3ef55b3
Replace three.msp.js with skinview3d
2018-02-23 16:16:52 +08:00
printempw
2d43a05a54
Fix codebase due to dependencies update
2018-02-23 12:08:27 +08:00
printempw
90af85d00f
Fix using JavaScript protocol in a.href
2018-02-16 20:15:26 +08:00
printempw
3ebc206e7d
Remove lib docCookies
2018-02-16 19:54:07 +08:00
printempw
42e06e8954
Add .editorconfig
2018-02-16 15:39:55 +08:00
Pig Fang
acadfd73bb
fix(i18n): fix wrong i18n key for "player" page
2018-01-01 23:02:18 +08:00
Pig Fang
846f29ef6d
style(js): stricter eslint rules ( #108 )
...
* style(js): stricter eslint rules
* build: ignore .eslintignore
2017-12-29 23:28:11 +08:00
Pig Fang
b1fa8c098b
refactor(common): refactor polyfill of String.prototype.includes
2017-12-27 17:47:13 +08:00
Pig Fang
04a88a2e30
build: remove commonjs exports
2017-12-24 11:40:15 +08:00
Pig Fang
88502a3db1
test(all): remove console output when testing
2017-12-24 10:54:00 +08:00
Pig Fang
e4ee22ad75
Fix missing parameter
2017-12-16 11:15:18 +08:00
Pig Fang
bec9bdf3f3
Fix iterating items for closet and skin library
...
`for...of` is a feature of ES6,
however Babel will transpile this syntax to `Symbol.iterator()`,
which does not supported on IE11.
We won't add `Symbol` polyfill,
because it will increase JS file size.
`Array.prototype.reduce` is of ES5 and supported on IE11.
2017-12-16 11:03:37 +08:00
Pig Fang
76b6d68bc2
Update JSDoc
2017-12-09 15:32:25 +08:00
Pig Fang
a97128da1e
Move "setTexture" function to "closet"
2017-12-04 14:41:53 +08:00
gplane
b834264c3e
Update JavaScript tests
2017-11-29 13:52:32 +08:00
Pig Fang
4ebd54707e
Update JavaScript tests
2017-11-26 23:57:52 +08:00
Pig Fang
09ccae26c4
Use event listener instead of inline href
...
Using inline `href` to execute JavaScript in Firefox doesn't work.
2017-11-24 22:27:33 +08:00
Pig Fang
577c5ab8df
Use fallback locale for JavaScript in I18N
2017-11-24 20:03:44 +08:00
Pig Fang
aaf612f2d9
Add tests for PlayerController
2017-11-14 23:25:04 +08:00
Pig Fang
42a42ef8c7
Use async/await and update tests
2017-11-08 13:33:03 +08:00
Pig Fang
6a5a198b1d
Fix missing texture type after renaming item in closet
2017-11-06 16:19:59 +08:00
Pig Fang
594954dbe2
Make responsive for closet
...
fix #89
2017-11-06 11:07:24 +08:00
Pig Fang
bce4ed4a42
Add a option for adding a player after registered
2017-11-05 20:56:52 +08:00
Pig Fang
8d1adc7e4d
Add security check before resetting password
2017-11-05 10:25:20 +08:00
printempw
b948f27692
Fix signing out after changing password
2017-08-07 14:46:03 +08:00
printempw
52281dd25c
Add option destroyOnClose for showModal
2017-08-07 14:43:22 +08:00
printempw
64d6900434
Add fucking test for sending feedbacks
2017-08-07 13:14:49 +08:00
printempw
0f611d56f6
Adjust frequency of sending feedbacks
2017-08-07 10:16:25 +08:00
printempw
19f75f4a0d
Add test for checking updates
2017-08-06 23:39:18 +08:00
printempw
3ab2db4133
Fix tests
2017-08-06 23:12:07 +08:00
printempw
1852e9f4fb
Separate scripts about checking updates from HTML
2017-08-06 23:08:09 +08:00
printempw
efb7cf07e5
Fix removing items from closet
2017-08-06 22:40:30 +08:00
printempw
86c5343c55
Move all iCheck initialization to layout.js
2017-08-06 22:31:09 +08:00
printempw
c25332008f
Revert "Make iCheck color followed by body theme"
...
This reverts commit e4ae3c7130c4aa73cf276b451c763a533a78da82.
2017-08-06 22:09:19 +08:00
gplane
37654eb807
Make iCheck color followed by body theme
2017-08-06 18:06:29 +08:00
gplane
0771c4c2dd
Use "min" as unit when sign remaining time is less than 1 hour
2017-08-06 17:05:04 +08:00
printempw
cb2ce86aae
Enhance detection of mobile browser scrolling #80
2017-08-05 18:22:03 +08:00
printempw
d5f7c704dd
Add dangling commas in module.exports
2017-08-01 14:42:17 +08:00
printempw
5fd8ef62aa
Update tests
2017-08-01 14:39:44 +08:00
printempw
3e798d9cc5
Simplify the form of catching ajax errors
2017-08-01 12:24:32 +08:00
printempw
07110d2580
Fix adding event listener using jQuery
2017-08-01 12:19:23 +08:00
printempw
f29ab3042d
Fix XSS when searching skinlib
2017-07-31 12:51:00 +08:00
printempw
e170d6685f
Fix searching player count of user at admin page
2017-07-30 14:48:40 +08:00
printempw
153f515f15
Minor bug fixes for tests
2017-07-28 18:22:59 +08:00
printempw
28c4d555d4
Merge pull request #76 from g-plane/master
...
为 JavaScript 代码添加单元测试
2017-07-28 04:54:03 -05:00
printempw
4e546076ef
Fix ajax URL of managing plugins
2017-07-28 17:51:18 +08:00
gplane
d1faaf64f5
Add unit test for JavaScript files
2017-07-20 15:36:59 +08:00