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

changed {{ error }} to {{ error|safe }} so that html (eg links) can be added to error messages

e72a9314bd5c41a946698ba0c5919c9eb51b6e43 authored over 14 years ago by j0hnsmith <[email protected]>
changed {{ field.label }} to {{ field.label|safe }} so that html (eg links) can be

added to field labels

cf1d7fca034419628eeaa942c83895744fdd7985 authored over 14 years ago by j0hnsmith <[email protected]>
Added MultiField class to helpers.py to support items such as day, month and year fields in a single row.

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

5a38605c7857ed9a065767c4ca5355a4708ee3f1 authored over 14 years ago by Karl Bowden <[email protected]>
Fix for ticket #27

749dca680d3689ebee43c2ba0cf57203702625ba authored over 14 years ago by pydanny <[email protected]>
Adding a warning so coders know to upgrade their Django. Will this work in the Apache universe or should I switch to a logging.WARNING message?

c8f3aa659fc9bbf592e7c0cf877d3a11b766eb06 authored over 14 years ago by pydanny <[email protected]>
Added bogus csrf_exempt decorator to views and added in a bunch of cleanup. This way we can continue to support legacy django versions until those versions are fully deprecated

1ac4c565f8569355119604b2edafc253f9a7bfef authored over 14 years ago by pydanny <[email protected]>
Changing Django Uni-Form to django-uni-form

1a91a89045700d9a284a2c16f8f41399b7debc81 authored over 14 years ago by pydanny <[email protected]>
pointing to right page now

491ba21b0412efeb1b9e9f0a4bda7884e1841785 authored over 14 years ago by pydanny <[email protected]>
Getting CSRF done

06f5b7d2a70833df49203b3cca282711286e4369 authored over 14 years ago by pydanny <[email protected]>
Fix for csrf_token settings issues over multiple django versions, better testing, and some more documentation

d1f0c9ed8972ce91b421e292a2ea49a5b20043a7 authored over 14 years ago by pydanny <[email protected]>
Replacing near duplicate templates with a single generic test form template

f201dba6c845f8babe2fd20e957211f5bded7f3e authored over 14 years ago by pydanny <[email protected]>
Fixing a user name

fdc9360301c4a2ad4545a4aa05d9987cc1a5936c authored over 14 years ago by pydanny <[email protected]>
csrf_token does not break earlier versions of Django. This will change when no version of django does not support csrf_token.

81ddab3d01178149cf73753e663dd837b205e6e0 authored over 14 years ago by pydanny <[email protected]>
Added "use_csrf_protection" option to FormHelper in order to render

the csrf token in forms (as required by Django 1.2).

The new option is set to False by default i...

3ced843e8aecc6e6ad42e6f37149158bfda46979 authored over 14 years ago by Casper S. Jensen <semadk@turing.(none)>
whitespace tweak

ad521d7a960c768c5ca51b2b904f0ca1c799f371 authored over 14 years ago by pydanny <[email protected]>
Adding jtauber to contributors. Also helpers.py docs

7dc7698f54cb4e953d7dd7d44e4d23a49eac27ed authored over 14 years ago by pydanny <[email protected]>
Giving better information on tag layout changes

e3c8c9325dfc8160c8a125922e7a8029aff0efb1 authored over 14 years ago by pydanny <[email protected]>
Added in better support for uni-form errorMsg

51f4e8c71cb85014f3fad6f5efcdb1b428762fe8 authored over 14 years ago by pydanny <[email protected]>
Documentation cleanup and bump to 0.8

bfb3afcf5f41f57c9d204e67d829ef699cd872ff authored over 14 years ago by pydanny <[email protected]>
Fix for ticket #26 which is the dependency on setuptools_git

734c5019070dca8a8148b3a7182bf465c15af5fc authored over 14 years ago by pydanny <[email protected]>
Getting the darn tests to look right

8596f53cbfadc4d6b510bce167f376247b074f17 authored over 14 years ago by pydanny <[email protected]>
removing extraneous space from generated uni_form form

b4f9be236b0e43111465ef37fea819c4bbd4e644 authored over 14 years ago by pydanny <[email protected]>
Getting the test app to look better

3d642327208ed445d0bb5cbbd7e49b9ee7a502bc authored over 14 years ago by pydanny <[email protected]>
Incorporating UniForm v1.4 into django-uni-form. Also improving test pages to more closely match Dragan's work so I can better judge the results

a86e9b2e6dfc7dfbdaa74ddebf19541f5800c57f authored over 14 years ago by pydanny <[email protected]>
changed {{ field.label }} to {{ field.label|safe }} so that html (eg links) can be

