Reinier Balt
b18b222834
another set of fixes for the cucumber scenario's
2012-12-24 15:36:47 +01:00
Dan Rice
bdbb1dd29d
Render collapse/expand buttons using CSS instead of JS
...
Fix #1354
Also clean up some dependent JS unused since c64e1bc
2012-11-14 22:01:43 -05:00
Reinier Balt
b3059cf53a
fix caching for #1328 and #1329
2012-09-19 17:13:29 +02:00
Reinier Balt
8a8dc47ab8
Try the cache_digests gem for Tracks
...
cache_digests will be part of Rails 4
2012-09-02 15:13:28 +02:00
Reinier Balt
436cc862d6
fix text feeds
2012-05-20 05:46:52 +02:00
Reinier Balt
5e477a4d25
first pass of all tests done
2012-05-18 15:33:47 +02:00
Reinier Balt
901a5ff0d2
get project features to pass
2012-05-12 14:48:56 +02:00
Reinier Balt
005723cb4f
get login, mobile and notes features passing
2012-05-12 13:37:36 +02:00
Reinier Balt
96db48dd86
get project integrations and login controller tests running
2012-04-30 13:56:40 +02:00
Reinier Balt
76340b780c
Getting functional tests running.
2012-04-30 13:56:38 +02:00
Reinier Balt
fd433d76d8
fix all upgrade warnings from the rails_upgrade plugin
2012-04-30 13:56:38 +02:00
Tim Madden
343a4a5846
fixing extra argument on mobile projects page
2012-04-16 09:52:26 -05:00
Reinier Balt
e74f8842ae
Get more i18n fixed in for he locale. Include fallback to en locale and include pluralization mechanism
2012-04-16 13:19:04 +02:00
Reinier Balt
a4d98a705a
make cucumber scenarios pass
2012-04-12 13:36:49 +02:00
Reinier Balt
ac270884ed
add more translations for he locale. Contributed by Darian Shalev
2012-04-11 20:22:05 +02:00
Reinier Balt
784b7434f6
add some missing translations for #1276
2012-04-10 20:29:37 +02:00
Reinier Balt
8d6b9b5dbd
fix regressions
2012-04-04 20:04:08 +02:00
Reinier Balt
2aef2b5622
fix regression for editing project settings from project page
2012-04-03 13:41:09 +02:00
Reinier Balt
ff4a376ee9
fix #1245 by managing pages with more than one project in a list
...
Update still looks ugly. I'd like to see things more seperated for project list page and review page. Todo!
2012-03-29 21:14:48 +02:00
Reinier Balt
af10e74017
fix #1242 by fixing all the routing from the review button
2012-03-29 16:05:17 +02:00
Reinier Balt
dea8734498
fix #1256 by changing the layout of the context view to match the project view
2012-03-21 18:09:20 +01:00
Reinier Balt
e935066c18
fix #1181 . The project listing now had the small drag handle and all the controls to the left.
2012-01-27 10:55:39 +01:00
Reinier Balt
8b13ee88ab
fix #1234 by checking on :review source view
2012-01-23 12:27:49 +01:00
Tim Madden
eaa4a46359
theming mobile layout to mirror standard layout styling
...
the span with class m_t and m_t_d and its styling are no longer needed
mobile todo lists need to be wrapped in ul element. fixing up missing or unclosed
2011-12-19 21:14:38 -06:00
tim madden
d0e7264661
changes for done checkbox on mobile page
...
adding recent completed todos in case you accidentally tick one by mistake
2011-12-19 21:10:19 -06:00
Matt Rogers
6599b11628
Remove dead code.
...
This code is no longer used in the system.
2011-12-12 21:56:27 -06:00
Matt Rogers
64cf5336c1
Don't allow the project name to be edited in two places at once
...
When showing the project edit form, we disable the ability to edit the
project name in place. When the project edit form is saved or cancelled,
then we reenable the editing of the project name in place.
Fixes #1205
2011-12-12 21:56:27 -06:00
Matt Rogers
b0a559d899
fixup some jslint errors
2011-12-12 21:56:27 -06:00
Reinier Balt
29e1de8ef2
fix failing selenium tests
2011-10-28 20:51:02 +02:00
Matt Rogers
cf62c91ee0
Wrap the project name in a div tag inside the h2 tag
...
When using inline editing of the project name, the extra stuff that's in
the template for a collapsible project adds a bunch of spaces to the
beginning of the project name due to how the editable plugin is getting
the text for the selector it's being asked to edit.
Using the div tag inside the header tag, and adjusting the javascript to
use the div#project_name selector fixes this behavior and fixes #1204
2011-10-21 12:07:42 -05:00
Reinier Balt
2f0bfbbf47
some smallfurther adjustments
2011-09-28 15:34:15 +02:00
Reinier Balt
3a07010338
first cleanups of review feature
2011-09-28 13:58:46 +02:00
sf
858be5d85b
added preferences description, added list of up-to-date projects to review view
2011-09-27 19:22:14 -04:00
sf
ad2df4a792
fixed routing problem
2011-09-27 17:33:32 -04:00
Reinier Balt
bc529f7baa
redelete dead partial that was added (with some "debug" stuff) in the review pull request
...
:-)
2011-09-16 17:57:12 +02:00
Reinier Balt
83133e3cdc
improve sort order of search results and remove delete button for found projects
2011-09-16 12:39:44 +02:00
sfischme
ac98737176
first version of review view
2011-09-16 23:34:09 -04:00
sfischme
5f0bcebca9
first steps towards review view
2011-09-16 15:07:58 -04:00
sfischme
33befa88b3
added preference settings
2011-09-15 21:06:50 -04:00
sfischme
77b6c931ca
added separate database field for reviews
2011-09-15 20:52:24 -04:00
sfischme
9d5049c9ea
fixed html error
2011-09-15 09:10:12 -04:00
sfischme
b320dd60a8
initial version of reviewing
2011-09-15 00:42:34 -04:00
Reinier Balt
2563532022
implement new scenarios that were pending from the selenium-on-rails removal and fix a bug it uncovered
2011-09-14 20:50:21 +02:00
Reinier Balt
35f947ec57
add done views to projects and recurring todos
2011-07-09 17:21:35 +02:00
Stefan Richter
00819ce27b
migrating to aasm - code part
2011-06-10 23:17:19 +02:00
Reinier Balt
d444d80f93
fix #1168 by using a new helper to increate the tab_index automatically
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-05-08 16:40:31 +02:00
Reinier Balt
0ccf42d08c
fix #1157 and fix #1158 by changing the way empty projects are included in the sorting and by fixing the dutch translation for sorting titles
2011-04-29 23:17:17 +02:00
Reinier Balt
8e0b1e4c2d
enable autocomplete for project settings
2011-03-09 11:58:29 +01:00
Reinier Balt
068c4bf60e
fix scenarios for editing a todo, showing empty messages and fix some missing translations
2011-03-09 10:53:54 +01: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