| Age | Commit message (Collapse) | Author |
|
|
|
application and login form
|
|
|
|
A few more characters in some places, but helps with readability.
|
|
|
|
|
|
* allow plugins to inject JS code into login form
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shortcuts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- declare() is not needed there anyway
remove event.observe from login form (not needed)
load pluginhost via amd
|
|
|
|
get_minified_js()
|
|
update more hardcoded colors to use @color-accent
update @color-accent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the output would be translated based on accept-language header
|
|
@CHANGED use require to load all the dependencies
@FIXED dojo.parser isn't loaded in cached mode, it has to be loaded via require.
|