added to field labels

55328eaeff1596d7996ea55b9b8ddfa35abb7119 authored over 14 years ago by j0hnsmith <[email protected]>
changed {{ error }} to {{ error|safe }} so that html (eg links) can be added to error messages

b74614c73646a73a417704f9d2f898fc65eaa27b authored over 14 years ago by j0hnsmith <[email protected]>
Merging in arowla's sphinx docs

0330d4ec3d6fe48e9257c7c510388b84304b9483 authored over 14 years ago by pydanny <[email protected]>
More documentation cleanup

3fd085477d21a3f038db8f0d073eacc992bcaa92 authored over 14 years ago by pydanny <[email protected]>
Merge branches '0.8' and 'master'

b396ec234cfe861aac45856798dcd98e19fa5e7a authored over 14 years ago by pydanny <[email protected]>
Documentation cleanup

e633cb9deb569c9e6ac832c1ac29ad1f79f8ea4d authored over 14 years ago by pydanny <[email protected]>
Test to make sure form_tag attribute on FormHelper works correctly

630aaa5fcd86212e2ade82540e2899bf56c41aa3 authored over 14 years ago by pydanny <[email protected]>
Changing name of add_form_tag to form_tag because that follows our pattern for attribute names better. Also, 'add' is used in a couple of FormHelper method names so again this increases clarity

079134304d5513edc864960190a07186ec2a5f3d authored over 14 years ago by pydanny <[email protected]>
Merge branches '0.8' and 'master'

75539a3574416ca3e0724d65e73ad0c69cd4bcda authored over 14 years ago by pydanny <[email protected]>
Taking Nagyv's idea for add_form_tag attribute on FormHelper and updating it to match changes implemented in django-uni-form 0.7.

0722cbcc2bb1178bd6711a02bc701559238f7d62 authored over 14 years ago by pydanny <[email protected]>
uni_form.helpers.formHelper or None object must be passed into uni_form tag or a TypeError is thrown.

d758a38e07f56c33d485dd618b56b957da6b20f8 authored over 14 years ago by pydanny <[email protected]>
Merge branches '0.8' and 'master'

38ea36571ccd7b028b5535ce82fe89414a0888ae authored over 14 years ago by pydanny <[email protected]>
More documentation cleanup. Getting rid of old string handling that predates FormHelper

b79c9bec76d4b8b8660474ba3a411d4aa2202c55 authored over 14 years ago by pydanny <[email protected]>
Merge branches '0.8' and 'master'

fe251fa6e7590906bee859d8c43a40d6cba59c20 authored over 14 years ago by pydanny <[email protected]>
whgitespace cleanup

02b6149309c614b187b9f18b81780ca9841c802a authored over 14 years ago by pydanny <[email protected]>
Documentation cleanup and making form methods in lower case per github ticket 20

14e421bd72b3a41892f558007c218b592d9a9e6b authored over 14 years ago by Daniel Greenfeld <[email protected]>
Converted docs directory to Sphinx format. Built HTML docs into

docs/_build/html. Included API-style documentation for uni_form_tags and
helpers files.

2a7c3943ef2925c41aade6cbba3c1363dcd0e654 authored almost 15 years ago by Alison Rowland <[email protected]>
Removing the eclipse stuff. That should be handled in a developer's global .gitignore file

8da63b9c230678f7fc550f54be2d8e7229f2102a authored almost 15 years ago by Daniel Greenfeld <[email protected]>
fix

ae767497cc69b34dc18847ece5c45f48f25f1f6f authored almost 15 years ago by CrowdSense <[email protected]>
added gitignore

323dcdfbb7334bcba7f5888da16c3fa7aec4c06c authored almost 15 years ago by CrowdSense <[email protected]>
changing templates shouldn't cause unittests to fail

0b9500dbe34cf4184643d1da9331ae6307b15b98 authored almost 15 years ago by Skylar Saveland <[email protected]>
whole_uni_form template: only generate form id if present

This avoids validation errors when people don't set the form ID

66f6fcc2a30d3f60e056cec6f2d1189a6fdb6d87 authored almost 15 years ago by Chris Adams <[email protected]>
At the suggest of Chris Adams (acdha) the form methods will be in lower case so we can validate as XHTML

e48d6e074696c5c085ed167330502ef1b2027ec6 authored almost 15 years ago by Daniel Greenfeld <[email protected]>
This change, prompted by teebes, correctly identifies the file necessary for making customizations.

354e659027bef8570dd91362232bff0f3475f586 authored almost 15 years ago by Daniel Greenfeld <[email protected]>
Adding in README.rst the dependency on

