bluewings1211
02ca81f761
Add Traditional Chinese (Taiwan) localization support
...
- Add jQuery UI datepicker Traditional Chinese localization file
- Add complete zh-TW locale file with translations for all UI elements
- Configure asset precompilation for datepicker locale files
2025-09-05 16:19:23 +08:00
Jyri-Petteri Paloposki
36529c50b3
Release 2.7.1
2024-07-25 23:54:52 +03:00
Jyri-Petteri Paloposki
b274c270f1
New version number
2024-06-17 12:48:29 +03:00
Jyri-Petteri Paloposki
f599cafff8
Version 2.6.1
2022-08-14 11:42:29 +03:00
Jyri-Petteri Paloposki
6ca701f6fd
Fix the Git version in the footer with the Docker image and change the wording.
2022-02-21 13:44:43 +02:00
Jyri-Petteri Paloposki
4c429b7a83
Version 2.6
2022-02-21 11:51:37 +02:00
Jyri-Petteri Paloposki
7a9dd6cd6f
Add the obsidian link support to config also. Fix poll-for-db.
2022-02-03 11:44:26 +02:00
Jyri-Petteri Paloposki
9a109c13cb
Next release version number
2021-11-24 22:21:29 +02:00
Jyri-Petteri Paloposki
16e26de2c5
Remove the custom pluralisation rules in favor of rails_i18n and fix the RU language file a bit.
2021-08-26 17:38:06 +03:00
Jyri-Petteri Paloposki
35d9c26f43
Version 2.5.2. Some minor dependency updates.
2021-01-05 22:06:24 +02:00
Jyri-Petteri Paloposki
5e5715d9de
Version 2.5.1
2020-09-24 12:28:57 +03:00
Jyri-Petteri Paloposki
998bfa4248
Version 2.5.0
2020-08-25 19:08:23 +03:00
Jyri-Petteri Paloposki
31af1a7f3d
Move asset precompile config to config/manifest.js for Sprockets 4.
2020-08-20 12:16:33 +03:00
Jyri-Petteri Paloposki
9982217ee9
Add theme selector to preferences and return the previous black theme as an alternative
2020-08-20 02:46:45 +03:00
Matt Rogers
89a1d4caa6
Merge pull request #2319 from TracksApp/release-2.4.2
...
Prep for a v2.4.2 release
2020-02-17 12:48:21 -06:00
Jan-Yves Ruzicka
726975863b
Use Loofah::HTML5::SafeList where possible
2020-02-08 17:51:59 +13:00
Matt Rogers
5b797e2a7f
Prep for a v2.4.2 release
2020-01-05 12:49:34 -06:00
Jyri-Petteri Paloposki
ab6d51081a
Version 2.4.1
2019-11-06 23:27:13 +02:00
Matt Rogers
ec550ae8f6
Version 2.4.0
2019-10-08 09:39:41 -05:00
Steven R. Baker
74517944de
Rack::MiniProfile doesn't exist in test environment.
2019-05-15 20:44:49 +02:00
Steven R. Baker
33ec5886cc
Move the profiler to the bottom left.
...
It's far less in the way here. It's also hide-able with Alt-P (if you
don't have a textbox focused.)
2019-05-13 21:50:49 +02:00
Matt Rogers
2cbe020d8a
Update the app for Rails 5.2
...
After the framework bump, run `rails app:update` to pull in the new
framework changes and defaults.
2018-11-17 12:37:03 -06:00
Matt Rogers
aca54f5aff
Remove raise_on_unfiltered_parameters
...
Deprecated and has no effect in Rails 5.1
2018-11-17 09:15:49 -06:00
Matt Rogers
faaecbae40
Remove halt_callback_chains_on_return_false
...
It's deprecated in Rails 5.1 and will block the Rails 5.2 upgrade.
2018-11-17 09:11:52 -06:00
Matt Rogers
1ccf96ae83
Initial upgrade to Rails 5.1
2018-11-12 09:07:12 -06:00
Matt Rogers
859701a81f
Update configuration after the Rails upgrade
...
Ran `bin/rake rails:upgrade` and went through all the changes.
Co-Authored-By: Dan Rice <dnrce@users.noreply.github.com>
2018-10-27 11:27:07 -05:00
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