Reinier Balt
e58379e81f
This fixes failing tests when the timezone is different than utc
...
There were several problems:
* Time.now returns the systems time, not the users time
* fixtures do not translate dates from timezone to utc, but stores the
date verbatim
* calling a controller will set the timezone to the preference of the
current_user. So it could be changed while you do not realize this. I
fixed the failing test, but problems could be elsewhere
2015-08-05 11:50:33 +02:00
Matt Rogers
0b44fe3f08
Merge pull request #1904 from lrbalt/update-travis
...
use sudo:false to migrate to new travis infra
2015-08-04 21:25:00 -04:00
Reinier Balt
eb42fff4d5
Remove codeclimate token. It is now set in the repo settings on travis
...
the secret encypted token is not working anymore
2015-08-04 23:46:25 +02:00
Reinier Balt
f2a2482a18
use sudo:false to migrate to new travis infra
2015-08-04 23:20:20 +02:00
Matt Rogers
c37d618e77
Merge pull request #1901 from matjack1/enlarge-touch-points-for-mobile-ui
...
Use box-sizing: border-box to style mobile input
2015-08-02 22:49:04 -04:00
Matteo Giaccone
a9d0c86f67
Use box-sizing: border-box to style mobile input
2015-07-29 21:47:43 +01:00
Matt Rogers
aa36fb97ab
Use hexadecimal values for color
2015-07-25 07:59:56 -05:00
Matt Rogers
568996ae73
Shorten the padding declaration.
...
A padding declaration of `8px 8px` is the same as just writing `8px` so
use the shorter version
2015-07-25 07:59:10 -05:00
Matt Rogers
2a6afba56e
Fix indentation to match the rest of the file
2015-07-25 07:58:39 -05:00
Matt Rogers
f5af02d314
Enlarge the font size for select boxes
...
The text for the select boxes on mobile is tiny. The makes them hard to
hit. Combined with the padding added earlier, this makes the select
boxes more usable when dealing with a mobile UI.
2015-07-24 22:36:09 -05:00
Matt Rogers
811d5321c2
Add padding for the input boxes on the todo form
...
This makes them easier to hit on mobile with a finger.
The 8 pixel value is an arbitrary number not really based on anything
other than the fact that it looked better than the lower numbers I
tried.
2015-07-24 22:35:32 -05:00
Matt Rogers
f234fbd4e8
Improve the buttons on the mobile interface
...
Add some padding so that they're larger and easier to hit with a finger
2015-07-24 22:28:22 -05:00
Dan Rice
013b260a1b
Fix spacing in MySQL arguments
...
Fix #1899
[ci skip]
2015-07-23 20:34:45 -04:00
Dan Rice
6bcae280c3
Update jquery-rails
...
Address CVE-2015-1840
2015-06-20 12:32:06 -04:00
Dan Rice
577fa0b501
Merge pull request #1883 from suraia/favicon
...
Increase favicon size to 32x32 pixels
2015-06-19 12:04:59 -04:00
Michael Kuhn
1608faaf28
Add 32x32 favicon
...
It is based on apple-touch-icon.png and looks much better on HiDPI displays.
2015-06-19 17:38:45 +02:00
Dan Rice
c7359a3ec2
Merge branch '2.3_branch'
2015-06-17 20:48:11 -04:00
Dan Rice
4070f4e03a
Version 2.3.0
2015-06-17 20:43:05 -04:00
Dan Rice
0dae5ccde0
Merge branch '2.3_branch'
2015-06-17 10:27:10 -04:00
Dan Rice
4c9685bb8b
Merge pull request #1893 from dnrce/rails-4.1.11
...
Update Rails to 4.1.11
2015-06-17 10:22:27 -04:00
Dan Rice
da8f9828e0
Merge branch '2.3_branch'
2015-06-16 22:59:41 -04:00
Dan Rice
9c744bc452
Intelligently link to the latest release
...
[ci skip]
2015-06-16 22:54:30 -04:00
Dan Rice
f8b868d12b
Update Rails to 4.1.11
...
Resolves #1877
2015-06-16 20:49:19 -04:00
Dan Rice
2c36e22a18
Merge pull request #1819 from C-Otto/cleanup
...
Cleanup
2015-06-16 20:47:44 -04:00
Dan Rice
b70e92738e
Merge branch '2.3_branch'
2015-06-16 20:44:57 -04:00
Carsten Otto
67ced62096
Projects with completed actions may be blocked
...
Currently, a project cannot be blocked if at least one completed
action exists. This was introduced in
acab98d4c7 ,
and I assume this change was not intended
2015-06-16 20:44:26 -04:00
Dan Rice
5bf60bb0e6
Merge pull request #1808 from C-Otto/blocked_projects
...
Projects with completed actions may be blocked
2015-06-16 20:44:17 -04:00
Carsten Otto
0b6bc291e0
there is no form on the project list page
...
no need to update anything
2015-06-15 10:31:44 +02:00
Carsten Otto
ff27f769e9
swap expected/actual
2015-06-15 09:47:49 +02:00
Carsten Otto
e5294f070f
improve grammar in test
2015-06-15 09:47:49 +02:00
Carsten Otto
2039ae05db
document code
...
This helps solving the TODO mentioned a few lines above
2015-06-15 09:46:47 +02:00
Dan Rice
8dd4970b0c
Merge branch '2.3_branch'
2015-06-14 18:20:08 -04:00
Dan Rice
ebec4f089d
Merge pull request #1875 from C-Otto/tracks-1836
...
(2.3) Provide data needed for partial views
2015-06-14 18:15:59 -04:00
Dan Rice
d06b857676
Merge pull request #1884 from C-Otto/circular-dependencies
...
(2.3) Circular dependencies
2015-06-14 18:13:54 -04:00
Dan Rice
70cd38460b
Merge pull request #1890 from graaff/sanitize-version
...
Provide minimum version for sanitize gem.
2015-06-14 17:17:41 -04:00
Carsten Otto
050b3c7ed9
remove all tab indices
...
fixes #1835
2015-05-25 12:08:23 +02:00
Carsten Otto
426b0fca20
also update default_context_name
...
New actions are created with the context as defined in
default_context_name. This value needs to be updated as shown in #1789 .
2015-05-25 11:57:10 +02:00
Hans de Graaff
2d4be328c3
Provide minimum version for sanitize gem.
...
The sanitize code in Tracks uses merge to copy Sanitize configurations,
but this was only introduced in version 3.0.0.
2015-05-25 11:10:58 +02:00
Carsten Otto
2630f84bb1
use generic CSS class for links in (div) container headers
...
Fixes #1851
2015-05-24 14:57:48 +02:00
Carsten Otto
65a2a727fb
navigate back to note's project after deletion
...
fixes #1882
2015-05-23 22:39:32 +02:00
Carsten Otto
6014ce7a6f
create projects as reviewed at creation time
...
Fixes #1788
2015-05-22 23:12:45 +02:00
Carsten Otto
04fdf8c620
add test for #1804 and #1836
2015-05-22 23:03:12 +02:00
Carsten Otto
0adad47857
re-add action in correct container if context is changed
...
fixes #1804
2015-05-22 23:02:47 +02:00
Carsten Otto
4ce7c6bcd4
Provide data needed for partial views
...
The partials for context and project need to compute the
context's/project's id, which is done based on @context/@project.
Provide this data.
Fixes #1836
2015-05-22 23:02:41 +02:00
Carsten Otto
e7495e32b7
remove redundant code
2015-05-22 23:02:32 +02:00
Carsten Otto
131053fc1f
cleanup test
2015-05-22 23:02:32 +02:00
Carsten Otto
46cb8589f8
Ignore time, so that one can always defer to the due date
...
Fix #1878
2015-05-22 21:07:59 +02:00
Carsten Otto
f8f7762b94
also update default_project_name
...
New actions are created with the project as defined in
default_project_name. This value needs to be updated as shown in #1789 .
2015-05-22 20:55:34 +02:00
Carsten Otto
ae4ce272ff
update form with new context name
2015-05-22 20:55:34 +02:00
Carsten Otto
bba13194fd
show dependency validation errors in action edit form
2015-05-22 20:51:27 +02:00