romainq 5caae0787a Environments: banner displaying a message if env is NOT 'production' + factorized some code to create/update a config from the page parameters %!s(int64=13) %!d(string=hai) anos
..
oql 280e159e3f Implemented the OQL operator ABOVE (and its variants ABOVE STRICT, NOT ABOVE and NOT ABOVE STRICT) that returns the (indirect) parents of a given node in a hierarchy. It's the opposite to 'BELOW' that returns the (indirect) children. %!s(int64=14) %!d(string=hai) anos
MyHelpers.class.inc.php c997b9d56a #305 Specified the charset in any call to htmlentities() %!s(int64=14) %!d(string=hai) anos
action.class.inc.php dfaea9c1fa Updated session mechanisms: itop_env defaults to 'production', and adapted the setup to create the configuration %!s(int64=13) %!d(string=hai) anos
archive.class.inc.php 1947e50056 Cleanup: replaced remaining occurences of ISO-8859-1 %!s(int64=14) %!d(string=hai) anos
asynctask.class.inc.php ebd0a2cff8 Generation of emails based on the lib SwiftMailer (implements the SMTP protocole) %!s(int64=13) %!d(string=hai) anos
attributedef.class.inc.php dc0380550d #485 Improved the end-user experience with Excel and the web queries (added a phrasebook) + link to test the OQL attributes (query phrasebook or email actions, etc.) including the handlink of query arguments) + fixed wrong prototypes for a few implementations of GetBareProperties() %!s(int64=13) %!d(string=hai) anos
backgroundprocess.inc.php c5eb2d7d0b Background processes - API ready for periodicity management %!s(int64=14) %!d(string=hai) anos
bulkchange.class.inc.php 648af437b5 Fixed absolute/relative path issues in the JS and href places %!s(int64=13) %!d(string=hai) anos
cmdbchange.class.inc.php a40d47861c Improved change tracking: user login replaced by the full name if available %!s(int64=14) %!d(string=hai) anos
cmdbchangeop.class.inc.php c1b41e8355 Fixed Trac #410: added translation for ticket status (and other enum fields) when displaying the History tab. %!s(int64=14) %!d(string=hai) anos
cmdbobject.class.inc.php edc5720b46 Fixed bug in change tracking: it was impossible to factorize code creating objects in the background either in the context of an object update or in the context of the application of a stimulus %!s(int64=13) %!d(string=hai) anos
cmdbsource.class.inc.php bc137493c0 #488 Replaced mysql extension with mysqli %!s(int64=13) %!d(string=hai) anos
config.class.inc.php 5caae0787a Environments: banner displaying a message if env is NOT 'production' + factorized some code to create/update a config from the page parameters %!s(int64=13) %!d(string=hai) anos
coreexception.class.inc.php 2bc4aa3973 Reordered class declaration (not supported on some systems) %!s(int64=14) %!d(string=hai) anos
csvparser.class.inc.php 3446af19e8 #328 Added the capability to import/export link sets in CSV format %!s(int64=14) %!d(string=hai) anos
data.generator.class.inc.php 5a1b372fad #19 - Reviewed the licensing information and started to align the comments in the code %!s(int64=15) %!d(string=hai) anos
dbobject.class.php 5ec63a30ca #489 Run the synchro with parameter max_chunk_size to split the execution into several processes, each loading at most the given count of replica (note: the master process will continue to run while child processes are being forked one by one) %!s(int64=13) %!d(string=hai) anos
dbobjectsearch.class.php 238aef84dc Bug fix: apply the AllowedValues constraints(as default values) when selecting elements via the "magnifier" button or creating an new element via the "plus" button... also make sure that allowed values is enforced %!s(int64=13) %!d(string=hai) anos
dbobjectset.class.php de0b40a1aa Bug fix: missing (but useless) parameter in ExpandArgs causes a notice... %!s(int64=13) %!d(string=hai) anos
dbproperty.class.inc.php 0765e6d858 Added class DBProperty %!s(int64=14) %!d(string=hai) anos
deletionplan.class.inc.php 31e23c5282 New option DEL_MOVEUP (move the children up one level) for 'on_target_delete' for HierarchicalKey attributes. %!s(int64=14) %!d(string=hai) anos
dict.class.inc.php 78bf54adca Cosmetic on the API of the dictionnary (internal) %!s(int64=13) %!d(string=hai) anos
email.class.inc.php dfaea9c1fa Updated session mechanisms: itop_env defaults to 'production', and adapted the setup to create the configuration %!s(int64=13) %!d(string=hai) anos
event.class.inc.php dc0380550d #485 Improved the end-user experience with Excel and the web queries (added a phrasebook) + link to test the OQL attributes (query phrasebook or email actions, etc.) including the handlink of query arguments) + fixed wrong prototypes for a few implementations of GetBareProperties() %!s(int64=13) %!d(string=hai) anos
expression.class.inc.php 238aef84dc Bug fix: apply the AllowedValues constraints(as default values) when selecting elements via the "magnifier" button or creating an new element via the "plus" button... also make sure that allowed values is enforced %!s(int64=13) %!d(string=hai) anos
filterdef.class.inc.php fe16591f2c Added helpers to export the datamodel %!s(int64=13) %!d(string=hai) anos
kpi.class.inc.php 19d0f7f341 Synchro: keep track of the memory usage peak (SynchroLog), should the synchro be executed at once or in several steps %!s(int64=13) %!d(string=hai) anos
log.class.inc.php 706da2fee7 Internal: added an API for logging tools events %!s(int64=14) %!d(string=hai) anos
metamodel.class.php ca468d3b99 Fixed cosmetic bug (class icon - loss of styles) %!s(int64=13) %!d(string=hai) anos
modulehandler.class.inc.php ad5a9f4b1c Menus created via a handler, at runtime %!s(int64=14) %!d(string=hai) anos
ormcaselog.class.inc.php c78be5f204 Allow to log entries on behalf of another user %!s(int64=13) %!d(string=hai) anos
ormdocument.class.inc.php ec174a7ab8 Use absolute URLs as much as possible to be independent from the page being executed... %!s(int64=14) %!d(string=hai) anos
ormpassword.class.inc.php 0b583ed73e REVIEWED THE FILE INCLUSION POLICY %!s(int64=14) %!d(string=hai) anos
simplecrypt.class.inc.php ba4d40f9e0 %!s(int64=14) %!d(string=hai) anos
sqlquery.class.inc.php 280e159e3f Implemented the OQL operator ABOVE (and its variants ABOVE STRICT, NOT ABOVE and NOT ABOVE STRICT) that returns the (indirect) parents of a given node in a hierarchy. It's the opposite to 'BELOW' that returns the (indirect) children. %!s(int64=14) %!d(string=hai) anos
stimulus.class.inc.php fb14e65bce Datamodel: draft for the tickets (integration of StimulusInternal) %!s(int64=15) %!d(string=hai) anos
templatestring.class.inc.php 1b0d6a7546 New helper class: TemplateString - to allow extended syntaxes such as $this->location_id->org_id->parent_id->name$... to be progressively introduced and replace the heavy ToArgs() %!s(int64=13) %!d(string=hai) anos
trigger.class.inc.php 83e6e494c3 New type of trigger: TriggerOnPortalUpdate, called when the end-user updates a ticket from the portal. %!s(int64=14) %!d(string=hai) anos
userrights.class.inc.php 573336ca37 Added self-registering / user synchronization extensibility %!s(int64=13) %!d(string=hai) anos
valuesetdef.class.inc.php fe16591f2c Added helpers to export the datamodel %!s(int64=13) %!d(string=hai) anos