Commit graph

3587 commits

Author SHA1 Message Date
Dan Rice
c09da9cb1c Bump the development version number 2013-02-05 00:28:39 -05:00
Dan Rice
a4789824e5 Clean up obsolete query analysis plugins 2013-02-05 00:09:34 -05:00
Dan Rice
6530fd9bac Sort .gitignore alphabetically 2013-02-04 15:24:23 -05:00
Dan Rice
db951f7c6f Merge pull request #142 from nibua-r/ignore-binstubs
Add bin to .gitignore
2013-02-04 12:06:52 -08:00
Renaud AUBIN
032f970dd6 Add bin to .gitignore
Ignore the bin directory created by `bundle install --binstubs`.
2013-02-04 21:00:42 +01:00
Dan Rice
1454985c68 Merge pull request #139 from nibua-r/fix-french-tr
Fix some french translation entries
2013-02-02 08:21:38 -08:00
Renaud AUBIN
1c05249831 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-02 16:50:40 +01:00
Renaud AUBIN
b530da2785 Remove trailing whitespaces and fix some fr entries 2013-02-02 16:44:55 +01:00
Dan Rice
cc633fe6d2 Remove obsolete scripts from Rails <3.0 and RSpec 2013-01-28 17:11:59 -05:00
Dan Rice
340082e6f2 Restore original copyright naming 2013-01-26 13:22:34 -05:00
Dan Rice
bdeebaf92e Add GPLv2 license text 2013-01-26 12:59:25 -05:00
Dan Rice
1a8742ecaf Add a Travis CI status badge to the README 2013-01-26 12:03:41 -05:00
Dan Rice
a8c810e262 Switch to mainline cache_digests gem
lrbalt's 1.8.7-compatible fork is no longer necessary to use.
2013-01-25 20:21:06 -05:00
Dan Rice
2fce79b916 Update therubyracer gem to get past some libv8 issues 2013-01-25 20:19:31 -05:00
Dan Rice
f26016b4fc Merge pull request #138 from TracksApp/remove-capistrano
Remove outdated Capistrano example
2013-01-25 09:17:57 -08:00
Matt Rogers
3a8cc2eb20 Remove capistrano for Tracks deployment 2013-01-24 22:35:44 -06:00
Matt Rogers
a1de034352 Merge pull request #136 from andrew/rails-upgrade
Updated Rails to 3.2.11
2013-01-10 06:12:10 -08:00
Andrew Nesbitt
f10e1d986c Updated Rails to 3.2.11 2013-01-10 13:58:24 +00:00
Reinier Balt
7eccf79ab6 fix regressions and use timecop to fix time in tests. Thanks Dan and Hans! 2013-01-06 16:04:07 +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
Reinier Balt
bb91ea6e32 fix stats_controller tests when running them in the first week of a month
need to figure out how to set system date from tests so that the test
are not using data relative from the day you run the tests
2013-01-01 22:45:12 +01:00
Reinier Balt
796685072d finish updating cucumber scenario's to the stricter capybara 2013-01-01 17:38:59 +01:00
Reinier Balt
ee3f8a3f8b set default format to progress for cucumber 2012-12-26 16:46:05 +01:00
Reinier Balt
2acfbd8f00 fix dependency features 2012-12-25 15:46:26 +01:00
Reinier Balt
fbe69a9a55 revert last line. Travis CI can run with v8 dependency. Closes #1382 2012-12-25 14:25:23 +01:00
Reinier Balt
dcdd5a73a5 revert to depend on native libv8 to decrease bundle install time 2012-12-25 14:11:37 +01:00
Reinier Balt
4572c958b2 Merge pull request #135 from zoombody/bug/1383-simplecov
Change simplecov gem group from development to test
2012-12-24 14:28:41 -08:00
Reinier Balt
0c73f91aee Merge pull request #133 from zoombody/bug/1363-remove-predecessor
Fix routing for todos#remove_predecessor
2012-12-24 14:26:15 -08:00
Dan Rice
000c6b6786 Change simplecov gem group from development to test
Fixes #1383
2012-12-24 13:53:13 -05:00
Dan Rice
ff19270c09 Fix routing for todos#remove_predecessor
Fixes #1363
2012-12-24 11:51:44 -05:00
Reinier Balt
b18b222834 another set of fixes for the cucumber scenario's 2012-12-24 15:36:47 +01:00
Reinier Balt
da2bee2e53 start fiingx failing cucumber scenario's and some small fixes
new capybara introduces some failing scenario's
2012-12-23 23:16:22 +01:00
Reinier Balt
c8d2db6fc3 these belong to last commit 2012-12-23 22:49:48 +01:00
Reinier Balt
e90b24d327 Merge branch 'master' of github.com:TracksApp/tracks 2012-12-23 22:47:31 +01:00
Reinier Balt
bd656ee1c7 fix #1350 by removing admin_email from preferences model and add it as a site option in
site.yml.tmpl. This one needs running migrations
2012-12-23 21:03:37 +01:00
Reinier Balt
d4014a73d3 Merge pull request #132 from mattr-/add-test-coverage
Add test coverage generation using simplecov
2012-12-23 00:35:01 -08:00
Matt Rogers
066c378705 Add test coverage generation using simplecov 2012-12-22 22:56:30 -06:00
Reinier Balt
a32f928fc8 add tag_name to cache invariant 2012-12-16 17:03:23 +01:00
Reinier Balt
5454ba385f fix styling of error messages 2012-12-16 15:20:43 +01:00
Reinier Balt
ed3cbf991c update gems 2012-12-16 14:24:27 +01:00
Reinier Balt
9550b89b25 fix caching of todo where [C] and [P] were not part of the invariant
thus the first generated todo was cached, leading to invalid todo in other views
2012-12-05 16:38:39 +01:00
Reinier Balt
032affb00d Merge pull request #130 from zoombody/bug/1351-note-migration
Reload columns before rendering notes during migration
2012-12-05 00:50:02 -08:00
Dan Rice
c1f1fcb35b Use say() instead of puts() in migrations 2012-12-04 19:04:21 -05:00
Dan Rice
1de6a0c9dc Reload columns before rendering notes during migration
Fixes #1351
2012-12-04 18:44:58 -05:00
Matt Rogers
109da4f213 Merge pull request #128 from zoombody/bug/1366-tab-order
Remove tab-indexes for recurring todo form
2012-12-04 09:15:43 -08:00
Dan Rice
268d37c02d Remove tab-indexes for recurring todo forms
Using the natural tab order makes the Create and Cancel buttons accessible.

Fixes #1371
2012-12-03 16:25:20 -05:00
Reinier Balt
b5d71190b5 Merge pull request #127 from zoombody/bug/1366-tab-order
Fix tab order when creating monthly recurring actions
2012-12-01 01:14:04 -08:00
Reinier Balt
f1006eff51 Merge pull request #126 from zoombody/fixes
Clean up HTML in mobile login
2012-12-01 01:08:21 -08:00
Reinier Balt
923cd70058 Merge pull request #125 from maddentim/fixes-recurring
Eliminating unneeded blank space character from show_date_tag
2012-12-01 01:07:50 -08:00