MCPcopy Create free account

hub / github.com/django-wiki/django-wiki / types & classes

Types & classes316 in github.com/django-wiki/django-wiki

↓ 8 callersClassArticleRevision
This is where main revision data is stored. To make it easier to copy, do NEVER create m2m relationships.
src/wiki/models/article.py:392
↓ 4 callersClassArticle
src/wiki/models/article.py:30
↓ 3 callersClassIllegalFileExtension
File extension on upload is not allowed
src/wiki/plugins/attachments/models.py:16
↓ 3 callersClassWikiCodeHiliteExtension
markdown.extensions.codehilite cannot configure container tags but forces code to be in <table></table>, so we had to overwrite some of the c
src/wiki/core/markdown/mdx/codehilite.py:116
↓ 3 callersClassWikiPaginator
src/wiki/core/paginator.py:4
↓ 3 callersClassWikiPathExtension
src/wiki/plugins/links/mdx/djangowikilinks.py:29
↓ 3 callersClassWikiTocExtension
src/wiki/plugins/macros/mdx/toc.py:118
↓ 3 callersClasswiki_override_settings
tests/base.py:145
↓ 2 callersClassArticleMarkdown
src/wiki/core/markdown/__init__.py:8
↓ 2 callersClassPurgeForm
src/wiki/plugins/images/forms.py:62
↓ 2 callersClassResponsiveTableExtension
Wraps all tables with Bootstrap's table-responsive class
src/wiki/core/markdown/mdx/responsivetable.py:8
↓ 2 callersClassSelectWidgetBootstrap
Formerly, we used Bootstrap 3's dropdowns. They look nice. But to reduce bugs and reliance on JavaScript, it's now been replaced by a con
src/wiki/forms.py:345
↓ 2 callersClassSimplePluginCreateError
src/wiki/models/pluginbase.py:116
↓ 2 callersClassUrlizeExtension
Urlize Extension for Python-Markdown.
src/wiki/plugins/links/mdx/urlize.py:164
↓ 2 callersClassWikiSlugField
In future versions of Django, we might be able to define this field as the default field directly on the model. For now, it's used in CreateF
src/wiki/forms.py:48
↓ 1 callersClassArticleFkQuerySet
src/wiki/managers.py:103
↓ 1 callersClassArticleQuerySet
src/wiki/managers.py:9
↓ 1 callersClassArticleSubscriptionModelMultipleChoiceField
src/wiki/plugins/notifications/forms.py:23
↓ 1 callersClassAttachmentExtension
Abbreviation Extension for Python-Markdown.
src/wiki/plugins/attachments/markdown_extensions.py:17
↓ 1 callersClassAttachmentPreprocessor
django-wiki attachment preprocessor - parse text for [attachment:id] references.
src/wiki/plugins/attachments/markdown_extensions.py:32
↓ 1 callersClassCreateRootForm
src/wiki/forms.py:197
↓ 1 callersClassCustomHashHeaderProcessor
Custom HashHeaderProcessor. The only difference to the upstream processor is that we set the data-block-source attribute on any inserted
src/wiki/plugins/editsection/markdown_extensions.py:19
↓ 1 callersClassCustomSetextHeaderProcessor
Custom SetextHeaderProcessor. The only difference to the upstream processor is that we set the data-block-source attribute on any inserte
src/wiki/plugins/editsection/markdown_extensions.py:49
↓ 1 callersClassDefaultWikiSite
src/wiki/sites.py:322
↓ 1 callersClassDeleteForm
src/wiki/forms.py:411
↓ 1 callersClassEditSectionExtension
src/wiki/plugins/editsection/markdown_extensions.py:71
↓ 1 callersClassEditSectionProcessor
TreeProcessor adds the edit links for every header which has a data-block-source attribute
src/wiki/plugins/editsection/markdown_extensions.py:98
↓ 1 callersClassHiliteTreeprocessor
Hilight source code in code blocks.
src/wiki/core/markdown/mdx/codehilite.py:86
↓ 1 callersClassImageExtension
Images plugin markdown extension for django-wiki.
src/wiki/plugins/images/markdown_extensions.py:31
↓ 1 callersClassImagePattern
django-wiki image preprocessor Parse text for [image:N align:ALIGN size:SIZE] references. For instance: [image:id align:left|right]
src/wiki/plugins/images/markdown_extensions.py:47
↓ 1 callersClassImagePostprocessor
src/wiki/plugins/images/markdown_extensions.py:108
↓ 1 callersClassLinkExtension
src/wiki/plugins/redlinks/mdx/redlinks.py:85
↓ 1 callersClassMacroExtension
Macro plugin markdown extension for django-wiki.
src/wiki/plugins/macros/mdx/macro.py:24
↓ 1 callersClassMacroPattern
django-wiki macro preprocessor - parse text for various [some_macro] and [some_macro (kw:arg)*] references.
src/wiki/plugins/macros/mdx/macro.py:34
↓ 1 callersClassMarkItUpAdminWidget
A simplified more fail-safe widget for the backend
src/wiki/editors/markitup.py:20
↓ 1 callersClassMarkItUpWidget
src/wiki/editors/markitup.py:5
↓ 1 callersClassMultipleRootURLs
src/wiki/core/exceptions.py:11
↓ 1 callersClassNamespace
src/wiki/models/urlpath.py:402
↓ 1 callersClassNoRootURL
src/wiki/core/exceptions.py:4
↓ 1 callersClassPermissionsForm
src/wiki/forms.py:444
↓ 1 callersClassPreviewLinksExtension
Markdown Extension that sets all anchor targets to _blank when in preview mode
src/wiki/core/markdown/mdx/previewlinks.py:6
↓ 1 callersClassPreviewLinksTree
src/wiki/core/markdown/mdx/previewlinks.py:16
↓ 1 callersClassResponsiveTableTree
NOTE: If you allow inputting of raw <table> tags rather than Markdown code for tables, this tree processor will not affect the table, as it g
src/wiki/core/markdown/mdx/responsivetable.py:20
↓ 1 callersClassSettingsModelChoiceField
src/wiki/plugins/notifications/forms.py:16
↓ 1 callersClassURLPathQuerySet
src/wiki/managers.py:153
↓ 1 callersClassUrlizePattern
src/wiki/plugins/links/mdx/urlize.py:90
↓ 1 callersClassUserCreationForm
src/wiki/forms_account_handling.py:50
↓ 1 callersClassWikiFencedBlockPreprocessor
This is a replacement of markdown.extensions.fenced_code which will directly and without configuration options invoke the vanilla CodeHilite
src/wiki/core/markdown/mdx/codehilite.py:33
↓ 1 callersClassWikiLinkExtension
src/wiki/plugins/macros/mdx/wikilinks.py:27
↓ 1 callersClassWikiLinks
src/wiki/plugins/macros/mdx/wikilinks.py:51
↓ 1 callersClassWikiPath
src/wiki/plugins/links/mdx/djangowikilinks.py:57
ClassAccountUpdateTest
tests/core/test_accounts.py:23
ClassAdminMedia
src/wiki/editors/markitup.py:35
ClassAdminMedia
src/wiki/editors/base.py:20
ClassArticleAdmin
src/wiki/admin.py:75
ClassArticleEmptyQuerySet
src/wiki/managers.py:44
ClassArticleFkEmptyQuerySet
src/wiki/managers.py:107
ClassArticleFkEmptyQuerySetMixin
src/wiki/managers.py:92
ClassArticleFkManager
src/wiki/managers.py:128
ClassArticleFkQuerySetMixin
src/wiki/managers.py:55
ClassArticleForObject
src/wiki/models/article.py:293
ClassArticleForObjectTemplatetagTest
tests/core/test_template_tags.py:24
ClassArticleForm
src/wiki/admin.py:56
ClassArticleManager
src/wiki/managers.py:111
ClassArticleManagerTests
tests/core/test_managers.py:14
ClassArticleMarkdownTests
tests/core/test_markdown.py:20
ClassArticleMixin
A mixin that receives an article object as a parameter (usually from a wiki decorator) and puts this information as an instance attribute and in t
src/wiki/views/mixins.py:10
ClassArticleModelReverseMethodTest
tests/core/test_urls.py:49
ClassArticleModelTest
tests/core/test_models.py:39
ClassArticleObjectAdmin
src/wiki/admin.py:11
ClassArticlePlugin
This is the mother of all plugins. Extending from it means a deletion of an article will CASCADE to your plugin, and the database will be kept
src/wiki/models/pluginbase.py:39
ClassArticleRevisionAdmin
src/wiki/admin.py:30
ClassArticleRevisionForm
src/wiki/admin.py:18
ClassArticleRevisionInline
src/wiki/admin.py:39
ClassArticleSubscription
src/wiki/plugins/notifications/models.py:14
ClassArticleTestBase
Sets up basic data for testing with an article and some revisions
tests/base.py:65
ClassArticleView
src/wiki/views/article.py:40
ClassArticleViewViewTests
Tests for article views, assuming a root article already created.
tests/core/test_views.py:62
ClassArticleWebTestUtils
tests/base.py:125
ClassAttachment
src/wiki/plugins/attachments/models.py:23
ClassAttachmentAddView
src/wiki/plugins/attachments/views.py:330
ClassAttachmentAdmin
src/wiki/plugins/attachments/admin.py:12
ClassAttachmentArchiveForm
src/wiki/plugins/attachments/forms.py:76
ClassAttachmentChangeRevisionView
src/wiki/plugins/attachments/views.py:282
ClassAttachmentDeleteView
src/wiki/plugins/attachments/views.py:365
ClassAttachmentDownloadView
src/wiki/plugins/attachments/views.py:241
ClassAttachmentForm
src/wiki/plugins/attachments/forms.py:13
ClassAttachmentHistoryView
src/wiki/plugins/attachments/views.py:106
ClassAttachmentManagerTests
tests/core/test_managers.py:47
ClassAttachmentPlugin
src/wiki/plugins/attachments/wiki_plugin.py:14
ClassAttachmentReplaceForm
src/wiki/plugins/attachments/forms.py:65
ClassAttachmentReplaceView
src/wiki/plugins/attachments/views.py:134
ClassAttachmentRevision
src/wiki/plugins/attachments/models.py:133
ClassAttachmentRevisionAdmin
src/wiki/plugins/attachments/admin.py:6
ClassAttachmentRevisionTests
tests/plugins/attachments/test_models.py:8
ClassAttachmentSearchView
src/wiki/plugins/attachments/views.py:425
ClassAttachmentTests
tests/plugins/attachments/test_views.py:12
ClassAttachmentView
src/wiki/plugins/attachments/views.py:24
ClassAttachmentsConfig
src/wiki/plugins/attachments/apps.py:5
ClassBaseEditor
Editors should inherit from this. See wiki.editors for examples.
src/wiki/editors/base.py:4
next →1–100 of 316, ranked by callers