提交历史

作者 SHA1 备注 提交日期
  romainq b992ec51e3 #205 Notifications missing external fields (on object creation) 15 年之前
  dflaven 123d232270 - Fixed the problem of initial (default) values (Trac #172) when creating an object by factorizing: creation / modification and cloning of objects ! 15 年之前
  dflaven 68f30ef5d3 - New implementation of the n-n link edition widget... in progress. 15 年之前
  dflaven 37d3b4bf0c Enhancing the search (Trac #147): now allows to pass some "magic patterns" when doing a standard search without any operator. Specially useful for searching on ranges of dates/datetimes 15 年之前
  romainq dc9b27f54e #166 Allow the definition of persistent classes having no table defined, and added a sample code for a null password authentication scheme 15 年之前
  romainq abaac2564e Finalized the data model 15 年之前
  dflaven 005c3c79a4 - Align the display of "State" attributes with Enums 15 年之前
  romainq 46610ce808 Bug: could not use mysql reserved words for table names (e.g. 'Change') 15 年之前
  romainq 6057e0c066 Created request management module as a clone of incident management (class hierarchy) and fixed an issue revealed by the computed fields of a ticket 15 年之前
  romainq 3b67721d14 ComputeValues optimized + fix in the algo computing the priority of an Incident 15 年之前
  romainq 239c0a42bd Fixed issue with null value for an Enum that would be hidden in a given state, being handled as an empty string, which is not an allowed value. 15 年之前
  dflaven d2eac2ed1f Strange corner case, not sure if the fix is the good one, seems harmless for now... 15 年之前
  romainq c7dcf266ce Cleanup: obsolescence of "key_label" property on persistent classes 15 年之前
  romainq df84916019 Class icon defined in the data model, use either the static method GetClassIcon, or GetIcon (this one could be overloaded for an icon depending on the object state) 15 年之前
  romainq 10e487d18d Do not allow the user to modify/delete objects designed for logging (change tracking, error log, information log, etc.) 15 年之前
  romainq 5a1b372fad #19 - Reviewed the licensing information and started to align the comments in the code 15 年之前
  dflaven 4981752774 Minor fix 15 年之前
  romainq e8fbdec326 Enabled localized strings (not only enums, but other types... to be defined) 15 年之前
  romainq fbcb221a52 Localization: cleanup in the DataModel + aligned some API (e.g. GetStateLabel) 15 年之前
  romainq b6c96f4689 Select multiple objects in OQL (beta, for integration within the UI) 15 年之前
  romainq 2dca0bdb84 Fixed bugs on CSV import (was not working fine when exporting/importing incident tickets) 15 年之前
  romainq f8bceb6e03 Related objects: 15 年之前
  romainq 0dd4dbc638 Trac #86 - CSV format aligned with standard specifications 15 年之前
  dflaven 0c033ccb0f - Fixed bug #87: Strings consisting only of digits are not managed as strings 15 年之前
  romainq 819dc9bbcf Finalized the email error management: 15 年之前
  romainq 87047aabf3 - Fixed bug with change tracking of TEXT attributes 15 年之前
  romainq de63a10a8c Trac #57 - Implemented beta version of email notifications (triggers and actions) 15 年之前
  romainq 9ec0214718 Reviewed and changed a bug fix (No TRAC entry) on the display of external fields when the external key is null. The actual fix is to consider that null is a value. Isset() should be used with care because one could not differentiate a missing value (in an array or a value that is null) 15 年之前
  dflaven 0a11ce88ae - completed the implementaiton o the 'is dirty' flag to prevent reloading an object being modified. 15 年之前
  romainq 1c5be06a13 New type of attribute: Blob, allowing documents in the application. Was fully developed in the core, but roughly integrated in the application... todo: file upload for edition, file download for viewing 15 年之前