Björn Andersson
Björn Andersson
I just checked out from master and got these errors when running the test suite: ``` Failures: 1) Users With default settings change a LDAP password should change password Failure/Error:...
At the moment there is no test suite to actually see whether the module is doing what it should. It should be possible to do something with Cucumber or some...
There are a bunch of options available in ssh_config and it would be good to cover all of them. I would prefer if they are covered in a correct way,...
Using both Chrome (the desktop app) and Firefox while runnign the following SmartBlock command: ``` ``` I get this error: ``` TypeError: can't access property "toLowerCase", block.text is undefined blockMentions...
When upgrading to the 3.1 stable branch we discovered that the extension now has some javascript parts. It took a while to figure that out as there's no changelog and...
Both the image and the text link are matched and clicking on either is fine, so do it. This fixes issue #176.
New option :after_insertion added to add_nested_fields_for
From the inception of this library the idea was that if there were to be any changes in the emoji library/javascript code then the frontend cache would get reloaded silently....
There's now a whole slew of new emojis available to be used. Update the app to handle all of them. Including skin tone modifiers etc. Not sure at all how...
So all `static/emoji/img` folders from all installed apps will be searched and added in, and ensuring that any duplicates overwrites the ones available through django-emoji. ``` |- news/static/emoji/img/*.png |- emoji/static/emoji/img/*.png...