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
8a8dc47ab8
Try the cache_digests gem for Tracks
...
cache_digests will be part of Rails 4
2012-09-02 15:13:28 +02: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
Stefan Hacker
2fc441589f
Add favicon/apple-touch-icon to all layouts
2012-09-01 18:56:51 +02:00
Reinier Balt
827c825884
update to jquery-ui-1.8.23
2012-08-31 15:15:11 +02: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
29c5103a98
handle multipart emails better in message_gateway
2012-08-24 23:47:27 +02:00
Hans de Graaff
3e2a4e4846
Fix html escaping.
2012-08-19 08:53:19 +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
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
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
Michael Witrant
50bc80d49a
fixed broken tag autocomplete on recurring todo edition
2012-07-22 11:09:54 +02:00
Michael Witrant
424028f09e
fixed indentation when todo sub menu text is too long
2012-07-22 10:43:13 +02:00
Reinier Balt
a37d10f57a
fix #1314 . Fixed security issue too
2012-07-18 12:26:46 +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
0d854efbbb
fix #1288 . Drag and drop should work on touch screens. Also upgrade jquery-ui
2012-07-13 01:53:30 +02:00
Reinier Balt
885ee7d1d1
refactorings for recurring todo model
2012-07-13 00:31:11 +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
f9dc8c6969
fix #1296 by adding translate functions to mobile view of todo
2012-07-11 16:46:18 +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
6093ca5aa0
Merge pull request #90 from piglop/fixed_escaped_inputs
...
Fixed escaped inputs.
2012-07-08 19:03:23 -07:00
Michael Witrant
883daa5168
fixed escaped inputs in new recurring todo form
2012-07-07 22:21:03 +02:00
Michael Witrant
0e2634526d
disabled autocomplete on new password field
2012-07-07 10:40:39 +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
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
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