Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/django-crispy-forms/django-crispy-forms

The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div format while providing an enormous amount of capability to configure and control the rendered HTML.
https://github.com/django-crispy-forms/django-crispy-forms

Adding helper attribute `form_style`. This can be set to 'default' or 'inline'. Default value is 'default'.

This has been added so that setting a uni-form style for a form with a layout is
easier to do. U...

66ff4c7baf2df582789ccf0b7fda64ee8f04f94d authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Removing CSRF tests.

After removing old CSRF forgery from django-uni-form, testing the csrf_token
within context turn...

3ab0099e0f4b6ced11f7803b9de84ba614787864 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Turning HTML into a context aware field.

Now we can do things like HTML('{% if form.errors %}<p>Whatever</p>{% endif %}')

cac219f0687cf24b0a9eeb7c2c23b416f4788ff5 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Adding a test for the new feature that let us change Layout and Fieldset dynamically

793307864c65d3081179d5aa3c71da8293513cf8 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Changing formHint from a paragraph to a div, this way we can do "ul" in help_text

48399a20bbab0c5fdbddb7df6710c6c809418c43 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Turning Layout fields and Fieldset fields from tuple to lists. This way we can adapt fields from a Layout or Fieldset dynamically.

Typical use case when adding or removing fields from a form on the go.

a000ecc9d670745f6103a69c6dd429b28290ec37 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Removing slugify filter from form's id. This way anyone can set it using their own notation

f5b44872020a2b37c1a41d397846c00ef64248e5 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Upgrading to latest uni-form content

2a68f28e2356a360c18239885df4ffa3896ce4c1 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Removing use_csrf_protection form attribute and old csrf context, not supported any more.

d7bfddce7d659d0b6490f613e98909e16f0baef6 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Adding CSS class asteriskField and renaming other classes for following the naming convention.

Class `required` is now `requiredField`

691e370241b00041faa838f4225f8d4baa7348a5 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Updating CONTRIBUTORS giving credit where due :)

95018256c4b59d5048b4f43c0a51bd4806235609 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Missed importing the logging and sys libraries

ab81052136f8bdace9d03e8395793ba96ce1b09d authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Adding logging warnings for when FAIL_SILENTLY is enabled and occurs

6c793ee4d5c3ebe2dd3485b2334d3364cfd9ff32 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Moving FAIL_SILENTLY loading so that it can be dynamic. Updating tests for the new feature

b62601a5361c4c843ecd5e7e99ab64f52ff9d8e4 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Refactoring code a little bit and fixing a bug in FAIL_SILENTLY feature within MultiField

f42d4058748f40b490a66c7f208669fbbbf4f419 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'master' of https://github.com/adamcupial/django-uni-form into 0.8.0-test

Conflicts:
uni_form/helpers.py

1ae3833617b1a35f2d655d476a73e794bb792736 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Made leaving the final fieldset open optional via "fieldset-open" argument to as_uni_form filter. Fieldsets are closed by default

e8b5a3e6a16e6199439689ec6b479f90079fe6c9 authored over 13 years ago by John Debs <[email protected]>
Enabled admin, added TestModel model and TestModelAdmin (prepping for fieldset support tests)

cc1cad45e6794efc625a08d64bd6bc32fe149980 authored over 13 years ago by John Debs <[email protected]>
Moved fieldset markup to its own template

da15861840cfd9017f60ed9dd89759753dba60fa authored over 13 years ago by John Debs <[email protected]>
1.3 compat

791654276e169c78df04f3c91317e6c82636123a authored over 13 years ago by Issac Kelly <[email protected]>
Change uni_form template to allow fieldsets a la carljm's django-form-utils

21af743074599e74a3cf3aa6c40d0e8cbc8b2bd7 authored over 13 years ago by Issac Kelly <[email protected]>
Will take fieldsets or no fieldsets now

4f3a54dc48f0b5bb16d1cae9d394117ea8764f45 authored over 13 years ago by Issac Kelly <[email protected]>
[FIXED] :: boundfield referenced before assignment error

38c7677db5c4e91188156804087a9ea9f2dc4a72 authored almost 14 years ago by Adam Cupiał <[email protected]>
[ADDED] :: FAIL_SILENTLY setting, defaults TRUE

05d30ce035b58f1a01112176e684b924859adefd authored almost 14 years ago by Adam Cupiał <[email protected]>
Bug fix: Now using `div_id` instead of `css_id` and `div_class` instead of `css_class`, which are the right variable names.

