Update change log and spec for wrt-plugins-tizen_0.4.60
authorDongjin Choi <milkelf.choi@samsung.com>
Wed, 14 Aug 2013 10:31:59 +0000 (19:31 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Wed, 14 Aug 2013 10:31:59 +0000 (19:31 +0900)
commit102b346383218f81cfa13c3da3b3cf48a9b78e1d
treed92f329c4e653a32449b69b89636800ab609e954
parent6ce393840d982b61a90c46133168e736e41d7310
Update change log and spec for wrt-plugins-tizen_0.4.60

[model] REDWOOD
[binary_type] PDA
[customer] OPEN

[Issue#] Intensive TC
[Problem] Improper UnkownError throw.
[Solution] Throw InvaluesValuesError
[SCMRequest] N/A

[Issue] N/A
[Problem] sms and mms send check routine modification
[Cause] sms and mms send check routine modification
[Solution] sms and mms send check routine modification

[Issue] N/A
[Problem] can assign null value to non-nullable.
[Cause] don't use StaticValue.
[Solution] using StaticValue.

[Issue#] CID-12643/12644
[Problem] Copy-paste error (COPY_PASTE_ERROR)
[Cause] Copy-paste error (COPY_PASTE_ERROR)
[Solution] Change Log Message

[Contact] comply with TCT's attribute converting rule

[Issue#] N/A
[Problem] Calendar alarm description and task prgoress value validation failed.
[Cause] Wrong default value and conversion.
[Solution] Set the default description value as guided and fix the progress conversion routine.

[Issue] N/A
[Problem] minor bug
[Cause] N/A
[Solution] 1. ignore the set operation when invalid data is set for orientation
           2. add the 'catch' condition for filter operation.
           3. change the exception type from platformexception
           4. unsetChangeListener API call before calling set operation

[Issue#] redmine 1511/1512/1513/1514
[Problem] Wrong attributes handling.
[Cause] Wrong array and default value management.
[Solution] Fix array management routine and set correct default values.

[Issue#] Intensive TC
[Problem] According to spec, the default timeout MUST be set
[Cause] N/A
[Solution] N/A

[Issue#] Intensive TC
[Problem] UnknownError is returned
[Cause] N/A
[Solution] N/A

[Issue#] N/A
[Problem] InvalidValuesError is thrown
[Cause] N/A
[Solution] N/A

[Issue#] N/A
[Problem] Wrong default calendar alarm description value.
[Cause] Wrong default value used.
[Solution] Set the empty string defautl value.

[Issue#] N/A
[Problem] Build warning occurs.
[Cause] unused variable
[Solution] removed unused variable

[Issue#] N/A
[Problem] Dummy constructor may needed in the future
[Cause] Needed for type checking (use with instanceof)
[Solution] Inserted dummy constructor

[Issue#] N/A
[Problem] Type comparison waring
[Cause] N/A
[Solution] Convert type

[Issue#] TTS-1840
[Problem] onprogress cb gives empty pkgid sometimes
[Cause] package-manager callback gives empty string with wrong package
[Solution] inserted defence code for empty string

[Issue#] N/A
[Problem] Calendar array attribute values not updated.
[Cause] Wrong array attribute set routine.
[Solution] Renew the saved JS object in set routine.

[Issue#] prevent 10951 17433 17454 17455
[Problem] find flaw by 'prevent' tool
[Cause] internal error
[Solution] change code

[Issue#] N_SE-48519
[Problem] Message sent successfully but still progress icon and progressing shows
[Cause] update message network status and folder for old data
[Solution] update message network status and folder for new data

[Issue] N/A
[Problem] setProperty function be called by self.
[Cause] using JSUtil::setProperty function in setProperty function(Static Values).
[solution] removed JSUtil::setProperty.

[Issue#] N/A
[Problem] WRT security API has been changed.
[Cause] Security error layed has been added.
[Solution] Inserted the routine to process new error.

[Issue#] N/A
[Problem] Filter had wrong default values
[Cause] Code error
[Solution] Fixed error codes

[Issue] N/A
[Problem] An error occurs when coping file in wgt-package
[Cause] checking permissions in copyTo
[Solution] removed check permission module.

[team] WebAPI
[request] N/A
[horizontal_expansion] N/A

UnitTC passed.
49 files changed:
packaging/wrt-plugins-tizen.spec
src/Alarm/JSAlarmAbsolute.cpp
src/Bluetooth/BluetoothAdapter.cpp
src/Bluetooth/JSBluetoothAdapter.cpp
src/Calendar/CalendarConverter.cpp
src/Calendar/CalendarEvent.cpp
src/Calendar/CalendarEvent.h
src/Calendar/EventId.cpp
src/Calendar/JSCalendarItemProperties.cpp
src/Calendar/JSCalendarRecurrenceRule.cpp
src/Calendar/JSCalendarTask.cpp
src/Common/JSWebAPIError.cpp
src/Common/JSWebAPIError.h
src/Common/JSWebAPIException.cpp
src/Common/JSWebAPIException.h
src/Common/Logger.h
src/Common/SecurityExceptions.h
src/Contact/ContactSearchEngine.cpp
src/Contact/JSContact.cpp
src/Contact/JSContactAddress.cpp
src/Contact/JSContactAnniversary.cpp
src/Contact/JSContactGroup.cpp
src/Contact/JSContactName.cpp
src/Contact/JSContactOrganization.cpp
src/Contact/JSContactWebSite.cpp
src/Contact/JSPerson.cpp
src/Contact/PersonSearchEngine.cpp
src/Content/ContentManager.cpp
src/Content/ContentSearchVisitor.cpp
src/Content/IContentManager.cpp
src/Content/JSImage.cpp
src/Filesystem/INode.h
src/Filesystem/JSFile.cpp [changed mode: 0644->0755]
src/Filesystem/JSFilesystemManager.cpp
src/Filesystem/Manager.cpp
src/Filesystem/Manager.h
src/Filesystem/Node.cpp
src/Filesystem/Node.h
src/Filesystem/ResponseDispatcher.cpp
src/Messaging/Mms.cpp
src/Messaging/Sms.cpp
src/Notification/JSNotificationDetailInfo.cpp
src/Notification/JSNotificationDetailInfo.h
src/Notification/JSStatusNotification.cpp
src/Notification/JSStatusNotification.h
src/Package/PackageManager.cpp
src/TimeUtil/TimeUtilTools.cpp
src/Tizen/JSAttributeFilter.cpp
src/Tizen/JSAttributeRangeFilter.cpp