Commit History

Author SHA1 Message Date
  dflaven 8dcea8f57a Impact analysis improvements: 9 years ago
  romainq eaee9c5ddc Exports: a fields spec can now be an extended attribute code (e.g. location_id->org_id->parent_id->code) 9 years ago
  romainq e912749e9b Optimization (regression introduced in 2.1.0): huge tables and HTML exports of tickets can take long to execute (require 1 query per fetched row) 9 years ago
  dflaven 782b423db2 Prevent timeouts during the computation of the impact analysis + keep the columns (and ordering) in the lists of objects when creating a PDF of the impact analysis. 9 years ago
  dflaven 883405f479 #1137: portal configuration was too limited. Now one "allow" profile is enough to allow access to a given portal. 9 years ago
  romainq 9389d8e53f User portal as a module: the Cancel button (ticket creation wizard) was not working 9 years ago
  romainq a78e3fdf22 REST/JSON services. Take the user rights into account. Something was already done for core/create and core/delete, but the symptoms were not clear. The other verbs (update, apply_stimulus, get and get_related) had no protection at all. 9 years ago
  romainq 8ddc97daa3 Export (all formats but XML): 9 years ago
  romainq 09deb1236c Export (legacy): bulk read must be authorized for all the queried classes 9 years ago
  romainq 4956dbc212 Export: prevent from usage by a non admin (at the page level) 9 years ago
  romainq 61383b5378 #1123/#1133 The optimization on loaded columns in SQL queries was inoperant for some queries, resulting in a stopper issue if such queries were added to a union query (2.2.0 beta) 9 years ago
  romainq 47ead95a0c Customizations/XML: clearer error reporting when encountering a duplicate value for an AttributeEnum 9 years ago
  romainq 14aa25078a Exports: continuation of commit 3681 (Make the correct column name for friendly names (ext key -> ext field) enlarged to ALL formats with the exception of XML 9 years ago
  romainq e4f8231d99 Export/XML: documented options (no_localize / linksets) + added external fields and friendly name for the external keys, both on the exported objects and the links (linkets=1) 9 years ago
  romainq dbfadb8d27 Export/XML: new option to include link sets (default: no) 9 years ago
  romainq 87017d130a Query phrases: if the attribute 'fields' is left empty, then propose the legacy export URL and keep the user informed about the limitations 9 years ago
  romainq 5501af41d0 Exports: support multi-column queries (e.g. SELECT l, p FROM Person AS p JOIN Location AS l ON p.location_id = l.id) with null values 9 years ago
  romainq 2428e8c26a #1111 Could not attach a UserRequest to a Problem (1-N links). Could not detach either! This fix requires attention: it is assumed that an item of a link set, if it is "modified" then its key to the current object has already been set. 9 years ago
  romainq f6d23c2a56 Printable view: cosmetics on object names (hyperlinks) in the actual print view -reverse merging a file that was NOT ready for committing 9 years ago
  romainq 243d41a046 Printable view: cosmetics on object names (hyperlinks) in the actual print view 9 years ago
  romainq b7ed3bd0ea Printable view: do not show pagination controls (show the full list), must work with plugins calling cmdbAbstractObject::DiplaySet AND cmdbAbstractObjectObject::GetDisplaySet. Sill, GetDisplayExtendedSet should be hacked as well (?) 9 years ago
  romainq 26854382bc #1081 Customizations: adjust the dimensions of the HTML Editor (CKEditor). Also fixed an issue when specifying width/height with unit (e.g. "30em") for AttributeText/AttributeLongText 9 years ago
  romainq 895fcba8bc Log REST/JSON calls (config: 'log_rest_service' => true ; stored as EventRestService) 9 years ago
  romainq fb6ef14bbc #564 Prompt for an update in a case log on a lifecycle transition. Can be retrofitted easily. 9 years ago
  romainq f2e9851667 #1074 Portal: errors when selecting Impact/Urgency, and if the user has access to his organization only. 9 years ago
  romainq 8d93c95d0d #1130 CAS authentication security leak when cas_memberof is left empty (already committed into branch 2.1.0) 9 years ago
  romainq 960f0562b0 Completion of [3668]: #1116 (and #1117): default values for ENUMs must always be expressed as strings. 9 years ago
  romainq e38eb53e3a Export: for tabular exports, the label for the "friendly name" column must match the one recognized by CSV import (the very standard one, almost unused yet) 9 years ago
  romainq 412766a151 Export/CSV: 9 years ago
  romainq d527d1c79d Exports: Friendly names to be escaped and delimited in CSV (bug more exposed now that the export allows field selection) 9 years ago