6c0b3f00c9aafe3c9a01ef0930a761361c4f41ec authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Redoing unicode support to handle when field names are not u'whatever' and use invalid unicode characters.

7f2011efd616756178dd30b0fac9cb8472ab1a71 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Adding tests for the form layouts, adding more tests for the form helpers. Global testing coverage of the application raises to 94%

Current testing coverage numbers:

Name Stmts Miss Cover
--------...

af019e31ee3ac2cc260f0e9bd37bffa1effdef3a authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Moving uni_formset.html template into the uni_form directory. It was out of it by mistake.

fdaf4df2861cd7067a6780b8fd4d6c2d972ca687 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Removing util.py as BaseInput has been moved to helpers.

Having an extra file for holding a 4 line class doesn't make sense anymore.

6e8ad6c39bb8200aca873a0ccffe9a5e5e665562 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Dropping support for older versions than Django 1.2. Removing `{% uni_form_jquery %}` tag and its template `uni_form_jquery.html`.

This is based on the discussion by pydanny and maraujop in issue #61:
https://github.com/pydanny...

efa93285707c126d53f6caafd12f4182fcb553ac authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Removing Toggle class as it wasn't really used anywhere

7019864e36e379121a6f21b8055fedac201d2377 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Adding build and dist to .gitignore

1d3a377eca2b426d96ba9a838b8946e4c490fdc8 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Added contributors of the formset feature

ba79724d93160630f73704b7161ccbba8e2e53e9 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Adding whole_uni_form_set.html template for rendering formsets

8a1e4bac41ca01ee151dd29d438cc2d2bb076254 authored almost 14 years ago by Antti Kaihola <[email protected]>
Using filter `as_uni_form` in case there is no helper to avoid having nested forms

140879e6486962b8129870af592d7118b135adba authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Added support for formsets by introducing the `as_uni_form_set` filter.

The changeset was extracted from
http://github.com/nagyv/django-uni-form/commit/0c734b05c734a126...

245428a4776bde9deede6551c0955b3f1ccf7e28 authored almost 14 years ago by Nagy Viktor <nagyv@szellem.(none)>
Moving `as_uni_formset` code to a smarter `as_uni_form` filter that can handle both: forms & formsets.

5617379c2a1dcc1fe459095a82faa3af9880736b authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Commit edited: Adding template for rendering formsets using `as_uni_form` filter

630a3ee6d75168b974b2bdca73b1d0c5713dc120 authored almost 14 years ago by Nagy Viktor <nagyv@szellem.(none)>
Adding tests (formsets included), improving some old ones and adding a url name for testing form actions reversing.

7111aa71d93ff1e6fa5c094beba0634d15f11ee3 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
If we use {% uni_form %} without a helper, if action is not set, it's simply useless.

e9afff46f8821b77d84d024b1abec4e761f71139 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Renaming template and redoing the form rendering logic.

`formset.forms` are not prerendered, instead we use the {% uni_form %} tag
to render them one by...

5777d1e3c236871c9d9a2154715b8e1f5a3196db authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Adding formsets support. Work based on akaihola formsets branch.

The branch is located at:
https://github.com/akaihola/django-uni-form/commits/formsets

I'm not ...

711424c5a38d03282a7eec8e5466ea4cef27c790 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Cleaning code and reorganizing docstrings a little bit.

e3dbec219769483a67c4eb18e854e037b49073ff authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Refactoring and cleaning code from `BasicNode.get_render`. Improving docstring also.

ef13caca63082782677b9f8a815291d2c2978676 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Indenting the template so the different situations are easier to follow.

dc929d3872f0b91e7881e849307801757b166946 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Bug fix: {% uni_form %} tag didn't work without a helper and helper was meant to be optional.

The `BasicNode` constructor and `get_render` methods have been adapted, so
they can really handl...

96c6781129be09e3c3efe45933c9eb9ff5d63ef8 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Errors text needs to be i18n

a2855f0bca3c71d2503f075e1df57c3b15b00c13 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Refactoring render_field, documenting it and allowing unicode field names.

88dfbd9977c15331a8d3f05a38e88b3c69ecd579 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Improving consistency of the coding style to have better readability

da34370d0fa4546aece5144403014d36fe79bc06 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Fixing indentation to be PEP8 compatible

c7f638aec4847313124f50b13862fa21fc18fbee authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Renaming wrong named args to kwargs

