pgoiffon
|
bdd703ec15
N.689 workaround on MySQL number of joins limit (61)
|
7 years ago |
eespie
|
fcdc097877
N.1065 Fix performance issues (unexpected objects reload).
|
7 years ago |
glajarige
|
bee9ab0540
Internal: Typo in PHPDoc
|
7 years ago |
glajarige
|
0b626ad977
Internal: PHPDoc on some DBObjectSet methods.
|
7 years ago |
romainq
|
0e1f3d02b9
Rework of the edition of 1-N and N-N links: managed as a delta from the GUI down to the the lowest APIs.
|
8 years ago |
romainq
|
7e7bd02b0b
Internal: document variables to ease code browsing
|
8 years ago |
romainq
|
b246164f18
Obsolescence: finalizing the implementation of the flag (hide obsolete objects, show an icon on hyperlinks and a tag on the object details, user preference defaulting to the new setting 'show_obsolete_data')
|
8 years ago |
romainq
|
6374dc3de4
Prerequisite for #1334. New API: DBObjectSet::SetOrderByClasses. Helper to sort on multicolumn queries (SELECT a, b FROM)
|
8 years ago |
romainq
|
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 years ago |
romainq
|
d33a2ebc7e
Magic query arguments - fixed a regression: URL exceeding 4000 characters (!) because the serialized queries were including magic arguments. Those arguments must be computed right before executing the query. An alternative to this implementation could be to serialize a DBSearch with its parameters computed at serialization time.
|
9 years ago |
romainq
|
1c5dc468d5
Magic query arguments:
|
9 years ago |
dflaven
|
e10f75b167
#1049: CSV import (and edition) of n:n links. The Differences() function is NOT commutative: the original value (i.e. the one from the database) must the the first argument.
|
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
|
d10ff67731
Code cleanup: deprecated the unused (and empty) class CMDBSearchFilter, replaced by DBSearch or DBObjectSearch depending on the usage.
|
10 years ago |
romainq
|
5ed735e8d0
#942 OQL now supporting unions. Unions support polymorphism and can be used anywhere in the application.
|
10 years ago |
dflaven
|
af849fbd7f
#1078: Properly record the history of LinkedSet(Indirect)
|
10 years ago |
dflaven
|
2c4841693c
Integration of the new way to compute relations into the datamodel (ComputeImpactedItems)
|
10 years ago |
romainq
|
c89f6ecfb0
Rework of the relation diagrams: implemented MetaModel::GetRelatedObjectsDown (still not taking the redundancy into account)
|
10 years ago |
romainq
|
a97ec14388
#983 Sortering not possible on multi-column queries
|
10 years ago |
dflaven
|
91df8ed4c8
#932: fixed a regression introduced by [r3319]... in case a criteria is present several times.
|
10 years ago |
dflaven
|
7b25ed14a8
Bug fix: FetchAssoc was broken when dealing with in-memory sets.
|
10 years ago |
dflaven
|
b6cefa790f
Fix for a warning about mysql_free() revealing a problem with DBObjectSet
|
11 years ago |
dflaven
|
41062070ac
Oops: Protect against non-existing parameters... (occurs when configuring a list)
|
11 years ago |
dflaven
|
f5e32d2947
Protect against non-existing parameters... (occurs when configuring a list)
|
11 years ago |
romainq
|
07e22cc92a
Fixed a regression due to the optimization of the memory usage of DBObjectSet [3142]
|
11 years ago |
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.
|
11 years ago |
dflaven
|
3a724d1bf3
#887 short term fix for preventing ToArgs to alter the content of an object...
|
11 years ago |
romainq
|
595f4616e2
Regression of 2.0.2 beta: Configure this list + discard all columns: the list cannot be loaded anymore (if saved)
|
11 years ago |
romainq
|
ff24625bd5
#830 Regression introduced in the beta. Related to the management of query arguments
|
11 years ago |
romainq
|
46363e170f
#783, #233 and #466 The recent revision (2921 for ticket #783) introduced a significant slow down when performing CSV import (but not only). This new revision does suppress the regression, and even speeds up bulk updates in general. This revision is candidate for retrofit into branch 2.0.1 (along with 2921)
|
11 years ago |