Active
Project:
CCKase tracker
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2009 at 21:38 UTC
Updated:
26 Jul 2009 at 22:40 UTC
Jump to comment: Most recent file
I was working with cckasetracker for a certain time. There have been some local issues we needed to correct continously.
Since now we expect to use comment_cck for the future it is still important being able to display stored comment states but disable comment input. Also this rewrite does some caching and checks to limit overhead especially when displaying non-cckasetracker comments.
I hope you will include these updates based on -dev from 2009-Jun-23.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | cckasetracker.module.patch | 7.01 KB | miro_dietiker |
| #1 | cckasetracker.admin_.inc_.patch | 4.31 KB | miro_dietiker |
| cckasetracker.admin_.inc_.patch | 4.27 KB | miro_dietiker | |
| cckasetracker.module.patch | 5.73 KB | miro_dietiker |
Comments
Comment #1
miro_dietikerI've added another round of checking the code and cleaning it.
This time i've debugged it using 3 different content types and checked variables usage and correctness as same as persistence.
As i see there where many problems like node stripping didn't work reliably to chosen amount of fields. Some variables where named badly and saves didn't work correctly of field on submit.
Hope this time most is working correctly and corresponds to the standard.