Misc. bug fixes and refactoring
Reported by Mike Dvorkin | June 18th, 2009 @ 07:40 PM | in 0.9.10 "Alekhine"
- fix session.data.delete Rails 2.3 incompatibility ([Cancel] for notes, etc.)
- change defaults (2.days for activity, 20 per/page)
- tasks on landing pages:
- show only what's permitted (tracked_by?);
- updating assigned task shouldn't change task owner.
Comments and changes to this ticket
-
Mike Dvorkin June 18th, 2009 @ 07:40 PM
- State changed from new to open
-
Mike Dvorkin June 18th, 2009 @ 07:48 PM
(from [9708013cbc7f5e2c1d239a7d837cff353fe24015]) Fixed Rails 2.3 incompatibility (expand/collapse in forms and [Cancel] for notes) [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/9708013cbc7f5e2c1d2...
-
Mike Dvorkin June 18th, 2009 @ 07:56 PM
(from [046052aa05a5704bb4ec19b18d1d74c42f193f1f]) Changed defaults to more reasonable values [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/046052aa05a5704bb4e...
-
Mike Dvorkin June 18th, 2009 @ 08:29 PM
(from [f068a03942a5c86f28e8073f1ffe4e4b17bb7035]) Added my?, assigned_by?, and tracked_by? task matchers [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/f068a03942a5c86f28e...
-
Mike Dvorkin June 20th, 2009 @ 09:00 PM
(from [b57f4af0fafa431d9e912a2080e0ddec90a5a176]) Revamped task list shown on related aset pages [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/b57f4af0fafa431d9e9...
-
Mike Dvorkin June 20th, 2009 @ 09:00 PM
(from [4a428030c6f3e5631e7702cff795993ddb308c07]) Assets now show all related tasks, even if they were not created or assigned by current user [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/4a428030c6f3e5631e7...
-
Mike Dvorkin June 25th, 2009 @ 08:40 PM
(from [cb2d068673c5d0194ffe4a7b856fa2dd1631ace2]) Rewrote config/settings.yml to use more familiar Ruby-like syntax [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/cb2d068673c5d0194ff...
-
Mike Dvorkin June 25th, 2009 @ 09:42 PM
(from [2ef96add6efabc6f06fdfa2cc90a598d8ee840c5]) Hide [Create...] form before showing [Edit...] to make sure initial focus gets set properly [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/2ef96add6efabc6f06f...
-
Mike Dvorkin June 25th, 2009 @ 10:02 PM
(from [296008db6bcd9c75e3ef9cfcd6d72061cd5a2925]) Documented SUPER/TRIGGER privilege requirement for MySQL v5+ user [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/296008db6bcd9c75e3e...
-
Mike Dvorkin June 28th, 2009 @ 05:37 PM
(from [743ae60c0db014c6cd382c0abe2d761a738ccc25]) Fixed form validation issue on asset landing pages, refactored form validation specs [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/743ae60c0db014c6cd3...
-
Mike Dvorkin June 30th, 2009 @ 10:53 PM
(from [187f86afb85e5aaf9ff6d9223c823153e2fe6689]) Fixed an invalid user_path which caused errors when viewing comments (thanks, Eric!) [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/187f86afb85e5aaf9ff...
-
Mike Dvorkin June 30th, 2009 @ 10:53 PM
(from [99d7d6fb649f473d0568605ea3c40a99e29729de]) Comment text now uses simple_format and will not wrap under the image (thanks, Eric!) [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/99d7d6fb649f473d056...
-
Dan Pickett July 3rd, 2009 @ 02:55 PM
Mike,
Great job on Fat Free CRM - just a thought - requiring a SUPER privilege does eliminate the possibility of running Fat Free CRM on a shared host - in installing an instance just to play around, I did not take note of the documentation requiring the SUPER privilege. I got it up and running on a dedicated box, but wasn't sure if this was something intentional.
-
Mike Dvorkin July 4th, 2009 @ 03:55 PM
(from [a257140ffd2a732a26186586cc5e40bfe408de59]) Use root route instead of home (thanks, Dr.Nic!) [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/a257140ffd2a732a261...
-
Mike Dvorkin July 5th, 2009 @ 01:21 PM
(from [0d0dc5c9e7b8bde6529cc1d6164dcc77b67d9c78]) Fixed recent activity options (show individual user) [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/0d0dc5c9e7b8bde6529...
-
Mike Dvorkin July 20th, 2009 @ 10:56 PM
(from [7876ec69f9ade770d79847cf6036c4ab71c59ec7]) Removed [open_id_authentication] plugin since it's no longer needed [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/7876ec69f9ade770d79...
-
Mike Dvorkin July 23rd, 2009 @ 05:41 PM
(from [e40dfa664d8ff6975292c8ee25e1afcad618e699]) Fixed RJS error when editing rejected lead from the lead landing page [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/e40dfa664d8ff697529...
-
Mike Dvorkin July 23rd, 2009 @ 05:41 PM
(from [d5610e4fb5bc1545c4c5aa807a5fb8b2356c570c]) Removed task-specific flash area; changed to use generic flash messages instead [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/d5610e4fb5bc1545c4c...
-
Mike Dvorkin July 23rd, 2009 @ 05:41 PM
(from [b102f641168dfaf940b3b18915a9969b18541315]) Store current user in the class to make it easier to access it from observers [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/b102f641168dfaf940b...
-
Mike Dvorkin July 23rd, 2009 @ 05:41 PM
(from [140830f7e6c849b0d163f5436dd67400d4c9b64f]) Removed password length restriction to allow blank passwords [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/140830f7e6c849b0d16...
-
Mike Dvorkin July 24th, 2009 @ 12:48 PM
(from [64ed9435849d1083c4df2abd9836c4061e31d76b]) Refactored password reset controller and related views [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/64ed9435849d1083c4d...
-
Mike Dvorkin August 4th, 2009 @ 10:39 AM
(from [24d4a0160e01f1c528f93a66544f3ca93b29d25b]) Upgraded [acts_as_commentable] plugin for Ruby 1.9 compatibility [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/24d4a0160e01f1c528f...
-
Mike Dvorkin August 4th, 2009 @ 10:59 AM
(from [7e738415ead11083b9c490c059ab7cf5a39ad7fa]) Updated tab settings to allow Fat Free CRM to run from a subdirectory (thanks, okyada!) [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/7e738415ead11083b9c...
-
Mike Dvorkin August 4th, 2009 @ 11:55 AM
(from [a3c3e8364c7a11639091a54c4d45aee843d7f620]) Updated [rake crm:settings:load] task to ensure Rails 2.3.3 compatibility [#52 state:open] http://github.com/michaeldv/fat_free_crm/commit/a3c3e8364c7a1163909...
-
Mike Dvorkin January 12th, 2010 @ 08:38 PM
- Milestone changed from 0.9.7 "Steinitz" to 0.9.10 "Alekhine"
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby on Rails CRM platform for Web 2.0 and beyond
People watching this ticket
Referenced by
- 52 Misc. bug fixes and refactoring (from [24d4a0160e01f1c528f93a66544f3ca93b29d25b]) Upgrade...
- 52 Misc. bug fixes and refactoring (from [7e738415ead11083b9c490c059ab7cf5a39ad7fa]) Updated...
- 52 Misc. bug fixes and refactoring (from [a3c3e8364c7a11639091a54c4d45aee843d7f620]) Updated...
- 52 Misc. bug fixes and refactoring (from [9708013cbc7f5e2c1d239a7d837cff353fe24015]) Fixed R...
- 52 Misc. bug fixes and refactoring (from [046052aa05a5704bb4ec19b18d1d74c42f193f1f]) Changed...
- 52 Misc. bug fixes and refactoring (from [f068a03942a5c86f28e8073f1ffe4e4b17bb7035]) Added m...
- 52 Misc. bug fixes and refactoring (from [b57f4af0fafa431d9e912a2080e0ddec90a5a176]) Revampe...
- 52 Misc. bug fixes and refactoring (from [4a428030c6f3e5631e7702cff795993ddb308c07]) Assets ...
- 52 Misc. bug fixes and refactoring (from [cb2d068673c5d0194ffe4a7b856fa2dd1631ace2]) Rewrote...
- 52 Misc. bug fixes and refactoring (from [2ef96add6efabc6f06fdfa2cc90a598d8ee840c5]) Hide [C...
- 52 Misc. bug fixes and refactoring (from [296008db6bcd9c75e3ef9cfcd6d72061cd5a2925]) Documen...
- 52 Misc. bug fixes and refactoring (from [743ae60c0db014c6cd382c0abe2d761a738ccc25]) Fixed f...
- 52 Misc. bug fixes and refactoring (from [187f86afb85e5aaf9ff6d9223c823153e2fe6689]) Fixed a...
- 52 Misc. bug fixes and refactoring (from [99d7d6fb649f473d0568605ea3c40a99e29729de]) Comment...
- 52 Misc. bug fixes and refactoring (from [a257140ffd2a732a26186586cc5e40bfe408de59]) Use roo...
- 52 Misc. bug fixes and refactoring (from [0d0dc5c9e7b8bde6529cc1d6164dcc77b67d9c78]) Fixed r...
- 52 Misc. bug fixes and refactoring (from [7876ec69f9ade770d79847cf6036c4ab71c59ec7]) Removed...
- 52 Misc. bug fixes and refactoring (from [e40dfa664d8ff6975292c8ee25e1afcad618e699]) Fixed R...
- 52 Misc. bug fixes and refactoring (from [d5610e4fb5bc1545c4c5aa807a5fb8b2356c570c]) Removed...
- 52 Misc. bug fixes and refactoring (from [b102f641168dfaf940b3b18915a9969b18541315]) Store c...
- 52 Misc. bug fixes and refactoring (from [140830f7e6c849b0d163f5436dd67400d4c9b64f]) Removed...
- 52 Misc. bug fixes and refactoring (from [64ed9435849d1083c4df2abd9836c4061e31d76b]) Refacto...