-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b48198b
commit a255dfe
Showing
98 changed files
with
102 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/fobi/contrib/plugins/form_elements/content/content_image_url/defaults.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from django.utils.translation import gettext_lazy as _ | ||
|
||
__title__ = ( | ||
"fobi.contrib.plugins.form_elements.content.content_image_url." "defaults" | ||
"fobi.contrib.plugins.form_elements.content.content_image_url.defaults" | ||
) | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
|
||
|
||
__title__ = ( | ||
"fobi.contrib.plugins.form_elements.content.content_image_url." "forms" | ||
"fobi.contrib.plugins.form_elements.content.content_image_url.forms" | ||
) | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
from .conf import get_setting | ||
|
||
__title__ = ( | ||
"fobi.contrib.plugins.form_elements.content.content_image_url." "settings" | ||
"fobi.contrib.plugins.form_elements.content.content_image_url.settings" | ||
) | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
from . import UID | ||
|
||
__title__ = ( | ||
"fobi.contrib.plugins.form_elements.content." "content_markdown.widgets" | ||
"fobi.contrib.plugins.form_elements.content.content_markdown.widgets" | ||
) | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
from . import UID | ||
|
||
__title__ = ( | ||
"fobi.contrib.plugins.form_elements.content." "content_richtext.widgets" | ||
"fobi.contrib.plugins.form_elements.content.content_richtext.widgets" | ||
) | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
from .base import BooleanSelectPlugin | ||
|
||
__title__ = ( | ||
"fobi.contrib.plugins.form_elements.fields.boolean." "fobi_form_elements" | ||
"fobi.contrib.plugins.form_elements.fields.boolean.fobi_form_elements" | ||
) | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
|
2 changes: 1 addition & 1 deletion
2
src/fobi/contrib/plugins/form_elements/fields/checkbox_select_multiple/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
__title__ = ( | ||
"fobi.contrib.plugins.form_elements.fields." "checkbox_select_multiple" | ||
"fobi.contrib.plugins.form_elements.fields.checkbox_select_multiple" | ||
) | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
from . import defaults | ||
|
||
__title__ = ( | ||
"fobi.contrib.plugins.form_elements.fields." "checkbox_select_multiple.conf" | ||
"fobi.contrib.plugins.form_elements.fields.checkbox_select_multiple.conf" | ||
) | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
from . import UID | ||
from .forms import DateDropDownInputForm | ||
|
||
__title__ = "fobi.contrib.plugins.form_elements.fields." "date_drop_down.base" | ||
__title__ = "fobi.contrib.plugins.form_elements.fields.date_drop_down.base" | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
__license__ = "GPL 2.0/LGPL 2.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
from . import UID | ||
from .forms import DateTimeInputForm | ||
|
||
__title__ = "fobi.contrib.plugins.form_elements.fields." "datetime.base" | ||
__title__ = "fobi.contrib.plugins.form_elements.fields.datetime.base" | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
__license__ = "GPL 2.0/LGPL 2.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
from .base import DateTimeInputPlugin | ||
|
||
__title__ = ( | ||
"fobi.contrib.plugins.form_elements.fields." "datetime.fobi_form_elements" | ||
"fobi.contrib.plugins.form_elements.fields.datetime.fobi_form_elements" | ||
) | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
from . import UID | ||
from .forms import DecimalInputForm | ||
|
||
__title__ = "fobi.contrib.plugins.form_elements.fields." "decimal.base" | ||
__title__ = "fobi.contrib.plugins.form_elements.fields.decimal.base" | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
__license__ = "GPL 2.0/LGPL 2.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
from .base import DecimalInputPlugin | ||
|
||
__title__ = ( | ||
"fobi.contrib.plugins.form_elements.fields." "decimal.fobi_form_elements" | ||
"fobi.contrib.plugins.form_elements.fields.decimal.fobi_form_elements" | ||
) | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
from .base import DurationInputPlugin | ||
|
||
__title__ = ( | ||
"fobi.contrib.plugins.form_elements.fields.duration." "fobi_form_elements" | ||
"fobi.contrib.plugins.form_elements.fields.duration.fobi_form_elements" | ||
) | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
from .forms import EmailInputForm | ||
|
||
__title__ = ( | ||
"fobi.contrib.plugins.form_elements.fields." "email.fobi_form_elements" | ||
"fobi.contrib.plugins.form_elements.fields.email.fobi_form_elements" | ||
) | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
from .base import EmailInputPlugin | ||
|
||
__title__ = ( | ||
"fobi.contrib.plugins.form_elements.fields." "email.fobi_form_elements" | ||
"fobi.contrib.plugins.form_elements.fields.email.fobi_form_elements" | ||
) | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
from .base import FloatInputPlugin | ||
|
||
__title__ = ( | ||
"fobi.contrib.plugins.form_elements.fields." "float.fobi_form_elements" | ||
"fobi.contrib.plugins.form_elements.fields.float.fobi_form_elements" | ||
) | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
from .base import HiddenInputPlugin | ||
|
||
__title__ = ( | ||
"fobi.contrib.plugins.form_elements.fields." "hidden.fobi_form_elements" | ||
"fobi.contrib.plugins.form_elements.fields.hidden.fobi_form_elements" | ||
) | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
from .base import InputPlugin | ||
|
||
__title__ = ( | ||
"fobi.contrib.plugins.form_elements.fields." "input.fobi_form_elements" | ||
"fobi.contrib.plugins.form_elements.fields.input.fobi_form_elements" | ||
) | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
from .base import IntegerInputPlugin | ||
|
||
__title__ = ( | ||
"fobi.contrib.plugins.form_elements.fields." "integer.fobi_form_elements" | ||
"fobi.contrib.plugins.form_elements.fields.integer.fobi_form_elements" | ||
) | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
from .base import IPAddressInputPlugin | ||
|
||
__title__ = ( | ||
"fobi.contrib.plugins.form_elements.fields." "ip_address.fobi_form_elements" | ||
"fobi.contrib.plugins.form_elements.fields.ip_address.fobi_form_elements" | ||
) | ||
__author__ = "Artur Barseghyan <[email protected]>" | ||
__copyright__ = "2014-2019 Artur Barseghyan" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.