Carsten Otto
ca9a4a1f44
typo
2015-04-04 18:10:23 +02:00
Carsten Otto
e1ab067dbb
typo
2015-04-04 18:10:18 +02:00
Matteo Giaccone
ed9063bffa
Fix #1722
2015-02-22 18:54:24 +00:00
Matt Rogers
04e3aebabe
Use rails helpers for the promote to project menu item
2015-02-18 22:07:42 -06:00
Matt Rogers
8bb92833b5
Use rails helpers for the delete dependency menu item
2015-02-18 22:05:05 -06:00
Matt Rogers
6677af6f8f
Use Rails helpers for the delete menu item
...
Instead of creating id and routes manually, use the helpers that Rails
provides in order to do this for us.
2015-02-18 08:24:08 -06:00
Matt Rogers
3bef4daacc
Use Rails helpers for the edit button
...
Instead of creating id and routes manually, use the helpers that Rails
provides in order to do this for us.
2015-02-18 08:22:59 -06:00
Carsten Otto
dfe8735c0d
rename repeating -> recurring, repeat -> recurrence
2015-02-10 16:25:27 +01:00
Carsten Otto
d480569629
occurence -> occurrence
2015-02-10 15:49:13 +01:00
Carsten Otto
705f307bfb
fix typos
2015-02-09 23:24:19 +01:00
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