romainq
|
278a7e9044
#629 Nested object creation (button plus) does not work if:
|
12 lat temu |
dflaven
|
12f2f642c8
Safer regexpr for DateTimes (don't let 2012-12-05 1900:00 pass through since it turns into 0000-00-00 00:00:00 in MySQL) but allow to omit the seconds (i.e. 2012-12-05 18:45 will become 2012-12-05 18:45:00 in MySQL)
|
12 lat temu |
romainq
|
596dda3af6
Fixed issue in CSV export: null enums rendered as 'undefined' whereas '' is the value expected in the import (See an export of Organization/status)
|
12 lat temu |
dflaven
|
a4dea4e6cf
Prevent a server crash when using together APC cache and Mcrypt
|
12 lat temu |
dflaven
|
d0a3c01c60
Fix for Trac #569: Mandatory date (and time) fields are prefilled with the current date (and time).
|
12 lat temu |
dflaven
|
7b776554c1
Fix for Trac #497: allow bulk modification of "duration" fields.
|
12 lat temu |
dflaven
|
da7845e5c8
Fix for Trac #625: CSV export of boolean attributes was broken (false => "")
|
12 lat temu |
dflaven
|
ba5df957c2
GetTargetAttDef is made public (it's used for auto documenting)
|
12 lat temu |
romainq
|
fe10939ca7
Record the list of attachments (in EventNotificationEmail) + prerequisite to email-reply
|
12 lat temu |
dflaven
|
1435dfbe7c
Proper error reporting...
|
12 lat temu |
romainq
|
eafa11ecfe
Updated copyright (2012) and license (LGPL changed to AGPL)
|
12 lat temu |
dflaven
|
5ad1d358d5
Implemented a new (optional) UI for managing 1:n linksets.
|
12 lat temu |
romainq
|
b8eef0cc63
Internal: AttributeDateTime column changed from TIMESTAMP to DATETIME (issues with some bulk imports)
|
12 lat temu |
romainq
|
34ede9dbde
CSV import/export reworked:
|
12 lat temu |
romainq
|
60da6859a4
#439 Record and display changes in the link sets (ex: Members of a team)
|
12 lat temu |
romainq
|
d7ff5cfdb0
Added a utility for the toolkit (adaptation to 2.0) + removed non-issues revealed by the toolkit
|
12 lat temu |
romainq
|
5ab2a88d0f
Stop watches - removed inefficient workaround to issue #502 (modif not recorded in the history), the issue #502 must be fixed properly
|
12 lat temu |
romainq
|
fdf6366141
Stop watches - reviewed history of changes (+ started refactorization of change tracking into AttributeDef)
|
12 lat temu |
romainq
|
118b76cf16
Stop watches - beta (change tracking to be reviewed)
|
12 lat temu |
romainq
|
439d02667e
Friendly names: improved the behavior. Now fully compliant with end users expectations (e.g. a list of contacts shows the friendly name of the persons and team, not only the attribute 'name', the search can be performed on the friendly name as well)
|
12 lat temu |
dflaven
|
5df003ed4e
Support edition of the "latest modified" entry of a case log
|
12 lat temu |
dflaven
|
9bbf543eff
Bug fix: properly export boolean attributes to XML (a value of false was creating an empty XML tag)
|
12 lat temu |
romainq
|
dc80c4e0d1
Stop watches - alpha (GUI is missing)
|
13 lat temu |
romainq
|
696b113e4a
Reintegrated fixes from branch 1.2.1 (2116,2118,2119)
|
13 lat temu |
romainq
|
32a85a384a
Dashboard: improved the group by on two columns (to be continued)
|
13 lat temu |
romainq
|
ca5ba72c05
Dashboard: finalized the beta version of the header dashlets
|
13 lat temu |
romainq
|
341cad1e34
Compiler: reviewed the xml format to facilitate generalization of operations (e.g. compute a delta)
|
13 lat temu |
romainq
|
c16e91369d
When there is still no dictionary available, the menus / classes / attributes have a default label based on their raw names (replacing _ by a blank)
|
13 lat temu |
dflaven
|
4f97176cee
Sorting of lists: sort is now always executed server-side via the mechanism used by paginated lists. This fixes Trac #411, #421, #520
|
13 lat temu |
romainq
|
c36e3207bb
#421 Sort IP addresses on INET_ATON (API only, see #520 to have this as the default sort order for NW Interfaces)
|
13 lat temu |