Zope Subversion Repository

  Zope

Zope: Sandbox/ccomb/z3c.form/trunk/CHANGES.txt


No default branch

Revision 82204 - (view) (download) - [select for diffs]
Modified Sun Dec 9 00:58:41 2007 UTC (5 years, 5 months ago) by ccomb
File length: 14495 byte(s)
Diff to previous 82117 , to selected 76653
branch to work on an object widget

Filename: z3c.form/trunk/CHANGES.txt
Revision 82117 - (view) (download) - [select for diffs]
Modified Tue Dec 4 15:22:52 2007 UTC (5 years, 5 months ago) by nouri
File length: 14495 byte(s)
Diff to previous 81759 , to selected 76653
Add a hidden widget template for the ``ISelectWidget``.

Filename: z3c.form/trunk/CHANGES.txt
Revision 81759 - (view) (download) - [select for diffs]
Modified Mon Nov 12 02:44:00 2007 UTC (5 years, 6 months ago) by srichter
File length: 14427 byte(s)
Diff to previous 81198 , to selected 76653
- Bug: ``createId`` could not handle arbitrary unicode input. Thanks to
  Andreas Reuleaux for reporting the bug and a patch for it. (Added
  descriptive doctests for the function in the process.)


Filename: z3c.form/trunk/CHANGES.txt
Revision 81198 - (view) (download) - [select for diffs]
Modified Tue Oct 30 08:08:29 2007 UTC (5 years, 6 months ago) by icemac
File length: 14229 byte(s)
Diff to previous 80755 , to selected 76653
merged gocept-invariants branch from r80186 to HEAD

Filename: z3c.form/trunk/CHANGES.txt
Revision 80755 - (view) (download) - [select for diffs]
Modified Wed Oct 10 01:57:53 2007 UTC (5 years, 7 months ago) by srichter
File length: 14055 byte(s)
Diff to previous 80556 , to selected 76653
Get ready for release.

Filename: z3c.form/trunk/CHANGES.txt
Revision 80556 - (view) (download) - [select for diffs]
Modified Wed Oct 3 16:55:30 2007 UTC (5 years, 7 months ago) by srichter
File length: 14036 byte(s)
Diff to previous 79799 , to selected 76653
- Feature: Implemented ``ImageButton``, ``ImageAction``, 
  ``ImageWidget``, and ``ImageFieldWidget`` to support imge submit 
  buttons.


Filename: z3c.form/trunk/CHANGES.txt
Revision 79799 - (view) (download) - [select for diffs]
Modified Fri Sep 21 16:41:33 2007 UTC (5 years, 8 months ago) by mkerrin
File length: 13792 byte(s)
Diff to previous 79789 , to selected 76653
Turn bug into a new feature.

Filename: z3c.form/trunk/CHANGES.txt
Revision 79789 - (view) (download) - [select for diffs]
Modified Fri Sep 21 10:29:29 2007 UTC (5 years, 8 months ago) by mkerrin
File length: 13822 byte(s)
Diff to previous 79768 , to selected 76653
The AttributeField data manager wasn't honouring the field's interface
on the set method also.

Filename: z3c.form/trunk/CHANGES.txt
Revision 79768 - (view) (download) - [select for diffs]
Modified Thu Sep 20 19:22:53 2007 UTC (5 years, 8 months ago) by mkerrin
File length: 13815 byte(s)
Diff to previous 79765 , to selected 76653
Fix bug: When an error occurred during processing of the request the
widget ended up been security proxies and the system started
throwing `TraversalError's trying to access the `label' attribute of
the widget. Declared that the widgets require the `zope.Public'
permission in order to access these attributes.

Filename: z3c.form/trunk/CHANGES.txt
Revision 79765 - (view) (download) - [select for diffs]
Modified Thu Sep 20 17:38:50 2007 UTC (5 years, 8 months ago) by mkerrin
File length: 13497 byte(s)
Diff to previous 79469 , to selected 76653
Fixed bug: The `canAccess' and `canWrite' methods on the AttributeField
datamanager didn't check for the case when the field's interface was
not directly provided for by the context.

