framework/js/lib
dcsjapan d5d7185794 Primary key renaming
Improved consistency for existing core translation key names.

See flarum/core#265
- Completely overhauled core en.yml
- Replaced existing key names in all core JS files to match
- Extracted a hardcoded string in IndexPage.js
- Combined two app.trans calls in DiscussionControls.js
- Removed hardcoded spaces from LogInModal.js and SignUpModal.js
- Added two new keys from DiscussionControls.js (soft delete)
- Created two new “reused keys” to YML to accommodate same
2015-09-23 14:58:33 +09:00
..
components Allow discussions to be hidden and restored 2015-09-22 17:48:21 +09:30
helpers Primary key renaming 2015-09-23 14:58:33 +09:00
initializers Preload data just before boot, not when the store is initialised 2015-07-22 09:54:49 +09:30
models Allow discussions to be hidden and restored 2015-09-22 17:48:21 +09:30
utils Patch Mithril with a route shortcut attribute 2015-09-22 17:09:38 +09:30
App.js Add "Debug" button to inspect the response of a failed AJAX request 2015-09-18 16:46:46 +09:30
Component.js Add init hook as a way to effectively monkey patch constructors 2015-09-08 10:27:02 +09:30
extend.js Copy properties when monkey-patching 2015-09-16 16:03:25 +09:30
Model.js Redraw old data after unsuccessful save 2015-09-22 17:23:28 +09:30
Session.js Only set XHR authorization header if token isn't empty 2015-09-14 14:49:11 +09:30
Store.js Finish admin permissions page and clean up everything 2015-07-31 20:16:47 +09:30
Translator.js Correct check that a translation is an object 2015-09-04 12:19:02 +09:30