Mercurial > p > roundup > code
comparison CHANGES.txt @ 4785:81ab5ffa6863
Added two new features to CHANGES.txt and attributed my earlier
tx_Source feature addition.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 24 Apr 2013 23:46:57 -0400 |
| parents | cda9ca8befd7 |
| children | 6018617c55ab |
comparison
equal
deleted
inserted
replaced
| 4784:888676704342 | 4785:81ab5ffa6863 |
|---|---|
| 5 | 5 |
| 6 2013-??-??: 1.4.22 | 6 2013-??-??: 1.4.22 |
| 7 | 7 |
| 8 Features: | 8 Features: |
| 9 | 9 |
| 10 - issue2550808 Enhanced the boolean field template function. Now by | |
| 11 default the labels generated can be clicked on and select the | |
| 12 corresponding radio button. Also can create a trivalued radiobutton | |
| 13 (yes/no/unknown) as well as customize the labels for the | |
| 14 yes/no/unknown radio buttons. (John Rouillard) | |
| 15 - issue2550807 enhance classhelp method with ability to set html | |
| 16 properties on the generated link. (John Rouillard) | |
| 10 - Support for tx_Source property on database handle. Can be used by | 17 - Support for tx_Source property on database handle. Can be used by |
| 11 detectors to find out the source of a change in an auditor to block | 18 detectors to find out the source of a change in an auditor to block |
| 12 changes arriving by unauthenticated mechanisms (e.g. plain email | 19 changes arriving by unauthenticated mechanisms (e.g. plain email |
| 13 where headers can be faked). The property db.tx_Source has the | 20 where headers can be faked). The property db.tx_Source has the |
| 14 following values: | 21 following values: |
| 22 * "email" - this string value is set when using an unauthenticated | 29 * "email" - this string value is set when using an unauthenticated |
| 23 email based technique. | 30 email based technique. |
| 24 * "email-sig-openpgp" - this string value is set when email with a | 31 * "email-sig-openpgp" - this string value is set when email with a |
| 25 valid pgp signature is used. (*NOTE* the testing for this mode | 32 valid pgp signature is used. (*NOTE* the testing for this mode |
| 26 is incomplete. If you have a pgp infrastructure you should test | 33 is incomplete. If you have a pgp infrastructure you should test |
| 27 and verify that this is properly set.) | 34 and verify that this is properly set.) (John Rouillard) |
| 28 - Introducing Template Loader API (anatoly techtonik) | 35 - Introducing Template Loader API (anatoly techtonik) |
| 29 - Experimental support for Jinja2, try 'jinja2' for template_engine | 36 - Experimental support for Jinja2, try 'jinja2' for template_engine |
| 30 in config (anatoly techtonik) | 37 in config (anatoly techtonik) |
| 31 - A new jinja2 template based on Classic schema and using Twitter | 38 - A new jinja2 template based on Classic schema and using Twitter |
| 32 bootstrap for responsive behaviour. Run as - | 39 bootstrap for responsive behaviour. Run as - |
