.. |
oql
|
43d294e036
Internal: query arguments could be array values, making it easier to build dynamic IN() clauses
|
9 سال پیش |
MyHelpers.class.inc.php
|
8e56326322
Improved the KPI logging: setting log_kpi_duration to 2 will enable blaming of the FIRST caller (callstack entirely shown in the produced report)
|
11 سال پیش |
action.class.inc.php
|
5842acff64
HTML formatting: TWO fixes in one! Fixed a bug introduced in 2.3.0-beta: the stylesheet cannot be defined within the email templates (aka ActionEmail) anymore. Instead, a default (ready for use) stylesheet is provided into /css/email.css and it can be overriden by the configuration parameter email_css. The fix consists in transforming the stylesheet into inline style... which fixes a limitation of gmail and Outlook that support only the inline styles. The implementation relies on a new library: emogrifier. This library has been changed (home-made utility) to be compatible with PHP 5.3 (declaration of arrays).
|
9 سال پیش |
archive.class.inc.php
|
eafa11ecfe
Updated copyright (2012) and license (LGPL changed to AGPL)
|
12 سال پیش |
asynctask.class.inc.php
|
08e01b9eb7
Enhancement: Date and time formats are now configurable in iTop !! (beta version, beware!)
|
9 سال پیش |
attributedef.class.inc.php
|
8289cf9751
Fixed regression in 2.3.0-beta: placeholder $public_log$ was generating a mix of plain text and HTML markup whereas only plain text is expected
|
9 سال پیش |
autoload.php
|
4ab7616cf5
YOU MUST RUN THE SETUP AFTER PERFORMING THIS UPDATE !!
|
9 سال پیش |
backgroundprocess.inc.php
|
5394d05e53
New capability for CRON: handle tasks scheduled at given date/time (as opposed to a task being executed more or less continuously).
|
12 سال پیش |
backgroundtask.class.inc.php
|
9faf2e7cc9
Enhancement: take into account the "periodicity" of the background processes.
|
12 سال پیش |
bulkchange.class.inc.php
|
f4382de1bf
Validate date/time fields using their regular expression during an import (or synchro) to avoid passing wrong formats as-is (e.g. 01/02/16 can become 01/02/0016 instead of 01/02/2016 if you use the 4 digits format for years and pass only 2 digits !)
|
9 سال پیش |
bulkexport.class.inc.php
|
08e01b9eb7
Enhancement: Date and time formats are now configurable in iTop !! (beta version, beware!)
|
9 سال پیش |
cmdbchange.class.inc.php
|
a432a135ec
#854...ROLLBACK, undoing the commit [3185]. The implementation has been postponed to the next major relase.
|
11 سال پیش |
cmdbchangeop.class.inc.php
|
f0bb65f409
New attribute: ImageAttribute
|
9 سال پیش |
cmdbobject.class.inc.php
|
99816a3830
#1215: URL fields can now store up to 2048 characters
|
9 سال پیش |
cmdbsource.class.inc.php
|
c1e6ec5aae
Internal: buggy Exception handlers for some query APIs in CMDBSource
|
9 سال پیش |
computing.inc.php
|
76e9c27d4a
Instrumented the code to ease the troubleshooting of the computing of working hours
|
10 سال پیش |
config.class.inc.php
|
5842acff64
HTML formatting: TWO fixes in one! Fixed a bug introduced in 2.3.0-beta: the stylesheet cannot be defined within the email templates (aka ActionEmail) anymore. Instead, a default (ready for use) stylesheet is provided into /css/email.css and it can be overriden by the configuration parameter email_css. The fix consists in transforming the stylesheet into inline style... which fixes a limitation of gmail and Outlook that support only the inline styles. The implementation relies on a new library: emogrifier. This library has been changed (home-made utility) to be compatible with PHP 5.3 (declaration of arrays).
|
9 سال پیش |
contexttag.class.inc.php
|
4431bfe450
Internal: context tags to (programmatically) identify the context of the execution.
|
9 سال پیش |
coreexception.class.inc.php
|
eafa11ecfe
Updated copyright (2012) and license (LGPL changed to AGPL)
|
12 سال پیش |
csvbulkexport.class.inc.php
|
7ac000db85
Date and time format: exports finalization.
|
9 سال پیش |
csvparser.class.inc.php
|
3257f1976e
- Make sure that the CSV Parser has enough time to run on big amount of data.
|
9 سال پیش |
customfieldshandler.class.inc.php
|
4c09215712
CustomFields: overload AttributeDefinition::Fingerprint
|
9 سال پیش |
data.generator.class.inc.php
|
d10ff67731
Code cleanup: deprecated the unused (and empty) class CMDBSearchFilter, replaced by DBSearch or DBObjectSearch depending on the usage.
|
10 سال پیش |
datamodel.core.xml
|
7ef64ebeb9
Modularization of the portal. The entry points for portals is now defined in XML, and thus can be altered by an extension.
|
10 سال پیش |
datetimeformat.class.inc.php
|
7ac000db85
Date and time format: exports finalization.
|
9 سال پیش |
dbobject.class.php
|
06ae19387b
#1223 Custom lifecycle actions: improved the reporting when an action returns false (class/function/id logged into error.log)+ the framework now considers that no return value is equivalent to 'true'
|
9 سال پیش |
dbobjectsearch.class.php
|
1d69c5f27c
OQL: fixed an old limitation, hierarchies can now be expressed both ways. Example of a query that now works fine: SELECT Organization AS root JOIN Organization AS child ON child.parent_id BELOW root.id WHERE child.name LIKE 'Combodo'. In the previous implementation, the operator was interpreted as '='.
|
9 سال پیش |
dbobjectset.class.php
|
dbe7f19899
Fixed regression introduced with [3912] and partially fixed in [3954] : when the autocomplete is active, then the search dialog was not working anymore.
|
9 سال پیش |
dbproperty.class.inc.php
|
a432a135ec
#854...ROLLBACK, undoing the commit [3185]. The implementation has been postponed to the next major relase.
|
11 سال پیش |
dbsearch.class.php
|
1d69c5f27c
OQL: fixed an old limitation, hierarchies can now be expressed both ways. Example of a query that now works fine: SELECT Organization AS root JOIN Organization AS child ON child.parent_id BELOW root.id WHERE child.name LIKE 'Combodo'. In the previous implementation, the operator was interpreted as '='.
|
9 سال پیش |
dbunionsearch.class.php
|
1d69c5f27c
OQL: fixed an old limitation, hierarchies can now be expressed both ways. Example of a query that now works fine: SELECT Organization AS root JOIN Organization AS child ON child.parent_id BELOW root.id WHERE child.name LIKE 'Combodo'. In the previous implementation, the operator was interpreted as '='.
|
9 سال پیش |
deletionplan.class.inc.php
|
652a61e5c1
#1151 Error (with no explanation) when deleting some 1-N links
|
9 سال پیش |
designdocument.class.inc.php
|
b7d37f53b8
Fixed a regression due to the DesignDocument factorisation :
|
9 سال پیش |
dict.class.inc.php
|
e10962be6f
Fix for a crash in the setup (regression) introduced by [r3978] (optimization of the load of dictionaries)
|
9 سال پیش |
displayablegraph.class.inc.php
|
ece2876b89
Modified the "List" tab of the Impact Analysis to display only the actually impacted objects. The content of this tab is now refreshed every time the graph is rebuilt to take into account the "context" changes which causes the actual impact to change, or the filtering.
|
9 سال پیش |
email.class.inc.php
|
5842acff64
HTML formatting: TWO fixes in one! Fixed a bug introduced in 2.3.0-beta: the stylesheet cannot be defined within the email templates (aka ActionEmail) anymore. Instead, a default (ready for use) stylesheet is provided into /css/email.css and it can be overriden by the configuration parameter email_css. The fix consists in transforming the stylesheet into inline style... which fixes a limitation of gmail and Outlook that support only the inline styles. The implementation relies on a new library: emogrifier. This library has been changed (home-made utility) to be compatible with PHP 5.3 (declaration of arrays).
|
9 سال پیش |
event.class.inc.php
|
895fcba8bc
Log REST/JSON calls (config: 'log_rest_service' => true ; stored as EventRestService)
|
9 سال پیش |
excelbulkexport.class.inc.php
|
a6a2b7b1a7
Support of Custom Fields in the Excel export... not really nice but should be usable.
|
9 سال پیش |
expression.class.inc.php
|
f4cd8ae02d
Fixed regressions due to the recent code refactoring [3803]
|
9 سال پیش |
filterdef.class.inc.php
|
eafa11ecfe
Updated copyright (2012) and license (LGPL changed to AGPL)
|
12 سال پیش |
htmlbulkexport.class.inc.php
|
077abf4085
Date and time format finalization for the exports:
|
9 سال پیش |
htmlsanitizer.class.inc.php
|
5da64f60e2
HTML texts: support of float (left/right) in the inline style tags.
|
9 سال پیش |
inlineimage.class.inc.php
|
9992b14ed7
Improved images caching: since 2.3.0-beta, iTop handles inline images (case logs, ticket description) and a picture for a person (AttributeImage). This code refactoring handles a case where the browser checks for the validity of the image and the 304 response code can then be returned without checking anything because we assume that the URL of the image contains a signature of it (or the data cannot change -attachement and inline images are in this case).
|
9 سال پیش |
kpi.class.inc.php
|
8e56326322
Improved the KPI logging: setting log_kpi_duration to 2 will enable blaming of the FIRST caller (callstack entirely shown in the produced report)
|
11 سال پیش |
log.class.inc.php
|
0c62212a4f
File-based "transactions" dans log files better protected against concurrent access...
|
10 سال پیش |
metamodel.class.php
|
1ad3a6ba7d
#1207 Customization: allow the implementation of interfaces by the mean of abstract classes
|
9 سال پیش |
metamodelmodifier.inc.php
|
eafa11ecfe
Updated copyright (2012) and license (LGPL changed to AGPL)
|
12 سال پیش |
modelreflection.class.inc.php
|
46fe2f3221
Do not rely on MetaModel::GetRootClass() to check the data model, use the abstraction of ModelReflection instead to keep the code portable.
|
9 سال پیش |
moduledesign.class.inc.php
|
00eca0fb97
Code refactoring: eliminated duplicate code between MFDocument and ModuleDesign
|
9 سال پیش |
modulehandler.class.inc.php
|
eafa11ecfe
Updated copyright (2012) and license (LGPL changed to AGPL)
|
12 سال پیش |
mutex.class.inc.php
|
1b110522ca
#1150: Spurious message "A restore is running..." - FIXED !
|
9 سال پیش |
ormcaselog.class.inc.php
|
d498d135e8
$this->head_html(log)$ and $this->head(log)$ now support both text and HTML case logs.
|
9 سال پیش |
ormcustomfieldsvalue.class.inc.php
|
a6a2b7b1a7
Support of Custom Fields in the Excel export... not really nice but should be usable.
|
9 سال پیش |
ormdocument.class.inc.php
|
9992b14ed7
Improved images caching: since 2.3.0-beta, iTop handles inline images (case logs, ticket description) and a picture for a person (AttributeImage). This code refactoring handles a case where the browser checks for the validity of the image and the 304 response code can then be returned without checking anything because we assume that the URL of the image contains a signature of it (or the data cannot change -attachement and inline images are in this case).
|
9 سال پیش |
ormpassword.class.inc.php
|
eafa11ecfe
Updated copyright (2012) and license (LGPL changed to AGPL)
|
12 سال پیش |
ormstopwatch.class.inc.php
|
08e01b9eb7
Enhancement: Date and time formats are now configurable in iTop !! (beta version, beware!)
|
9 سال پیش |
ownershiplock.class.inc.php
|
08e01b9eb7
Enhancement: Date and time formats are now configurable in iTop !! (beta version, beware!)
|
9 سال پیش |
pdfbulkexport.class.inc.php
|
3c2c92dc15
PDF export : Exporting objects with AttributeImage value to default was crashing due to a "division by zero". Fixed.
|
9 سال پیش |
querybuildercontext.class.inc.php
|
5ed735e8d0
#942 OQL now supporting unions. Unions support polymorphism and can be used anywhere in the application.
|
10 سال پیش |
querymodifier.class.inc.php
|
eafa11ecfe
Updated copyright (2012) and license (LGPL changed to AGPL)
|
12 سال پیش |
relationgraph.class.inc.php
|
6267c9f8d7
Optimization: do not load all columns when checking if a CI is part of the "context" of a given ticket.
|
9 سال پیش |
restservices.class.inc.php
|
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 سال پیش |
simplecrypt.class.inc.php
|
a4dea4e6cf
Prevent a server crash when using together APC cache and Mcrypt
|
12 سال پیش |
simplegraph.class.inc.php
|
80fd860680
#1159 Cannot add edge (impact analysis not working)
|
9 سال پیش |
spreadsheetbulkexport.class.inc.php
|
2ff10d9271
Typo !
|
9 سال پیش |
sqlobjectquery.class.inc.php
|
1d69c5f27c
OQL: fixed an old limitation, hierarchies can now be expressed both ways. Example of a query that now works fine: SELECT Organization AS root JOIN Organization AS child ON child.parent_id BELOW root.id WHERE child.name LIKE 'Combodo'. In the previous implementation, the operator was interpreted as '='.
|
9 سال پیش |
sqlquery.class.inc.php
|
5ed735e8d0
#942 OQL now supporting unions. Unions support polymorphism and can be used anywhere in the application.
|
10 سال پیش |
sqlunionquery.class.inc.php
|
5ed735e8d0
#942 OQL now supporting unions. Unions support polymorphism and can be used anywhere in the application.
|
10 سال پیش |
stimulus.class.inc.php
|
eafa11ecfe
Updated copyright (2012) and license (LGPL changed to AGPL)
|
12 سال پیش |
tabularbulkexport.class.inc.php
|
d9653c3e57
Preserve the initial sort order on lists by determining the default sort order of the tables based on the equivalence between the "friendlyname" and another actual field of the class.
|
9 سال پیش |
templatestring.class.inc.php
|
eafa11ecfe
Updated copyright (2012) and license (LGPL changed to AGPL)
|
12 سال پیش |
trigger.class.inc.php
|
f9c0f98567
Add the "filter" attribute into the details form of the TriggerOnThresholdReached class.
|
9 سال پیش |
userrights.class.inc.php
|
5a63878541
New field on the User class to enable/disable user accounts.
|
9 سال پیش |
valuesetdef.class.inc.php
|
5ed735e8d0
#942 OQL now supporting unions. Unions support polymorphism and can be used anywhere in the application.
|
10 سال پیش |
xmlbulkexport.class.inc.php
|
b2618d03ae
Exports further improved:
|
9 سال پیش |