dflaven
|
f060c7d25d
#867 (and #907 as a dup') De-harcode set_time_limit (per loop) in lengthy operations. Default value is 30 seconds (per loop), configurable via the new parameter "max_execution_time_per_loop", instead of 5 seconds previously.
|
11 tahun lalu |
dflaven
|
3a724d1bf3
#887 short term fix for preventing ToArgs to alter the content of an object...
|
11 tahun lalu |
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 tahun lalu |
romainq
|
65ef29332b
Internal: API to build the SQL statements to (re)-create an object
|
11 tahun lalu |
romainq
|
8b355b150a
Extensibility: make sure that checks implemented in an overload of CheckToWrite will be seen when parent::CheckToWrite is invoked at the end of the overload
|
11 tahun lalu |
dflaven
|
3772f10ee7
#805 Use a mutex to turn the insertion of a new ticket into an atomic operation
|
11 tahun lalu |
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 tahun lalu |
romainq
|
8a3f7b2104
No time limit for long operations like: Bulk delete, CSV import (interactive) and Bulk modify
|
11 tahun lalu |
dflaven
|
9646782b81
#757 Better UI to manage direct linksets... on going...
|
11 tahun lalu |
romainq
|
8a00a05b1a
#783 Added the placeholder $this->xxx_list$ for emailing (names separated by a new line, truncated to 100 items)
|
11 tahun lalu |
romainq
|
83b01f55e2
Instrumented the code to measure the impact of object reloads
|
11 tahun lalu |
dflaven
|
0767f53ebf
#727: prevent a crash in cron.php
|
12 tahun lalu |
romainq
|
41dbdb0623
#693 Portal user cannot choose services linked via customer contract
|
12 tahun lalu |
dflaven
|
a3ec7d9034
Prevent a crash when deleting objects accessed from a list of their abstract class (i.e. Select some Contacts, "delete...", select a Person, delete => crash).
|
12 tahun lalu |
romainq
|
eafa11ecfe
Updated copyright (2012) and license (LGPL changed to AGPL)
|
12 tahun lalu |
dflaven
|
6d7a7696fb
Small optimization: do not recompute external fields if the value of the external key did not change
|
12 tahun lalu |
romainq
|
c2cc143d35
Objects always recorded before the notifications are sent
|
12 tahun lalu |
romainq
|
34ede9dbde
CSV import/export reworked:
|
12 tahun lalu |
romainq
|
60da6859a4
#439 Record and display changes in the link sets (ex: Members of a team)
|
12 tahun lalu |
dflaven
|
e15dd738ae
Protects against temporary objects that exist only in memory (id < 0)
|
12 tahun lalu |
romainq
|
118b76cf16
Stop watches - beta (change tracking to be reviewed)
|
12 tahun lalu |
romainq
|
8b79275180
Profiles defined in XML: reviewed the internal extension capability (GetReadOnlyAttributes and GetPredefinedObjects)
|
13 tahun lalu |
romainq
|
3988ebc5be
Profiles defined in XML (setup + runtime), beta version (stable, upgrade required)
|
13 tahun lalu |
romainq
|
dc80c4e0d1
Stop watches - alpha (GUI is missing)
|
13 tahun lalu |
romainq
|
696b113e4a
Reintegrated fixes from branch 1.2.1 (2116,2118,2119)
|
13 tahun lalu |
romainq
|
ad50749c07
Dashboard: fixed issue with Null values (group by)
|
13 tahun lalu |
romainq
|
66deeb277e
#467 Friendly names not up to date when sending notifications
|
13 tahun lalu |
romainq
|
aec35cfa6b
Implemented the capability to modify queries by the mean of a plugin (reintegrated from branch 1.2, release candidate)
|
13 tahun lalu |
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)
|
13 tahun lalu |
dflaven
|
c4f0116536
Pass the current object to GetEditValue
|
13 tahun lalu |