cf9eb6fbf28f3425972cf5f6d9cee8d591987339 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Cleaning lines left by error when cherry-picking some commits

4dfa80ffe77ff1b2efe5c47d8462ce70d626e710 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Enables setting CSS classes in Submit object

76b961ab42b8d53263b71b194a00af187b465cb8 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Adding CSS id support to Fieldset, MultiField, Row and Column

deae59390c49b39d273d3312cf29202072020ae2 authored almost 14 years ago by J. Javier Maestro de la Calle <[email protected]>
Convert css class of PasswordInput widget

9231612c0631c784dc7188822b47a4bde38db488 authored almost 14 years ago by Richard Marko <[email protected]>
Merge branch 'DarylAntony-master' into 0.8.0-test

b9c451061f58461b0fed75d47086f809b2d6c3f0 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'master' of https://github.com/DarylAntony/django-uni-form into DarylAntony-master

b63588278a53a6272268524998fa5b774d52c968 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
csrf_token should only be used in POST forms. See:

http://docs.djangoproject.com/en/dev/ref/contrib/csrf/?from=olddocs#how-to-use-it

3bda2193c6998301f22f7220175686da9204da65 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Adding a test runner and sqlite settings. Updating and cleaning tests.

I have redone CSRF tests to be self-contained. I rather not have a test_app
for testing the app,...

7e242cc7c0277f2b5474edda688799c27b901657 authored almost 14 years ago by Miguel Araujo Perez <[email protected]>
Changed README to point to formal docs and to also have contribution rules

1ff58838269df4a6bf63105f89d8fa66f9e46095 authored almost 14 years ago by pydanny <[email protected]>
Various documentation changes

2e6788a87485887e0c918e94a41e1b0c72acf0ff authored almost 14 years ago by pydanny <[email protected]>
Docs cleanup

09599e168e02312d9dfdfd5b455216296082146c authored almost 14 years ago by pydanny <[email protected]>
added a 'required' class on label, if the field is required. A CSS hook for styling.

2afb3d85646953ed89004591676d9e2b3161e6c6 authored almost 14 years ago by Daryl <[email protected]>
Merge branch 'master' of https://github.com/sorki/django-uni-form into sorki-master

98db7d690ce6f5b27c0c2a55f0eb24b35863dad0 authored almost 14 years ago by pydanny <[email protected]>
merging in j0hnsmith's pull request

4373964d41b228ef688559ef5d94b7d882b0fede authored almost 14 years ago by pydanny <[email protected]>
Lazy reverse of helper.action

Prevents ImproperlyConfigured exception when using direct_to_template
and form with attached helper

be115908352a2b7ea5e4abbb5de65dc3d9582c8a authored almost 14 years ago by Richard Marko <[email protected]>
Merge branch 'master' of https://github.com/j0hnsmith/django-uni-form into j0hnsmith-master

855ea6efd6b180063acfdaf49ca955463b9bd46d authored about 14 years ago by pydanny <[email protected]>
Add in password input test field

1f14a509af63f78afdcfc00c2f4039c4aa9d8e40 authored about 14 years ago by pydanny <[email protected]>
Merge branch 'master' of https://github.com/philwo/django-uni-form into philwo-master

5e8e742b4510c1fa7cf1ecde51b2e1a1bba4fd6c authored about 14 years ago by pydanny <[email protected]>
merging 0.8 work into master

a7bf3741b09af364419fa6b0a508f72655c42ffb authored about 14 years ago by pydanny <[email protected]>
Docs work to update things

aacb7d01dc2d4ab776a1bd8551b019039fe0b9c9 authored about 14 years ago by pydanny <[email protected]>
readme tweaks

4992b63ed84191db366a4fd06ed47417252b8bc8 authored about 14 years ago by pydanny <[email protected]>
Small readme changes

3e892264335a838a4cff988ad885a046dd53bde7 authored about 14 years ago by pydanny <[email protected]>
Add "passwordinput" to class_converter, because it needs the textInput class too.

139346c72a09719eba3d444c67d1b54c1b68eae6 authored about 14 years ago by Philipp Wollermann <[email protected]>
Moved checkbox fields after labels to make them the same as other fields, not sure why they were different in the first place

8c653b3801fa9e0877607ef191014b63ef9d72a9 authored about 14 years ago by j0hnsmith <[email protected]>
Improve appearance of code samples

f4790b229c76606e8e1bf0b0ff536ae99357bbbb authored over 14 years ago by John Maxwell <[email protected]>
Update readme