7776bf0798e7ba2607e43810b98704d4d90087c4 authored almost 15 years ago by Daniel Greenfeld <[email protected]>
bumping to 0.7.0

e5df2d26ab0a3fe07652bb812c0f248206ff2b35 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Adding in field.strict and instructions

b8c25f7ae45bfc7238cc13135999f581b00f6d83 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Actually removing silly class

ea860cfc731464cbdb386aa664f091ca7243532e authored about 15 years ago by Daniel Greenfeld <[email protected]>
Providing uni_form default field.html which behaves traditionally (by DUF standards) and also providing field.compatible.html which adheres to the Uni-Form standard

d3216c8e92a18ddb469430250bd8b8f4d4658e10 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Adds in migration for pre 0.7 users to 0.7

a386aaccdf335be67c1df706371de8be416fa899 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Getting uni_form_setup to fire correctly everwhere

574d166b8a621f1d2dc508271a399195ad4eb619 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Getting test pages to fire correctly

5a8d9c854ab52e1b87868f3364b10983c29d6806 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Fixing http://github.com/pydanny/django-uni-form/issues#issue/13 this update adds in Uni-Form classes to rendered input elements such as buttons, textInputs, and fileUploads so Django Uni-Form just acts better. Went with this approach rather than other submitted things because this meant less altered code.

85cfc3f4a7abd8b598a840ff289108e1f9db791b authored about 15 years ago by Daniel Greenfeld <[email protected]>
Replacing span with em over asterisk

35b32a87e58fd53f512ab5bb63afda90e7b013de authored about 15 years ago by Daniel Greenfeld <[email protected]>
Adding contributors and changelog

5cd48cee6b73ffaa93b6d67f893cd4b9b500c7d1 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Added Danish language translation

8bb9f3874095e14441020d1c19afaea148ba6189 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Now able to easily control how required fields are labeled

f2ddd9d851a04be926df7836b91f6534f90496ff authored about 15 years ago by Daniel Greenfeld <[email protected]>
More of bjunix's corrections

7fa3f71097c5ab7fbc287347bb7c4b2bbb6393d9 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Fixing easy install instructions

321df3a4f5dcb2010b674eecaccbd906adceb545 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Merge branch 'master' of [email protected]:pydanny/django-uni-form

2d5806ef82b3d27c3ea549ad46447a75ac3c18fa authored about 15 years ago by Daniel Greenfeld <[email protected]>
Contributors and documentation

86a6685ced277d5ad55ccd6a1617d7f66130a25b authored about 15 years ago by Daniel Greenfeld <[email protected]>
Documentation fix and adding new contributors.

fd0fd91a129d0b12b5224c6fb7c103ecc7c2ec94 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Fixing uni_form_setup tag mistake thanks to Marcin's observation

a23f8dc1dba3c69b57dbff6d3f610d085d88b3be authored about 15 years ago by Daniel Greenfeld <[email protected]>
All tests except for those needed for the Layout module

e2f82230629e25f95eb3908257cbbf9c34b65318 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Minor cleanup and extra docs

2fe8bc2127d9d2b942ed8c2dbafb6f902c894667 authored about 15 years ago by Daniel Greenfeld <[email protected]>
First real test: as_uni_form working as a charm

d581d3ab8c652890cab7461402cfcbfa9240a814 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Boilerplate to get tests working

8e93d17c9bf8bbd4ea92fe24ece411fe6e65a110 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Getting test_project to work where it is supposed to work. This functions on Mac/Linux/Unix, but maybe not on Windows

223222e3714d0a38a00424248f433a2c716c7b17 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Moving test_project up and out of test folder since it does not belong there

01d5413006416ece897781dd348603df7195cf2b authored about 15 years ago by Daniel Greenfeld <[email protected]>
Merge branch 'master' of [email protected]:pydanny/django-uni-form

7a713d06604606e87aaf90a97d387b0bef6fb1cd authored about 15 years ago by Daniel Greenfeld <[email protected]>
Adding of CHANGELOG

56281e1721641a9685e9e56143f4e1ea0541e54d authored about 15 years ago by Daniel Greenfeld <[email protected]>
Getting the test app to work right

5d9c3f4fa18a475f7a63afb352874b86943f7cd2 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Adding in of uni_form_setup tag

0e6be1e5c40a2096bbe142973adbd9d7c351aa88 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Adding acdha to contributors

c5e35fbe2410af6b8bc1968a6ec2bc7fe409729e authored about 15 years ago by Daniel Greenfeld <[email protected]>
The ctrlHolder div now receives the widget's CSS class if set; this allows styling the label.

