root


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 06/14/08 17:07:24 @881 [881] bsag Added .gitconfig
(edit) 06/14/08 17:07:15 @880 [880] bsag Added yaml_db plugin: http://opensource.heroku.com/
(edit) 06/13/08 06:34:32 @879 [879] lrbalt applied patch from Eric from #732
(edit) 06/13/08 06:27:36 @878 [878] lrbalt fixes #730 restores ability to delete user from user management page
(edit) 06/13/08 06:25:42 @877 [877] lrbalt fixes #724 where editing todos truncates the project name of the todo when …
(edit) 06/12/08 07:31:25 @876 [876] lrbalt Applied patch from Eric Pallen whcih automatically converts url's to …
(edit) 06/11/08 08:56:12 @875 [875] lrbalt explain that yaml cannot yet be used for backup as importing is not …
(edit) 06/06/08 20:06:23 @874 [874] lrbalt hopefully fixes #727.Changes the check on running animation to finished …
(edit) 06/06/08 19:37:07 @873 [873] lrbalt regenerate compressed js and cleanup whitespace
(edit) 06/06/08 19:32:15 @872 [872] lrbalt turns out that getElementsByClassName is removed from prototype and it …
(edit) 06/06/08 15:37:22 @871 [871] lrbalt forgot to create a new compressed js from the previous js changes
(edit) 06/06/08 15:22:44 @870 [870] lrbalt in the stats page you can downdrill to see the active todos in a certain …
(edit) 06/05/08 19:47:20 @869 [869] lrbalt fix #727. Adds a check to prevent expand/collapse while a previous …
(edit) 06/05/08 11:43:56 @868 [868] lrbalt fixed small problem where updating a todo from mobile resulted in an error …
(edit) 06/05/08 06:59:09 @867 [867] lrbalt fixes #726. Thanks Eric Pallen for the fix. The mobile view showed active …
(edit) 06/03/08 18:20:42 @866 [866] lrbalt merges changes from tracks1.6 to trunk
(edit) 06/03/08 17:11:00 @865 [865] bsag Merge branch 'dev-1.6' into current to update tags/current to tagged 1.6 …
(edit) 06/03/08 16:22:41 @864 [864] bsag Edited manual, README_FIRST and CHANGELOG with 1.6 specific information, …
(edit) 06/02/08 08:23:22 @863 [863] lrbalt Tagging tracks 1.6
(edit) 06/02/08 08:21:03 @862 [862] lrbalt prepares trunk for 1.6 release
(edit) 06/01/08 18:43:44 @861 [861] lrbalt fixes #713. Adds behavior for edit/star/delete/check buttons of todo even …
(edit) 05/28/08 15:04:26 @860 [860] lrbalt fixes #718. The link included the number of actions which resulted from …
(edit) 05/28/08 10:13:07 @859 [859] lrbalt removed some more whitespace to reduce the download of the mobile view.
(edit) 05/28/08 09:29:46 @858 [858] lrbalt removed some whitespace to reduce the download of the mobile view.
(edit) 05/24/08 14:15:53 @857 [857] lrbalt removed search box from menu bar as discussed on mailinglist
(edit) 05/23/08 13:52:55 @856 [856] lrbalt regenerates compressed stylesheet
(edit) 05/23/08 13:51:17 @855 [855] lrbalt adds a search textbox in the menu at top-right
(edit) 05/22/08 08:41:19 @854 [854] lrbalt updates the compressed stylesheet because of changed of last commit
(edit) 05/22/08 08:33:15 @853 [853] lrbalt adds search to tracks. you can search now on todos, projects and notes. …
(edit) 05/16/08 19:38:45 @852 [852] lrbalt fixes #699. rich_todo api now first looks for matches with active projects …
(edit) 05/16/08 15:13:56 @851 [851] lrbalt fixes #700. Also restores mobile navigation that got lost in the rails2 …
(edit) 05/16/08 14:32:42 @850 [850] lrbalt fixes #701. adding counts to mobile project and context listing
(edit) 05/16/08 14:09:57 @849 [849] lrbalt Create selenium test for #705
(edit) 05/16/08 13:53:10 @848 [848] lrbalt fixes #705 where newly added todos from project view did not show. Thanks …
(edit) 05/13/08 07:53:52 @847 [847] lrbalt somehow the compressed javascript was reduced to an empty file. Thank Hans …
(edit) 05/12/08 20:12:53 @846 [846] lrbalt fixes the remote_function to set the state of the project. Fixes #707
(edit) 05/12/08 18:27:17 @845 [845] lrbalt regenerated compressed js and css following last commit.
(edit) 05/12/08 18:21:32 @844 [844] lrbalt Fixes #710. Applied patch from Hans changing some fixed image paths to …
(edit) 05/12/08 15:45:37 @843 [843] lrbalt fix login page for mobile view.
(edit) 05/12/08 15:28:34 @842 [842] lrbalt fixes rest_api page as reported on mailing list. Thanks Eric Allen for the …
(edit) 04/29/08 08:35:42 @841 [841] lrbalt new icon for iphone: white checkmark on green background. Thanks Rob!
(edit) 04/29/08 05:25:01 @840 [840] lukemelia Reverted my last changeset. The problem with #703 wasn't any code; it was …
(edit) 04/29/08 05:06:31 @839 [839] lukemelia An attempt to fix #703, where the API was throwing an exception.
(edit) 04/29/08 04:52:20 @838 [838] lukemelia Fix #704, todo items failing to disappear.
(edit) 04/28/08 05:53:24 @837 [837] lukemelia Merged rails2-branch back into trunk. Trunk Tracks is now using Rails …
(edit) 04/28/08 05:10:48 @836 [836] lukemelia Merged trunk changes into rails2 branch.
(edit) 04/27/08 19:23:19 @835 [835] lrbalt keep tracks of last url in mobile view to be able to return to last page …
(edit) 04/27/08 17:59:33 @834 [834] lrbalt move the iphone icon to right place. Thanks Rob.
(edit) 04/26/08 20:22:32 @833 [833] lrbalt fix todo feed of actions done in the past seven days. From mailinglist. …
(edit) 04/25/08 19:06:45 @832 [832] lrbalt add accesskey so you can use your numpad on your mobile to navigate. Fixes …
(edit) 04/21/08 19:22:06 @831 [831] lrbalt update tree
(edit) 04/21/08 15:21:07 @830 [830] lrbalt fixes selenium tests for mobile view
(edit) 04/21/08 10:11:24 @829 [829] lukemelia Add secret for CSRF protection (required for active record session store). …
(edit) 04/21/08 07:43:07 @828 [828] lrbalt adds icon for iphone. Thanks Rob Mack. Finishes #585
(edit) 04/21/08 00:04:54 @827 [827] lukemelia Forgot to check in a key change to environment.rb.tmpl reverting the …
(edit) 04/20/08 19:25:08 @826 [826] lrbalt fixes a couple of merge errors for mobile view
(edit) 04/20/08 15:19:13 @825 [825] lukemelia Switched back to active record session store to avoid breaking the UJS …
(edit) 04/20/08 05:38:37 @824 [824] lukemelia Merged changes from the trunk into the Rails 2 branch. All Test::Unit …
(edit) 04/19/08 19:15:07 @823 [823] lrbalt merge new mobile interface in trunk
(edit) 04/19/08 18:39:14 @822 [822] lrbalt fix project list in edit form to filter the inactive projects. Removes the …
(edit) 04/18/08 21:49:56 @821 [821] lrbalt mobile view now feature complete. Adds views for tickler and feeds. Als …
(edit) 04/18/08 19:30:25 @820 [820] lrbalt adds txt feed for projects and their actions. Fixes #694
(edit) 04/18/08 18:58:26 @819 [819] lrbalt adds meta tag for iPhone. See discussion in #585
(edit) 04/18/08 18:57:38 @818 [818] lrbalt adds meta tag for iPhone. See discussion in #585
(edit) 04/14/08 18:31:12 @817 [817] lrbalt update tree to current trunk
(edit) 04/14/08 15:07:38 @816 [816] lrbalt update routing to support mobile view of tags. Adds mobile view for tags
(edit) 04/13/08 19:20:37 @815 [815] lrbalt forgot one with last commit
(edit) 04/13/08 19:19:09 @814 [814] lrbalt adds functionality for mobile view of contexts, projects and notes.
(edit) 04/10/08 20:05:55 @813 [813] lrbalt adds a selenium test for #691. Needed to add a span around the description …
(edit) 04/10/08 18:17:48 @812 [812] lrbalt after adding a new action to a context, collapsing the context now hides …
(edit) 04/07/08 19:27:12 @811 [811] bsag Added an XSLT file so that the manual can be compiled to HTML and LaTeX …
(edit) 04/07/08 11:12:35 @810 [810] lrbalt changes migrations by report on mailling list that sqlite has trouble …
(edit) 04/07/08 07:32:35 @809 [809] lrbalt fixed small error where migrating down did not work on 033
(edit) 04/07/08 07:28:25 @808 [808] lrbalt changes migrations by report on mailling list that sqlite has trouble …
(edit) 04/06/08 16:13:37 @807 [807] lrbalt updates previous patch as discussed on mailing list. Thanks Walter Cruz
(edit) 04/06/08 16:13:27 @806 [806] lrbalt updates previous patch as discussed on mailing list. Thanks Walter Cruz
(edit) 04/06/08 16:11:33 @805 [805] lrbalt changes mobile home page to reflect the normal home page more closely
(edit) 04/06/08 15:28:13 @804 [804] lrbalt fixes query for postgresql for bugreport on mailinglist. Thanks Walter …
(edit) 04/06/08 15:27:33 @803 [803] lrbalt fixes query for postgresql for bugreport on mailinglist
(edit) 04/06/08 12:42:06 @802 [802] lrbalt create branche to test patches for mobile tracks1.5
(edit) 04/05/08 19:10:06 @801 [801] lrbalt fix migration 31 as reported by Lolindrath in #690
(edit) 04/05/08 19:09:55 @800 [800] lrbalt fix migration 31 as reported by Lolindrath in #690
(edit) 04/05/08 14:09:30 @799 [799] lrbalt fixed a startup warning with TRACKS_VERSION, fix selenium tests for slow …
(edit) 04/05/08 14:09:03 @798 [798] lrbalt fixed a startup warning with TRACKS_VERSION, fix selenium tests for slow …
(edit) 04/05/08 14:06:45 @797 [797] lrbalt fixes #688. After update a newly created context is now shown.
(edit) 04/05/08 14:06:33 @796 [796] lrbalt fixes #688. After update a newly created context is now shown.
(edit) 04/05/08 14:04:28 @795 [795] lrbalt support for due dates for people who procrastinate :-) Fixes #689 where …
(edit) 04/05/08 14:04:16 @794 [794] lrbalt support for due dates for people who procrastinate :-) Fixes #689 where …
(edit) 04/03/08 18:35:17 @793 [793] lrbalt restore svn rev number in footer for trunk
(edit) 04/03/08 18:33:45 @792 [792] lrbalt restore svn rev number in footer for 1.5.1-devel
(edit) 04/03/08 18:31:20 @791 [791] lrbalt applied patch from Mako to remove whitespace from text view. Thanks Mako
(edit) 04/03/08 18:29:56 @790 [790] lrbalt applied patch from Mako to remove whitespace from text view. Thanks Mako
(edit) 04/03/08 18:21:36 @789 [789] lrbalt changed avg values from integer to float values with one decimal …
(edit) 04/03/08 18:20:44 @788 [788] lrbalt changed avg values from integer to float values with one decimal …
(edit) 04/03/08 18:01:13 @787 [787] lrbalt creating branch of 1.5 for development on 1.5.x
(edit) 04/02/08 19:14:42 @786 [786] lrbalt setting current correctly to latest 1.5 release5
(edit) 04/02/08 19:13:43 @785 [785] lrbalt need to update current
(edit) 04/02/08 04:54:33 @784 [784] lukemelia Fix up in place editing by pistonizing the plugin, more progress getting …
(edit) 04/01/08 06:50:23 @783 [783] lukemelia Bring back ActionWebService? to support our XMLRPC API. Update tests and …
(edit) 04/01/08 06:29:56 @782 [782] lukemelia Prepare to pistonize arts plugin.