Eventlib is an asynchronous event tracking app for Django. This library was
built upon the following values:
* It must be deadly simple to log an event;
* It must be possible to track each event in different ways;
* Each different "event handler" must be completely separate and fail
gracefully;
* The event system must be asynchronous, so let's use celery;
* The library must be extensible;
* 100% of test coverage is enough.
Upstream changes:
3.2.4 2014-04-27 17:18:15+0900
[TEST FIXES]
- Fix#122, #120 testing issue on windows (syohex)
[FEATURES]
- Add $array.first() and $array.last() methods (#116, #118 / shyohex)
3.2.3 2014-04-23 07:32:39+0900
- Made a mistake in the release engineering, re-packaged on the correct
status.
3.2.2 2014-04-23 07:29:42+0900
[BUG FIXES]
- Fix#105 SEGV on blead (reported by tokuhirom, fixed by syohex in #117)
3.2.1 2014-04-17 07:55:38+0900
[BUG FIXES]
- Fix#111 (by syohex in #113) inputting "0" made a wrong result
Upstream changes:
0.4.0 2013-11-29 11:18:57 Europe/Oslo
Fixed RT#90975 (reported by Upasana Shukla)
Replaced deprecated Class::MOP::load_class() with
Class::Load::load_class(). Module::Runtime::require_module()
couldn't be used because of tests with package definitions in
BEGIN blocks.
Upstream changes:
1.92 2014-04-12
- Add scripts/tag-release.pl .
1.91 2014-04-12
- t/cpan-changes.t : minimum version of Test::CPAN::Changes.
- This is to avoid test failures such as:
- http://www.cpantesters.org/cpan/report/5af7d5eb-6bfa-1014-b84e-eb85912f2992
1.90 2014-04-10
- Handle $Config{dlext} correctly on Windows.
- https://rt.cpan.org/Ticket/Display.html?id=94516
- Thanks to kmx for the report and fix.
- Add t/pod.t .
- Fix some POD problems.
- Add t/cpan-changes.t and convert Changes to CPAN::Changes format.
- Add t/style-trailing-space.t.
- Remove trailing whitespace.
1.89 2014-03-05
- Fix memory management of node-sets returned from extension functions.
Without calling xsltExtensionInstructionResultRegister, node-sets
could be freed too early, leading to strange errors or segfaults.
- https://bugzilla.gnome.org/show_bug.cgi?id=562302
- https://rt.cpan.org/Ticket/Display.html?id=93349
- Thanks to Alexander Schepanovski for the report.
- Document input_callbacks methods
- Don't register libxml2 input callbacks twice
- https://rt.cpan.org/Public/Bug/Display.html?id=60313
- Fix memory leak with extension functions returning node lists
- https://rt.cpan.org/Public/Bug/Display.html?id=55623
- https://rt.cpan.org/Public/Bug/Display.html?id=76596
- Thanks to Jozef Kutej and Slaven Rezic for the reports.
- Thanks to Nick Wellnhofer for the pull requests and fixes.
1.88 2014-02-17
- Fix t/xml-grammar-failures.t based on the xml:space commentary here:
- https://mail.gnome.org/archives/xml/2014-February/msg00000.html
- Caused some failures which were ultimately our fault.
1.87 2014-02-03
- Decrease the minimum libxslt version again.
- Setting it as 1.1.28 did not fix the failures, and now we have
some more tests to test against it.
- https://rt.cpan.org/Ticket/Display.html?id=92659
- Thanks to Slaven Rezic for the report.
1.86 2014-02-02
- Add t/xml-grammar-failures.t to catch test failures in dependent modules.
- Add some data files for it under t/data/*.
- This fails on FreeBSD 9.2 currently.
1.85 2014-02-01
- Add "use strict;" and "use warnings;" globally (CPANTS).
- Add LICENSE to the MANIFEST.
1.84 2013-12-26
- Hopefully fix a segmentation fault on Win32 introduced in the last ver.
- https://rt.cpan.org/Ticket/Display.html?id=91652
- Thanks to Alexandr Ciornii for the report, and to Nikolay Sivov
for providing help.
1.83 2013-12-22
- Get rid of compiler warnings when compiling using CLANG.
- https://rt.cpan.org/Public/Bug/Display.html?id=91118
- Thanks to Daniel Macks for the report.
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
* Add warning for moves without origin
* Allow to define the effective date of shipments
* Prevent changing product type if stock moves exist
* Use new methods to compute quantities in StockMixin._search_quantity()
* Split products_by_location into two methods on Move:
compute_quantities_query and compute_quantities
* Use origin for inventory moves
* Allow partial assignation on Supplier Shipment Return
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
* Add start/end date to tax
* Use account of write-off journal as default
* Add write-off journal type
* Add description on write-off move
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
* Read employee according to the context
* Add timezone on company to compute today
bin/trytond${PYVERSUFFIX} in post-install to support concurrently installed
versions of python. Upstream dropped support for py26. From CHANGELOG:
* Bug fixes (see mercurial logs for details)
* Add restore_history to ModelSQL
* Add history revisions
* Add the multi selection widget
* Add index to one2many's on_change
* Remove auto-refresh on Action Window
* Add support of domain for non-relation field
* Manage microseconds in JSON-RPC and XML-RPC
* Remove Sha field
* Add password widget
* Add Len to PYSON
* Use bcrypt to hash password if possible
* Use a sequence of ids, values to set fields
* Client side actions on button and wizard
* Add depends attribute to data tag
* Add tree_invisible attribute to button in tree view
* Drop support of Python 2.6
* Deprecate on_change, on_change_with, selection_change_with and autocomplete
field arguments
* Add fields.depends decorator
* Add run-tests
* Validate only modified and dependant fields on model write
* Improve error messages by showing the failing value
* Remove relation field actions:
- delete_all
- unlink_all
- set
* Rename relation field action unlink into remove
* Use a sequence of records, values in write
* set_context of Transaction.set_user is restricted to root
* Add a "copy" action to One2Many and Many2Many's set method
* Force UTC as timezone (migration script available on tryton-tools)
* Add relation_field for many2one
in post-install to support concurrent installed python versions. From CHANGELOG:
* Bug fixes (see mercurial logs for details)
* Add option to show revisions
* Add a multi selection widget for many2many
* Remove auto-refresh
* Add support of domain for non-relation field
* Allow drag & drop on the attachment button
* Replace sha widget by password
* Add Len to PYSON
* Use a pool of connection
* Manage client actions from button and wizard
* Add tree_invisible attribute to button in tree view
* Add buttons of the view in actions menu
* Don't evaluate anymore relate action with the record
* Paste on editable list create new records if needed
* Drop support of Python 2.6
* Allow to search on rec_name of Reference fields
* Use local timezone
* Sanitize report file extension