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
Reinier Balt
416a8699d5
Merge pull request #118 from zoombody/i18n
...
Revert corrupt translations
2012-11-04 08:09:59 -08:00
Dan Rice
eea380951f
Revert corrupt translations
...
Fixes #1339
2012-11-03 16:20:25 -04:00
Matt Rogers
84fc7f9ece
Merge pull request #117 from zoombody/fixes
...
Miscellaneous minor fixes
2012-10-26 15:02:48 -07: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
Matt Rogers
678cd5ca01
Merge pull request #116 from zoombody/mobile-checkboxes
...
Render task-complete checkbox for mobile
2012-10-25 18:54:36 -07: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
Reinier Balt
dd5d8b21a7
Merge pull request #115 from maddentim/fixes
...
Fixes
2012-10-24 14:06:02 -07: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
Tim Madden
25ea467c5e
restoring route of /m instead of just /mobile
2012-10-23 11:10:59 -05:00
Reinier Balt
fc46624b0a
Merge pull request #114 from mattr-/upgrade-jquery-ui
...
update to jQuery UI 1.9.0
2012-10-23 04:52:11 -07:00
Matt Rogers
3aabadf353
update to jQuery UI 1.9.0
2012-10-15 20:31:06 -05:00
Matt Rogers
d3255f551d
Don't run CI on 1.8.7.
...
factory_girl requires 1.9.3
[ci skip]
2012-10-09 12:55:35 -05:00
Matt Rogers
63711edba8
Don't run the cucumber features as part of the ci task.
...
They take too long to run.
2012-10-09 12:47:53 -05:00
Matt Rogers
17f2648bf9
fix the migration task name for the ci task
2012-10-09 12:36:03 -05:00
Matt Rogers
e1bae5a2de
run the database migration as part of the ci build
2012-10-09 12:29:06 -05:00
Matt Rogers
e569cd081a
create a copy of database.yml on Travis
2012-10-09 12:24:25 -05:00
Matt Rogers
f81905cbb5
Use mysql for all databases in the template file
...
Sqlite is not in the Gemfile so it makes no sense to have it in the
database.yml.tmpl file.
2012-10-09 12:22:07 -05:00
Matt Rogers
b36f36190c
create a copy of site.yml on Travis
2012-10-09 12:08:39 -05:00
Matt Rogers
fc8ad0f7b8
set up Travis CI for Tracks
2012-10-09 11:53:46 -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
Reinier Balt
a46fee6b91
Merge pull request #113 from dD0T/mobileredir
...
Mobile task creation redirected to non-mobile results page.
thanks!
2012-10-06 00:37:13 -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
Reinier Balt
8c1a180da9
Merge pull request #111 from zoombody/dropdown-css-fix
...
improve text alignment in todo actions menu
2012-10-02 01:18:59 -07: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
Matt Rogers
c1118b298c
Merge pull request #108 from zoombody/rollover
...
convert rollovers to pure CSS with sprites
2012-09-29 20:19:46 -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
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