История коммитов

Автор SHA1 Сообщение Дата
  etaloc 6274782658 Allow & inside email addresses 12 лет назад
  romainq 278a7e9044 #629 Nested object creation (button plus) does not work if: 12 лет назад
  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 лет назад
  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 лет назад
  dflaven a4dea4e6cf Prevent a server crash when using together APC cache and Mcrypt 12 лет назад
  dflaven d0a3c01c60 Fix for Trac #569: Mandatory date (and time) fields are prefilled with the current date (and time). 12 лет назад
  dflaven 7b776554c1 Fix for Trac #497: allow bulk modification of "duration" fields. 12 лет назад
  dflaven da7845e5c8 Fix for Trac #625: CSV export of boolean attributes was broken (false => "") 12 лет назад
  dflaven ba5df957c2 GetTargetAttDef is made public (it's used for auto documenting) 12 лет назад
  romainq fe10939ca7 Record the list of attachments (in EventNotificationEmail) + prerequisite to email-reply 12 лет назад
  dflaven 1435dfbe7c Proper error reporting... 12 лет назад
  romainq eafa11ecfe Updated copyright (2012) and license (LGPL changed to AGPL) 12 лет назад
  dflaven 5ad1d358d5 Implemented a new (optional) UI for managing 1:n linksets. 12 лет назад
  romainq b8eef0cc63 Internal: AttributeDateTime column changed from TIMESTAMP to DATETIME (issues with some bulk imports) 12 лет назад
  romainq 34ede9dbde CSV import/export reworked: 12 лет назад
  romainq 60da6859a4 #439 Record and display changes in the link sets (ex: Members of a team) 12 лет назад
  romainq d7ff5cfdb0 Added a utility for the toolkit (adaptation to 2.0) + removed non-issues revealed by the toolkit 12 лет назад
  romainq 5ab2a88d0f Stop watches - removed inefficient workaround to issue #502 (modif not recorded in the history), the issue #502 must be fixed properly 12 лет назад
  romainq fdf6366141 Stop watches - reviewed history of changes (+ started refactorization of change tracking into AttributeDef) 12 лет назад
  romainq 118b76cf16 Stop watches - beta (change tracking to be reviewed) 12 лет назад
  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 лет назад
  dflaven 5df003ed4e Support edition of the "latest modified" entry of a case log 13 лет назад
  dflaven 9bbf543eff Bug fix: properly export boolean attributes to XML (a value of false was creating an empty XML tag) 13 лет назад
  romainq dc80c4e0d1 Stop watches - alpha (GUI is missing) 13 лет назад
  romainq 696b113e4a Reintegrated fixes from branch 1.2.1 (2116,2118,2119) 13 лет назад
  romainq 32a85a384a Dashboard: improved the group by on two columns (to be continued) 13 лет назад
  romainq ca5ba72c05 Dashboard: finalized the beta version of the header dashlets 13 лет назад
  romainq 341cad1e34 Compiler: reviewed the xml format to facilitate generalization of operations (e.g. compute a delta) 13 лет назад
  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 лет назад
  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 лет назад