Commit graph

2536 commits

Author SHA1 Message Date
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
Reinier Balt
3af7d08a4f bump version numbers 2013-02-19 07:46:25 +01:00
Reinier Balt
66105d1cea update installation manual for 2.2 2013-02-18 19:53:36 +01:00
Reinier Balt
24ebe27d64 add upgrade instructions for 2.1.4 2013-02-18 19:47:31 +01:00
Reinier Balt
fe31eb75a5 fix #1396 and add a test for it 2013-02-18 17:14:37 +01:00
Reinier Balt
28bfbe6f1d fix #1395 and speedup context.autocomplete a lot 2013-02-18 16:39:43 +01:00
Reinier Balt
1a82f68d4b fix updating dependency trees when changin a name. Including invalidating cache when
necessary
2013-02-17 17:37:15 +01:00
Reinier Balt
1d359b22d4 fix timing issues on failing scenarios. Fix deprecated jquery functions and update jqueryui
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2013-02-15 20:51:35 +01:00
Reinier Balt
e4cdf75f8c invalidate cache for both context when you drag-and-drop a todo from
one context to another
2013-02-13 09:07:52 +01:00
Dan Rice
5a6a0ffd69 Update Rails to 3.2.12 (security fix) 2013-02-11 19:28:11 -05:00
Dan Rice
1cf07e9bd0 Remove Mongrel gem 2013-02-09 13:23:45 -05:00
Renaud AUBIN
8ee1d22712 Improve i18n french (Tolk workflow)
Miscellaneous improvements from orthographic or translation mistakes to
typographic conventions (restrained to existing keys). Add some missing
strings.
2013-02-05 19:32:07 -05:00
Dan Rice
09c46a3b83 Bring in recent entries from the 2.1_branch changelog
Also restore header formatting to before it was pasted from the README
2013-02-05 00:50:58 -05:00
Dan Rice
ee70617304 Fix an omission during vendoring of cache_digests
A local git exclusion prevented Gemfile.lock from being added.
2013-02-05 00:02:29 -05:00
Dan Rice
8099f37a48 Merge pull request #140 from TracksApp/move-manual
Move install and upgrade instructions into the main Tracks release
2013-02-04 10:20:35 -08:00
Dan Rice
3802c5f621 Restore original copyright naming 2013-02-03 15:01:23 -05:00