The django_date transforms time to string with i18n, which will
cause error while using chinese, we can fix this either encode
the date_str using 'utf8' or use datetime.datetime.strftime to
do the transform job.
Closes-Bug: #1671315
Change-Id: Ice599334b29125cfac69ab30e04b956024f34517
In page "create job" configuration interval help information
is following some format,but when "update" is not the same.
Change-Id: I83761bbea9d6fd4b226254a8a018d27a792def1c
Modify the error message 'You must define nova network id to restore'
to be around the 'Nova Network ID' field.
Change-Id: Ic732a33c2fd754afa6d1d796b8d9e6f1e382c135
Closes-Bug: #1663888
Make the checks of "Nova Instance ID" and 'Cinder Volume ID'
more correct for create action.
Change-Id: I051cca74d629febb01203c1eb4f2d35f091a7b8d
Closes-Bug: #1663887
Click the 'attach to session' button in the table row actions
of the 'Jobs' page, There should not switch to another page
and should open a 'Bootstrap Modal' form.
Change-Id: I3555224ce81ef1fa346adf95f18f3c592f7c0f2f
Closes-Bug: #1663272
Modify the "Interval" filed in "Create Job" form
to select format, support user to choose 'Continuous',
'Weeks', 'Days' and so on. This makes the user input life easier.
Change-Id: Ida460d260d96c0b99f5ced035009221bba91b109
Closes-Bug: #1663235
Modify the "Restore From Date" filed in "Create Action" form
to datetime format. This makes the user life easier.
Change-Id: I602a8640098be2ffb592c613b734dceda5b1eaeb
DeleteInstance action inherits from tables.DeleteAction,
the tables.DeleteAction has already define some attributes.
So this patch remove the repeated attributes.
Change-Id: I7cab3cf609b75e483d5507af113501aa957436c5
Remove the unused 'Nova network ID'. This field item is only
required when the 'Action' choose 'Restore' and the 'Mode' choose 'Nova'.
Change-Id: Iaa7225b44f7a62f28dad230e320d65f04bdcc2d4
Closes-Bug: #1662196
This patch set modifies lines which are importing objects
instead of modules. As per openstack import guide lines, user should
import modules in a file not objects.
http://docs.openstack.org/developer/hacking/#imports
Change-Id: Ibfaf35be7506db820bea8e41a7fc8fcaf20fe08a
The django form field default is "required=True", so this patch
remove the redundant "required=True" in the form.
Change-Id: Id2342cea882134099a43f2149e7b56168a015afe
Add trimmed option to blocktrans, blocktrans trimmed
option removes newlines from contents of blocktrans
and replaces any whitespace at the beginning and end of a line into
a single space. This makes translator life easier.
More detail is described in the bug report.
Change-Id: I9a5c3e958260a94d8a44dc3946e25a690f00f30e
Closes-Bug: #1659559