Commit graph

2516 commits

Author SHA1 Message Date
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
Dan Rice
105bb9ccc9 Add GPLv2 license text 2013-02-03 15:00:41 -05:00
Renaud AUBIN
c434759bee Replace 'Echéance' by 'Échéance'
Capital letters should be accentuated when needed even if the usage of
poor quality digital typography has disolved its usage. The usage of non
accentuated capital letters can be considered as orthographic mistake.
2013-02-03 14:58:22 -05:00
Renaud AUBIN
a1a95b1037 Remove trailing whitespaces and fix some fr entries 2013-02-03 14:58:11 -05:00
Dan Rice
43dd9723ea Update URL for ZIP download 2013-02-03 12:13:03 -05:00
Dan Rice
45cd864888 Fix links which used Octopress tags 2013-02-03 12:09:45 -05:00
Dan Rice
c8d9502f70 Convert formatting from Octopress to standard Textile 2013-02-03 11:59:02 -05:00
Dan Rice
cb3339838e Move install and upgrade instructions into the main Tracks release 2013-02-03 11:33:53 -05:00
Dan Rice
a88e42abfb Remove obsolete scripts from Rails <3.0 and RSpec 2013-01-29 11:54:13 -05:00
Reinier Balt
a2499c6518 lock versions in Gemfile for release 2013-01-27 13:18:42 +01:00
Dan Rice
e499441997 Vendor lrbalt's fork of cache_digests 2013-01-25 21:04:59 -05:00
Dan Rice
d350685a7a Update therubyracer gem to get past some libv8 issues 2013-01-25 21:01:04 -05:00
Matt Rogers
8f005544e8 bump version numbers to 2.2RC2 2013-01-11 22:26:09 -06:00
Matt Rogers
fa8e0c37b7 Merge pull request #137 from zoombody/2.2_branch
Updated Rails to 3.2.11
2013-01-11 19:57:32 -08:00
Andrew Nesbitt
2d26a60a7b Updated Rails to 3.2.11 2013-01-11 17:19:11 -05:00
Matt Rogers
f1e06bc15e Bump Rails version to 3.2.11 2013-01-11 09:10:57 -06:00
Reinier Balt
51610914dc add 2.1.1 to changelog 2013-01-06 16:02:07 +01:00
Reinier Balt
e59fa387fa fix regressions and use timecop to fix time in tests. Thanks Dan and Hans! 2013-01-06 16:01:53 +01:00
Reinier Balt
0d169c4a97 update docs for 2.2RC1 release 2013-01-02 13:06:42 +01:00
Reinier Balt
4b7bd1c414 include predecessors and successors in xml export of todos. Fixes #1377 2013-01-01 23:08:47 +01:00
Reinier Balt
08257b8da5 forgot to remove debug lines 2013-01-01 22:52:44 +01:00