Carsten Otto
1fa6a182c1
remove context if name is not set in update form
...
fixes #1839
2015-08-09 13:42:29 +02:00
Matt Rogers
9089e15788
Merge pull request #1885 from C-Otto/tracks-1789
...
(2.3) Update project name and context name in 'new action' form
2015-08-07 20:08:18 -04:00
Matt Rogers
dcc13981cc
Merge pull request #1874 from C-Otto/tracks-1835
...
(2.3) remove all tab indices
2015-08-07 20:03:47 -04:00
Matt Rogers
258528460d
Merge pull request #1873 from C-Otto/default-context-choice-2.3
...
(2.3) in tag view, do not use more-or-less random context for the form
2015-08-07 20:02:01 -04:00
Matt Rogers
efbf881742
Merge pull request #1872 from C-Otto/create-reviewed-2.3
...
(2.3) create projects as reviewed at creation time
2015-08-07 19:59:57 -04:00
Carsten Otto
67ced62096
Projects with completed actions may be blocked
...
Currently, a project cannot be blocked if at least one completed
action exists. This was introduced in
acab98d4c7 ,
and I assume this change was not intended
2015-06-16 20:44:26 -04:00
Dan Rice
ebec4f089d
Merge pull request #1875 from C-Otto/tracks-1836
...
(2.3) Provide data needed for partial views
2015-06-14 18:15:59 -04:00
Carsten Otto
050b3c7ed9
remove all tab indices
...
fixes #1835
2015-05-25 12:08:23 +02:00
Carsten Otto
426b0fca20
also update default_context_name
...
New actions are created with the context as defined in
default_context_name. This value needs to be updated as shown in #1789 .
2015-05-25 11:57:10 +02:00
Carsten Otto
6014ce7a6f
create projects as reviewed at creation time
...
Fixes #1788
2015-05-22 23:12:45 +02:00
Carsten Otto
0adad47857
re-add action in correct container if context is changed
...
fixes #1804
2015-05-22 23:02:47 +02:00
Carsten Otto
4ce7c6bcd4
Provide data needed for partial views
...
The partials for context and project need to compute the
context's/project's id, which is done based on @context/@project.
Provide this data.
Fixes #1836
2015-05-22 23:02:41 +02:00
Carsten Otto
e7495e32b7
remove redundant code
2015-05-22 23:02:32 +02:00
Carsten Otto
f8f7762b94
also update default_project_name
...
New actions are created with the project as defined in
default_project_name. This value needs to be updated as shown in #1789 .
2015-05-22 20:55:34 +02:00
Carsten Otto
ae4ce272ff
update form with new context name
2015-05-22 20:55:34 +02:00
Carsten Otto
bba13194fd
show dependency validation errors in action edit form
2015-05-22 20:51:27 +02:00
Carsten Otto
fd8f4e2b32
Fix syntax
2015-05-22 20:51:27 +02:00
Carsten Otto
73bb53e1e5
Still show action if it could not be added as predecessor
...
If it is added as a predecessor, other code takes care to hide the action.
For a very short time, barely noticeable, the action is shown moving back
to its original position.
See pull request #1777
2015-05-22 20:51:27 +02:00
Carsten Otto
82ac4e22b0
fix syntax
2015-05-14 15:51:49 +02:00
Carsten Otto
dd21e7466c
in tag view, do not use more-or-less random context for the form
...
See #1834 for a discussion
2015-05-14 15:38:37 +02:00
Dan Rice
556c68c2e6
Revert breaking commits
...
This reverts the following commits:
c129b8a06f
c7c923a317
006c135a64
2015-04-14 22:26:07 -04:00
Carsten Otto
aa14a8e802
Sort by 'show_from' in tickler
2015-04-13 16:25:44 +02:00
Reinier Balt
006c135a64
do not compare at_midnight in different timezones.
...
Use localtime to make sure both dates are in the
same timezone
2015-04-13 15:33:22 +02:00
Carsten Otto
502543f348
typo
2015-04-13 14:38:37 +02:00
Carsten Otto
eb1012f1f2
typo
2015-04-13 14:38:27 +02:00
Carsten Otto
6017637abc
do not activate already completed todos, fix #1778
2015-04-13 14:37:57 +02:00
Carsten Otto
32b48df78f
catch exception to show error message in GUI as before
2015-04-13 14:37:25 +02:00
Carsten Otto
cec2e535b2
fix #1754
2015-04-13 14:37:12 +02:00
Matteo Giaccone
d7fbcb10c4
Fix #1722
2015-02-22 17:04:46 -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
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
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