Stefan Hacker
7f4065b16b
Remove explicit mentioning of application layout where not needed
2012-09-03 20:24:20 +02:00
Stefan Hacker
35cc0fceaa
Replace stray error_messages_for uses with working get_list_of_error_messages_for calls
2012-09-03 20:00:13 +02:00
Stefan Hacker
f07a028843
Fix invalid jquery selectors in tracks.js
2012-09-03 18:23:08 +02:00
Reinier Balt
ea0d4eb0c7
invalidate cache of todo every day so stalenes and due date can be regenerated
2012-09-02 15:13:29 +02:00
Reinier Balt
ff06f418e8
Make sure that changing tags (i.e. toggle star) touches the taggable (todo) to invalidate cache. Make sure _context is cached different for _context of active todos and _context of tagged todos and _context in tickler
2012-09-02 15:13:29 +02:00
Reinier Balt
fb6ee29f43
Move to forked cache_digests for ruby 1.8.7 compatibility
...
I like to be able to run 2.2 on 1.8.7
2012-09-02 15:13:28 +02:00
Reinier Balt
8a8dc47ab8
Try the cache_digests gem for Tracks
...
cache_digests will be part of Rails 4
2012-09-02 15:13:28 +02:00
Matt Rogers
8b1fc99b72
Merge pull request #100 from dD0T/cleanuplayouts
...
Remove unused layout and clear up naming
2012-09-02 06:02:06 -07:00
Stefan Hacker
27adccb6e9
Remove unused layout and clear up naming
...
* scaffold.css is only used by login -> rename to login.css
* standard.html.erb is the default application layout -> rename to application.html.erb
* scaffold.html.erb is unused -> deleted
2012-09-02 14:20:17 +02:00
Matt Rogers
4fb9939e3a
Merge pull request #99 from dD0T/favicons
...
Add favicon/apple-touch-icon to all layouts
2012-09-01 11:09:59 -07:00
Stefan Hacker
2fc441589f
Add favicon/apple-touch-icon to all layouts
2012-09-01 18:56:51 +02:00
Matt Rogers
2979758566
Merge pull request #98 from dD0T/assetprecomp
...
mobile.css was missing from production assets precompilation list.
2012-09-01 08:23:52 -07:00
Stefan Hacker
a7a7769bc7
mobile.css was missing from production assets precompilation list.
2012-09-01 16:25:14 +02:00
Reinier Balt
827c825884
update to jquery-ui-1.8.23
2012-08-31 15:15:11 +02:00
Matt Rogers
1f678e5ea6
Clean up the comments in the Gemfile
2012-08-28 08:41:25 -05:00
Matt Rogers
de33b85238
Update the fixture data to work with PostgreSQL
2012-08-28 08:39:52 -05:00
Matt Rogers
0062a64919
Merge pull request #97 from zoombody/mailing-list
...
update project-meta links in README and CHANGELOG
2012-08-27 21:05:19 -07:00
Dan Rice
1324c9ed59
update project-meta links in README and CHANGELOG
2012-08-27 20:23:19 -04:00
Reinier Balt
dd83040ea0
fix #1305 and #1309 . Only check on show_from in the past when you change the show_from. This will not prevent a save of the todo when another change is made and show_from has some old date
2012-08-26 17:33:51 +02:00
Reinier Balt
be26cfdd66
applied patch of Dan Rice to fix #1326 . Thanks Dan!
2012-08-25 17:27:38 +02:00
Reinier Balt
1cdf6c8b8e
fix #1325 by applying the patch of Dan Rice. Thanks Dan!
...
Also add a test to catch regessions
2012-08-25 17:18:22 +02:00
Reinier Balt
29c5103a98
handle multipart emails better in message_gateway
2012-08-24 23:47:27 +02:00
Reinier Balt
cbf7a6fd43
Merge pull request #96 from graaff/master
...
HTML escaping bugs in the user admin interface.
2012-08-19 14:03:16 -07:00
Hans de Graaff
3e2a4e4846
Fix html escaping.
2012-08-19 08:53:19 +02:00
Hans de Graaff
858a45ab54
Merge branch 'master' of git://github.com/TracksApp/tracks into upstream
2012-08-19 08:39:31 +02:00
Reinier Balt
10b6a9ea69
fix ordering of completed todos in context view
2012-08-12 11:27:37 +02:00
Matt Rogers
306d501e20
remove duplication in mobile cookie handling
2012-08-15 22:14:00 -05:00
Matt Rogers
580cad7ad8
convert README to markdown
2012-08-14 20:01:56 -05:00
Matt Rogers
80d24d4edf
Add the Code Climate badge to the README
2012-08-14 20:01:16 -05:00
Matt Rogers
b01c7878d1
Push conversion of a todo to a project down.
...
Refactor the conversion of a todo to a project and move it from the
TodosController to the Project model.
2012-08-14 19:33:54 -05:00
Matt Rogers
2911036ff7
ignore files with a .db suffix
2012-08-14 19:33:54 -05:00
Reinier Balt
69ead6d254
fix #1323 so Tracks works with rails 3.2.8. Update all dependencies
2012-08-11 23:54:05 +02:00
Reinier Balt
3ad632ff86
Merge pull request #95 from piglop/recurring_todo_tag_autocomplete
...
Recurring todo tag autocomplete
2012-07-22 05:57:34 -07:00
Reinier Balt
08ee58c303
Merge pull request #94 from piglop/fixed_indentation_in_menu
...
Fixed indentation in menu
2012-07-22 05:49:48 -07:00
Reinier Balt
339794cd2e
Merge pull request #93 from piglop/english_selenium
...
English selenium
2012-07-22 05:48:46 -07:00
Michael Witrant
50bc80d49a
fixed broken tag autocomplete on recurring todo edition
2012-07-22 11:09:54 +02:00
Michael Witrant
7bcd539c3b
force english prefered language in firefox test profile
2012-07-22 10:45:02 +02:00
Michael Witrant
424028f09e
fixed indentation when todo sub menu text is too long
2012-07-22 10:43:13 +02:00
Hans de Graaff
66f0859e63
Merge branch 'master' of git://github.com/TracksApp/tracks into upstream
2012-07-21 11:25:14 +02:00
Reinier Balt
702c89e754
add tolk to Tracks for easy management of translations. Limited to development
...
environment only. Need migration.
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2012-07-18 14:58:24 +02:00
Reinier Balt
a37d10f57a
fix #1314 . Fixed security issue too
2012-07-18 12:26:46 +02:00
Reinier Balt
881c83292b
reorder tests
2012-07-18 11:59:17 +02:00
Reinier Balt
4e29bf69f7
fix failing tests and small refactorings
2012-07-18 11:42:26 +02:00
Reinier Balt
e8c3ba2e28
fix #1313 by checking on NullProject too
2012-07-18 10:39:15 +02:00
Reinier Balt
3a3a1ac22e
production needs extension of swf
2012-07-16 17:47:30 +02:00
Reinier Balt
22e166c370
add swf to asset pipeline. Fixes #1311
2012-07-16 17:38:44 +02:00
Reinier Balt
7c1cd2a144
fix #1310 . Add test for this
...
Found that I had a lot of tests commented out. They have some regressions I will fix later
2012-07-15 21:28:42 +02:00
Reinier Balt
5a24644aad
fix #1307 and add basic test
2012-07-15 20:45:37 +02:00
Reinier Balt
6e1ad5e200
fix small timing issue
2012-07-15 20:11:07 +02:00
Reinier Balt
0d854efbbb
fix #1288 . Drag and drop should work on touch screens. Also upgrade jquery-ui
2012-07-13 01:53:30 +02:00