irmis-devel Mailing List for IRMIS
Status: Alpha
Brought to you by:
carcassi
You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
(5) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 |
Jan
(2) |
Feb
(10) |
Mar
(5) |
Apr
(5) |
May
(1) |
Jun
(3) |
Jul
(3) |
Aug
(1) |
Sep
(2) |
Oct
(2) |
Nov
(1) |
Dec
(1) |
| 2010 |
Jan
(2) |
Feb
(1) |
Mar
(1) |
Apr
(3) |
May
(2) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
(1) |
| 2011 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
|
1
|
2
|
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
|
24
|
25
|
26
|
27
(1) |
28
(1) |
29
|
30
|
|
31
|
|
|
|
|
|
|
|
From: Carcassi, G. <car...@bn...> - 2010-01-28 20:28:10
|
Hi all, I uncovered a bug in the service that allowed some actions that should be forbidden. For example: one could remove a function or an interface even though they were used by other parts of the database. The bug is fixed now in trunk and will be added to the next release at the end of February. Those interested in the details: I didn't quite realize JPA had its own control for cascade operations, so a delete operation on one object could trigger the deletion of relationships to other entities. When switching from JDBC to JPA, then, I lost the check on some constraints that the database was responsible for. I have appropriately set the control to just rely on the database, and all is fine. There were surprisingly very few other bugs that crept in. Gabriele |
|
From: Carcassi, G. <car...@bn...> - 2010-01-27 20:44:34
|
Hi all, First release of the year: https://sourceforge.net/projects/irmis/ <https://sourceforge.net/projects/irmis/> No changes in the database, though this month we'll most likely remove the "number of cables" field in the bundle. Spare cables will become unconnected instances in the cable table, since we'll need to keep track of data associated with them (most notably a barcode number). More slew of GUI fixes based on feedback. Among which: * Adding tooltips and changing command names * Component Editor is now more keyboard friendly * Items are better alphabetized in the Component Editor Couple of new features too: * Component tree in the component browser can now be filtered to display only a subset of components (i.e. a subsystem) * Component Type editor can export to HTML * Properties with hyperlinks as values are now clickable in the Component Browser Rest of the time went into further improving the new cable editor (which is not yet finished) and refactoring part of the GUI elements to make them more stable and reusable. Full change log is available on Trac at: http://sourceforge.net/apps/trac/irmis/query?status=closed&group=compone nt&order=priority&col=id&col=summary&col=owner&col=type&col=priority&col =component&col=version&milestone=3.0.15-alpha%20(r1266) <http://sourceforge.net/apps/trac/irmis/query?status=closed&group=compon ent&order=priority&col=id&col=summary&col=owner&col=type&col=priority&co l=component&col=version&milestone=3.0.15-alpha%20(r1266)> Gabriele |