Carsten Otto
ab5b7af069
quick fix
...
fixes #1982
2016-02-06 00:23:55 +01:00
Matt Rogers
0d2b293bd3
Merge pull request #1802 from jyruzicka/unify-rendering
...
Unify rendering into helper
2016-02-02 16:10:43 -06:00
Jan-Yves Ruzicka
ccf13418f4
Extract rendering to helper method. Shift filename sanitization to controller.
2016-02-02 11:08:12 +00:00
Matt Rogers
7801364662
Merge pull request #1977 from dnrce/pry
...
Add pry for debugging
2016-01-31 18:51:56 -06:00
Dan Rice
bae4b42a6e
Add pry for debugging
2016-01-31 11:06:45 -05:00
Matt Rogers
7300e3bf80
Merge pull request #1967 from C-Otto/links-open-in-new-tab
...
add target="_blank" for generated links
2016-01-30 22:12:48 -06:00
Matt Rogers
83622af8c7
Merge pull request #1975 from dnrce/jquery-ui-rails
...
Use jquery-ui-rails gem instead of vendored jQuery UI
2016-01-30 17:34:51 -06:00
Matt Rogers
753e6e6ad5
Merge pull request #1976 from dnrce/selenium-firefox43
...
Update selenium-webdriver
2016-01-30 17:11:59 -06:00
Dan Rice
d2e5df5971
Update selenium-webdriver
2016-01-30 16:28:09 -05:00
Dan Rice
2ea20d1a1e
Use jquery-ui-rails gem instead of vendored jQuery UI
2016-01-30 16:12:31 -05:00
Dan Rice
3220177dd3
Merge pull request #1974 from TracksApp/bootstrap-preferences-page
...
Update the preferences pages to Bootstrap
2016-01-30 14:59:20 -05:00
Matt Rogers
7652791451
Update the preferences pages to Bootstrap
2016-01-30 13:49:08 -06:00
Dan Rice
10698d1f94
Merge pull request #1973 from el-Salmon/spanish
...
Updated Spanish translation
2016-01-30 10:57:41 -05:00
Jaime Martín Jiménez
508e0e6e47
Updated Spanish translation
2016-01-30 11:37:41 +01:00
Carsten Otto
3327966af1
add target="_blank" for generated links
...
This causes the links to be opened in a new window/tab.
Existing (rendered) notes are not affected by this.
Fixes #1747
2016-01-27 21:26:27 +01:00
Matt Rogers
d1a9e2746b
Merge pull request #1965 from dnrce/2016
...
Bump copyright year to 2016
2016-01-26 20:51:10 -06:00
Dan Rice
3347594828
Merge pull request #1971 from TracksApp/rails-4-1-14-1
...
Upgrade to Rails 4.1.14.1
2016-01-25 21:29:26 -05:00
Matt Rogers
2ef17e24e4
Upgrade to Rails 4.1.14.1
2016-01-25 19:59:45 -06:00
Matt Rogers
0dfcd37a44
Merge pull request #1970 from dnrce/docker
...
Add Docker configuration
2016-01-25 07:41:46 -06:00
Dan Rice
6cd2ae25fe
Add Docker configuration
...
[ci skip]
2016-01-24 15:59:34 -05:00
Dan Rice
13d0098b40
Bump copyright year to 2016
...
[ci skip]
2016-01-21 23:36:37 -05:00
Matt Rogers
233b7cc7be
Merge pull request #1964 from C-Otto/fix-remember-login
...
fix: remember login
2016-01-21 17:02:45 -06:00
Carsten Otto
461b328402
fix: remember login
...
fixes #1963
2016-01-21 23:45:38 +01:00
Matt Rogers
42ab5e3000
Merge pull request #1951 from C-Otto/show_from_midnight
...
when recurring todos always use midnight for "show from"
2016-01-21 16:13:30 -06:00
Matt Rogers
7d50ee5bdd
Merge pull request #1961 from C-Otto/sort-current-projects
...
Sort current projects
2016-01-21 15:59:01 -06:00
Carsten Otto
d2931ea7f0
sort current projects by last_reviewed date
...
fixes #1960
2016-01-21 22:30:48 +01:00
Carsten Otto
33c814e1b9
use local variable where possible
2016-01-17 17:52:28 +01:00
Carsten Otto
a4ef5654e9
explicit loading does not seem to be necessary
2016-01-17 17:51:49 +01:00
Carsten Otto
dc6eed3956
remove instance variable for projects, not necessary
2016-01-17 17:50:04 +01:00
Carsten Otto
94f60ffba4
do not load contexts for review, not necessary
2016-01-17 17:43:31 +01:00
Dan Rice
e5cf1ab604
Merge pull request #1959 from TracksApp/responsive-bootstrap-footer
...
Update the footer to be more responsive
2016-01-14 17:34:19 -05:00
Matt Rogers
d18c6caf34
Remove the legacy footer styles
2016-01-14 14:06:04 -06:00
Matt Rogers
137e36497d
Update the footer to be more responsive
...
Matches the style of the existing footer and makes the links move to the
next line instead of wrapping if the viewport is too small for all of
the footer to fit on one line.
Also moves the footer over to bootstrap styles
2016-01-12 21:37:44 -06:00
Matt Rogers
8012f98d6d
Merge pull request #1956 from TracksApp/fix-asset-precompilation
...
Remove the login stylesheet from precompilation
2016-01-09 10:07:25 -06:00
Matt Rogers
4917a42b0e
Remove the login stylesheet from precompilation
...
It's no longer being included on its own anymore.
Fixes #1954
2016-01-09 10:06:11 -06:00
Matt Rogers
6492b1c3fe
Merge pull request #1943 from TracksApp/login-page-redesign
...
Redesign the login page
2015-12-21 11:45:04 -06:00
Matt Rogers
a07567086c
Add flash styling of the login page.
2015-12-15 20:02:53 -06:00
Matt Rogers
37c61fa60a
Update the login cucumber steps to match the new UI
...
Removes the colon for the checkbox label since the position of the
checkbox and the text on the UI has changed.
2015-12-15 20:02:53 -06:00
Matt Rogers
89506dbeb7
Redesign the login page
...
Makes use of both bootstrap and a rendering of the Tracks logo to
provide a bit better experience in term of brand identity as well as
also supporting mobile better.
2015-12-15 20:02:53 -06:00
Carsten Otto
b788194f8d
fix test
2015-12-13 16:12:45 +01:00
Carsten Otto
cd09cce7a4
when recurring todos always use midnight for "show from"
...
fixes #1940
2015-12-13 15:44:40 +01:00
Matt Rogers
3468d1ec13
Merge branch '2.3_branch'
2015-12-08 20:14:33 -06:00
Matt Rogers
c4836672c8
Merge pull request #1909 from C-Otto/tracks-1881
...
Activate successors on predecessor destroy
2015-12-08 20:02:06 -06:00
Matt Rogers
42961e9701
Isolate the links to click within the view menu dropdown
2015-12-02 12:42:30 -06:00
Matteo Giaccone
357c281b9d
Add page refresh to fix feature tests
2015-12-02 12:42:18 -06:00
Matteo Giaccone
e60c25f8a2
Port top navigation bar to Bootstrap
2015-12-02 12:42:18 -06:00
Dan Rice
20b040b8b7
Update Nokogiri
2015-12-01 00:02:36 -05:00
Matt Rogers
9389fbef9a
Merge pull request #1939 from TracksApp/support-mysql-5.7
...
Bump mysql2 to 0.3.20
2015-11-27 15:21:12 -06:00
Matt Rogers
6a7af342b6
Bump mysql2 to 0.3.20
...
Keep it locked at the 0.3.x version due to problems with other apps and
the 0.4.x versions.
2015-11-18 08:19:54 -06:00
Dan Rice
da7a97b9b5
Merge pull request #1935 from mattr-/simplify-login-system
...
Simplify the return values when using basic auth
2015-11-03 00:15:43 -05:00