Filename: z3c.form/trunk/CHANGES.txt
Revision 79469 - (view) (download) - [select for diffs]
Modified Tue Sep 4 22:32:36 2007 UTC (5 years, 8 months ago) by srichter
File length: 13313 byte(s)
Diff to previous 79465 , to selected 76653
- Feature: Implemented single checkbox widget that can be used for boolean
  fields. They are not available by default but can be set using the
  ``widgetFactory`` attribute.


Filename: z3c.form/trunk/CHANGES.txt
Revision 79465 - (view) (download) - [select for diffs]
Modified Tue Sep 4 18:39:07 2007 UTC (5 years, 8 months ago) by srichter
File length: 13137 byte(s)
Diff to previous 79464 , to selected 76653
- Bug: When rendering a widget the ``style`` attribute was not honored. Thanks
  to Andreas Reuleaux for reporting.

Filename: z3c.form/trunk/CHANGES.txt
Revision 79464 - (view) (download) - [select for diffs]
Modified Tue Sep 4 18:22:18 2007 UTC (5 years, 8 months ago) by srichter
File length: 13020 byte(s)
Diff to previous 79463 , to selected 76653
- Bug: When an error occurred in the sub-form, the status message was not set
  correctly. Fixed the code and the incorrect test. Thanks to Markus
  Kemmerling for reporting.


Filename: z3c.form/trunk/CHANGES.txt
Revision 79463 - (view) (download) - [select for diffs]
Modified Tue Sep 4 18:12:27 2007 UTC (5 years, 8 months ago) by srichter
File length: 12844 byte(s)
Diff to previous 79204 , to selected 76653
Bug: Several interfaces had the ``self`` argument in the method
     signature. Thanks to Markus Kemmerling for reporting.


Filename: z3c.form/trunk/CHANGES.txt
Revision 79204 - (view) (download) - [select for diffs]
Modified Fri Aug 24 03:20:50 2007 UTC (5 years, 8 months ago) by srichter
File length: 12667 byte(s)
Diff to previous 78810 , to selected 76653
Get ready for 1.6.0 release.

Filename: z3c.form/trunk/CHANGES.txt
Revision 78810 - (view) (download) - [select for diffs]
Modified Tue Aug 14 15:44:04 2007 UTC (5 years, 9 months ago) by srichter
File length: 12667 byte(s)
Diff to previous 78786 , to selected 76653
- Feature: An event handler for ``ActionErrorOccurred`` events is registered
  to merge the action error into the form's error collectors, such as
  ``form.widgets.errors`` and ``form.widgets['name'].error`` (if
  applicable). It also sets the status of the form. (Thanks to Herman
  Himmelbauer, who requested the feature, for providing use cases.)

- Feature: Action can now raise ``ActionExecutionError`` exceptions that will
  be handled by the framework. These errors wrap the original error. If an
  error is specific to a widget, then the widget name is passed to a special
  ``WidgetActionExecutionError`` error. (Thanks to Herman Himmelbauer, who
  requested the feature, for providing use cases.)

- Feature: After an action handler has been executed, an action executed event
  is sent to the system. If the execution was successful, the event is
  ``ActionSuccessfull`` event is sent. If an action execution error was
  raised, the ``ActionErrorOccurred`` event is raised. (Thanks to Herman
  Himmelbauer, who requested the feature, for providing use cases.)


Filename: z3c.form/trunk/CHANGES.txt
Revision 78786 - (view) (download) - [select for diffs]
Modified Mon Aug 13 13:47:11 2007 UTC (5 years, 9 months ago) by srichter
File length: 11595 byte(s)
Diff to previous 78702 , to selected 76653
- Feature: The ``applyChanges()`` function now returns a dictionary of changes
  (grouped by interface) instead of a boolean. This allows us to generate a
  more detailed object-modified event. If no changes are applied, an empty
  dictionary is returned. The new behavior is compatible with the old one, so
  no changes to your code are required. (Thanks to Darryl Cousins for the
  request and implementation.)


Filename: z3c.form/trunk/CHANGES.txt
Revision 78702 - (view) (download) - [select for diffs]
Modified Wed Aug 8 13:54:51 2007 UTC (5 years, 9 months ago) by srichter
File length: 11181 byte(s)
Diff to previous 78679 , to selected 76653
- Bug (IE): In Internet Explorer, when a label for a radio input field is only
  placed around the text describing the choice, then only the text is
  surrounded by a dashed box. IE users reported this to be confusing, thus we
  now place the label around the text and the input element so that both are
  surrounded by the dashed border. In Firefox and KHTML (Safari) only the
  radio button is surrounded all the time.


Filename: z3c.form/trunk/CHANGES.txt
Revision 78679 - (view) (download) - [select for diffs]
Modified Wed Aug 8 03:21:31 2007 UTC (5 years, 9 months ago) by srichter
File length: 10759 byte(s)
Diff to previous 78514 , to selected 76653
Reporting invariant invalid errors was not working. Here is what was 
needed:

- Feature: A new ``InvalidErrorViewSnippet`` class provides an error view
  snippet for ``zope.interface.Invalid`` exceptions, which are frequently used
  for invariants.

- Bug: When extracting and validating data in the widget manager, invariant
  errors were not converted to error view snippets.

- Bug: When error view snippets were not widget-specific -- in other words,
  the ``widget`` attribute was ``None`` -- rendering the template would fail.


Filename: z3c.form/trunk/CHANGES.txt
Revision 78514 - (view) (download) - [select for diffs]
Modified Wed Aug 1 01:20:54 2007 UTC (5 years, 9 months ago) by srichter
File length: 10303 byte(s)
Diff to previous 78513 , to selected 76653
Better wording.

Filename: z3c.form/trunk/CHANGES.txt
Revision 78513 - (view) (download) - [select for diffs]
Modified Tue Jul 31 23:03:47 2007 UTC (5 years, 9 months ago) by srichter
File length: 10305 byte(s)
Diff to previous 78505 , to selected 76653
- Feature: When a widget is required, HTML-based widgets now declare a
  "required" class. Requested by Markus Leist.

- Restructuring: The widget specific class name was in camel-case. A
  converntion that later developed uses always dash-based naming of HTML/CSS
  related variables. So for example, the class name "textWidget" is now
  "text-widget". This change will most likely require some changes to your CSS
  declarations.


Filename: z3c.form/trunk/CHANGES.txt
Revision 78505 - (view) (download) - [select for diffs]
Modified Tue Jul 31 20:50:24 2007 UTC (5 years, 9 months ago) by srichter
File length: 9890 byte(s)
Diff to previous 78372 , to selected 76653
Add a comment about the work Aaron did on the text.

Filename: z3c.form/trunk/CHANGES.txt
Revision 78372 - (view) (download) - [select for diffs]
Modified Fri Jul 27 15:51:21 2007 UTC (5 years, 9 months ago) by srichter
File length: 9812 byte(s)
Diff to previous 78326 , to selected 76653
- Feature: The validation data wrapper now knows about the context of the
  validation, which provides a hook for invariants to access the environment.

Filename: z3c.form/trunk/CHANGES.txt
Revision 78326 - (view) (download) - [select for diffs]
Modified Wed Jul 25 16:35:33 2007 UTC (5 years, 9 months ago) by srichter
File length: 9659 byte(s)
Diff to previous 78313 , to selected 76653
Add some change notes from Roy's checkin yesterday.

Filename: z3c.form/trunk/CHANGES.txt
Revision 78313 - (view) (download) - [select for diffs]
Modified Tue Jul 24 14:41:47 2007 UTC (5 years, 9 months ago) by srichter
File length: 9203 byte(s)
Diff to previous 78237 , to selected 76653
Make changes notes about Roy's latest checkin.

