romainq
|
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 '='.
|
vor 9 Jahren |
dflaven
|
fe653e891f
Helper class for date & time format conversions between the various conventions for expressing date & time formats.
|
vor 9 Jahren |
dflaven
|
08e01b9eb7
Enhancement: Date and time formats are now configurable in iTop !! (beta version, beware!)
|
vor 9 Jahren |
romainq
|
9d63033e48
Internal: Implemented DBObject::ExecActions, enables scripting object preset/modifications
|
vor 9 Jahren |
dflaven
|
af69736728
Integration of the Czech translation provided by Lukáš Dvořák. Thanks a lot Lukáš !
|
vor 9 Jahren |
dflaven
|
9af53be708
Completed unit tests to cover 1-N links and to emulate the behavior of the user interface for N-N links.
|
vor 9 Jahren |
dflaven
|
a8795947e2
Unit tests fixes...
|
vor 9 Jahren |
romainq
|
20796bd8fc
Added unit tests for the recording of linksets from one end (->Set('xxxxx_list')
|
vor 9 Jahren |
romainq
|
5ed735e8d0
#942 OQL now supporting unions. Unions support polymorphism and can be used anywhere in the application.
|
vor 10 Jahren |
romainq
|
ed43485fa5
OQL enhancement: allow JOIN on a objclass/objkey pair of attributes (requires benchmarking)
|
vor 10 Jahren |
dflaven
|
fc8ca16af8
- Memory optimization: no longer store all DBObjects in memory while browsng through a Set, but pull them one by one from the MySQL client buffer as needed.
|
vor 11 Jahren |
romainq
|
4fe6b12cb0
OQL normalization and dashlets have been made independent from the class MetaModel
|
vor 12 Jahren |
romainq
|
a847938c3b
Updated the unit test for the OQL parser
|
vor 12 Jahren |
dflaven
|
803bf4b9d2
#383: support negative numbers in OQL
|
vor 12 Jahren |
romainq
|
a2d6746d60
#634 Detection of HTTPS not working with nginx (iTop always considering the current connection as being secure)
|
vor 12 Jahren |
romainq
|
eafa11ecfe
Updated copyright (2012) and license (LGPL changed to AGPL)
|
vor 12 Jahren |
romainq
|
429143ab3f
Fixed two bugs revealed with specific constraints (query expression like 'SELECT b FROM a JOIN b', AND the organization context is set)
|
vor 12 Jahren |
romainq
|
34ede9dbde
CSV import/export reworked:
|
vor 12 Jahren |
dflaven
|
b9ade00a07
Updated the test list to take into account Trac #558 (hexadecimal numbers inside strings)
|
vor 13 Jahren |
romainq
|
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)
|
vor 13 Jahren |
romainq
|
3ce5ae785a
Added a test for searching on SOAP
|
vor 13 Jahren |
romainq
|
4e1e2d45ba
Data sync: fixed issue when a replica left in state 'new' becomes obsolete
|
vor 13 Jahren |
romainq
|
e40539b558
Fixed SOAP test
|
vor 13 Jahren |
dflaven
|
be8991ed36
#446 continuing: sanitizing parameters...
|
vor 14 Jahren |
dflaven
|
82715bd05b
Added test cases for the new BELOW operator
|
vor 14 Jahren |
romainq
|
bcfc41fd29
#355 (continuation of the fix) import.php to support localized names in the specification of reconciliation keys, and allowing to specify an external key though it is given as an external field in the input columns
|
vor 14 Jahren |
romainq
|
46e8156942
#366 Global search case sensitive or not working at all (issue with COLLATION)
|
vor 14 Jahren |
romainq
|
a4093c67b5
CRON - admin only + queues with timer (field 'planned')
|
vor 14 Jahren |
romainq
|
6421f721cc
Email sent in asynchronous mode (established the base for an application internal CRON, task queue, etc.) with adjustable configuration (disable by default). Also improved the OQL: IS_NULL() and REGEXP have been added.
|
vor 14 Jahren |
romainq
|
2b5b0351a6
CSV import: fixed a few issues (restricted to N-N links) + added arguments to the export page, to allow for exporting N-N links
|
vor 14 Jahren |