1
Fork 0

Commit graph

  • 0924ab12b1
    Support 4.1 in the other dependency file too master Jake Howard 2023-04-16 14:29:52 +0100
  • 031296f376
    Allow Wagtail 4.1 Jake Howard 2023-04-16 14:26:12 +0100
  • ad7facef5c Hacky "fix" for 4.1.1 support for now Jason Dilworth 2023-02-20 11:00:31 +0000
  • c32a8d7498
    Delete shiftleft.yml and .github/workflows/shiftleft.yml (#29) Paolo del Mundo 2022-11-22 13:05:45 -0500
  • 884383c275 converting from legacy % to f-strings Nick Travis 2022-11-07 12:16:01 -0500
  • 9381d0ef0b
    upgrading tests and required wagtail version (#26) Nick Travis 2022-10-27 17:13:59 -0400
  • 34f43a2e25 Update readme. Bump to 0.4.1. Adam Hill 2022-05-26 11:20:16 -0400
  • a068e4e9ba
    [DUBS-521] Wagtail 3 and Django 4 compatibility (#25) Tidiane Dia 2022-05-26 16:03:49 +0100
  • 0b45457dd7
    update to test on 3.7+ and allow failure (#23) Chitzia Lyfoung 2022-02-22 06:54:42 -0800
  • 3faa402ccc Add bmoe872 to contributors. Adam Hill 2022-02-17 16:59:35 -0500
  • 5988c1ef8e Bump version to 0.4.0. Adam Hill 2022-02-17 16:20:10 -0500
  • 0800764bd6 Add the chooser-url as a url path. bmoe872 2022-02-17 10:09:05 -0700
  • 0d73e505ae
    Add shiftleft.yml (#17) Paolo del Mundo 2021-06-07 12:25:07 -0700
  • 0c32ead527 Fix setup.py so readme.md will be shown on PyPI. Make Parbhat the actual author. Bump to tag 0.3.1. Adam Hill 2020-04-08 19:28:25 -0400
  • dd47c6b22c Bump version to 0.3.2. Adam Hill 2020-11-10 10:19:50 -0500
  • ba0246a2ec Add snippetChooser URL as removed from Wagtail Parbhat Puri 2020-11-10 16:36:59 +0530
  • 3fb799b51e
    Update demo gif (#10) Parbhat Puri 2020-04-18 01:42:32 +0530
  • adcbf8bd2e Fix tests by using lower case model name Parbhat Puri 2020-04-08 12:12:17 +0530
  • 74ad4a2511 raise exception to test on travis Parbhat Puri 2020-04-08 12:06:49 +0530
  • d2b3b435f0 Comment Embed Handler tests Parbhat Puri 2020-04-08 11:54:26 +0530
  • b8c665c08c Bump version. Adam Hill 2020-04-07 12:57:48 -0400
  • aee9bdf7a5 Merge branch 'master' into feature/snippet-embed Adam Hill 2020-04-07 11:42:36 -0400
  • 7c551bc72e Add flake8 as a dev dependency. Adam Hill 2020-04-07 11:11:53 -0400
  • d608949830 Update docs Parbhat Puri 2020-04-03 22:18:38 +0530
  • f3e492b20c Tests for SnippetEmbedHandler Parbhat Puri 2020-04-03 21:54:14 +0530
  • a30c737920 Rename JS file, use code icon and other fixes Parbhat Puri 2020-04-03 20:29:55 +0530
  • df521783f8 Rename current Snippet feature snippet to snippet-link Parbhat Puri 2020-04-03 20:02:17 +0530
  • c50800ff84 Show available snippet models for Link and embed only if template is present Parbhat Puri 2020-04-03 19:49:38 +0530
  • c605c6518b Fix snippet embed display in editor and frontend Parbhat Puri 2020-04-02 19:19:44 +0530
  • be445da6b6 Update travis-ci configuration. Adam Hill 2020-04-01 13:40:57 -0400
  • 371d1fb7c8 Snippet embed feature starting Parbhat Puri 2020-03-31 22:04:05 +0530
  • cf84e4aa4a Split up tests. Adam Hill 2020-02-14 22:23:14 -0500
  • 399ebd1d6f Test for Snippet Link Handler Parbhat Puri 2020-02-13 17:53:35 +0530
  • 2266946165 Note about wagtail compatibility Parbhat Puri 2020-02-12 15:40:03 +0530
  • 48ebc6504f
    Add demo and improve docs (#4) Parbhat Puri 2020-02-12 01:24:50 +0530
  • 47c1a776c2 Bump version for pypi upload. Adam Hill 2020-01-17 16:08:28 -0500
  • d7e94cd745 Add BSD-3 license. Adam Hill 2020-01-17 14:10:32 -0500
  • 3913461520 Merge. Adam Hill 2020-01-14 15:09:49 -0500
  • 401074d9a5 Add setup.py based on pyproject.toml for travisci builds. Adam Hill 2020-01-14 15:08:51 -0500
  • 4fea9955a2
    minor cleanup - pip cache auto-config - generic python 3.6 instead of specific version - remove the python version requirement from the push since we are only building one version Nick Travis 2020-01-14 14:58:43 -0500
  • d20f2ca677 Add TravisCI configuration. Adam Hill 2020-01-14 14:08:14 -0500
  • 566b9750bf Prepare to bump to 0.2.0. Adam Hill 2020-01-14 13:56:00 -0500
  • 0a58d97f97 Add .gitignore. Adam Hill 2020-01-14 13:55:44 -0500
  • d8e1a279a6 Add python version file for pyenv. Adam Hill 2020-01-14 13:52:20 -0500
  • c59cdd7444 Update readme. Adam Hill 2020-01-14 13:51:05 -0500
  • 39e41bcd30
    Merge pull request #2 from themotleyfool/feature/1-tooltip-on-snippet-link Adam Hill 2020-01-14 13:49:20 -0500
  • 83f21a0fb8 Use tooltip to edit or removing the snippet link Parbhat Puri 2020-01-13 18:21:30 +0530
  • 417ecd8464 Initial version of functionality. Adam Hill 2020-01-07 23:41:21 -0500
  • 7460187502 Initial commit. Adam Hill 2019-12-29 15:54:54 -0500