Randy Morgan
f9c373a744
removed unneeded linebreak
2012-12-04 00:40:28 +09:00
Randy Morgan
ba0f9ca0cb
reparied indentation
2012-12-04 00:39:30 +09:00
Randy Morgan
8930cf2cf6
removed another quoted tranlsation key
2012-12-04 00:38:54 +09:00
Randy Morgan
6a690878be
removed quotes around translation key
2012-12-04 00:37:41 +09:00
Randy Morgan
4954564dde
Updated Gemfile to use localeapp-handlebard_i18n and get the latest translations
2012-12-04 00:34:34 +09:00
Randy Morgan
e5b0869201
change ENV variable name for localeapp api key to LOCALEAPP_API_KEY
2012-12-04 00:18:17 +09:00
Randy Morgan
5b0fd89a1f
Extracted localeapp-handlebars_i18n to gem
2012-12-04 00:17:58 +09:00
Randy Morgan
082fac9185
Added handlebars template scraping and localeapp reporting
...
Specified handlebars templates will be parsed for {{t some.key}}. Any
translations keys that are not found in the configured i18n YAML will
be reported to the configured localeapp backend via the localeapp api.
2012-12-02 16:50:52 +09:00
Randy Morgan
3e93754ad1
Added description for localapp report rake task
2012-11-23 14:42:08 +09:00
Randy Morgan
acc48c441f
Removed comment from Assetfile
2012-11-23 14:39:46 +09:00
Randy Morgan
dc85f7bbc8
Updated gemfile to use published i18n-filters gem.
2012-11-23 14:37:56 +09:00
Randy Morgan
f176a2a77f
Enabled i18n-js fallbacks
2012-11-23 13:53:07 +09:00
Randy Morgan
2bc30495b5
removed devise and admin namespaces from locales and added report rake task for new keys
2012-11-23 01:50:54 +09:00
Randy Morgan
c4bfc7b1d7
Added i18n web filters and rake task for pulling the translations down from localeapp
...
You will need to set ENV['LOCALEAPP'] to the secret key to run the
update. Contact randym if you need it.
2012-11-22 20:47:38 +09:00
Piotr Sarnacki
f32038698d
Refresh accounts list after sync ( closes #55 )
2012-11-21 21:20:12 +01:00
Konstantin Haase
7816ab558b
increase timeout, api is now taking care of this
2012-11-18 21:11:06 +01:00
Piotr Sarnacki
efe98e561a
Add history.state hacks for browsers not supporting it
2012-11-18 11:59:14 +01:00
Piotr Sarnacki
dfd8e3323b
Update Ember with history location fix from my fork
2012-11-18 11:05:14 +01:00
Piotr Sarnacki
7af5d4c1b6
Debug info on auth
2012-11-17 12:31:22 +01:00
Piotr Sarnacki
cdbfac1166
Add google analytics
2012-11-17 12:19:30 +01:00
Piotr Sarnacki
d4214406e6
Remove console.log
2012-11-17 12:19:30 +01:00
Sven Fuchs
6d0cf9d5e6
Merge branch 'master' of github.com:travis-ci/travis-web
2012-11-16 17:43:39 +01:00
Sven Fuchs
d63af402c1
issue events on user:signed_in and user:synced
2012-11-16 17:43:22 +01:00
Piotr Sarnacki
3084dacaef
Update Ember.js from drogus/ember.js and fix routes
...
Default regexp used in ember does not work well for us. With repos
starting with 'stats', ember will match such url for /stats/ page, even
though the rest of the url is different, I added ability to overwrite
default regexp.
2012-11-16 17:36:13 +01:00
Piotr Sarnacki
cbd25b8821
Revert "Slugs are case insensitive now ( closes #51 )"
...
This reverts commit 8fb481cdd0
.
2012-11-16 15:42:50 +01:00
Piotr Sarnacki
8fb481cdd0
Slugs are case insensitive now ( closes #51 )
2012-11-16 15:16:57 +01:00
Sven Fuchs
216724af64
changes for pro
2012-11-15 16:31:54 +01:00
Sven Fuchs
81c0549d1d
change queue grouping
2012-11-13 21:14:48 +01:00
Piotr Sarnacki
973bd38f66
Use Rack::Request#user_agent
2012-11-13 02:32:00 +01:00
Piotr Sarnacki
7ad4ed1109
Redirect to old version of travis for mobile clients
...
We're planning support for a new mobile client, but for the time being
we will just redirect to the old app.
2012-11-12 19:37:57 +01:00
Piotr Sarnacki
9a0e7d5bb6
Merge pull request #50 from KL-7/info-icon-fix
...
Fix info icon overlapping tabs (in Firefox).
2012-11-12 08:40:31 -08:00
Piotr Sarnacki
870144c230
Compilation is needed in order to run specs
2012-11-12 17:37:57 +01:00
Sven Fuchs
3a7850cd02
abstract out styles for menu from profile
2012-11-12 12:12:57 +01:00
Kirill Lashuk
3d896d6a57
Fix info icon overlapping tabs.
2012-11-12 12:10:32 +03:00
Piotr Sarnacki
a039da5dd1
Fix showMore
...
We use ArrayProxy with SortableMixin as container for builds, so
it needs to proxy load method to expandable record array.
closes #49
2012-11-10 16:34:01 +01:00
Piotr Sarnacki
630de8efc3
We should display travis token, not github one in profile
2012-11-10 15:47:34 +01:00
Piotr Sarnacki
2e31b2e267
Add some color to rspec
2012-11-10 15:47:33 +01:00
Piotr Sarnacki
a7f8064412
Disable JS testing on travis until I have time to fix it
2012-11-10 15:47:33 +01:00
Piotr Sarnacki
de38b3d297
Redirect /:owner/:name/builds.json to a proper api endpoint
2012-11-10 15:47:33 +01:00
Sven Fuchs
d94b001e81
restore isLoaded for repos controller
2012-11-10 04:21:49 +01:00
Piotr Sarnacki
38e8a2a8e1
Merge pull request #46 from simi/master
...
Don't hide overflow on #main.
2012-11-09 10:34:31 -08:00
Josef Šimánek
31e914b52d
Don't hide overflow on #main.
...
This fixes https://github.com/travis-ci/travis-ci/issues/750 for me. Tested on Linux with Chrome 22 and Firefox 16.0.1.
2012-11-08 21:47:16 +01:00
Konstantin Haase
6ea3f70723
fix test
2012-11-08 13:55:50 +01:00
Konstantin Haase
e88ee9c440
Merge branch 'rkh-more-redirects'
2012-11-08 13:49:13 +01:00
Konstantin Haase
7d055f085b
explicitely redirect cc.xml
2012-11-08 13:33:41 +01:00
Konstantin Haase
f8ab48178e
also redirect "Accept: */*" to the api
2012-11-08 13:26:59 +01:00
Piotr Sarnacki
d19d5003d0
Don't error out when the only response is result: true
2012-11-08 03:37:22 +01:00
Piotr Sarnacki
df15776e0e
Revert "Revert "It's free and hosted, not distributed!""
...
This reverts commit 92f843208a
.
2012-11-07 22:58:09 +01:00
Piotr Sarnacki
3b3de51017
Enable js testing on travis
2012-11-07 17:54:29 +01:00
Piotr Sarnacki
14b5d4c9b9
Fix specs
2012-11-07 17:01:36 +01:00