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
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
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
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
281cc51b3a
Shrink add.png icon to be inline with other icons
...
Other icons are 16x16 with add.png is 32x32. This commit scales the
icon down to 16x16.
Closes #1367
2012-11-30 16:09:11 -06:00
tim madden
f7f8b79f5b
Eliminating unneeded blank space character from show_date_tag
...
The space character causes the 'Show in x period' background color to
run into the todo description.
Closes #1368
2012-11-30 16:08:25 -06:00
Dan Rice
c838272622
Fix redirect to home page after open signup
...
Fixes #1349
2012-11-29 16:27:28 -05:00
Matt Rogers
4d2f25ab20
Refactor the fetching of done todos
...
Move the get_done_today, get_done_this_week, and get_done_this month
methods into their own class in lib/tracks and use the new class in the
context, project, and todo controllers.
This removes the complexity from the application controller, silos it
off, and slightly reduces the complexity of the other controllers so
that they don't have to duplicate as much code.
The tradeoff here is that the code that was moved out into its own class
was also duplicated in the todos controller due to a different use case
that I didn't see before. This is still an improvement however and so
I'm ok with going back and tackling the extra complexity added to
TodoController at a later date.
2012-11-27 23:07:46 -06: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
504d03f989
Fix wrong page title when adding a user
...
Title still says "admin user" even though subsequent users are not admins.
Add a new string to correct this.
2012-10-26 17:19:40 -04: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
Matt Rogers
3aabadf353
update to jQuery UI 1.9.0
2012-10-15 20:31:06 -05:00
Matt Rogers
1aa1908a98
Merge pull request #112 from zoombody/postgres
...
Don't sort todos when counting them
2012-10-07 21:02:06 -07:00
Stefan Hacker
a7014e9716
Mobile task creation redirected to non-mobile results page.
2012-10-05 17:55:13 +02:00
Dan Rice
5b6cbf566a
Don't sort todos when counting them
...
Grouping isn't as lax in PostgreSQL as it is in MySQL or SQLite. All
sort fields also need to be in the GROUP BY, or be aggregated. The order
isn't relevant when counting, so simply don't order in that case.
Fix #1336
2012-10-04 10:43:22 -04: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
7ce214720d
improve text alignment in todo actions menu
2012-10-01 21:56:08 -04:00
Reinier Balt
e846de6a32
Merge pull request #110 from zoombody/favicon
...
make favicon background transparent
2012-09-29 23:53:13 -07:00
Matt Rogers
a8fa2962c9
Merge pull request #109 from zoombody/css-fix
...
fix #1334 wrong navbar link colors
2012-09-29 20:21:02 -07:00
Dan Rice
1650f52b99
make favicon background transparent
2012-09-29 22:12:33 -04:00
Dan Rice
8441cccb2e
fix #1334 wrong navbar link colors
2012-09-29 10:37:07 -04:00
Dan Rice
9a1faa9701
convert rollovers to pure CSS with sprites
2012-09-29 09:56:51 -04:00
Dan Rice
a24b18b724
refactor CSS to take some advantage of Sass nesting
2012-09-27 13:31:47 -04:00
Dan Rice
735ee8fe34
improve CSS whitespace consistency
2012-09-27 13:09:30 -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
Dan Rice
2bdf0dba77
load Tracks' own CSS after vendor CSS to permit overrides
2012-09-26 16:14:54 -04:00
Dan Rice
0de6a3177d
convert CSS to Sass for better asset references
2012-09-26 14:16:53 -04:00
Reinier Balt
b3059cf53a
fix caching for #1328 and #1329
2012-09-19 17:13:29 +02:00
Matt Rogers
b89062913f
remove code duplication
2012-09-08 13:31:22 -05:00
Matt Rogers
f9bd923205
Use a local variable instead of an instance variable
...
@all_actions_per_context is not used anywhere except for in the
StatsController. It's only used in two functions and it's not used by
anything in the view.
Make it a local variable instead.
2012-09-08 13:12:35 -05:00
Matt Rogers
d9f4226fbe
Use a constant for seconds per day
...
Using an instance variable for this just seems wrong.
2012-09-08 12:55:06 -05:00