Piotr Sarnacki
4e29faaa03
Start Travis with bootstrapTravis function
2013-02-26 12:21:17 +01:00
Josh Kalderimis
f3d47ff24f
remove the ppp queue from the interface
2013-02-16 01:01:56 -08:00
Sven Fuchs
fb96164db8
just depend on the ga code
2013-02-08 15:30:49 +01:00
Sven Fuchs
e61e2e3829
setup ga early
2013-02-08 15:21:49 +01:00
Sven Fuchs
0322e1a3c8
extract ga code and setup
2013-02-08 14:49:46 +01:00
Piotr Sarnacki
2bef45de3b
Remove redundant Queue: from Mac OSX queue
2013-02-07 05:10:12 +01:00
Piotr Sarnacki
d25ad55ce6
Add OSX queue
2013-02-07 04:23:14 +01:00
Piotr Sarnacki
0ab1ba262b
We now have a linux queue instead of jvmotp, rails and spree
2013-02-07 04:18:49 +01:00
Stefan Huber
3d347fdcf5
Typo
2013-01-02 16:42:44 +01:00
Randy Morgan
e4fb6c1fee
Completed dynamic I18n intetegration.
...
travis-web starts in English. When the user logs in, it switches to
their locale, when they logout, it goes back to english.
2012-12-11 10:48:19 +09:00
Randy Morgan
e4819d8e0b
Fixed I18n handlebars helpers to update when locale changes
...
Via the console, you can Travis.set('locale', 'ja') and all the labels
will properly update. This should work on User#updateLocale as well but
I am having a devil of a time testing it locally as I cannot sign in.
2012-12-11 08:54:43 +09:00
Piotr Sarnacki
8e97b68313
Make the app work with disabled cookies
...
Browsers disable local storage and session storage when cookies are
disabled - any call to one of those will cause an error. This commit
provides fallback storage, which will store items in memory.
2012-12-10 17:37:09 +01:00
Piotr Sarnacki
26def07b9d
Show 'compiler' in Config and in matrix
2012-12-02 04:01:40 +01:00
Sven Fuchs
08c86c8778
Merge pull request #58 from randym/i18n
...
removed devise and admin namespaces from locales..
2012-11-23 02:06:06 -08:00
Randy Morgan
f176a2a77f
Enabled i18n-js fallbacks
2012-11-23 13:53:07 +09:00
Sven Fuchs
be1c52e69a
change I18n.missingTranslation so that we use the last part of the key, titleized instead of a phat, ugly monster message
2012-11-22 16:24:40 +01:00
Piotr Sarnacki
efe98e561a
Add history.state hacks for browsers not supporting it
2012-11-18 11:59:14 +01:00
Sven Fuchs
d63af402c1
issue events on user:signed_in and user:synced
2012-11-16 17:43:22 +01:00
Sven Fuchs
81c0549d1d
change queue grouping
2012-11-13 21:14:48 +01:00
Piotr Sarnacki
f64d488973
Set locale to 'en' by default
2012-10-23 03:33:39 +02:00
Piotr Sarnacki
72f14fb594
Do not trigger unnecessary reloads when locale *could* have changed
2012-10-22 21:29:51 +02:00
Sven Fuchs
a806dd7ff8
refactor broadcasts
2012-10-19 04:27:07 +02:00
Piotr Sarnacki
e561d7e145
Use localStorage instead of cookies
2012-10-10 22:42:28 +02:00
Piotr Sarnacki
3c303e5a86
Reload page when locale for user changes, also cache it in cookie
2012-10-10 22:37:44 +02:00
Piotr Sarnacki
404dde1cdf
Initialize application in Ember.next, fixes auth
2012-10-10 16:13:21 +02:00
Sven Fuchs
00b38062cc
stop loading the app config from the api cuz it adds quite a noticeable delay
2012-10-10 13:25:22 +02:00
Sven Fuchs
6342367810
remove debug flash message
2012-10-09 15:28:10 +02:00
Sven Fuchs
847c120bd7
fuck yeah, flash messages
2012-10-09 15:16:54 +02:00
Sven Fuchs
152dde6e05
make things even more generic
2012-10-03 19:29:44 +02:00
Sven Fuchs
7b47863014
extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles
2012-10-03 17:13:02 +02:00