Michael Kuhn
1608faaf28
Add 32x32 favicon
...
It is based on apple-touch-icon.png and looks much better on HiDPI displays.
2015-06-19 17:38:45 +02:00
Dan Rice
9125355313
Sync boilerplate with Rails 4.1.4
2014-07-07 21:25:24 -04:00
Reinier Balt
eb26e4e5a8
add favicon to public for clients that do not follow the url in the page headers but go
...
directly to /favicon.ico
2013-09-05 10:41:31 +02:00
Albert Sellarès
7f93660f95
Changed to work with rails 3
2013-02-25 21:27:03 +01:00
Reinier Balt
22e166c370
add swf to asset pipeline. Fixes #1311
2012-07-16 17:38:44 +02:00
Reinier Balt
5e477a4d25
first pass of all tests done
2012-05-18 15:33:47 +02:00
Reinier Balt
c9d64e6f4b
get the first cucumber feature running: calendar
2012-04-30 13:56:42 +02:00
Reinier Balt
e964769553
home page is restored, so is context view
2012-04-30 13:56:37 +02:00
Reinier Balt
4605b17d3c
home page renders... sort of
2012-04-30 13:56:35 +02:00
Reinier Balt
a83c8b3f92
initial upgrade to rails 3.2.3
2012-04-30 13:56:33 +02:00
tim madden
b932ac210f
fix for mobile new todo tags no being saved
...
the mobile interface shares the form for creating and updating todos.
the todo controller was using different names for them. this change
aligns them.
2012-04-28 22:44:35 -05:00
tim madden
3180d88fae
tweak to note display on project page to stop wrapping around note link icon
...
divs for the project note
adding margin to prevent the note from wrapping around the link icon
2012-04-21 11:14:19 -05:00
tim madden
d27ffb6ce0
mobile tuning
...
change to make nav links even and consistent
looking to make text bigger for fat fingers
change to project nav
adding images for arrows
2012-04-16 10:04:09 -05:00
Reinier Balt
ac270884ed
add more translations for he locale. Contributed by Darian Shalev
2012-04-11 20:22:05 +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
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
ca7d81d75a
Fix regressions and refactorings
2012-03-19 14:06:35 +01:00
Reinier Balt
c8ab797924
finish drag and drop for context list. Works even for webkit :-)
2012-03-19 14:06:32 +01:00
Reinier Balt
4a8fdbabc2
migrate context and context_list features. Drag and drop is still WIP
2012-03-19 14:06:32 +01:00
Reinier Balt
a76ff48594
Merge pull request #68 from maddentim/mobile
...
Mobile tweaks
Thanks Tim!
2012-03-12 09:09:01 -07:00
Tim Madden
6ef209e21f
needed more padding
2012-03-12 10:43:35 -05:00
Jaime Hernandez
a05027cc5a
Add !important to ui-datepicker z-index declaration.
...
Fix closed bug #1013 on Assembla. The previous z-index was well
intentioned but jquery css overrides the z-index, so !important is
necessary to make the z-index declaration functional.
2012-03-04 20:23:57 -08:00
tim madden
8c18c2888a
updates to mobile layout
...
removing count and date as space is at a premium and not essential
making menu padding larger to provide more space to click
removing duplicated menus to stop wrapping
Increasing the top margin above the content div to reduce fat fingers from clicking links in the content instead of the intended nav links
Cleaning up some unused selectors and consistent spacing, etc...
2012-03-01 17:16:14 -06:00
tim madden
51b44a9ec9
Ticket #1241 - fix for layout of dependences on add / edit forms
2012-03-01 12:25:47 -06:00
Reinier Balt
00ddcbc9fa
upgrade to jquery 1.7.1 and jquery-ui 1.8.17
2012-02-15 21:43:51 +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
Matt Rogers
bd10e61dbd
Merge pull request #58 from maddentim/defer_options
...
Defer options
2012-01-09 19:49:43 -08:00
Reinier Balt
f7faef3c91
fix #1203 . The fix of #1152 works for IE7 too.
2012-01-04 16:08:31 +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
8ed13fc6c2
removing numbers and shortening nav links to stop wrapping
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
tim madden
2904bc9532
Adding more options for deferring + shortening the one day so it stops wrapping
2011-12-19 21:07:35 -06:00
Matt Rogers
70f06bd76e
Align the actions for an action row to a common baseline.
...
This adds some margin to the top of the checkboxes in order to align the
star, checkbox, and pencil icons along the same baseline.
My eyes no longer hurt from the differences in alignment. :)
2011-12-19 12:18:34 -06:00
Matt Rogers
c8da3ddf88
Tiny formatting fix
2011-12-19 12:17:59 -06:00
Matt Rogers
f7875d57af
Soften the UI a bit with some rounded edges.
...
The badge in the header are now rounded.
The corners of the groups in the project page are also now rounded.
The rounding is done with CSS3, with specific markup for Firefox and
Webkit-based browsers. IE versions less than 9 are not supported.
2011-12-19 12:10:18 -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
a2df36cf71
Hide the editor when the project name field loses focus
...
If the project name field is being edited and it loses focus, then we
remove the edit box and the buttons. This reduces the possibility to be
able to edit the project name from more than one place as in #1205 .
2011-12-12 21:56:27 -06:00
Pavel Župa
4931a326e7
slight modifications to czech translation
2011-12-08 12:05:54 +01:00
Pavel Župa
7e9cbfeb9d
added czech locale (integrations page not yet translated)
2011-12-08 10:48:22 +01:00
Matt Rogers
9f4e38717a
Make dependencies visible when adding new tasks.
...
This fixes #1214 by making the task dependencies render with red font
vs. black font.
Patch from Nathan Plamondon. Thanks!
2011-12-01 13:54:52 -06:00
Reinier Balt
eb2f071c80
fix #1114 . also update locales for last merges/commits
2011-11-18 11:43:06 +01:00
Reinier Balt
6aa8b8d2f9
replace new repeating todo form with jquery dialog. And some refactoring
2011-11-17 17:07:55 +01:00
Reinier Balt
67d574bf73
fix #887 . Reference log file in error 500 message
2011-10-31 13:13:44 +01:00
Reinier Balt
29e1de8ef2
fix failing selenium tests
2011-10-28 20:51:02 +02:00
Reinier Balt
6e20e374bb
Merge pull request #38 from Popsch/banner
...
clearly mark the 'development' mode in the web interface
2011-10-27 04:17:13 -07: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
8167fcd063
Merge pull request #39 from mattr-/ticket-1199
...
Give focus to the project name box when loading the project list
2011-10-15 04:41:10 -07:00
Matt Rogers
9e60f5720a
Give focus to the project name when loading the project list
...
Fixes #1199
2011-10-10 21:49:09 -05:00
Matt Rogers
9a42fa8067
Set the focus to the new context name by default
2011-10-10 21:44:59 -05:00
sf
a871511c24
added develop notification bar on RAILS_ENV != production
2011-10-10 14:14:27 -04:00