Reinier Balt
cf248b9115
fix #1396 and add a test for it
2013-02-18 17:15:09 +01:00
Reinier Balt
c61d0cbdb7
fix #1395 and speedup context.autocomplete a lot
2013-02-18 16:44:46 +01:00
Reinier Balt
6fa70db39e
fix updating dependency trees when changin a name. Including invalidating cache when
...
necessary
2013-02-17 17:37:44 +01:00
Reinier Balt
1b0d08bbb5
fix timing issues on failing scenarios. Fix deprecated jquery functions and update jqueryui
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2013-02-15 22:27:39 +01:00
Renaud AUBIN
9b4db12971
Delete a fr partial
...
Manage the fr particularism within the default partial.
2013-02-07 18:19:31 +01:00
Renaud AUBIN
63678cabff
Particularize a project partial for french language
...
Words order isn't the same for fr projects state labels. This commit
duplicate the default partial and reorder the wording for fr.
2013-02-07 00:34:21 +01:00
Reinier Balt
2acfbd8f00
fix dependency features
2012-12-25 15:46:26 +01: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
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
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
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
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
Dan Rice
41d8fe5550
Remove duplicate render_flash from mobile login
...
The flash is already rendered in the layout.
Fixes #1370
2012-11-30 23:27:54 -05:00
Dan Rice
c0056675be
Fix tab order when creating monthly recurring actions
...
Fixes #1366
2012-11-30 23:14:36 -05:00
Dan Rice
f6d251d3a0
Fix stray HTML tags in mobile layout
...
Fixes #1369
2012-11-30 17:23:03 -05:00
Tim Madden
8cef2b41c1
Creating new todo link for context headers
2012-11-26 10:14:55 -06:00
Dan Rice
bdbb1dd29d
Render collapse/expand buttons using CSS instead of JS
...
Fix #1354
Also clean up some dependent JS unused since c64e1bc
2012-11-14 22:01:43 -05:00
Dan Rice
beaa069340
Cleanup footer links
...
Minor fixes as a follow-up to #1340
* Assembla is HTTPS-only
* Mailing list is members-only, so link to the group instead and call it
"mailing list" instead of "email"
* getontracks.org's canonical URL has no www
* Make the same changes to the mobile footer
* The forum is no longer referenced, so purge from translations
2012-10-26 17:04:56 -04:00
Dan Rice
53074136d3
Replace hard-coded footer link to mobile site
2012-10-25 21:52:09 -04:00
Dan Rice
ff4d639142
Fix visible HTML tags in mobile flash
2012-10-25 21:24:04 -04:00
Dan Rice
8c56444f96
Render task-complete checkbox for mobile
...
Fixes #1346
2012-10-25 21:15:35 -04:00
tim madden
92cfeb4188
adding home link to mobile footer to fill it out
2012-10-23 11:11:00 -05:00
tim madden
6d3a6611c8
adding links to footers to go between mobile and full site
2012-10-23 11:10:59 -05:00
tim madden
c46122bb34
Changing mobile layout so that links always show so link fill across
2012-10-23 11:10:59 -05:00
Stefan Hacker
a7014e9716
Mobile task creation redirected to non-mobile results page.
2012-10-05 17:55:13 +02:00
Matt Rogers
33c3c578f6
Fix up the links in the footer.
...
The link to the forum is gone. The email link points to the new google
groups mailing list. The contribute link points to
http://getontracks.org/development
Fixes #1340
2012-10-03 23:12:40 -05:00
Dan Rice
9a1faa9701
convert rollovers to pure CSS with sprites
2012-09-29 09:56:51 -04:00
Dan Rice
6bf21caf22
wrap the todo dropdown arrow in an "a" tag to make it tab-accessible
2012-09-26 16:17:07 -04:00
Reinier Balt
b3059cf53a
fix caching for #1328 and #1329
2012-09-19 17:13:29 +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
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
Hans de Graaff
3e2a4e4846
Fix html escaping.
2012-08-19 08:53:19 +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
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
f9dc8c6969
fix #1296 by adding translate functions to mobile view of todo
2012-07-11 16:46:18 +02: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