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
Matt Rogers
c56fb05536
Merge pull request #107 from zoombody/sass
...
make the CSS a little bit Sassier
2012-09-27 18:10:41 -07: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
Matt Rogers
7faf3adfb5
Merge pull request #106 from zoombody/cleanup
...
update gitignore rules to match rails 3.2.8 defaults
2012-09-27 08:53:20 -07:00
Dan Rice
21472fce5e
update gitignore rules to match rails 3.2.8 defaults
2012-09-27 10:37:36 -04:00
Matt Rogers
6a5364b9d2
Merge pull request #105 from zoombody/cleanup
...
Clean up some cruft
2012-09-26 21:02:53 -07:00
Matt Rogers
d03230008a
Merge pull request #104 from zoombody/accessibility
...
wrap the todo dropdown arrow in an "a" tag to make it tab-accessible
2012-09-26 21:00:50 -07:00
Dan Rice
bc3af26320
remove archived .gitignore.rails2
2012-09-26 22:17:14 -04:00
Dan Rice
7450e1b8d8
update .gitignore rules for rails3.1 asset pipeline
2012-09-26 22:09:20 -04:00
Dan Rice
367cdaa74e
remove obsolete /log.tmpl
2012-09-26 22:07:08 -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
Matt Rogers
b7b22cb48a
Merge pull request #103 from zoombody/sass
...
convert CSS to Sass for better asset references
2012-09-26 12:19:06 -07: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
Reinier Balt
9ec1a946dc
Merge pull request #102 from dD0T/dedupe
...
Remove duplicate code from recurring_todos_helper.rb
2012-09-04 04:32:42 -07:00
Stefan Hacker
9f9f4ede0f
Remove duplicate code from recurring_todos_helper.rb
2012-09-04 12:42:42 +02:00
Reinier Balt
eef7c783df
Merge pull request #101 from dD0T/jqselectanderrors
...
Thanks for these great fixes. Keep 'm coming :-)
2012-09-03 13:40:47 -07:00
Stefan Hacker
e6afd0ac0a
Fix max_actions being nil when actions_open_per_week list is empty
2012-09-03 20:43:25 +02:00
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