Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xblock-drag-and-drop-v2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
xblock-drag-and-drop-v2
Commits
aef0f25c
Commit
aef0f25c
authored
Mar 10, 2016
by
Sven Marnach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add placeholder text to item image URL input field. Bump version to 2.0.4.
parent
b550822d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
.travis.yml
+1
-1
Changelog.md
+6
-1
drag_and_drop_v2/templates/html/js_templates.html
+1
-0
setup.py
+1
-1
No files found.
.travis.yml
View file @
aef0f25c
...
...
@@ -9,7 +9,7 @@ install:
-
"
sh
install_test_deps.sh"
-
"
pip
uninstall
-y
xblock-drag-and-drop-v2"
-
"
python
setup.py
sdist"
-
"
pip
install
dist/xblock-drag-and-drop-v2-2.0.
3
.tar.gz"
-
"
pip
install
dist/xblock-drag-and-drop-v2-2.0.
4
.tar.gz"
script
:
-
pep8 drag_and_drop_v2 tests --max-line-length=120
-
pylint drag_and_drop_v2 tests
...
...
Changelog.md
View file @
aef0f25c
Version 2.0.3 (2016-02-18)
Version 2.0.4 (2016-03-10)
--------------------------
*
Add a placeholder text to the input field to set the item image. (PR #65)
Version 2.0.3 (2016-03-07)
--------------------------
*
Bugfix: When omitting the background image description in Studio, the red halo
...
...
drag_and_drop_v2/templates/html/js_templates.html
View file @
aef0f25c
...
...
@@ -77,6 +77,7 @@
<
label
for
=
"item-{{id}}-image-url"
>
{{
i18n
"Image URL (alternative to the text)"
}}
<
/label
>
<
input
type
=
"text"
id
=
"item-{{id}}-image-url"
placeholder
=
"{{i18n 'For example, http://example.com/image.png or /static/image.png'}}"
class
=
"item-image-url"
value
=
"{{ imageURL }}"
/>
<
/div
>
...
...
setup.py
View file @
aef0f25c
...
...
@@ -23,7 +23,7 @@ def package_data(pkg, root_list):
setup
(
name
=
'xblock-drag-and-drop-v2'
,
version
=
'2.0.
3
'
,
version
=
'2.0.
4
'
,
description
=
'XBlock - Drag-and-Drop v2'
,
packages
=
[
'drag_and_drop_v2'
],
install_requires
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment