romainq
|
f6c4655769
N.497 Continuation of the fix done in [r4461], to correctly handle validation patterns containing a slash (AttributeURL in the enhanced customer portal). The initial fix has broken the validation of date (+time) fields because the slash was escaped twice, leading to an invalid regular expression. Requires testing of synchro, CSV import, console, customer portal...
|
před 8 roky |
romainq
|
7711c1aeb7
N.539 Regression introduced in [r4451] on oct 7th. Some OQL were issuing a notice and some were generating a SQL query that would fail with error "Column 'functionalci_id' in where clause is ambiguous" (See CI details)
|
před 8 roky |
romainq
|
f58c412702
N.536 Regression introduced in [r4469] (N.505), itself fixing a regression introduced in [r4404]. REQUIRES TESTING
|
před 8 roky |
romainq
|
4471f57ec1
Automated tests: added tests following the latest optimizations of the query engine
|
před 8 roky |
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 '='.
|
před 9 roky |
dflaven
|
fe653e891f
Helper class for date & time format conversions between the various conventions for expressing date & time formats.
|
před 9 roky |
dflaven
|
08e01b9eb7
Enhancement: Date and time formats are now configurable in iTop !! (beta version, beware!)
|
před 9 roky |
romainq
|
9d63033e48
Internal: Implemented DBObject::ExecActions, enables scripting object preset/modifications
|
před 9 roky |
dflaven
|
af69736728
Integration of the Czech translation provided by Lukáš Dvořák. Thanks a lot Lukáš !
|
před 10 roky |
dflaven
|
9af53be708
Completed unit tests to cover 1-N links and to emulate the behavior of the user interface for N-N links.
|
před 10 roky |
dflaven
|
a8795947e2
Unit tests fixes...
|
před 10 roky |
romainq
|
20796bd8fc
Added unit tests for the recording of linksets from one end (->Set('xxxxx_list')
|
před 10 roky |
romainq
|
5ed735e8d0
#942 OQL now supporting unions. Unions support polymorphism and can be used anywhere in the application.
|
před 10 roky |
romainq
|
ed43485fa5
OQL enhancement: allow JOIN on a objclass/objkey pair of attributes (requires benchmarking)
|
před 10 roky |
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.
|
před 11 roky |
romainq
|
4fe6b12cb0
OQL normalization and dashlets have been made independent from the class MetaModel
|
před 12 roky |
romainq
|
a847938c3b
Updated the unit test for the OQL parser
|
před 12 roky |
dflaven
|
803bf4b9d2
#383: support negative numbers in OQL
|
před 12 roky |
romainq
|
a2d6746d60
#634 Detection of HTTPS not working with nginx (iTop always considering the current connection as being secure)
|
před 12 roky |
romainq
|
eafa11ecfe
Updated copyright (2012) and license (LGPL changed to AGPL)
|
před 12 roky |
romainq
|
429143ab3f
Fixed two bugs revealed with specific constraints (query expression like 'SELECT b FROM a JOIN b', AND the organization context is set)
|
před 12 roky |
romainq
|
34ede9dbde
CSV import/export reworked:
|
před 12 roky |
dflaven
|
b9ade00a07
Updated the test list to take into account Trac #558 (hexadecimal numbers inside strings)
|
před 13 roky |
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)
|
před 13 roky |
romainq
|
3ce5ae785a
Added a test for searching on SOAP
|
před 13 roky |
romainq
|
4e1e2d45ba
Data sync: fixed issue when a replica left in state 'new' becomes obsolete
|
před 13 roky |
romainq
|
e40539b558
Fixed SOAP test
|
před 13 roky |
dflaven
|
be8991ed36
#446 continuing: sanitizing parameters...
|
před 14 roky |
dflaven
|
82715bd05b
Added test cases for the new BELOW operator
|
před 14 roky |
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
|
před 14 roky |