Commit graph

851 commits

Author SHA1 Message Date
Reinier Balt
36648e81e3 Merge branch 'master' of git@github.com:bsag/tracks 2008-07-27 22:16:30 +02:00
Reinier Balt
ed4ee1cc3f fix several issues with recurring todos
* fix case where some fields were not saved
* fix several fields that were not filled with the saved value when editing
* hide storage details of recurring_todo by adding public getters and refactoring view to use them in stead of database fields
2008-07-27 22:13:54 +02:00
Piotr Jakubowski
141ec5b028 Ticket 409 - simple way to clear the due date input field 2008-07-27 17:26:20 +01:00
Piotr Jakubowski
7b829d507c Revert "Test commit"
This reverts commit f0bb75e07f9f8ae8618fe07d78586d28a3d938c0.
2008-07-27 17:26:20 +01:00
Piotr Jakubowski
339e68af28 Test commit 2008-07-27 17:26:20 +01:00
bsag
b26784b634 Added .dotest to .gitignore 2008-07-27 17:24:09 +01:00
Reinier Balt
726832880f Merge branch 'master' of git://github.com/lrbalt/tracks 2008-07-25 20:57:35 +02:00
Reinier Balt
ac38a06355 add a break after the last context chart to put the top 5 contexts lists on the next line
look better on wide screens
2008-07-25 20:56:48 +02:00
Reinier Balt
0018a718a8 fix small typo in comment 2008-07-25 20:45:39 +02:00
Reinier Balt
e07cde4cbd Merge branch 'feed_improvements' of git://github.com/lrbalt/tracks 2008-07-25 20:40:53 +02:00
Reinier Balt
a981595bce fix error where editing start date or end date for a recurring todo does not show the calendar 2008-07-25 20:39:22 +02:00
Reinier Balt
628d0b3a7d Merge branch 'feed_improvements' of git://github.com/lrbalt/tracks 2008-07-24 23:25:06 +02:00
Reinier Balt
186fd5694d fix editing a todo from tag view
saving worked, but the edit form did not disappear and the updated todo did not show up in the right place
2008-07-24 23:22:16 +02:00
Reinier Balt
98540653eb rebuild compressed css 2008-07-24 21:15:11 +02:00
Reinier Balt
49aac48616 add a txt ans rss feed for starred actions 2008-07-24 21:06:10 +02:00
Reinier Balt
e3f444575d change feed page to dynamically select feed for project/context
when you have a long list of projects and/or contexts, the page got really crowded
2008-07-24 20:51:50 +02:00
Reinier Balt
c3fa86fc36 reformat code in view for feedlist 2008-07-24 17:20:53 +02:00
Reinier Balt
b9a772b9df fix default project map for tag view.
the initialisation of the default project map was not present in the tag view causing a javascript error in the browser
2008-07-24 09:03:23 +02:00
Reinier Balt
aa695c186e create new compressed js and css 2008-07-24 00:01:58 +02:00
Reinier Balt
ded4806c0f delete old compressed stylesheets 2008-07-24 00:01:23 +02:00
Reinier Balt
570da58eea did not solve merge conflic in last commit. This commit corrects that 2008-07-23 23:55:55 +02:00
Reinier Balt
feb6699a33 fixes bugs where IE7 bailed out on an error resulting from the use of an optimized $$ function of lowpro
upgraded to lowpro 0.2. Version 0.4 did not work and caused behaviours to not work
disabled optimized $$ since it still caused errors in ie7
2008-07-23 23:52:08 +02:00
Reinier Balt
3dc6b02c17 fixed error where completed container could not be selected because of naming inconsistency 2008-07-23 23:49:10 +02:00
Reinier Balt
a18fab8bf4 update lowpro and selector according to last commit 2008-07-23 23:42:39 +02:00
Reinier Balt
291a364b0d compressed js and css were create empty. Recreated them
This went wrong before because <tracks-dir>/tmp/ did not exist
2008-07-20 19:52:04 +02:00
Reinier Balt
6e4d23b257 forgot to add the new css and js in latest commit 2008-07-19 20:45:27 +02:00
Reinier Balt
bca7c5cb70 rebuilding compressed stylesheets 2008-07-19 20:43:12 +02:00
Reinier Balt
8bc41e2cb0 add recurring todos to tracks 2008-07-19 20:27:45 +02:00
MHarris
c46f0a8e04 Removed classic_pagination plugin.
I just deleted it from the repo.  If you are using some kind of plugin management that I don't see, that's my mistake.
2008-07-14 13:14:47 -04:00
MHarris
ed76cf55d2 Changed UsersController#index to use will_paginate plugin instead of classic_pagination
Made corresponding change in view.
Added User.per_page method to provide number of users per page to User.paginate button.  I can remove and just pass the param to the method in the controller if that is more desirable.
Added 2 controller tests for pagination.  No view tests have been added.
2008-07-14 13:10:55 -04:00
Reinier Balt
2f1b15fed3 Merge branch 'master' of git://github.com/bsag/tracks 2008-07-04 18:28:28 +02:00
Reinier Balt
44f8646881 adds chart to see all actions in all past months
This one is a bit hidden. You need to click on a bar in the chart
with the actions from the last 12 months. Need to change this so
people can find it easier
2008-07-04 17:56:59 +02:00
Reinier Balt
a1072e0007 fix for #740 as discussed on mailing list 2008-07-04 14:04:33 +02:00
Reinier Balt
b74d2646b2 somehow this change from [820] was not copied over to github. 2008-07-04 12:35:49 +02:00
Reinier Balt
cdaed311a9 fixes #744 by removing explicit loading of Tag from application.rb
the load went looking for tables for tags that did not exist when
creating a new db
2008-06-30 10:44:37 +02:00
Reinier Balt
909519293b Merge branch 'master' of git://github.com/bsag/tracks 2008-06-25 20:43:05 +02:00
Reinier Balt
30c49b685f fixes #742 by placing the you-have-no-contexts message outside the scope of the sortable 2008-06-25 20:28:18 +02:00
bsag
099f1ed850 Merge branch 'sr/spec'
* sr/spec:
  remove skinny_spec's init.rb which is causing test/unit to fail
