Romain Quetiez
6a9ea25b27
Setup based on either compiled modules or xml datamodel files (or both).
...
SetupWebPage is an alias for ModuleDiscovery and the module files should be updated progressively to invoke ModuleDiscovery::AddModule() instead.
The implementation of the module still assumes they are in the directory 'modules'... this has to be changed later to ensure the distinction between the source modules and the executed modules
SVN:trunk[1758]
2012-01-11 15:04:15 +00:00
Denis Flaven
f29d673ffb
Added self-registering / user synchronization extensibility
...
SVN:trunk[1756]
2012-01-11 11:17:08 +00:00
Denis Flaven
8f8f575c65
Bug fix: use the proper way to set the message-ID with Swift
...
SVN:trunk[1754]
2012-01-04 10:45:58 +00:00
Romain Quetiez
d8fc264adf
Synchro: need to order the replicas by id for the split algorithm to work fine
...
SVN:trunk[1734]
2011-12-21 10:03:23 +00:00
Romain Quetiez
72ac150faa
Synchro: keep track of the memory usage peak (SynchroLog), should the synchro be executed at once or in several steps
...
SVN:trunk[1733]
2011-12-21 08:52:14 +00:00
Romain Quetiez
9ac4f84e22
#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)
...
SVN:trunk[1732]
2011-12-20 15:55:07 +00:00
Denis Flaven
3e2d906f0d
Bug fix: missing (but useless) parameter in ExpandArgs causes a notice...
...
SVN:trunk[1727]
2011-12-20 12:39:15 +00:00
Denis Flaven
123f5c4cf5
When searching objects to add to the current object (n:n relationship), set the default search params in order to stay in the current silo.
...
SVN:trunk[1723]
2011-12-19 16:28:09 +00:00
Denis Flaven
0563b05b03
Bug fix: apply the AllowedValues constraints(as default values) when selecting elements via the "magnifier" button or creating an new element via the "plus" button... also make sure that allowed values is enforced
...
SVN:trunk[1720]
2011-12-15 10:41:01 +00:00
Romain Quetiez
701d49f70d
Fixed regression in the setup: query class must be included in the default configuration
...
SVN:trunk[1718]
2011-12-14 17:40:26 +00:00
Romain Quetiez
ea10d202a6
#485 Improved the end-user experience with Excel and the web queries (added a phrasebook) + link to test the OQL attributes (query phrasebook or email actions, etc.) including the handlink of query arguments) + fixed wrong prototypes for a few implementations of GetBareProperties()
...
SVN:trunk[1716]
2011-12-14 17:23:01 +00:00
Denis Flaven
ec19ef982e
Bug fix: apply the AllowedValues constraints(as default values) when selecting elements via the "magnifier" button or creating an new element via the "plus" button.
...
SVN:trunk[1714]
2011-12-13 14:37:31 +00:00
Romain Quetiez
9197c6a17c
#485 Export for MS Excel web queries: format=spreadsheet
...
SVN:trunk[1711]
2011-12-13 14:21:13 +00:00
Denis Flaven
bb3d08b8a3
Make the data model load even without Contacts !
...
SVN:trunk[1709]
2011-12-08 15:31:10 +00:00
Denis Flaven
02b34515f3
Pass the current object to GetEditValue
...
SVN:trunk[1704]
2011-12-02 16:26:23 +00:00
Denis Flaven
d081d1f4df
Pass the current objet to GetAsHTML
...
SVN:trunk[1703]
2011-12-02 16:16:53 +00:00
Denis Flaven
32b312c871
Allow to log entries on behalf of another user
...
SVN:trunk[1693]
2011-11-24 16:17:09 +00:00
Romain Quetiez
7a83237f11
Cosmetic on the API of the dictionnary (internal)
...
SVN:trunk[1687]
2011-11-21 17:07:58 +00:00
Denis Flaven
0c2390cce6
New type of attribute: percentage
...
SVN:trunk[1681]
2011-11-18 17:01:11 +00:00
Denis Flaven
bac970b5c7
New type of attribute: percentage
...
SVN:trunk[1680]
2011-11-18 16:53:17 +00:00
Denis Flaven
9f186f3b60
New type of attribute: percentage
...
SVN:trunk[1679]
2011-11-18 16:44:08 +00:00
Romain Quetiez
a5547d4d26
Fixed bug in change tracking: it was impossible to factorize code creating objects in the background either in the context of an object update or in the context of the application of a stimulus
...
SVN:trunk[1673]
2011-11-18 10:43:30 +00:00
Denis Flaven
17ef280b27
- Reload the object after applying a stimulus, in case an action has an effect on an external field...
...
SVN:trunk[1667]
2011-11-14 10:57:52 +00:00
Denis Flaven
340ff612cd
- Regression from previous fix: don't Reload an object before saving it !
...
SVN:trunk[1663]
2011-11-10 16:38:06 +00:00
Denis Flaven
699f18394b
- Don't activate triggers if the transition fails
...
- Reload the object, in case some custom action changed an external object
SVN:trunk[1660]
2011-11-10 10:20:28 +00:00
Romain Quetiez
dfe7997f53
Added helpers to export the datamodel
...
SVN:trunk[1653]
2011-11-04 11:48:42 +00:00
Denis Flaven
14b86abdbe
Allow specifying the label of the sender email
...
SVN:trunk[1650]
2011-10-28 12:41:20 +00:00
Romain Quetiez
7ff6e52ede
Internal issue: automated tests generating lots of warning
...
SVN:trunk[1647]
2011-10-25 12:51:37 +00:00
Romain Quetiez
f8a582b375
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()
...
SVN:trunk[1645]
2011-10-24 13:37:37 +00:00
Romain Quetiez
b0373f576c
Fixed issue: nobody in the list of persons to notify for portal users (security takes precedence)
...
SVN:trunk[1642]
2011-10-21 08:10:39 +00:00
Romain Quetiez
ffb3750806
Fixed regressions due to the integration of SwiftMailer
...
SVN:trunk[1639]
2011-10-20 15:52:38 +00:00
Romain Quetiez
649f7c609b
Generation of emails based on the lib SwiftMailer (implements the SMTP protocole)
...
SVN:trunk[1638]
2011-10-20 15:14:17 +00:00
Romain Quetiez
ff201e8b8a
Improved the upgrade/toolkit: make sure that NULL is allowed for SQL columns found in the DB but not defined in the data model (attribute removed or renamed)
...
SVN:trunk[1637]
2011-10-20 11:45:52 +00:00
Denis Flaven
f979dd40e0
Merged-in the fix for Trac #493 : incorrect display of the Users' Grant Matrix
...
SVN:trunk[1636]
2011-10-17 11:27:03 +00:00
Denis Flaven
32be1aafe0
Better way to keep track that an e,ail is linked to a given iTOp object: message-id + references
...
SVN:trunk[1633]
2011-10-13 14:43:45 +00:00
Denis Flaven
982c55738f
Allow to override some default headers when sending an email
...
SVN:trunk[1632]
2011-10-13 14:37:36 +00:00
Romain Quetiez
bdebb33822
#488 Replaced mysql extension with mysqli
...
SVN:trunk[1630]
2011-10-10 15:42:10 +00:00
Denis Flaven
b1d0d039a3
More options for CAS to allow automatic synchro of CAS/LDAP users
...
SVN:trunk[1624]
2011-10-03 13:51:27 +00:00
Denis Flaven
6fb3195d6e
GetValueLabel is used in some dashboards... make sure that it is available for any attribute
...
SVN:trunk[1615]
2011-09-29 09:35:26 +00:00
Romain Quetiez
099afb5451
Fixed regression on attribute labels; introduced in [1581]
...
SVN:trunk[1602]
2011-09-23 13:30:21 +00:00
Romain Quetiez
19318973ca
Fixed warning (strict standards) on previous fix
...
SVN:trunk[1584]
2011-09-19 11:44:04 +00:00
Romain Quetiez
cac76a7e08
#473 Could not load NW interfaces (reconciliation issue)
...
SVN:trunk[1581]
2011-09-19 10:36:47 +00:00
Denis Flaven
13c636cab6
Prevent email header injection
...
SVN:trunk[1573]
2011-09-13 14:55:34 +00:00
Denis Flaven
c4db9cd84e
More fixes for Trac#446: XSS vulnerabilities with vectors containing double quotes
...
SVN:trunk[1563]
2011-09-08 13:21:32 +00:00
Denis Flaven
c1221054b4
Prevent a crash when displaying the details of a change (from the CSV "history" tab)
...
SVN:trunk[1555]
2011-09-05 16:28:31 +00:00
Denis Flaven
8f21b9dabb
Bug fix: prevent a warning when doing modify-all as a non-admin user.
...
SVN:trunk[1549]
2011-09-01 10:49:56 +00:00
Denis Flaven
29f1dd5a69
Prevent an exception in some (rare?) conditions where an incorrect value was set in a temporary object....cf Trac #466
...
SVN:trunk[1546]
2011-08-31 14:28:41 +00:00
Romain Quetiez
f7be35848c
Internal: detect unused columns while upgrading
...
SVN:trunk[1535]
2011-08-29 15:37:58 +00:00
Romain Quetiez
54f3dec7a9
Upgrade: fails to recreate a view when is has become invalid (missing attribute)
...
SVN:trunk[1530]
2011-08-29 13:18:30 +00:00
Denis Flaven
20a06c9212
Fixed a warning...
...
SVN:trunk[1520]
2011-08-25 17:03:12 +00:00