Dan Rice
f98d32c1a4
Release Tracks 2.2.3
2014-09-30 11:53:41 -04:00
Dan Rice
ddc7cb8e3c
In tests, activate menus by JS instead of click
2014-09-10 11:16:22 -04:00
Dan Rice
1f95d7277a
Fix CloudMailin signature digest calculation
...
Adopt current (deprecated) code from
http://docs.cloudmailin.com/receiving_email/securing_your_email_url_target/
Fixes #1402
2014-09-08 00:53:11 -04:00
Dan Rice
115ce8ef59
small refactorings (cherry-picked from ccdaae038
)
2014-09-08 00:53:11 -04:00
Dan Rice
3f2e5258f7
Use www.getontracks.org as canonical website URL
...
[ci skip]
2014-08-31 13:16:45 -04:00
Dan Rice
3bc0a8d4f4
Fix bad asset path when using subdir
...
Fixes #1713
2014-08-26 11:40:29 -04:00
Daniel Rice
717be24698
Fix hard reference to image asset
...
Fixes #1713
2014-08-20 15:11:33 -04:00
Carsten Otto
da382e76f9
update documentation after move to GitHub
2014-07-16 16:06:50 -04:00
Dan Rice
646c384955
Disable Travis email notifications
2014-07-16 16:04:38 -04:00
Dan Rice
aa6c05ac15
Add instructions to comment out unused gems
...
Fixes #1398 [ci skip]
2014-07-11 21:21:01 -04:00
Dan Rice
4bc0db0d5e
Update Rails to 3.2.19
2014-07-02 15:17:37 -04:00
Dan Rice
4e0e5878d2
Switch from Assembla to GitHub issues
2014-06-25 13:33:40 -04:00
Dan Rice
7bc7d5096c
Add Travis badge to README
2014-05-16 11:12:21 -04:00
Reinier Balt
a69ad870c9
update Gems
2014-05-16 14:56:49 +02:00
Dan Rice
1f54865ce3
Update Rails
2014-05-06 20:22:58 -04:00
Reinier Balt
7a7fb00a6c
backport fix from master
2014-03-04 17:06:55 +01:00
Reinier Balt
81db9b8033
update rails
2014-03-02 14:16:26 +01:00
tim madden
d11d56ec41
Fix recurring todo overlay z-index to be on top of topbar
2014-01-31 08:51:29 -06:00
Reinier Balt
9bd1f7aae6
hopefully fix timing issue in drag-and-drop cucumber step
2014-01-06 20:50:19 +01:00
Reinier Balt
d5f9f8b240
fix failing test
2014-01-03 20:20:09 +01:00
Reinier Balt
f42a5d3bdd
fix false test error using timecop
2014-01-03 15:59:44 +01:00
Reinier Balt
13869edf8e
update Gemset and fix deprecation warnings
2014-01-03 15:59:03 +01:00
Reinier Balt
b21697ed05
fix #1404 . This error seems not to occur for master.
2014-01-03 15:58:22 +01:00
Reinier Balt
bd94135a5b
Hopfully fix #1434 by updating selectors first. Same fix as #1431 but now for update
2013-09-05 20:09:39 +02:00
Reinier Balt
93a319d761
update gem dependencies
2013-09-05 20:08:43 +02:00
Reinier Balt
0aa7d045a7
update to Rails 3.2.14
2013-07-28 14:04:33 +02:00
Reinier Balt
4e4c9a51af
fix #1406 . fix #1431 . set recurring_period first before setting other attributes
2013-06-19 16:41:44 +02:00
Reinier Balt
8bfd4410cb
update gems
2013-06-19 16:40:47 +02:00
Reinier Balt
85a41e8848
fix #1422 . Changing default tags of a project is now remembered
...
when not updating the whole page
2013-06-04 10:49:27 +02:00
Reinier Balt
7959a4a069
fix #1419 . A new todo with show_from set should not be added to the homepage
2013-06-04 10:28:29 +02:00
Reinier Balt
2dca8bc0bf
fix #1417 . We now handle unblocking a todo that is part of a hidden project or context
2013-06-04 10:07:40 +02:00
Matt Rogers
411c05c670
Merge pull request #182 from sansaturno/2.2_branch
...
Update es.yml
2013-06-03 10:05:13 -07:00
Reinier Balt
9a6ab05eef
fix #1429 by correctly handling tags with dots
...
This was a very old regression. This used to work before the rails 3.2 upgrade... Added tests
to prevent future unnoticed breakage
2013-06-03 15:17:38 +02:00
Reinier Balt
40d0610b5d
ignore /bin dir
2013-06-03 09:34:18 +02:00
Heraldo Esquiche
033ddeb414
Update es.yml
2013-06-02 22:01:14 -05:00
Reinier Balt
bc8b817d85
bump version number
2013-05-07 10:01:46 +02:00
Reinier Balt
575341bf93
Introduce #onsite_redirect_to helper for onsite redirects
...
Prefer #onsite_redirect_to to #redirect_to when using untrusted input (e.g. cookies) in the redirect destination
Thanks @brynary
2013-05-07 09:44:32 +02:00
Reinier Balt
55cc030cb7
Do not symbolize arbitray locale params
...
* Validate locale is valid before assigning it
* Don't convert invalid locales to symbols (creates DoS risk)
thanks @brynary
2013-05-07 09:44:24 +02:00
Reinier Balt
7ec39aa4d1
Use setting from stie.yml instead of hardcoded secret token
...
Fallback to randomly generated token, which is fine for development and test mode. (Sessions will be invalidated when the server reboots)
Thanks @brynary
2013-05-07 09:43:45 +02:00
Reinier Balt
858e197c51
Disable #yaml_import action for now
...
This was dead code anyway
thanks @brynary
2013-05-07 09:43:11 +02:00
Reinier Balt
86ceeca0ba
add verbose action description to cache invariant to handle changes in this setting. fixes #1409
2013-04-29 09:58:21 +02:00
Reinier Balt
66f7fe9f2b
remove caching from viewing dependencies
...
this causes stack overflow in some cases
2013-04-29 09:41:55 +02:00
Reinier Balt
61123ffa42
fix finding user in message_gateway
2013-04-29 09:40:53 +02:00
Dan Rice
590e91534e
Update therubyracer/libv8 to fix #1387
2013-03-23 10:18:27 -04:00
Dan Rice
137beee428
Update Rails to 3.2.13
2013-03-18 14:07:16 -04:00
Dan Rice
7e432887dd
Use default context sort order when returning autocomplete
...
Fixes #1403
2013-03-18 15:11:01 +02:00
Reinier Balt
b03651ee97
add upgrade information for 2.2.1
2013-02-23 13:19:02 +01:00
Reinier Balt
7a896c0b23
change upgrade
2013-02-22 11:21:22 -05:00
Reinier Balt
1aafe82471
fix #1393 by calculating todo count for hidden projects too
2013-02-20 20:07:31 +01:00
Reinier Balt
7860edd369
fix #1397 by changing syntax to 1.8.7 compatible
2013-02-20 20:05:46 +01:00