Miscellaneous refactoring
Reported by Mike Dvorkin | March 5th, 2009 @ 06:57 PM
Open ticket to record misc. code refactorings.
Comments and changes to this ticket
-
Mike Dvorkin March 5th, 2009 @ 07:43 PM
- State changed from new to open
- Milestone cleared.
(from [eaf53b7f37150470d1747395eeeb46514a1127bb]) Moved some JavaScript code from helpers to application.js [#24 state:open] http://github.com/michaeldv/fat_...
-
Mike Dvorkin March 5th, 2009 @ 07:44 PM
(from [04a57af333bc8e39f01e7ca1211f421b27eb1660]) Greatly simplified handling of inline form links by moving more logic to JavaScript [#24 state:open] http://github.com/michaeldv/fat_...
-
Mike Dvorkin March 5th, 2009 @ 08:41 PM
Reverted [04a57af333bc8e39f01e7ca1211f421b27eb1660] http://github.com/michaeldv/fat_...
-
Mike Dvorkin March 5th, 2009 @ 11:08 PM
(from [520bb3c0bf0cd9fddf467e0e782fa1aee344a1ec]) Refactored saving/restoring context for inline forms [#24 state:open] http://github.com/michaeldv/fat_...
-
Mike Dvorkin March 6th, 2009 @ 09:28 PM
DONE 03/07/2009: move context code to module and make it available to controllers and views. Use session.data.delete(key) instead of session[key] = nil which keeps useless session key.
-
Mike Dvorkin March 6th, 2009 @ 09:29 PM
TODO: move RJS code to toggle form sections from Home to JavaScript.
-
Mike Dvorkin March 6th, 2009 @ 09:56 PM
- Tag changed from refactor to refactor, todo
TODO: move shared RJS code (ex. hide [Create Account], etc.) to helpers.
-
Mike Dvorkin March 7th, 2009 @ 10:35 AM
(from [d64de93c2924e7c74749554fafb8b3f05d0a2969]) Moved context code to module and made it available to controllers and views [#24 state:open] http://github.com/michaeldv/fat_...
-
Mike Dvorkin March 7th, 2009 @ 10:41 AM
TODO: Move misc. Setting/inject manipulations to Setting model.
-
Mike Dvorkin March 11th, 2009 @ 09:48 PM
(from [631f02158c9fb4bfa3fe9392b11743345345902f]) Added #as_hash and #invert class methods to Settings [#24 state:open] http://github.com/michaeldv/fat_...
-
Mike Dvorkin March 21st, 2009 @ 05:12 PM
(from [5440ae6e866dec2372df3178c890deef8aa12211]) Fixed task controller specs when Date.tomorrow == Date.today.end_of_week [#24 state:open] http://github.com/michaeldv/fat_...
-
Mike Dvorkin March 22nd, 2009 @ 12:00 AM
(from [ea084fb5752209c996bd3665adc8dff746ab2193]) Added [x] form control, link_to_cancel and link_to_close helpers [#24 state:open] http://github.com/michaeldv/fat_...
-
Mike Dvorkin March 24th, 2009 @ 08:31 PM
(from [91cc1d0d223316448ca0b287e41c95df9d526c8d]) Removed unused plugins [#24 state:open] http://github.com/michaeldv/fat_...
-
Mike Dvorkin March 28th, 2009 @ 11:29 AM
(from [b4eeb55e8ed9bc1d161fe9ad6c76191a295e71c7]) Fixed editing shared permissions bug [#24 state:open] http://github.com/michaeldv/fat_...
-
Mike Dvorkin April 6th, 2009 @ 08:12 PM
(from [0c630a5387fb50ea576f44c8a7b2a78286fa26c1]) Introduced called_from? helpers and refactored Campaigns to use them [#24 state:open] http://github.com/michaeldv/fat_...
-
Mike Dvorkin April 6th, 2009 @ 09:51 PM
(from [6b584656ae9e3555b2d677847b186e1d83209867]) Made the rest of the app use [called_from?] helpers [#24 state:open] http://github.com/michaeldv/fat_...
-
Mike Dvorkin April 6th, 2009 @ 10:10 PM
(from [cdea3bfde3f3c3a8e554b173c2748465bb5aced9]) Don't attempt to hide [Convert Edit] form if it doesn't exists [#24 state:open] http://github.com/michaeldv/fat_...
-
Mike Dvorkin April 6th, 2009 @ 11:05 PM
(from [840b2f2a61070295923eedb7afd6988e55154bc2]) Correctly handle DELETE :destroy requests [#24 state:open] http://github.com/michaeldv/fat_...
-
Mike Dvorkin April 8th, 2009 @ 12:04 PM
(from [815985fedd11486a0183cb931ae472c597f8fad1]) Minor tweaks [#24 state:open] http://github.com/michaeldv/fat_...
-
Mike Dvorkin April 8th, 2009 @ 02:25 PM
(from [ad8a6a95b9a174278052acabb38db95d71da5d3b]) Annotated models for schema version 17 [#24 state:open] http://github.com/michaeldv/fat_...
-
Mike Dvorkin April 9th, 2009 @ 09:54 PM
(from [0a96eb8258fbdd51532a183226efc615814dfb58]) Fixed activity timestamp [#24 state:open] http://github.com/michaeldv/fat_...
-
Mike Dvorkin April 14th, 2009 @ 11:10 PM
(from [465860500cbb196829f78a953cd7356b81b8d352]) Fixed missing uuid generation caused by observing models, removed logging [#24 state:open] http://github.com/michaeldv/fat_...
-
Mike Dvorkin May 13th, 2009 @ 04:27 PM
(from [324931b413023e437b4c6c17ea6f3672e4632c8c]) Added sidebar summary for accounts; added web presence links for leads and contacts [#24 state:open] http://github.com/michaeldv/fat_free_crm/commit/324931b413023e437b4...
-
Mike Dvorkin May 14th, 2009 @ 11:18 PM
(from [1a00f4b61ce67e383fc27821a14fbf652b36ef2d]) Isolate index page title from Ajax progress indicator so it's not affected when we flip the title [#24 state:open] http://github.com/michaeldv/fat_free_crm/commit/1a00f4b61ce67e383fc...
-
Mike Dvorkin May 16th, 2009 @ 12:19 PM
(from [c21ce8c6035ec021e588530900ba934565ef3259]) Replaced explicit MySQL trigger creation with [add_uuid_trigger] [#24 state:open] http://github.com/michaeldv/fat_free_crm/commit/c21ce8c6035ec021e58...
-
Mike Dvorkin May 16th, 2009 @ 10:16 PM
(from [64783184d239f602c9b6155f99f4992b882faebf]) Added controller routing specs for new routes [#24 state:open] http://github.com/michaeldv/fat_free_crm/commit/64783184d239f602c9b...
-
Mike Dvorkin May 17th, 2009 @ 03:04 PM
(from [c7adaa56b684a916a49496026bdafca87cb8b5d3]) Refacoring: use more idiomatic Rails named scope (User#except) [#24 state:open] http://github.com/michaeldv/fat_free_crm/commit/c7adaa56b684a916a49...
-
Mike Dvorkin June 11th, 2009 @ 09:57 PM
(from [dfe878225027fa20fbed7e8454b6a98116489917]) Fixed sporadic spec failures when running with SQLite [#24 state:open] http://github.com/michaeldv/fat_free_crm/commit/dfe878225027fa20fbe...
-
Mike Dvorkin June 13th, 2009 @ 04:28 PM
(from [ac67e99ef1b0af04b4b7b26715b3db323296817f]) Fixed title naming issue for tasks, added few more styles for tasks and sidebar panels [#24 state:open] http://github.com/michaeldv/fat_free_crm/commit/ac67e99ef1b0af04b4b...
-
Mike Dvorkin June 13th, 2009 @ 05:00 PM
(from [6a83f04f1311661ad902d1f86f0808b635082bdb]) Upgraded [acts-as-paranoid] plugin [#24 state:open] http://github.com/michaeldv/fat_free_crm/commit/6a83f04f1311661ad90...
-
Mike Dvorkin June 13th, 2009 @ 05:00 PM
(from [737e1e9e75c4f079b11466616af94b4884e4f97b]) Fixed opportunity unique index issue (SQLite) [#24 state:open] http://github.com/michaeldv/fat_free_crm/commit/737e1e9e75c4f079b11...
-
Mike Dvorkin June 18th, 2009 @ 07:06 PM
(from [cf6a3a2edb134763c7ef8f63ba17eba7f95f25a8]) Fixed task creation issue on landing pages; added missing task stylesheets [#24 state:open] http://github.com/michaeldv/fat_free_crm/commit/cf6a3a2edb134763c7e...
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
- 24 Miscellaneous refactoring (from [eaf53b7f37150470d1747395eeeb46514a1127bb]) Moved s...
- 24 Miscellaneous refactoring (from [04a57af333bc8e39f01e7ca1211f421b27eb1660]) Greatly...
- 24 Miscellaneous refactoring (from [520bb3c0bf0cd9fddf467e0e782fa1aee344a1ec]) Refacto...
- 24 Miscellaneous refactoring (from [d64de93c2924e7c74749554fafb8b3f05d0a2969]) Moved c...
- 24 Miscellaneous refactoring (from [631f02158c9fb4bfa3fe9392b11743345345902f]) Added #...
- 24 Miscellaneous refactoring (from [5440ae6e866dec2372df3178c890deef8aa12211]) Fixed t...
- 24 Miscellaneous refactoring (from [ea084fb5752209c996bd3665adc8dff746ab2193]) Added [...
- 24 Miscellaneous refactoring (from [91cc1d0d223316448ca0b287e41c95df9d526c8d]) Removed...
- 24 Miscellaneous refactoring (from [b4eeb55e8ed9bc1d161fe9ad6c76191a295e71c7]) Fixed e...
- 24 Miscellaneous refactoring (from [0c630a5387fb50ea576f44c8a7b2a78286fa26c1]) Introdu...
- 24 Miscellaneous refactoring (from [6b584656ae9e3555b2d677847b186e1d83209867]) Made th...
- 24 Miscellaneous refactoring (from [cdea3bfde3f3c3a8e554b173c2748465bb5aced9]) Don't a...
- 24 Miscellaneous refactoring (from [840b2f2a61070295923eedb7afd6988e55154bc2]) Correct...
- 24 Miscellaneous refactoring (from [815985fedd11486a0183cb931ae472c597f8fad1]) Minor t...
- 24 Miscellaneous refactoring (from [ad8a6a95b9a174278052acabb38db95d71da5d3b]) Annotat...
- 24 Miscellaneous refactoring (from [0a96eb8258fbdd51532a183226efc615814dfb58]) Fixed a...
- 24 Miscellaneous refactoring (from [465860500cbb196829f78a953cd7356b81b8d352]) Fixed m...
- 24 Miscellaneous refactoring (from [324931b413023e437b4c6c17ea6f3672e4632c8c]) Added s...
- 24 Miscellaneous refactoring (from [1a00f4b61ce67e383fc27821a14fbf652b36ef2d]) Isolate...
- 24 Miscellaneous refactoring (from [c21ce8c6035ec021e588530900ba934565ef3259]) Replace...
- 24 Miscellaneous refactoring (from [64783184d239f602c9b6155f99f4992b882faebf]) Added c...
- 24 Miscellaneous refactoring (from [c7adaa56b684a916a49496026bdafca87cb8b5d3]) Refacor...
- 24 Miscellaneous refactoring (from [dfe878225027fa20fbed7e8454b6a98116489917]) Fixed s...
- 24 Miscellaneous refactoring (from [ac67e99ef1b0af04b4b7b26715b3db323296817f]) Fixed t...
- 24 Miscellaneous refactoring (from [6a83f04f1311661ad902d1f86f0808b635082bdb]) Upgrade...
- 24 Miscellaneous refactoring (from [737e1e9e75c4f079b11466616af94b4884e4f97b]) Fixed o...
- 24 Miscellaneous refactoring (from [cf6a3a2edb134763c7ef8f63ba17eba7f95f25a8]) Fixed t...