Commit History

作者 SHA1 備註 提交日期
  dflaven 253a2ee596 Fixed Trac#446: XSS vulnerabilities... to be tested ! 14 年之前
  dflaven b0188512a1 New config parameter: buttons_position: top | bottom | both 14 年之前
  dflaven aa06c315db Productivity enhancement: apply directly the 'next_action' when creating or modifying an object with a life-cycle ! 14 年之前
  dflaven 4553ac03a5 - Enhancement: can now specify 'order_by' in 'list' templates. 14 年之前
  dflaven b5a859e900 Cleanup of the way objects are displayed/edited: DisplayBareProperties is now used for displaying (i.e. read-only) or modifying/creating an object. The means that: 14 年之前
  dflaven e4f4e5a489 New attribute 'display_style' for Strings, Enums and ExternalKeys: when the list is short, display it as a set of radio buttons instead of a drop-down list. Possible values: 'radio', 'radio_vertical' and 'radio_horizontal'. ('radio' == 'radio_vertical'). 14 年之前
  dflaven 83e6e494c3 New type of trigger: TriggerOnPortalUpdate, called when the end-user updates a ticket from the portal. 14 年之前
  dflaven 7389579d71 Enhancement: the number of items is displayed (statically) in the header of the each "details" tab. 14 年之前
  dflaven 45571f75c3 Added an option to the paginated display: display all elements on one page. 14 年之前
  dflaven 846ba7d9fc - Renamed the method 'UpdateObject' into 'UpdateObjectFromPostedForm' to avoid misunderstandings. 14 年之前
  dflaven ec174a7ab8 Use absolute URLs as much as possible to be independent from the page being executed... 14 年之前
  dflaven ca70857ad2 Always display the number of elements (and the number of elements selected) when displaying a list. 14 年之前
  romainq 221d66461e New feature: online help on search inputs (date format and operators) 14 年之前
  romainq d184f8f089 Preset the object creation form with values (scalars or lists) by the mean of GET arguments. E.g. .../UI.php&operation=new&class=Team&default[org_id]=161&default[member_list][-1234][id]=&default[member_list][-1234][role]=manager 14 年之前
  dflaven f6b4b31f52 Handle the OnBeforeUnload events to call OnFormCancel handlers when needed so that the plug-ins have a chance to perform some cleanup. 14 年之前
  dflaven 44760777ce Internal regressions fixes !!! 14 年之前
  romainq f267acdd82 PPortal web page improvements: protected update feature (class/attcodes explicitely restricted) 14 年之前
  dflaven 17bd3b9d30 Fixed Trac #427: unable to remove all items from a linkset when editing an object. 14 年之前
  dflaven d87b985eba New implementation for displaying long lists: pagination 14 年之前
  romainq 2ee571ece7 Fixed an issue in the internal error reporting (user rights not sufficient to update an object) 14 年之前
  romainq ec1a744652 Fixed issues with pagination + core limitations in the use of Object Sets (wrong filter when adding objects to a set) 14 年之前
  dflaven 88049b657b New implementation for displaying long lists: pagination 14 年之前
  dflaven 1a7b991af8 - New implementation of the UIExtKeyWidget that is no longer limited to editing an attribute of an object 14 年之前
  romainq 7726f4dba2 #122 Optimized the load of data set (do not load unused columns, was provoking the swapping of MySQL tmp memory tables) 14 年之前
  romainq 392591b7b4 Optimization: do not load the full set of items when it comes to displaying an autocomplete! 14 年之前
  romainq 2d500c5aa3 Dehardcoded against 'ticket_log', allowing for several case log attributes 14 年之前
  dflaven 2f7fd1d1c9 Aligned the display of the case log (and properties) of a ticket in the User Portal to what is done in the normal UI: better look (multi-column, fieldsets, wider case log at the bottom). 14 年之前
  romainq 0128a46826 Plugin API: added OnIsModified() 14 年之前
  romainq b8518f8963 Data synchro: if the object is deleted from within iTop, do cleanup sync table and replica as well 14 年之前
  romainq 84a737920e Deletion: entirely reviewed to take into account the objects being synchronized by an external data source, or the plugins constraints. 14 年之前