Dan Rice
55c5d07aff
Limit swf_fu to the stats page
...
Fixes #2061
2017-02-12 15:27:00 -05:00
Dan Rice
1ba829e960
Merge branch '2.3_branch'
2016-10-15 13:13:02 -04:00
Matt Rogers
0511ea3a3a
Add a fallback to :other for i18n
...
In most cases, translations don't supply `:few` even though the language
may support the construct. Instead of the app blowing up if the
translation for `:few` doesn't exist, fall back to `:other` instead.
2016-08-20 14:43:42 -05:00
Dan Rice
3ecf9d6cfc
Update protocol whitelist for rails-html-sanitizer
2016-05-22 21:59:44 -04:00
Dan Rice
d7d86446c0
Upgrade to Rails 4.2
...
* Update boilerplate with `bin/rake rails:upgrade`
* Use test instead of test:all rake task
* Change stylesheet extensions from .css.scss to .scss
* Update docs to use localhost instead of 0.0.0.0 because Rails 4.2
no longer listens on all addresses by default.
2016-05-22 21:58:52 -04:00
Dan Rice
4b046b98ea
Include datepicker i18n only as needed
...
* Restore the javascript_tag_for_i18n_datepicker helper (and actually use it)
* Include the datepicker i18n JS in the asset precompilation list
2016-02-16 22:10:20 -05:00
Dan Rice
2ea20d1a1e
Use jquery-ui-rails gem instead of vendored jQuery UI
2016-01-30 16:12:31 -05:00
Matt Rogers
4917a42b0e
Remove the login stylesheet from precompilation
...
It's no longer being included on its own anymore.
Fixes #1954
2016-01-09 10:06:11 -06:00
Reinier Balt
5499ac2a03
Add paperclip gem
2015-08-05 13:07:47 +02:00
Dan Rice
4070f4e03a
Version 2.3.0
2015-06-17 20:43:05 -04:00
Dan Rice
7556db7529
Bump version to 2.4devel
2014-10-02 12:02:01 -04:00
Dan Rice
f619590541
Version 2.3.rc1
2014-10-02 11:53:34 -04:00
Reinier Balt
1d242981d4
create secrets.yml per rails upgrade instructions. It uses the secret key from site.yml
2014-09-22 10:28:33 +02:00
Dan Rice
c88b1d463f
Use modern config namespace
2014-09-12 21:43:39 -04:00
Dan Rice
ccf0b45f27
Remove last remnants of old development bar
2014-09-12 20:22:04 -04:00
Dan Rice
d87e71df24
Remove arel monkey patch
2014-09-12 00:17:20 -04:00
Dan Rice
6503d3af4a
Route JQuery UI images through asset pipeline
...
Convert CSS url() to image-url() and enable SASS preprocessing
Fixes #1705
2014-07-03 22:53:14 -04:00
Dan Rice
c6a8e0f498
Sync asset configuration with Rails 4.1.4 defaults
...
Ref #1705
2014-07-03 22:05:57 -04:00
Dan Rice
d171e13e24
Bring a few details in line with Rails 4.1
2014-06-19 12:33:38 -04:00
Reinier Balt
6238029b55
fix regressions
2014-01-11 14:33:14 +01:00
Reinier Balt
08498fee4f
fix failing tests
...
Includes a monkey patch for Arel that may need to be removed when 4.0.0 final ships
2013-05-13 15:35:21 +02:00
Reinier Balt
65859807ea
update configs for rails 4
2013-05-11 23:12:20 +02:00
Reinier Balt
c6e526127c
Use setting from stie.yml instead of hardcoded secret token
...
Fallback to randomly generated token, which is fine for development and test mode. (Sessions will be invalidated when the server reboots)
Thanks @brynary
2013-05-07 09:21:22 +02:00
Reinier Balt
4ece8bf7ab
put mini-profiler on the right to not block the menubar
2013-04-11 10:51:02 +02:00
Dan Rice
c09da9cb1c
Bump the development version number
2013-02-05 00:28:39 -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
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
436cc862d6
fix text feeds
2012-05-20 05:46:52 +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
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
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
d8b5c7d0d2
cleanup old selenium initializer stuff and migrate edit_a_todo
2012-03-19 14:06:33 +01:00
Reinier Balt
de309c8ee8
migrate calendar feature
2012-03-19 14:06:31 +01:00
Reinier Balt
8fdbcedcba
Fix running Tracks on passenger.
...
The exception that Passenger threw was NoMethodError on the find_by_name method
2011-10-27 23:08:06 +02:00
Stefan Richter
f49276a982
fixing gems for 1.9
2011-10-09 20:30:13 +02:00
Reinier Balt
30c2fb8b82
fix one deprecation warning for rubygems >= 1.8.2
2011-09-09 22:02:02 +02:00
Reinier Balt
ffd56ad958
fix mongrel workaround for rails 2.3.14
2011-08-17 10:08:28 +02:00
Reinier Balt
9f8e55c672
forgot to update workaround to get selenium working again
2011-06-09 19:42:10 +02:00
Reinier Balt
4aa0e63e85
update tree with missing 2.3.11 files or files that were not updated
...
this has no real impact on tracks as an app
2011-05-31 19:30:35 +02:00
Reinier Balt
0d28115d18
fix csrf which changed with rails 2.3.11
2011-02-12 16:26:16 +01:00
Reinier Balt
76853cff2c
fix for mongrel not getting the cookies right and change templates in the i18n locales
2011-02-04 20:11:42 +01:00
Reinier Balt
c94cf5f7ff
add workaround for mongrel-rack-cookie bug
2011-02-04 17:09:51 +01:00
Eric Allen
9ab69adb38
Dynamically load autocompletes
...
This cuts something like 100ms off of page load times!
Closes #1011
2010-04-02 13:24:21 -04:00
Eric Allen
d1fc119e2d
We no longer need this fix
...
In fact, it breaks things now
All tests passing.
2009-12-08 12:56:00 -05:00
Michaël Witrant
c679593d1e
fixed url parsing when they contain a slash in query string
2009-11-24 19:06:13 +08:00
Luke Melia
35ae5fc431
Next step in upgrading Tracks to Rails 2.2. Some highlights:
...
* Ran rake rails:update
* Added old actionwebservice framework
* Updated RSpec and RSpec-Rails
* Removed asset_packager plugin (not compatible, Scott no longer maintaining), and replaced with bundle_fu. See the bundle_fu README for more info.
* Hacks to UJS and ARTS plugins, which are no longer supported. Probably should move off both UJS and RJS.
* Hack to flashobject_helper plugin (upgrade to Rails 2.2-compatible version if/when it comes out.)
* Hack to skinny-spec plugin, for Rails 2.2 compatibility. Should check for official release.
* Hacks to resource_feeder plugin, for Rails 2.2 compatibility. Should check for official release (not likely) or move off it.
* Addressed some deprecation warnings. More to come.
* My mobile mime type hackery is no longer necessary with new Rails features. Yay!
* Updated environment.rb.tmpl with changes
TODO:
* Restore view specs marked pending
* Fix failing integration tests.
* Try selenium tests.
* Investigate OpenID support.
* Address deprecation warnings.
* Consider moving parts of environment.rb to initializers
* Address annoying config.gem warning about highline gem
2008-11-30 00:34:15 -05:00
bsag
4cbf5a34d3
Removed superfluous 'tracks' directory at the root of the repository.
...
Testing commits to github.
2008-05-20 21:28:26 +01:00