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)
|
vor 11 Jahren |
romainq
|
8a3f7b2104
No time limit for long operations like: Bulk delete, CSV import (interactive) and Bulk modify
|
vor 11 Jahren |
dflaven
|
9646782b81
#757 Better UI to manage direct linksets... on going...
|
vor 11 Jahren |
romainq
|
8a00a05b1a
#783 Added the placeholder $this->xxx_list$ for emailing (names separated by a new line, truncated to 100 items)
|
vor 11 Jahren |
romainq
|
83b01f55e2
Instrumented the code to measure the impact of object reloads
|
vor 11 Jahren |
dflaven
|
0767f53ebf
#727: prevent a crash in cron.php
|
vor 12 Jahren |
romainq
|
41dbdb0623
#693 Portal user cannot choose services linked via customer contract
|
vor 12 Jahren |
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).
|
vor 12 Jahren |
romainq
|
eafa11ecfe
Updated copyright (2012) and license (LGPL changed to AGPL)
|
vor 12 Jahren |
dflaven
|
6d7a7696fb
Small optimization: do not recompute external fields if the value of the external key did not change
|
vor 12 Jahren |
romainq
|
c2cc143d35
Objects always recorded before the notifications are sent
|
vor 12 Jahren |
romainq
|
34ede9dbde
CSV import/export reworked:
|
vor 12 Jahren |
romainq
|
60da6859a4
#439 Record and display changes in the link sets (ex: Members of a team)
|
vor 12 Jahren |
dflaven
|
e15dd738ae
Protects against temporary objects that exist only in memory (id < 0)
|
vor 12 Jahren |
romainq
|
118b76cf16
Stop watches - beta (change tracking to be reviewed)
|
vor 13 Jahren |
romainq
|
8b79275180
Profiles defined in XML: reviewed the internal extension capability (GetReadOnlyAttributes and GetPredefinedObjects)
|
vor 13 Jahren |
romainq
|
3988ebc5be
Profiles defined in XML (setup + runtime), beta version (stable, upgrade required)
|
vor 13 Jahren |
romainq
|
dc80c4e0d1
Stop watches - alpha (GUI is missing)
|
vor 13 Jahren |
romainq
|
696b113e4a
Reintegrated fixes from branch 1.2.1 (2116,2118,2119)
|
vor 13 Jahren |
romainq
|
ad50749c07
Dashboard: fixed issue with Null values (group by)
|
vor 13 Jahren |
romainq
|
66deeb277e
#467 Friendly names not up to date when sending notifications
|
vor 13 Jahren |
romainq
|
aec35cfa6b
Implemented the capability to modify queries by the mean of a plugin (reintegrated from branch 1.2, release candidate)
|
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 |
dflaven
|
c4f0116536
Pass the current object to GetEditValue
|
vor 13 Jahren |
dflaven
|
047b1ae026
Pass the current objet to GetAsHTML
|
vor 13 Jahren |
dflaven
|
e55827ab48
- Reload the object after applying a stimulus, in case an action has an effect on an external field...
|
vor 13 Jahren |
dflaven
|
9bee9ab983
- Regression from previous fix: don't Reload an object before saving it !
|
vor 13 Jahren |
dflaven
|
12e8e4c0b5
- Don't activate triggers if the transition fails
|
vor 13 Jahren |
romainq
|
6b24c0928e
Internal issue: automated tests generating lots of warning
|
vor 13 Jahren |
romainq
|
1b0d6a7546
New helper class: TemplateString - to allow extended syntaxes such as $this->location_id->org_id->parent_id->name$... to be progressively introduced and replace the heavy ToArgs()
|
vor 13 Jahren |