Filename: z3c.form/trunk/CHANGES.txt
Revision 78237 - (view) (download) - [select for diffs]
Modified Sat Jul 21 02:47:01 2007 UTC (5 years, 10 months ago) by srichter
File length: 9016 byte(s)
Diff to previous 78188 , to selected 76653
- Feature: Exposed several attributes of the widget manager to the form for
  convenience. The attributes are: mode, ignoreContext, ignoreRequest,
  ignoreReadonly.


Filename: z3c.form/trunk/CHANGES.txt
Revision 78188 - (view) (download) - [select for diffs]
Modified Thu Jul 19 18:30:45 2007 UTC (5 years, 10 months ago) by srichter
File length: 8850 byte(s)
Diff to previous 78121 , to selected 76653
Make error messages for number parsing error more user-friendly.

Filename: z3c.form/trunk/CHANGES.txt
Revision 78121 - (view) (download) - [select for diffs]
Modified Wed Jul 18 20:30:17 2007 UTC (5 years, 10 months ago) by srichter
File length: 8719 byte(s)
Diff to previous 77862 , to selected 76653
Implemented a new feature putting a span around the value for a display 
widget. Also tested the button field widget someone better.

Filename: z3c.form/trunk/CHANGES.txt
Revision 77862 - (view) (download) - [select for diffs]
Modified Fri Jul 13 14:17:04 2007 UTC (5 years, 10 months ago) by srichter
File length: 8581 byte(s)
Diff to previous 77552 , to selected 76653
Remove mentioning of "hint" attribute.

Filename: z3c.form/trunk/CHANGES.txt
Revision 77552 - (view) (download) - [select for diffs]
Modified Sat Jul 7 03:57:20 2007 UTC (5 years, 10 months ago) by srichter
File length: 8487 byte(s)
Diff to previous 77536 , to selected 76653
Fix an ugly bug with buttons and the button manager.

Filename: z3c.form/trunk/CHANGES.txt
Revision 77536 - (view) (download) - [select for diffs]
Modified Fri Jul 6 21:13:41 2007 UTC (5 years, 10 months ago) by srichter
File length: 8268 byte(s)
Diff to previous 77519 , to selected 76653
Added widget events.

Filename: z3c.form/trunk/CHANGES.txt
Revision 77519 - (view) (download) - [select for diffs]
Modified Fri Jul 6 15:11:10 2007 UTC (5 years, 10 months ago) by srichter
File length: 8114 byte(s)
Diff to previous 77506 , to selected 76653
Fixed badness related to button actions. The API is much cleaner now.
 

Filename: z3c.form/trunk/CHANGES.txt
Revision 77506 - (view) (download) - [select for diffs]
Modified Fri Jul 6 13:44:42 2007 UTC (5 years, 10 months ago) by srichter
File length: 7798 byte(s)
Diff to previous 77416 , to selected 76653
Added button widget.

Filename: z3c.form/trunk/CHANGES.txt
Revision 77416 - (view) (download) - [select for diffs]
Modified Wed Jul 4 17:26:13 2007 UTC (5 years, 10 months ago) by srichter
File length: 7664 byte(s)
Diff to previous 77328 , to selected 76653
Get ready for beta release.

Filename: z3c.form/trunk/CHANGES.txt
Revision 77328 - (view) (download) - [select for diffs]
Modified Tue Jul 3 08:57:23 2007 UTC (5 years, 10 months ago) by srichter
File length: 7335 byte(s)
Diff to previous 77324 , to selected 76653
- Feature: All ``IFieldWidget`` instances that are also HTML element widgets
  now declare an additional CSS class of the form "<fieldtype.lower()>-field".

- Feature: Added ``addClass()`` method to HTML element widgets, so that adding
  a new CSS class is simpler.

- Feature: Renamed "css" attribute of the widget to "klass", because the class
  of an HTML element is a classification, not a CSS marker


