Reinier Balt
|
4cca813bc7
|
hopefully fix #1109 where I think the csrf change in rails 2.3.11 messes up our expiry checking
|
2011-02-25 22:43:18 +01:00 |
|
Reinier Balt
|
da93b82b2b
|
fix #1115. The datapicker is now passed the current locale to localize the datepicker
|
2011-02-25 17:10:33 +01:00 |
|
Reinier Balt
|
a3837cc4e3
|
fix #1113: upgrade jquery to 1.5.1 and jquery-ui to 1.8.10
|
2011-02-25 15:56:55 +01:00 |
|
Reinier Balt
|
e84e899bef
|
fix #1097 by unpacking gems into vendor
except RedCloth which needs native extentions
|
2011-02-25 15:31:05 +01:00 |
|
Reinier Balt
|
f018607049
|
fix tests
will fix cucumber tests after 2.0rc since it probably needs some magic to get them running using the jquery stuff
|
2011-02-25 15:24:43 +01:00 |
|
Reinier Balt
|
0335c2304d
|
finish editing a todo with dependencies and fix some i18n for nl locale
|
2011-02-25 14:52:03 +01:00 |
|
Reinier Balt
|
6214c9f670
|
enable edit form to show list of predecessors
|
2011-02-25 14:52:02 +01:00 |
|
Reinier Balt
|
59556a0a4a
|
get styling done for new todo
|
2011-02-25 14:52:02 +01:00 |
|
Reinier Balt
|
434bc40a7f
|
translate footer and integration page to dutch
|
2011-02-25 14:52:01 +01:00 |
|
Reinier Balt
|
1643a93311
|
fix drag and drop for adding deps. after a todo was dragged, the predecessor was not draggable. replace ajax with generic one
|
2011-02-25 14:51:06 +01:00 |
|
Reinier Balt
|
2444198674
|
clean dep list after create
|
2011-02-25 14:51:05 +01:00 |
|
Reinier Balt
|
1f67d2a603
|
get dependency add/remove from new_action_form running
|
2011-02-25 14:51:05 +01:00 |
|
Reinier Balt
|
92fdef2b1b
|
implement js to add and remove precedessors (dependencies)
|
2011-02-25 14:51:04 +01:00 |
|
Reinier Balt
|
e0dae50dfa
|
translate footer and integration page to dutch
|
2011-02-22 10:39:59 +01:00 |
|
Stefan Richter
|
197afc5f5b
|
fixing issue with changing states before an instance is saved
|
2011-02-21 18:31:46 +08:00 |
|
Michael Witrant
|
0ae63015f2
|
stale background doesn't overlap icons anymore
|
2011-02-21 18:18:54 +08:00 |
|
Hans de Graaff
|
eea421f6d3
|
Merge branch 'master' of git://github.com/bsag/tracks into bsag
|
2011-02-19 11:27:15 +01:00 |
|
Reinier Balt
|
222aef25b8
|
update dutch translations for prefecences
|
2011-02-14 22:54:11 +01:00 |
|
Reinier Balt
|
c79cb5dfde
|
fix #1107
|
2011-02-14 22:18:30 +01:00 |
|
Reinier Balt
|
11626feb91
|
finish first pass of dutch translations
|
2011-02-14 20:57:57 +01:00 |
|
Reinier Balt
|
11d40fb48b
|
fix #1108 where completed todos with notes could not be rendered on the done page
|
2011-02-14 20:22:59 +01:00 |
|
Reinier Balt
|
117d7c9e50
|
add dutch locale using Translate plugin
|
2011-02-13 18:26:42 +01:00 |
|
Reinier Balt
|
48d9e49482
|
install translate from https://github.com/newsdesk/translate for non-production use
access /translate to view and edit i18n translations
|
2011-02-13 13:06:10 +01:00 |
|
Marcus Ilgner
|
69ab625c70
|
Synchronized german and english translations
|
2011-02-13 23:47:57 +08:00 |
|
Reinier Balt
|
24ef0ced32
|
fix #1102 add spinner to autocomplete and...
* get public/local variables correct for all js
* get i18n string in toggle_star for todos
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
|
2011-02-13 12:58:41 +01:00 |
|
Reinier Balt
|
e278e3d5ce
|
fix #1104 together with previous commit (thanks 02strich) to escape single quotes in i18n strings
|
2011-02-12 22:58:58 +01:00 |
|
Stefan Richter
|
0207b3b949
|
fix javascript generation
|
2011-02-13 05:44:32 +08:00 |
|
Reinier Balt
|
b683c74efd
|
fix check expiration
|
2011-02-12 17:49:01 +01:00 |
|
Reinier Balt
|
0d28115d18
|
fix csrf which changed with rails 2.3.11
|
2011-02-12 16:26:16 +01:00 |
|
Reinier Balt
|
736224aadb
|
upgrade to rails 2.3.11
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
|
2011-02-11 16:29:47 +01:00 |
|
Reinier Balt
|
6d66406d8c
|
fix #1103. The xml output contained an unintended empty context
|
2011-02-11 16:18:59 +01:00 |
|
Reinier Balt
|
0aaf11940c
|
Merge branch 'master' of github.com:bsag/tracks
|
2011-02-09 20:43:01 +01:00 |
|
Reinier Balt
|
f2760ed7de
|
fix #1101. Most strings were pushed into html attributes. The remaining are generated from the layout into an array
|
2011-02-09 20:41:34 +01:00 |
|
tim madden
|
d3fbe83ecd
|
Missed the tags field for the firstSelect plugin setup in my previous commit.
|
2011-02-10 03:39:09 +08:00 |
|
Reinier Balt
|
e528af30a6
|
fix #1101. Thank Tim for finding the plugin. Only changed where the js was included
|
2011-02-09 09:18:14 +01:00 |
|
tim madden
|
1a42f00a0a
|
adds juery.ui autocomplete extension selectFirst to select the first matching entry
|
2011-02-09 16:11:09 +08:00 |
|
Reinier Balt
|
564f209800
|
fix #1062. I did not test is, so please reopen ticket if it does not work :-)
|
2011-02-08 23:03:05 +01:00 |
|
Reinier Balt
|
98679cfb1b
|
fix #1076 where the anchor was not stopped from being followed after clicking expand/collapse
|
2011-02-08 22:55:50 +01:00 |
|
Reinier Balt
|
52a50b7463
|
bring back our changes to tagging_extensions to handle empty tags and handle numbers as tags
|
2011-02-08 22:24:06 +01:00 |
|
Reinier Balt
|
4b4e828aaa
|
regenerate tagging_extentions from has_many_polymorphs plugin
|
2011-02-08 22:04:05 +01:00 |
|
Reinier Balt
|
3283da2614
|
remove arts plugin that was not used afaics
|
2011-02-08 22:03:45 +01:00 |
|
Reinier Balt
|
83b5717460
|
fix #1098 where adding a todo to a hidden context in that hidden context page would not show the todo
|
2011-02-08 17:37:14 +01:00 |
|
Reinier Balt
|
97fae98791
|
remove has_many_polymorphs from vendor and reference it in environment.rb
|
2011-02-08 10:26:54 +01:00 |
|
Reinier Balt
|
594162d242
|
fix #1095: remove old rack and will_paginate and add gem references. Please run rake gems:install
|
2011-02-08 09:40:54 +01:00 |
|
Reinier Balt
|
56d8d04337
|
fix #1096 where the title of project was incorrectly set to context in mobile edit form
|
2011-02-08 09:24:56 +01:00 |
|
Reinier Balt
|
33d73eef62
|
fix #1094 where due_id was not determined when updating todo from calendar view
|
2011-02-06 22:48:59 +01:00 |
|
Reinier Balt
|
6744a22633
|
add test for #1068
|
2011-02-04 23:04:56 +01:00 |
|
Reinier Balt
|
72b2d4dfc9
|
remove selenium scripts that are covered by cucumber scenarios
|
2011-02-04 20:34:32 +01:00 |
|
Reinier Balt
|
ef5cb8cd77
|
rename cached js and css to find them more easily
|
2011-02-04 20:23:19 +01:00 |
|
Reinier Balt
|
ea4f7de813
|
get cucumber running again
|
2011-02-04 20:21:08 +01:00 |
|