Structural cleanup to get rid of duplicate code related to checkbox labels

24a1e53bf9be642af1843813489f35d3c79d8c88 authored about 15 years ago by acdha <[email protected]>
Adding in CHANGELOG. Also form_action helper attribute now also allows straight strings in addition to named URLs. Enjoy

b3c03fd34cd58a8d74127b0dcbcf025a1d3d2ce0 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Changing of templatetag uni_form.py to uni_form_tags.py to remove problems with annoying namespace collisions.

c40afe562f744c5b3955dd39db024f234150fd28 authored about 15 years ago by Daniel Greenfeld <[email protected]>
Removing a hard coded <hr /> for our newspaper friends at Washington Times/Corey OOrdt

f757b8e07b1e3700277d3f8b7bb1b93bc9f66f0b authored about 15 years ago by Daniel Greenfeld <[email protected]>
Various documentation fixes

7aabb2deefc9f55e3b479dd4a346f0b528c30c11 authored over 15 years ago by Daniel Greenfeld <[email protected]>

c36883d684292cb3068785eb08e9385c28eb6a90 authored over 15 years ago by pydanny <[email protected]>
Correct uni_form template tag to refernce class instead of form_class in get_attrs

Signed-off-by: Daniel Greenfeld <[email protected]>

df5a88480f4d9ed564f206636a7e69fc96f2d46d authored over 15 years ago by Karl Bowden <[email protected]>
setup.py change for release

ad87b0e2c2bc849ff974775a8495d6914a2c8073 authored over 15 years ago by Daniel Greenfeld <[email protected]>
Documentation changes

96999101b187da8692387bf189b0818224bf7ad7 authored over 15 years ago by Daniel Greenfeld <[email protected]>
whitespace cleanup

38a07cc2d1d9a398d96fbfce9a11f2dbd6363a5d authored over 15 years ago by Daniel Greenfeld <[email protected]>
For ticket #7, this puts the errors paragraph into the right location to match how uni-form expects errors to go.

dbda5b741939c995bf9af2172d48b607b64d5c2a authored over 15 years ago by Daniel Greenfeld <[email protected]>
Added the ability to set the form action to any named URL\n Added the ability to set the form method to GET or POST - defaults to POST\nAdded new test page to support these two actions

31066c32237c9f5fe35c831735646a9167f9167b authored over 15 years ago by Daniel Greenfeld <[email protected]>
changed version to 0.6.0

c4db19d2bfb8f1b409a2b7712d998f4e4efde7c7 authored over 15 years ago by Daniel Greenfeld <[email protected]>
Added the ability to set the form action to any named URL\n Added the ability to set the form method to GET or POST - defaults to POST\nAdded new test page to support these two actions

6f670e7ec03ec7b8587fcad4b3de9f14c9f8bdba authored over 15 years ago by Daniel Greenfeld <[email protected]>
bumped version and removed setuptools install_requires

Signed-off-by: Daniel Greenfeld <[email protected]>

c5bcbbb71d5e8f84d52843a902c37aa2f01dd8bf authored over 15 years ago by Brian Rosner <[email protected]>
Added James Pic for as_uni_field and as_uni_errors

Signed-off-by: Daniel Greenfeld <[email protected]>

6a925d3e3248ab9febd4fbbc5ce42a552e091262 authored over 15 years ago by root <root@tn.(none)>
Added as_uni_errors and as_uni_field templatetags

Signed-off-by: Daniel Greenfeld <[email protected]>

6562c7185eed9bdb2b0035d3652a11a1944698a1 authored over 15 years ago by root <root@tn.(none)>
Moved the HTML error list from uni_form.html to errors.html and include it in uni_form.html

Signed-off-by: Daniel Greenfeld <[email protected]>

8a1bac9b91afb971f7d9ab57c6e5646abfbf51a5 authored over 15 years ago by root <root@tn.(none)>
Prepping for cut of 0.5.0 tag

b07233e1a39123b425be1c57eb839b30f875b5c7 authored over 15 years ago by Daniel Greenfeld <[email protected]>
For Pinax #308 this renders form help text as safe. Skylar came up with this originally, but somehow it got lost from the code.

66cc352bb36c6940cfdb23977d2d19201f250273 authored over 15 years ago by Daniel Greenfeld <[email protected]>
Changing simple layout to be Intermediate

e5765d4a63ad3fc67abb6a1283beed4e5a880d0e authored over 15 years ago by Daniel Greenfeld <[email protected]>