romainq
|
43d2332d26
Optimization: map the extended attribute code to the corresponding external field when this if possible (ex: org_id->name to org_name); this reduces the number of queries, in particular when using the "export CSV" menu on a list.
|
11 years ago |
dflaven
|
1cfc47e70d
Compatibility with APCu (For PHP 5.5+), since it slightly different from APC.
|
11 years ago |
romainq
|
2ebe72fd17
#816 Completed the fix (still a Notice)
|
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 |
dflaven
|
a567494f60
#757 Better UI to manage direct linksets: added the ability to provide the "reverse query" by specifying a '<filter>' tag on AttributeLinkedSet.
|
11 years ago |
romainq
|
b10cf7c569
Creation of indexes on several columns (exploited for a few classes when it was obvious)
|
11 years ago |
romainq
|
ef9c010998
Reviewed the instrumentation to help in tuning the performance
|
11 years ago |
dflaven
|
eee21a7dec
#777 mandatory fields that are external keys are now displayed with a star before the arrow: ExtkeyName*->ReconciliationField. In import the old syntax is supported as well.
|
11 years ago |
romainq
|
00e7fad774
OQL normalization and dashlets have been made independent from the class MetaModel (adjusted the API)
|
12 years ago |
romainq
|
e75530a0c2
User rights:
|
12 years ago |
romainq
|
5aec4ed4c5
#675 Error when drilling down on graph/pie/table with group by on a field that can be null (this case has been excluded)
|
12 years ago |
romainq
|
47eff563d3
#660 Warning raised with ZendServer (with APC cache enabled) causing the setup to fail
|
12 years ago |
dflaven
|
191bc48c4c
New extension API: iPageUIExtension to alter the display of *each* iTopWebPage.
|
12 years ago |
dflaven
|
a62fdc77d5
Perf enhancements: don't build trace information if trace is not required.
|
12 years ago |
romainq
|
a148f032eb
Fixed stopper issue (found with an audit) due to copies of DBObjectSearch not cloned (or not cloned well)
|
12 years ago |
romainq
|
cc718b70ef
Optimization of SQL queries: fixed two issues (SELECT to track object linked to... and SELECT ExternalUser)
|
12 years ago |
romainq
|
e22bed86b0
Optimization of SQL queries: fixed!
|
12 years ago |
romainq
|
9dbcd77495
Optimization of SQL queries: reduce the number of JOINS, assuming that data are consistent. Can be disabled with config setting query_optimization_enabled => 0.
|
12 years ago |
dflaven
|
7b776554c1
Fix for Trac #497: allow bulk modification of "duration" fields.
|
12 years ago |
romainq
|
25652088b2
New developer tool: cosmetics
|
12 years ago |
romainq
|
e04244cefc
New developer tool: set log_queries=1 to enable query logging into data/
|
12 years ago |
romainq
|
539dad1d87
error.log moved into the log directory
|
12 years ago |
romainq
|
8eeea2f197
Renamed priv_Userinternal into priv_userinternal, and added a check for table names (lowercase is the rule!)
|
12 years ago |
etaloc
|
c0cd1f5126
Don't mind whether hidden fields are read-only or not.. they are hidden.
|
12 years ago |
dflaven
|
ad6c2971d3
Rollback (temporarily) to fix the issue with linksets dependent on both sides.
|
12 years ago |
romainq
|
2217bdd692
MetaModel: when an ext key on a Link is discarded, then discard the corresponding linkset attributes
|
12 years ago |
romainq
|
0ff1aaf68c
Internal: improved (a little) the API to detect datamodel inconsistencies
|
12 years ago |
romainq
|
eafa11ecfe
Updated copyright (2012) and license (LGPL changed to AGPL)
|
12 years ago |
romainq
|
429143ab3f
Fixed two bugs revealed with specific constraints (query expression like 'SELECT b FROM a JOIN b', AND the organization context is set)
|
12 years ago |
dflaven
|
4790438091
Fixed the "Reset(APC)Cache" at the end of the installation.
|
12 years ago |