romainq
|
ad50749c07
Dashboard: fixed issue with Null values (group by)
|
13 gadi atpakaļ |
romainq
|
66deeb277e
#467 Friendly names not up to date when sending notifications
|
13 gadi atpakaļ |
romainq
|
aec35cfa6b
Implemented the capability to modify queries by the mean of a plugin (reintegrated from branch 1.2, release candidate)
|
13 gadi atpakaļ |
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 gadi atpakaļ |
dflaven
|
c4f0116536
Pass the current object to GetEditValue
|
13 gadi atpakaļ |
dflaven
|
047b1ae026
Pass the current objet to GetAsHTML
|
13 gadi atpakaļ |
dflaven
|
e55827ab48
- Reload the object after applying a stimulus, in case an action has an effect on an external field...
|
13 gadi atpakaļ |
dflaven
|
9bee9ab983
- Regression from previous fix: don't Reload an object before saving it !
|
13 gadi atpakaļ |
dflaven
|
12e8e4c0b5
- Don't activate triggers if the transition fails
|
13 gadi atpakaļ |
romainq
|
6b24c0928e
Internal issue: automated tests generating lots of warning
|
13 gadi atpakaļ |
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()
|
13 gadi atpakaļ |
dflaven
|
32a4ceba39
More fixes for Trac#446: XSS vulnerabilities with vectors containing double quotes
|
13 gadi atpakaļ |
dflaven
|
12235df04b
Prevent an exception in some (rare?) conditions where an incorrect value was set in a temporary object....cf Trac #466
|
13 gadi atpakaļ |
dflaven
|
c21460e179
- Allow creation of an ticket in a different initial state via the new 'initial_state_path' attribute.
|
14 gadi atpakaļ |
romainq
|
6c2353ff87
Notifications: case log in plain text (this->case_log) or the latest entry (this->head(case_log))
|
14 gadi atpakaļ |
dflaven
|
36b4fc2d4c
Bug fix: allow modifying an object as if in target state, before applying the stimulus (cf PortalWebpage).
|
14 gadi atpakaļ |
dflaven
|
6801975551
Fixed Trac# 457: crash when deleting two organizations.
|
14 gadi atpakaļ |
dflaven
|
31e23c5282
New option DEL_MOVEUP (move the children up one level) for 'on_target_delete' for HierarchicalKey attributes.
|
14 gadi atpakaļ |
dflaven
|
494a4f36f8
Fixed issues when adding/removing modules during the setup:
|
14 gadi atpakaļ |
dflaven
|
b90aa3b9c4
Implementation of a new type of ExternalKey attribute: HierarchicalKey. This attribute implements the "nested set" model and is used to define a hierarchy of an arbitrary depth of objects of the same class. With this new feature it is possible to retrieve in one OQL query (and in one sql query as well) all the children of a given organization.
|
14 gadi atpakaļ |
romainq
|
8e56399e7f
#423 Fixed issues with application root URL = f(mode CLI, modules, web server techno, etc.)
|
14 gadi atpakaļ |
romainq
|
7726f4dba2
#122 Optimized the load of data set (do not load unused columns, was provoking the swapping of MySQL tmp memory tables)
|
14 gadi atpakaļ |
romainq
|
48d4fddb18
Data sync: fixed issue with the check while creating a new data source (depending on the target class)
|
14 gadi atpakaļ |
romainq
|
b8b29a7cc2
Data synchro: added notifications in case of error + fixed a bug in the error reporting (reconciliation on null values, last error was not recorded)
|
14 gadi atpakaļ |
romainq
|
b8518f8963
Data synchro: if the object is deleted from within iTop, do cleanup sync table and replica as well
|
14 gadi atpakaļ |
romainq
|
84a737920e
Deletion: entirely reviewed to take into account the objects being synchronized by an external data source, or the plugins constraints.
|
14 gadi atpakaļ |
dflaven
|
9066d9a138
Bug fix: when doing a bulk modify (or bulk apply stimulus) the external keys that were read-only in the edition form were displayed as "ClassName #id" instead of using their friendly name. This is now fixed, but requires a load of the target object.
|
14 gadi atpakaļ |
dflaven
|
617bbf39aa
New type of Attribute "CaseLog" (under construction !)
|
14 gadi atpakaļ |
romainq
|
b2fa746250
Optimization in the setup: 10 queries to insert the 1500 action grant records
|
14 gadi atpakaļ |
dflaven
|
56daa0a515
Implementation of bulk modify and bulk apply stimulus... to be tested !
|
14 gadi atpakaļ |