Commit graph

3587 commits

Author SHA1 Message Date
Dan Rice
8d6c50acab Update Rails to 4.1.6 2014-09-11 23:37:51 -04:00
Dan Rice
36ded17f9b In tests, activate menus by JS instead of click 2014-09-10 01:08:19 -04:00
Dan Rice
4830cc028a Clean up manual timeouts in feature tests 2014-09-10 01:08:08 -04:00
Matt Rogers
ab7081482e Remove commented out style 2014-09-09 11:54:49 -04:00
Dan Rice
0cd8a1a3ee Allow CloudMailin to skip CSRF verification 2014-09-08 01:31:28 -04:00
Dan Rice
70ba7a3a6b Fix route to CloudMailin integration 2014-09-08 01:30:56 -04:00
Dan Rice
45232cd2dd 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:55:46 -04:00
Dan Rice
5f98697210 Update sanitize gem 2014-09-02 20:41:57 -04:00
Dan Rice
b768546399 Update development dependencies 2014-09-02 20:15:25 -04:00
Dan Rice
8c3b516bcf Update jquery-rails gem 2014-09-02 20:13:14 -04:00
Dan Rice
79587541d6 Use www.getontracks.org as canonical website URL
[ci skip]
2014-08-31 13:14:15 -04:00
Dan Rice
468f07b72b Use SVG Travis badge
[ci skip]
2014-08-28 23:16:07 -04:00
Dan Rice
a5c4e44f4a Use SVG Code Climate badge
[ci skip]
2014-08-28 21:27:02 -04:00
Dan Rice
4018d33275 Fix bad asset path when using subdir
Fixes #1713
2014-08-26 11:35:19 -04:00
Dan Rice
d99f7f3f8f Update aasm gem 2014-08-23 11:31:30 -04:00
Daniel Rice
4fb16afff7 Fix numbering in upgrade doc 2014-08-20 17:09:00 -04:00
Daniel Rice
26e97bcab4 Enable MkDocs for readthedocs.org 2014-08-20 16:41:35 -04:00
Daniel Rice
6dbbda3ec9 Migrate manual index page from getontracks.org 2014-08-20 16:41:32 -04:00
Daniel Rice
41764d8bc2 Convert documentation to Markdown using Pandoc 2014-08-20 16:41:29 -04:00
Daniel Rice
ee51639780 Prune upgrading instructions to latest version only 2014-08-20 16:41:27 -04:00
Dan Rice
9375f40b6f Merge pull request #1714 from TracksApp/clean-up-bad-whitespace
Cleanup tabs and trailing whitespace
2014-08-20 15:17:40 -04:00
Daniel Rice
e9f8821be0 Fix hard reference to image asset
Fixes #1713
2014-08-20 15:02:34 -04:00
Daniel Rice
c408e66b30 Update Rails to 4.1.5 2014-08-19 09:23:37 -04:00
Matt Rogers
aa41e20e46 Remove trailing whitespace and tabs 2014-08-14 21:05:05 -05:00
Reinier Balt
863d780ad0 make Tracks run on subdir again 2014-08-13 18:12:47 +02:00
Reinier Balt
2757c88c0b Revert "add some sleep timers to hopefully fix the travis failures"
this did not work

This reverts commit 420c80911b.
2014-08-13 16:46:13 +02:00
Reinier Balt
420c80911b add some sleep timers to hopefully fix the travis failures 2014-08-13 16:12:31 +02:00
Reinier Balt
37f5ca01fa update gems and nl locale 2014-08-13 15:43:02 +02:00
Reinier Balt
6191cce4c7 small refactorings of generated javascripts 2014-08-13 15:33:32 +02:00
Reinier Balt
8a3cb66e49 fix regression and refactor todos/update.js a bit 2014-08-13 15:33:32 +02:00
Reinier Balt
4cdbd9a451 move js genreated for ajax calls into their own object to prevent name clashes
I only modified the js that is most likely to be used in cocurrent calls. This because we
start the development of Tracks 3 that will change all js.
2014-08-13 15:33:32 +02:00
Reinier Balt
f0871738e9 put the javascript to handle marking todos complete in its own object with unique name
this should prevent concurrent running ajax calls to mess up the ui
2014-08-13 15:33:32 +02:00
Dan Rice
57df455626 Remove duplicate changelog note
[ci skip]
2014-08-13 06:35:37 -04:00
Reinier Balt
f5c0c68285 update changelog 2014-08-07 12:55:55 +02:00
Reinier Balt
b8266bbdd1 update tolk and update nl locale
tolk generated all the other locales too, but no changes to the content were made
2014-08-07 12:49:28 +02:00
Reinier Balt
725ee44f99 Merge pull request #1710 from AlexStein/russian_t10n
Add Russian locale for version 2.3
2014-08-07 10:58:57 +02:00
Reinier Balt
1ff6f72a63 update gems and fix failing test
I don't know why the i18n setup code was in there, but it seems to do nothing important
2014-08-06 15:50:26 +02:00
Reinier Balt
bd98984669 Fix #1059. make check on new context case insensitive
entering "home" with existing context "Home" will not show a confirmation dialog 
anymore.
2014-08-06 14:52:14 +02:00
Reinier Balt
ee3ba62152 fix #1712. Number of occurrences was not handled correctly 2014-08-06 14:40:30 +02:00
Reinier Balt
01c4b83101 update gems and fix test regressions 2014-07-18 09:41:27 +02:00
Reinier Balt
1e11d298a3 add basic tests for date label helper 2014-07-18 09:22:24 +02:00
Reinier Balt
2305a91324 rename module to reflect its generic use 2014-07-17 15:19:17 +02:00
Reinier Balt
e0aec34df0 use helper class for both due date and show from date 2014-07-17 15:14:12 +02:00
Reinier Balt
8ea417c792 fix test regression 2014-07-17 14:06:22 +02:00
Reinier Balt
bafd55cf09 refactor due date tag on todo for mobile and non-mobile view 2014-07-17 13:56:08 +02:00
AlexStein
9b0b6ffbbc Add Russian locale for version 2.3
Add missing translation to en.yml
2014-07-14 17:31:07 +04:00
Dan Rice
b7126998b2 Add instructions to comment out unused gems
Fixes #1398 [ci skip]
2014-07-11 20:15:21 -04:00
Dan Rice
ec638c2d7e Update note about asset precompilation environment
Ref #1704 [ci skip]
2014-07-09 13:16:09 -04:00
Dan Rice
61317cbe8c Specify environment when precompiling assets
Fixes #1704

[ci skip]
2014-07-08 17:07:15 -04:00
Dan Rice
95956fc6f7 Enable migration check in development environment
This is the default configuration in Rails 4.
2014-07-07 22:30:23 -04:00