2008-06-24 22:06:48 +01:00
bsag
fd237de84e Merge branch 'spec' of git://github.com/sr/tracks into sr/spec
* 'spec' of git://github.com/sr/tracks:
  remove skinny_spec's init.rb which is causing test/unit to fail
2008-06-24 22:05:17 +01:00
Simon Rozet
2c7eb9c70f remove skinny_spec's init.rb which is causing test/unit to fail 2008-06-24 21:22:49 +02:00
Reinier Balt
258958ebdf solve merge conflict
Merge branch 'master' of git://github.com/bsag/tracks

Conflicts:

	.gitignore
2008-06-24 20:36:40 +02:00
Reinier Balt
ce1c092173 merge upstream 2008-06-24 20:35:30 +02:00
bsag
8ebc54cf3a Merge branch 'master' of git@github.com:bsag/tracks
* 'master' of git@github.com:bsag/tracks:
  Move over another ajax test from selenium to stories.
2008-06-24 17:08:30 +01:00
bsag
c9d0d9a920 Merge branch 'spec' of git://github.com/sr/tracks into sr/spec
* 'spec' of git://github.com/sr/tracks:
  update user scenario to work with sqlite3
2008-06-24 17:00:42 +01:00
Simon Rozet
f446effcc5 update user scenario to work with sqlite3 2008-06-24 17:11:48 +02:00
bsag
bfb55069e7 Merge branch 'spec' of git://github.com/sr/tracks into sr/spec
* 'spec' of git://github.com/sr/tracks:
  stop versionning schema.rb
  refactored context model spec to be a bit more 'rspec-ish' and to use skinny_spec and scenarios
  make custom spec macro `it_should_validate_length_of' accepts a message argument
  crreate some basic scenarios
  Install the `scenarios' plugin and require it in spec_helper
  Spec for `todo' model
  Spec for user model
  Install the `skinny_spec' plugin.
  fix a failing spec for context model
2008-06-24 13:58:56 +01:00
Simon Rozet
87444e7109 stop versionning schema.rb 2008-06-23 21:39:16 +02:00
Simon Rozet
e8d1ba2633 refactored context model spec to be a bit more 'rspec-ish' and to use skinny_spec and scenarios 2008-06-23 21:39:16 +02:00
Simon Rozet
d62cbf4592 make custom spec macro `it_should_validate_length_of' accepts a message argument 2008-06-23 21:38:41 +02:00
Simon Rozet
2672c1e2b7 crreate some basic scenarios 2008-06-23 21:38:04 +02:00