Dan Rice
f81efebd8c
Merge pull request #1740 from dnrce/ruby-2.2
...
Support Ruby 2.2
2015-01-03 18:32:03 -05:00
Dan Rice
7f1246f42f
Make User.projects.actionize deterministic
...
Add project.id to the comparison to ensure consistent order when
counts are identical.
2015-01-03 18:12:11 -05:00
Dan Rice
70191af76b
Merge branch '2.3_branch' into master
2015-01-02 21:25:34 -05:00
Matteo Giaccone
177971a70e
Remove applescript integration. Closes #1723
2015-01-02 21:12:32 +00:00
Matteo Giaccone
13f8023ca0
Fix #1724
2015-01-01 18:16:40 -05:00
Matteo Giaccone
0d6e0efcee
Fix warnings for Ruby 2.2 update
2015-01-01 13:43:48 -05:00
Matteo Giaccone
2ca90537ae
Fix #1724
2014-12-19 21:17:35 +00:00
Matteo Giaccone
bd78ad0670
Move right submit button in mobile new action
2014-12-15 23:21:34 +00:00
Dan Rice
b9f3b9685f
Merge pull request #1733 from dnrce/password-hashing
...
Remove support for deprecated password hashing algorithm
2014-12-14 14:35:32 -05:00
Dan Rice
ea0d40060a
Remove support for deprecated password-hashing algorithm
...
* Remove all methods implementing and checking for the old algorithm
* Document a pre-upgrade step to check for remaining obsolete passwords
* Remove config.salt
2014-11-15 10:28:29 -05:00
Matt Rogers
8d24f5105a
Add a Sidebar class to represent the side bar
...
Start using it throughout the rest of the app instead of the various
instance variables
2014-11-11 19:55:00 -06:00
Reinier Balt
166387f0be
Statistics for longest running projects now includes completed and hidden projects. fixes #1725
2014-11-05 17:09:59 +01:00
Reinier Balt
2883d1b7f4
Statistics for longest running projects now includes completed and hidden projects. fixes #1725
2014-11-05 17:07:21 +01:00
Reinier Balt
18b7a467c1
fix #1400 where deleting a user will clean up tags and dependencies too
2014-09-23 16:35:45 +02:00
Xavi Vila
140942b01f
added 'es' locale to data/index
2014-09-13 17:07:57 +02:00
Matt Rogers
ab7081482e
Remove commented out style
2014-09-09 11:54:49 -04:00
Dan Rice
0cd8a1a3ee
Allow CloudMailin to skip CSRF verification
2014-09-08 01:31:28 -04:00
Dan Rice
45232cd2dd
Fix CloudMailin signature digest calculation
...
Adopt current (deprecated) code from
http://docs.cloudmailin.com/receiving_email/securing_your_email_url_target/
Fixes #1402
2014-09-08 00:55:46 -04:00
Dan Rice
79587541d6
Use www.getontracks.org as canonical website URL
...
[ci skip]
2014-08-31 13:14:15 -04:00
Dan Rice
4018d33275
Fix bad asset path when using subdir
...
Fixes #1713
2014-08-26 11:35:19 -04:00
Dan Rice
9375f40b6f
Merge pull request #1714 from TracksApp/clean-up-bad-whitespace
...
Cleanup tabs and trailing whitespace
2014-08-20 15:17:40 -04:00
Daniel Rice
e9f8821be0
Fix hard reference to image asset
...
Fixes #1713
2014-08-20 15:02:34 -04:00
Matt Rogers
aa41e20e46
Remove trailing whitespace and tabs
2014-08-14 21:05:05 -05:00
Reinier Balt
6191cce4c7
small refactorings of generated javascripts
2014-08-13 15:33:32 +02:00
Reinier Balt
8a3cb66e49
fix regression and refactor todos/update.js a bit
2014-08-13 15:33:32 +02:00
Reinier Balt
4cdbd9a451
move js genreated for ajax calls into their own object to prevent name clashes
...
I only modified the js that is most likely to be used in cocurrent calls. This because we
start the development of Tracks 3 that will change all js.
2014-08-13 15:33:32 +02:00
Reinier Balt
f0871738e9
put the javascript to handle marking todos complete in its own object with unique name
...
this should prevent concurrent running ajax calls to mess up the ui
2014-08-13 15:33:32 +02:00
Reinier Balt
bd98984669
Fix #1059 . make check on new context case insensitive
...
entering "home" with existing context "Home" will not show a confirmation dialog
anymore.
2014-08-06 14:52:14 +02:00
Reinier Balt
ee3ba62152
fix #1712 . Number of occurrences was not handled correctly
2014-08-06 14:40:30 +02:00
Reinier Balt
2305a91324
rename module to reflect its generic use
2014-07-17 15:19:17 +02:00
Reinier Balt
e0aec34df0
use helper class for both due date and show from date
2014-07-17 15:14:12 +02:00
Reinier Balt
8ea417c792
fix test regression
2014-07-17 14:06:22 +02:00
Reinier Balt
bafd55cf09
refactor due date tag on todo for mobile and non-mobile view
2014-07-17 13:56:08 +02:00
Dan Rice
1e4f7c9f30
Update CSRF helper usage
...
Renamed back in Rails 3.1.0
2014-07-07 21:38:49 -04:00
Dan Rice
9125355313
Sync boilerplate with Rails 4.1.4
2014-07-07 21:25:24 -04:00
Reinier Balt
0902269bfd
fix setting default tags on editing a project of a todo
...
somehow the js for setting the default tags stopped working. jquery update?
2014-07-03 20:48:54 +02:00
Reinier Balt
cb8aba80ca
fix #1462
...
I do not understand why this works for daily but not for weekly repeating todos
2014-07-01 22:38:23 +02:00
Reinier Balt
76bd5ade8d
remove duplication in tracks.js
2014-06-26 15:20:38 +02:00
Reinier Balt
e251bfc935
fix lint warnings for tracks.js - fourth pass
...
found on codeclimate. this is the fourth pass
2014-06-26 15:09:05 +02:00
Reinier Balt
9d96b372c0
fix lint warnings for tracks.js - third pass
...
found on codeclimate. this is the third pass
2014-06-26 15:03:39 +02:00
Reinier Balt
bb44fbb2f9
fix lint warnings for tracks.js - first pass
...
found on codeclimate. this is the first pass
2014-06-26 14:56:20 +02:00
Reinier Balt
8955480e62
fix lint warnings for tracks.js - first pass
...
found on codeclimate. this is the first pass
2014-06-26 14:49:25 +02:00
Reinier Balt
5ed2de3ab0
remove custom solution to visually show that you are running in development
...
environment and replace with rack-dev-mark gem
2014-06-26 10:05:22 +02:00
Dan Rice
aa8f5b7599
Switch from Assembla to GitHub issues
2014-06-25 13:32:11 -04:00
Dan Rice
9b92306252
Return a valid RecurringTodo after creation error
...
Fixes #1463
2014-06-19 01:17:15 -04:00
Dan Rice
622291d98d
Purge UserTime from app/*
2014-06-12 21:24:31 -04:00
Dan Rice
4ee8c2e7fd
Remove executable bit from files in app/
2014-06-10 17:50:47 -04:00
Dan Rice
38387c844d
Speed up feature tests by disabling jQuery effects
2014-06-10 14:59:28 -04:00
Dan Rice
50b09811fc
Fix check for whether todo changed containers
2014-06-10 12:07:30 -04:00
Dan Rice
7d7e47deff
Add Spring and spring-aware binstubs
...
Also remove /script, which is no longer used in Rails 4
2014-05-16 12:21:40 -04:00