4eb1013a280a77bc7d928d43a1b6524ab91d41ac authored over 14 years ago by John Maxwell <[email protected]>
Adding Bojan to the contributors

1af2bedf535992d0b5d34da2407bbafc7d12250b authored over 14 years ago by pydanny <[email protected]>
fix for #33: Helper methods do not support translations

abceb4c662297811fff2d794859eb3b84800e53a authored over 14 years ago by Bojan Mihelac <[email protected]>
fix for #33: Helper methods do not support translations

20ff3e7f9c4f25270e85ea3541376ee58530f4a7 authored over 14 years ago by Bojan Mihelac <[email protected]>
Closes issue #32 which was a problem in version detection. Thanks restless

8f9f331273331381405de14e8af7e20a3b27ecd9 authored over 14 years ago by pydanny <[email protected]>
Documentation fun

853b3eb8978fa626b8f193bcd6c1ff128fb8d45c authored over 14 years ago by pydanny <[email protected]>
Documentation and template tag coverage on new use_csrf_protection default

2c6087a0556f8d815ab382144fa20c70ce064057 authored over 14 years ago by pydanny <[email protected]>
Revert "Made BaseInput inherit from forms.Field so inputs can be used in layouts. Added a SubmitButtonWidget."

This reverts commit aa571b2e1fd177491895cc263b192467431b90c2.

5eb3f2c61c2b61e1bad7faa006e5503bd9a20edf authored over 14 years ago by pydanny <[email protected]>
Made BaseInput inherit from forms.Field so inputs can be used in layouts. Added a SubmitButtonWidget.

aa571b2e1fd177491895cc263b192467431b90c2 authored over 14 years ago by Reavis Sutphin-Gray <[email protected]>
Documentation fix to correct setup mistake

5623e8cc46dfbd7f28ef3f550eacaca6cd7772e0 authored over 14 years ago by pydanny <[email protected]>
Reversed the css order to put the more generic css in front of the specific css.

e3a780c491eb242386bd2245dfec7ce60b6e1e3e authored over 14 years ago by pydanny <[email protected]>
use_csrf_protection is set to True by default

0505080a74071fb13dc7a9dd40e453ea8e6a4969 authored over 14 years ago by pydanny <[email protected]>
Merge remote branch 'boardman/master'

d2a2b14099e0a70f3f2f673f008fb831c9b980f9 authored over 14 years ago by pydanny <[email protected]>
Replaced the while loop in uni-form.jquery.js with a parent selector the remove posibility of infinate loops.

d4e86b0197472b005234cead08bae7090d041f74 authored over 14 years ago by Karl Bowden <[email protected]>
Adding in agentk MultiField changes

a3bcb933894972b5f3c2f949410b4afa27a5f04b authored over 14 years ago by Roger Boardman <[email protected]>
Implemented a fix for when too many classes are added to a form field under certain conditions

8f74539791d0b9f0c0d7cc3ec0e63eec2e6f3bcb authored over 14 years ago by pydanny <[email protected]>
Fix for #28, which corrects the strange removal of classes from input fields

48cf2fb14ade30bc46b4fe14c6ef83dc75711801 authored over 14 years ago by pydanny <[email protected]>
Adding safe templates for field.strict.html

f375441e8c2dacd26c59d22157314f241b7414b9 authored over 14 years ago by pydanny <[email protected]>
Attribution for Patrys

62ac21d7b8b07778622c47e883d42269cd22d2c8 authored over 14 years ago by pydanny <[email protected]>
Merging in what patrys (Patryk Zawadzki) did for helper subclassing

80b73d366452becf08496d4df888d11030b66188 authored over 14 years ago by pydanny <[email protected]>
Fix to account for change in what uni_form_setup provides to the screen

c80838f67708513f46b36379cda6f91835ea2f53 authored over 14 years ago by pydanny <[email protected]>
Adding Stepan Rakhimov to the contributor list

3726b928ee6896747c97d92da675119e73e9476a authored over 14 years ago by pydanny <[email protected]>
fixed admin datetime widget issue

8c9bf006cec53ef3b232c826be1fd0a994b47dbf authored over 14 years ago by Stepan Rakhimov <[email protected]>
Adding J0hnsmith as a contributor and documenting use of the safe filter on form.field labels

e415dd21a76acaf8831df7a5920325ece6ff8f36 authored over 14 years ago by pydanny <[email protected]>