Filename: z3c.form/trunk/CHANGES.txt
Revision 77324 - (view) (download) - [select for diffs]
Modified Tue Jul 3 05:30:36 2007 UTC (5 years, 10 months ago) by srichter
File length: 6927 byte(s)
Diff to previous 77303 , to selected 76653
- Added all available HTML attributes.

Filename: z3c.form/trunk/CHANGES.txt
Revision 77303 - (view) (download) - [select for diffs]
Modified Mon Jul 2 13:15:02 2007 UTC (5 years, 10 months ago) by srichter
File length: 6788 byte(s)
Diff to previous 77211 , to selected 76653
Provide labels correctly for radio widgets.

Filename: z3c.form/trunk/CHANGES.txt
Revision 77211 - (view) (download) - [select for diffs]
Modified Fri Jun 29 05:49:19 2007 UTC (5 years, 10 months ago) by srichter
File length: 6667 byte(s)
Diff to previous 77206 , to selected 76653
Prepare 1.4.0 release.

Filename: z3c.form/trunk/CHANGES.txt
Revision 77206 - (view) (download) - [select for diffs]
Modified Fri Jun 29 04:30:09 2007 UTC (5 years, 10 months ago) by srichter
File length: 6669 byte(s)
Diff to previous 77192 , to selected 76653
Added prompt in select widget and updated interface.

Filename: z3c.form/trunk/CHANGES.txt
Revision 77192 - (view) (download) - [select for diffs]
Modified Thu Jun 28 21:02:33 2007 UTC (5 years, 10 months ago) by srichter
File length: 6325 byte(s)
Diff to previous 77187 , to selected 76653
- Feature: Allow "no value message" of select widgets to be dynamilcally
  changed using an attribute value adapter.


Filename: z3c.form/trunk/CHANGES.txt
Revision 77187 - (view) (download) - [select for diffs]
Modified Thu Jun 28 19:53:17 2007 UTC (5 years, 10 months ago) by srichter
File length: 6033 byte(s)
Diff to previous 77154 , to selected 76653
I spoke with Joachim Werner the other day on IRC and he mentioned to me 
that he was very annoyed that the widgets in Zope 3 (referring to the 
ones in zope.app.form) were not internationalized correctly and he would 
have to constantly write his own custom widgets to make them work for 
German input.

It occurred to me that the same problem holds true for z3c.form. So I 
had to change that! :-)

- Feature: Internationalized data conversion for date, time, date/time,
  integer, float and decimal. Now the locale data is used to format and parse
  those data types to provide the bridge to text-based widgets. While those
  features require the latest zope.i18n package, backward compatibility is
  provided.



Filename: z3c.form/trunk/CHANGES.txt
Revision 77154 - (view) (download) - [select for diffs]
Modified Wed Jun 27 19:29:23 2007 UTC (5 years, 10 months ago) by srichter
File length: 5719 byte(s)
Diff to previous 77114 , to selected 76653
All forms now have an optional label that can be used by the UI.

Filename: z3c.form/trunk/CHANGES.txt
Revision 77114 - (view) (download) - [select for diffs]
Modified Tue Jun 26 22:35:05 2007 UTC (5 years, 10 months ago) by srichter
File length: 5642 byte(s)
Diff to previous 77077 , to selected 76653
- Feature: Implemented groups within forms. Groups allow you to combine a set
  of fields/widgets into a logical unit. They were designed with ease of use
  in mind.


Filename: z3c.form/trunk/CHANGES.txt
Revision 77077 - (view) (download) - [select for diffs]
Modified Mon Jun 25 18:37:26 2007 UTC (5 years, 10 months ago) by srichter
File length: 5420 byte(s)
Diff to previous 76941 , to selected 76653
I have to escape the tests in the generated documentation now, since 
PyPI does not properly encode the long description. Sigh.


