Reinier Balt
c64e1bcd80
migrate update for context, project, tickler and calendar
2011-02-03 18:18:40 +01:00
Reinier Balt
cafa774b4c
refactor application.rb further and migrate recurring todos
...
next: get tests for recurring todos
2011-02-03 18:17:29 +01:00
Reinier Balt
484356fe07
small improvements
...
render :partial => filename, :object => @object can be written shorter since rails 2.0 like
render :partial => @object or render :partial => @collection
Also form_for is smart bout put and post for update and creation.
it helps watching older railcasts episodes :-)
2011-02-03 18:17:28 +01:00
Reinier Balt
51106d015e
fix failing tests after previous refactoring.
2011-02-03 18:17:25 +01:00
Reinier Balt
879fbc99e2
major restructuring/refactoring of application.js. finally scratched that itch. Some tests are failing to be fixed later.
2011-02-03 18:17:24 +01:00
Reinier Balt
ea1ca130f1
refactor sidebar and finish migration of notes
2011-02-03 18:17:22 +01:00
Reinier Balt
d1b35090ab
get all non-wip scenarios running again for context and project
2011-02-03 18:17:14 +01:00
Reinier Balt
fb39d841a7
migrate editing a context and refactor project with it
2011-02-03 18:17:08 +01:00
Reinier Balt
15fdb1e572
migrate creating a new context and refactor some project js to share with context js
2011-02-03 18:17:05 +01:00
Reinier Balt
d7a780ef0c
upgrade last of the project functions
2011-02-03 18:17:03 +01:00
Reinier Balt
2c47b27a87
start fixing sorting of projects
2011-02-03 18:17:02 +01:00
Reinier Balt
f284617513
handle and test the redirect when the goto-project checkbox is checked
2011-02-03 18:17:01 +01:00
Reinier Balt
4413cabbba
migrate project creation
2011-02-03 18:17:00 +01:00
Reinier Balt
36e63a4ad9
fix and test toggling of new-project-form
2011-02-03 18:17:00 +01:00
Reinier Balt
9028a00767
fix drag and drop after editing a project
2011-02-03 18:16:59 +01:00
Reinier Balt
af80861725
get drag and drop for projects running
2011-02-03 18:16:58 +01:00
Reinier Balt
cde8ad35fd
get further testing tunning for projects
2011-02-03 18:16:57 +01:00
Reinier Balt
7c9102453c
refactor delete button on project list page into function, like the edit button
2011-02-03 18:16:56 +01:00
Reinier Balt
35453acd57
migrate edit update and destroy to jQuery and refactor it
...
test for changing state is wip, forgot to mark it with @wip
2011-02-03 18:16:55 +01:00
Reinier Balt
641c27d753
start on the tests for the project list page
2011-02-03 18:16:53 +01:00
Reinier Balt
6416ff112e
migrate editing project settings from project page from jrails to jquery
2011-02-03 18:16:52 +01:00
Reinier Balt
c834403340
replace old prototype/jrails code for periodic checks and start work on autocomplete and edit projects
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-02-03 18:16:51 +01:00
Marcus Ilgner
338d4bb5a6
Added locale selection to preferences
...
Mostly completed transition to full i18n
Incorporated german translations by Ulf Klose <ulf.klose@gmail.com>
2011-01-16 18:14:07 +01:00
Marcus Ilgner
fd3f69d927
Changed code to support basic i18n.
...
Added RubyMine configuration and rvm setup to .gitignore.
2010-11-09 16:31:26 +08:00
Reinier Balt
db7a5bd426
Fix formatting issues
2010-08-03 21:00:48 +02:00
Reinier Balt
6be18a104b
fix #1042 and create test for it
2010-08-03 20:55:07 +02:00
Eric Allen
e2443dace4
Get rid of some autocomplete leftovers
2010-07-05 09:58:35 -07:00
Eric Allen
1cd748d7a2
Fix #1041
2010-07-05 09:58:25 -07:00
Reinier Balt
c433661048
the project description could now contain markup, like notes
...
also configure database_cleaner for selenium features
2010-02-12 12:35:19 +01:00
Reinier Balt
c9566047fc
change notes controller to enable adding notes through REST api.
...
see http://www.getontracks.org/forums/viewthread/530/
2010-02-03 17:33:50 +01:00
Eric Allen
f39108d2e7
Better autocomplete updating from RJS
...
Fixes #981
2010-01-17 10:49:27 -08:00
Eric Allen
18dfe4dbfb
Missed some formatted_ helpers not covered by tests
...
Selenium tests now passing completely
2009-12-07 23:16:21 -05:00
Eric Allen
b3a77270da
Get rid of calls to formatted_ helpers
...
Rails deprecated them to save on memory
2009-12-07 19:11:30 -05:00
Henrik Bohre
5b1acce71e
#300 : Added pending items to deferred block in project view
2009-11-04 22:30:54 -05:00
Eric Allen
93c6151ca7
Focus on first text input to skip hidden inputs
2009-10-30 15:02:42 -04:00
Eric Allen
7eb29194c3
Update sidebar when project status is changed
2009-10-21 14:55:18 -04:00
Eric Allen
a04d31677a
Fix project name so edit works properly
...
Previously, the first in-place edit of a project name had a bunch of whitespace.
2009-10-18 18:40:36 -04:00
Eric Allen
bfc6189611
Project default tags
2009-10-16 19:23:03 -04:00
Eric Allen
94ec1d46bb
Add note working again for Projects
2009-10-15 21:16:22 -04:00
Eric Allen
96f510abd4
ALL SELENIUM TESTS PASSING!!
...
Caught a couple of things that I had to fix plus a handful of broken tests. This is the first time in forever that we have a fully successful selenium suite.
2009-10-13 22:34:37 -04:00
Eric Allen
e32b23c615
Fixed a bunch of tests
2009-10-09 21:27:27 -04:00
Eric Allen
9cfcd4161a
Default context autocomplete
2009-10-07 11:41:31 -04:00
Eric Allen
acad0596be
WIP: contexts page mostly working
2009-10-02 19:45:49 -04:00
Eric Allen
48f7f25702
Fix Edit Project Settings link on project show page
2009-10-02 15:25:20 -04:00
Eric Allen
3d905b7289
WIP: projects page
2009-09-24 22:11:00 -04:00
Eric Allen
f9e6540ed2
Star toggling and todo checking working
...
Todo unchecking is still buggy, but needs a bunch more work to make it happen.
Also added some useful globals to the standard layout for later access by application.js.
2009-09-05 15:24:03 -04:00
Reinier Balt
f63a657022
change style of project settings so that it grabs less attention
2009-06-26 15:35:31 +02:00
Reinier Balt
87bf96f638
fix #904 by applying the patch from Henrik Bohre. Thanks Henrik
2009-05-17 21:02:18 +02:00
Reinier Balt
b990f8a015
make project settings editable from the project page
...
We're using the edit form instead of several separate fields to edit settings
2009-04-18 23:50:12 +02:00
Reinier Balt
66833829a0
fix #878 . Added visual feedback that default context and default tags are being updated
2009-04-17 18:28:29 +02:00