Commit graph

4262 commits

Author SHA1 Message Date
Reinier Balt
885ee7d1d1 refactorings for recurring todo model 2012-07-13 00:31:11 +02:00
Reinier Balt
80e47b94b0 fix timezone issue
try testing at 00:30
2012-07-13 00:28:06 +02:00
Reinier Balt
e03c521314 fix regressions in cucumber tests. Add basis test for notes page 2012-07-12 23:33:36 +02:00
Reinier Balt
82bb67f518 small refactorings 2012-07-12 13:14:21 +02:00
Matt Rogers
7d0c716366 Fix a few typos in the comment 2012-07-13 20:55:53 -05:00
Reinier Balt
9af3dee277 remove backup files from rails2 - rails3 migration 2012-07-12 11:17:08 +02:00
Reinier Balt
f9dc8c6969 fix #1296 by adding translate functions to mobile view of todo 2012-07-11 16:46:18 +02:00
Reinier Balt
48cc8740cb fix #1303. Adding test for it. 2012-07-11 16:25:24 +02:00
Reinier Balt
23b92d853a Merge pull request #84 from sukima/fix_projects_api_crash
Fix projects api crash
2012-07-11 06:36:51 -07:00
Reinier Balt
d6e66fa517 fix failing cucumber tests
fix data export view
fix mentions of tag on tag page 
fix autocomplete for tags
2012-07-11 15:35:21 +02:00
Matt Rogers
4227aede6c Merge pull request #92 from novalis111/master
German translations updated

Lots of fixes and updates.
2012-07-09 12:07:01 -07:00
Ingo Weseloh
2ac62e0569 Fixes for german locale 2012-07-09 18:47:48 +02:00
Devin Weaver
fefc0594c4 Removes unneeded comment
An erroneous commented line was inserted into
test/functional/projects_controller_test.rb
this patch removes it.
2012-07-09 08:00:41 -04:00
Matt Rogers
824fe3c6cf Merge pull request #87 from piglop/fix_rendered_notes_migration
Fix rendered notes migration.

Rails 3.1+ doesn't support `save(bool)` anymore
2012-07-08 19:04:36 -07:00
Matt Rogers
6093ca5aa0 Merge pull request #90 from piglop/fixed_escaped_inputs
Fixed escaped inputs.
2012-07-08 19:03:23 -07:00
Matt Rogers
d333c177c4 Merge pull request #89 from piglop/rewrite_locales_utf8
Remove binary data in locales
2012-07-08 19:00:49 -07:00
Michael Witrant
0572a89a4d removed support for Rails < 3.0 2012-07-08 21:10:54 +02:00
Matt Rogers
b8f00fbcea Merge pull request #88 from piglop/disabled_autocomplete_on_new_password_field
Disabled autocomplete on new password field
2012-07-08 10:49:36 -07:00
Michael Witrant
883daa5168 fixed escaped inputs in new recurring todo form 2012-07-07 22:21:03 +02:00
Michael Witrant
6f5612e98d rewritten locales in utf8 2012-07-07 11:35:10 +02:00
Michael Witrant
017e1761ca added script to rewrite locales utf8 2012-07-07 11:35:10 +02:00
Michael Witrant
0e2634526d disabled autocomplete on new password field 2012-07-07 10:40:39 +02:00
Michael Witrant
6fd369b91e fixed AddRenderedNotes migration on Rails > 3.1 2012-07-07 10:27:59 +02:00
Reinier Balt
bd8498f39c fix #1287. Fix various small bugs and some small improvements 2012-06-29 16:48:30 +02:00
Reinier Balt
88729f57ce quick fix #1295. Limit the dependency tree depth shown to prevent stack overflow
TODO: eliminate recusive algoritm
2012-06-29 14:08:58 +02:00
Reinier Balt
2654fdcf8c move therubyracer to right group 2012-06-28 17:15:48 +02:00
Reinier Balt
be5968af98 update Gemfile and fix failing test 2012-06-28 17:02:07 +02:00
Reinier Balt
9421ae76bb Merge branch 'master' of github.com:TracksApp/tracks 2012-06-28 16:52:36 +02:00
Reinier Balt
05695c12ea Enable the message_gateway to handle sending all email to a specific user. The current
scanning on to: and from: fields does not work if you bcc Tracks in email. 

site.yml.tmpl is updated to reflect this and removes cas, ldap and openid configs

Also the integrations page is updated to reflect the above
2012-06-28 16:51:46 +02:00
Reinier Balt
0a7c19ab39 Merge pull request #82 from maddentim/fixes
Some fixes
2012-06-27 14:46:11 -07:00
Reinier Balt
0b1d521bbf ugly fix for deprecation warnings fopr mouseover and fix failing tests 2012-06-27 21:40:12 +02:00
Tim Madden
a98f8be279 fixing a broken i18n reference 2012-06-27 13:58:24 -05:00
tim madden
51da342cdc harmonizing todo_tag_list and tag_list, using just the shorter tag_list 2012-06-27 13:56:56 -05:00
Reinier Balt
89f96da623 fix #1290. Actionize and alphabetize did not work for hidden projects 2012-06-27 14:40:20 +02:00
Reinier Balt
5d703975a3 fix #1292. Make the sort order in project view the same as context view 2012-06-27 14:10:14 +02:00
Hans de Graaff
4593227ef1 Merge branch 'master' of git://github.com/TracksApp/tracks into upstream 2012-06-25 16:25:24 +02:00
Reinier Balt
ec18ec64cd update gemfile to point to latest rails. This will get you the recent security updates 2012-06-16 21:32:35 +02:00
Devin Weaver
dd0ec129ef Adds functional tests for /projects.xml 2012-06-07 15:57:22 -04:00
Devin Weaver
e71d23555e Fixes a crash when using the XML API
The use of "http://localhost/projects.xml" would crash with missing
method 'all' for object 'Array'

This is because the variable @projects did not need to use all in the
XML formatting since it was already assigned above and is now an array.
2012-06-07 15:55:26 -04:00
Devin Weaver
c2d627bb43 Removes redundent assignment of @new_project 2012-06-07 15:54:58 -04:00
Hans de Graaff
5bef623ed7 Merge branch 'master' of git://github.com/TracksApp/tracks into upstream 2012-05-28 09:27:43 +02:00
Reinier Balt
436cc862d6 fix text feeds 2012-05-20 05:46:52 +02:00
Reinier Balt
f513e667dc tracks now starts in production environment with precompiled assets 2012-05-18 20:20:50 +02:00
Reinier Balt
5660329e8e fix route for promote_to_project 2012-05-18 19:56:05 +02:00
Reinier Balt
793a2e3f29 make assets explicits. fixes compiling assets 2012-05-18 18:17:19 +02:00
Reinier Balt
b20f09725c do not depend on ruby 1.9.x for production use 2012-05-18 17:51:50 +02:00
Reinier Balt
aa518e252c fix and wip some features 2012-05-18 17:12:32 +02:00
Reinier Balt
5e477a4d25 first pass of all tests done 2012-05-18 15:33:47 +02:00
Matt Rogers
598891c1d3 Don't use dynamic finders in this migration.
For whatever reason, the dynamic finders aren't available in this
migration and so the migration fails. Converting to find(:all,
:conditions => {...}) prevents this from not failing.
2012-05-13 21:03:38 -05:00
Matt Rogers
a97384f318 Workaround a problem with SQLite 3 and long index names
Index names can only be a certain length. The remove_user_from_taggings
migration, when run on sqlite3, creates an index name that violates the
maximum length check. Fix it by removing and then recreating the indexes
as part of the migration.
2012-05-12 22:01:31 -05:00