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
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
a7a7769bc7
mobile.css was missing from production assets precompilation list.
2012-09-01 16:25:14 +02:00
Reinier Balt
702c89e754
add tolk to Tracks for easy management of translations. Limited to development
...
environment only. Need migration.
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2012-07-18 14:58:24 +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
Ingo Weseloh
2ac62e0569
Fixes for german locale
2012-07-09 18:47:48 +02:00
Michael Witrant
6f5612e98d
rewritten locales in utf8
2012-07-07 11:35:10 +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
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
0b1d521bbf
ugly fix for deprecation warnings fopr mouseover and fix failing tests
2012-06-27 21:40:12 +02:00
Reinier Balt
436cc862d6
fix text feeds
2012-05-20 05:46:52 +02:00
Reinier Balt
f513e667dc
tracks now starts in production environment with precompiled assets
2012-05-18 20:20:50 +02:00
Reinier Balt
5660329e8e
fix route for promote_to_project
2012-05-18 19:56:05 +02:00
Reinier Balt
b20f09725c
do not depend on ruby 1.9.x for production use
2012-05-18 17:51:50 +02:00
Reinier Balt
5e477a4d25
first pass of all tests done
2012-05-18 15:33:47 +02:00
Reinier Balt
ecb0ff5bf7
get features of recurring_todos to pass
2012-05-12 15:37:13 +02:00
Reinier Balt
d432d91cc8
get preferences scenario to pass
2012-05-12 14:01:56 +02:00
Reinier Balt
005723cb4f
get login, mobile and notes features passing
2012-05-12 13:37:36 +02:00
Reinier Balt
7c935652fb
make search and feedlist pass
2012-05-03 23:23:31 +02:00
Reinier Balt
28b7df87a8
get edit a todo to pass
2012-05-01 17:25:45 +02:00
Reinier Balt
d7aebf03a0
get context, dependencies and admin scenarios running
2012-05-01 15:45:58 +02:00
Reinier Balt
c9d64e6f4b
get the first cucumber feature running: calendar
2012-04-30 13:56:42 +02:00
Reinier Balt
63175c115b
all non-cucumber tests are passing
2012-04-30 13:56:41 +02:00
Reinier Balt
13b58f3a10
all unit and functional tests are passing
2012-04-30 13:56:40 +02:00
Reinier Balt
76340b780c
Getting functional tests running.
2012-04-30 13:56:38 +02:00
Reinier Balt
fd4fb6df9e
get all unit tests running again. Seems we have some pretty old code in there :-)
2012-04-30 13:56:37 +02:00
Reinier Balt
4605b17d3c
home page renders... sort of
2012-04-30 13:56:35 +02:00
Reinier Balt
fde64e0b3d
forgot to add these
2012-04-30 13:56:34 +02:00
Reinier Balt
86afd42148
Work in progress: has_many_polymorphs does not work with rails 3.2 because of intrusive changes in rails internals. I think we need to rip out this dependency...
2012-04-30 13:56:34 +02:00
Reinier Balt
a83c8b3f92
initial upgrade to rails 3.2.3
2012-04-30 13:56:33 +02:00
Reinier Balt
5c3293745d
merge latest changes for the he locale. Thanks Darian.
2012-04-17 15:33:40 +02:00
Reinier Balt
e74f8842ae
Get more i18n fixed in for he locale. Include fallback to en locale and include pluralization mechanism
2012-04-16 13:19:04 +02:00
Reinier Balt
22feb7d7eb
add i18n to last stats graph and update locales (google translate)
2012-04-12 14:18:08 +02:00
Reinier Balt
f32e5b256b
further i18n changes for Hebrew, impacting other locales too
2012-04-11 21:10:19 +02:00
Reinier Balt
ac270884ed
add more translations for he locale. Contributed by Darian Shalev
2012-04-11 20:22:05 +02:00
Reinier Balt
b2e6253b4c
restore all associations for tags. All tests are passing
2012-04-11 11:37:22 +02:00
Reinier Balt
784b7434f6
add some missing translations for #1276
2012-04-10 20:29:37 +02:00
Reinier Balt
90c80c4330
update versioning for master
2012-04-03 15:49:24 +02:00
Reinier Balt
2aef2b5622
fix regression for editing project settings from project page
2012-04-03 13:41:09 +02:00
Reinier Balt
923919e802
update i18n using google translate for missing translations. Please check these translations!
2012-03-29 15:17:36 +02:00
Reinier Balt
04d2e47e23
remove selenium environment. Not needed anymore.
2012-03-24 10:55:17 +01:00
Reinier Balt
b911e3010b
fix #1252 by updating the todo ical feed and adding comment that todo ical is not for calendars. Also fix layout of feeds page
2012-03-24 10:52:44 +01:00
Reinier Balt
dd957f0feb
fix #1255 . Context view now has seperate container for pending and deferred todos
2012-03-23 14:04:55 +01:00
Reinier Balt
d8b5c7d0d2
cleanup old selenium initializer stuff and migrate edit_a_todo
2012-03-19 14:06:33 +01:00
Reinier Balt
d193e21ee0
migrate dependencies and admin feature
2012-03-19 14:06:33 +01:00