Filename: z3c.form/trunk/CHANGES.txt
Revision 76941 - (view) (download) - [select for diffs]
Modified Fri Jun 22 16:43:46 2007 UTC (5 years, 11 months ago) by srichter
File length: 5426 byte(s)
Diff to previous 76849 , to selected 76653
Get ready for 1.3.0.

- Move TODOS to project level. I think this means that they are picked 
  up in the release and we get a higher rating in the cheeseshop.

- Merged Roger's changes located in the code to the canonical location.

- Removed trailing whitespaces from util.


Filename: z3c.form/trunk/CHANGES.txt
Revision 76849 - (view) (download) - [select for diffs]
Modified Wed Jun 20 17:46:43 2007 UTC (5 years, 11 months ago) by srichter
File length: 3510 byte(s)
Diff to previous 76842 , to selected 76653
Note the changes of the previous checkin.

Filename: z3c.form/trunk/CHANGES.txt
Revision 76842 - (view) (download) - [select for diffs]
Modified Wed Jun 20 13:15:45 2007 UTC (5 years, 11 months ago) by srichter
File length: 2883 byte(s)
Diff to previous 76653
Record change and update setup.

Filename: z3c.form/trunk/CHANGES.txt
Revision 76653 - (view) (download) - [selected]
Modified Wed Jun 13 05:01:54 2007 UTC (5 years, 11 months ago) by srichter
File length: 2694 byte(s)
Diff to previous 76279
Added change comment.

Filename: z3c.form/trunk/CHANGES.txt
Revision 76279 - (view) (download) - [select for diffs]
Modified Mon Jun 4 07:30:12 2007 UTC (5 years, 11 months ago) by srichter
File length: 2476 byte(s)
Diff to previous 76262 , to selected 76653
Add notes about recent changes.

Filename: z3c.form/trunk/CHANGES.txt
Revision 76262 - (view) (download) - [select for diffs]
Modified Sun Jun 3 17:15:14 2007 UTC (5 years, 11 months ago) by srichter
File length: 1811 byte(s)
Diff to previous 76160 , to selected 76653
Record recent changes.

Filename: z3c.form/trunk/CHANGES.txt
Revision 76160 - (view) (download) - [select for diffs]
Modified Sat Jun 2 16:04:30 2007 UTC (5 years, 11 months ago) by srichter
File length: 1146 byte(s)
Diff to previous 76158 , to selected 76653
Add changes comment for the last checkin.

Filename: z3c.form/trunk/CHANGES.txt
Revision 76158 - (view) (download) - [select for diffs]
Modified Sat Jun 2 13:05:15 2007 UTC (5 years, 11 months ago) by srichter
File length: 930 byte(s)
Diff to previous 76137 , to selected 76653
* Implemented documentation corrections from Roy Mathew. Thanks!

* Implemented API extensions to select() and omit() in Fields as 
  suggested by Nikolay Kim. Thanks!

* Ignore buildout stuff.


Filename: z3c.form/trunk/CHANGES.txt
Revision 76137 - (view) (download) - [select for diffs]
Modified Fri Jun 1 20:49:14 2007 UTC (5 years, 11 months ago) by srichter
File length: 557 byte(s)
Diff to previous 76038 , to selected 76653
Provide a better fix for the bug Roger fixed already. Also provided a 
comprehensive test for it.

Filename: z3c.form/trunk/CHANGES.txt
Revision 76038 - (view) (download) - [select for diffs]
Modified Thu May 31 04:40:05 2007 UTC (5 years, 11 months ago) by srichter
File length: 334 byte(s)
Diff to previous 75943 , to selected 76653
Added ability to change button action title via an IValue adapter.


Filename: z3c.form/trunk/CHANGES.txt
Revision 75943 - (view) (download) - [select for diffs]
Added Thu May 24 15:12:08 2007 UTC (6 years ago) by srichter
File length: 96 byte(s)
Diff to selected 76653
Update package information.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

  Diffs between and
  Type of Diff should be a

Sort log by:

webmaster@zope.org

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help