Piotr Sarnacki
896c79dd16
Remove the rest of the locales related stuff
2014-01-15 14:40:56 +01:00
Piotr Sarnacki
8801fe7e6c
Replace all of the uses of translation helper with plain text
...
We're removing translations from Travis, the substitution was done using
this script: https://gist.github.com/drogus/8436273
2014-01-15 14:35:01 +01:00
Justine Arreche
486e9bee07
Removed mention of locales in the README
2014-01-14 15:01:57 -05:00
Justine Arreche
2cdbd430cd
removed localeapp files and removed locaes from Gemfile
2014-01-14 14:51:54 -05:00
Justine Arreche
f6491297c1
removed instances of locales in current_user and user
2014-01-14 14:01:40 -05:00
Justine Arreche
35e7fc4f55
removed instances of locales from app and auth coffeescript files
2014-01-13 15:03:18 -05:00
Justine Arreche
67b970015f
removed set and default locale from app.coffee
2014-01-13 13:53:33 -05:00
Justine Arreche
5500dbb31c
removed locales from profile.coffee
2014-01-13 12:05:32 -05:00
Justine Arreche
072e89ad8e
removed locale dropdown in profile and removed colon separators
2014-01-10 14:32:30 -05:00
Justine Arreche
007c53c909
removed duration-icon span to resolve duplicate clock icons
2014-01-10 13:34:49 -05:00
Piotr Sarnacki
2c6c09e88b
Update ember.js with 1.3.0 without conflicts
2014-01-10 18:04:49 +01:00
Piotr Sarnacki
7ddeb5cfa8
Remove the conflict from tools.hbs
2014-01-10 17:33:46 +01:00
Justine Arreche
8fb194b557
Merge branch 'master' of https://github.com/travis-ci/travis-web into updated-styles
2014-01-10 10:49:43 -05:00
Justine Arreche
909da95d0f
Updating branch from master
2014-01-09 15:19:42 -05:00
Hiro Asari
6ec13ceee1
Merge pull request #240 from dmathieu/multiple_lines
...
Highlight multiple lines
2014-01-09 10:41:28 -08:00
Damien Mathieu
228afe9a63
store the last selected line and use it as the other end for multiple selection
2014-01-09 17:31:47 +01:00
Damien Mathieu
ff1aad3f03
extract the log lines selector into a separate component
2014-01-09 15:53:33 +01:00
Piotr Sarnacki
3d0c215174
Use ember.prod.js when compiling for production
...
For some reason uflify fails on regular ember.js build. Using production
build fixes the problem and we should do it anyway - our assets pipeline
does some debug version cleaning, but I'm not sure if it's still
compatible with what's done when generating Ember's production build.
2014-01-09 13:20:12 +01:00
Piotr Sarnacki
e0c062ad15
Add ember.prod.js
2014-01-09 13:19:29 +01:00
Piotr Sarnacki
34a8ed64de
Update log.js
2014-01-09 12:44:38 +01:00
Justine
60d4273801
Merge pull request #242 from parndt/fix-top-min-width
...
Fixes #236 by setting #top min-width to 930px to match #left plus #main
2014-01-08 12:43:16 -08:00
Philip Arndt
4330aa48ed
Fixes #236 by setting #top min-width to 930px to match #left plus #main
2014-01-09 08:55:21 +13:00
Piotr Sarnacki
04bc007d4f
Merge pull request #241 from rjackson/update_ember
...
Update to Ember 1.3.0, Handlebars 1.2.1, and fix deprecations.
2014-01-08 03:19:37 -08:00
Robert Jackson
8d681e85af
Use link-to instead of deprecated linkTo.
2014-01-07 21:02:24 -05:00
Robert Jackson
cb3d41739b
Use bind-attr instead of deprecated bindAttr.
2014-01-07 21:00:26 -05:00
Robert Jackson
5260fac6dc
Update to Ember 1.3.0.
2014-01-07 20:51:01 -05:00
Damien Mathieu
c9e0f07a5a
highlight multiple lines
...
We can now highlight multiple lines, adding #L1-L2 to the hash.
We can select the ending line with shift + click.
Closes travis-ci/travis-ci#1829
2014-01-07 21:46:19 +01:00
Piotr Sarnacki
c80a4e4160
No need to abort transition: rejecting will abort automatically
2014-01-07 21:17:20 +01:00
Justine Arreche
69ed05b181
changed gravatar size to 200 for optimized retina displays
2014-01-03 20:24:40 -05:00
Justine Arreche
d324319a96
changes made to profile page including increased type size for readability, color styling and gravatar border radius increase
2014-01-03 19:10:58 -05:00
Mathias Meyer
d569938687
Fix typo in Code Climate popup.
2014-01-02 12:26:34 +01:00
Henrik Hodne
d3e81abd9b
Merge pull request #237 from travis-ci/ha-bug-gh_core_1807
...
Remove `mailto:` URLs
Closes travis-ci/travis-ci#1807 .
2014-01-02 02:12:05 -08:00
Josh Kalderimis
98f26fb100
Merge pull request #238 from travis-ci/ha-bug-gemfile_fix
...
Remove Bundler patch
2014-01-01 02:33:37 -08:00
Hiro Asari
4d83e1a4cb
Remove urlAuthor and urlCommitter fields
...
No longer in views, so no need to keep these.
2013-12-31 23:21:10 -05:00
Hiro Asari
67db5f486b
Remove Bundler patch
...
The patch does not seem necessary any longer.
2013-12-31 19:51:00 -05:00
Hiro Asari
80510badff
Remove mailto:
URLs
...
Addresses https://github.com/travis-ci/travis-ci/issues/1807
2013-12-31 19:47:28 -05:00
Piotr Sarnacki
f457a0974c
Merge pull request #233 from dmathieu/tailing
...
Refactor tailing and test it
2013-12-19 09:17:32 -08:00
Piotr Sarnacki
536866d7d6
Get config headers only from jobs when preparing jobs table
...
After changes in travis-core, irrelevant headers are removed when matrix
is expanded. For example python version is removed from a ruby build.
Build's config is not altered, so in order to get only effective keys,
we need to iterate over jobs.
2013-12-19 14:05:23 +01:00
Hiro Asari
eb3ec57be1
Merge pull request #234 from travis-ci/ha-feature-gh234-pretty_build_key_headers
...
Build Matrix keys should be more flexible than just being camelized
2013-12-16 07:23:05 -08:00
Henrik Hodne
cbf47921c7
Remove 'commiter' key for translations
...
This key is not in use anywhere else.
2013-12-15 17:48:00 -06:00
Hiro Asari
c2db169b4a
Fix typo [skip ci]
2013-12-15 00:54:19 -05:00
Hiro Asari
ade98c7e44
Polish build matrix table header
...
Instead of uniformly camelizing the headers, use a map of headers
each build matrix key should display in the table
2013-12-15 00:50:48 -05:00
Damien Mathieu
1920785f50
fix regression when going below the log zone
...
Since a431b68c28
, when going below the max
of the log files, the position button would remain in fixed position.
This fixes it.
2013-12-13 17:09:15 +01:00
Damien Mathieu
10d49c6983
refactor and add tests to tailing
2013-12-13 15:27:33 +01:00
Piotr Sarnacki
7a93a9f915
Move events to _actions hash
2013-12-12 15:06:58 +01:00
Josh Kalderimis
e33ae1f82b
Merge pull request #232 from travis-ci/ha-feature-multi_os_support
...
Preliminary Multi-OS support
2013-12-11 14:02:30 -08:00
Hiro Asari
f8370a2236
Display 'os' as build matrix dimension
2013-12-11 16:51:11 -05:00
Piotr Sarnacki
a252e34771
Fix github mention regexp
...
While merging a pull request I haven't noticed that the first part of
regexp will always match a beginning of the line.
2013-12-11 14:56:15 +01:00
Piotr Sarnacki
86f660310f
Add index_loading template
2013-12-11 12:43:11 +01:00
Piotr Sarnacki
b016ba2293
More logging
2013-12-11 12:43:10 +01:00