framework/js/lib/utils
dcsjapan 49d59089e4 Add third tier to key namespacing
- Changes all `app.trans` calls to `app.translator.trans` calls.
- Changes existing keys to [three-tier namespace structure](https://github.com/flarum/english/pull/12).
- Extracts additional strings for `lib:` namespace.
- Extracts two previously missed strings for EditGroupModal.js.
2015-10-20 13:04:43 +09:00
..
abbreviateNumber.js Add third tier to key namespacing 2015-10-20 13:04:43 +09:00
anchorScroll.js Fix PostStream endless loading due to broken scroll anchor 2015-07-22 09:55:20 +09:30
classList.js Major CSS revamp 2015-07-17 14:47:49 +09:30
computed.js Fix JS docblock 2015-08-26 17:11:54 +09:30
Drawer.js Get admin area working again 2015-07-29 20:58:22 +09:30
evented.js Massive JavaScript cleanup 2015-07-15 14:01:11 +09:30
extract.js Massive JavaScript cleanup 2015-07-15 14:01:11 +09:30
extractText.js Move generic util into lib 2015-09-04 12:15:41 +09:30
formatNumber.js Massive JavaScript cleanup 2015-07-15 14:01:11 +09:30
humanTime.js Massive JavaScript cleanup 2015-07-15 14:01:11 +09:30
ItemList.js Prevent ItemList crash when item is a number 2015-09-04 12:17:01 +09:30
mapRoutes.js Support running in subdirectory with base_path config 2015-08-13 12:58:59 +09:30
mixin.js Massive JavaScript cleanup 2015-07-15 14:01:11 +09:30
patchMithril.js Patch Mithril with a route shortcut attribute 2015-09-22 17:09:38 +09:30
RequestError.js Improve client XHR error handling 2015-10-20 12:48:26 +10:30
ScrollListener.js Massive JavaScript cleanup 2015-07-15 14:01:11 +09:30
string.js Remove <script> tags from plain post content 2015-08-31 10:49:24 +09:30
stringToColor.js Add some comments 2015-07-18 10:56:01 +09:30
SubtreeRetainer.js Remove redundant call 2015-09-01 10:08:37 +09:30