Denis Flaven
|
ee938d674d
|
Fixed typos during the copy/paste for automatic account creation
SVN:1.2[1826]
|
2012-01-31 12:36:05 +00:00 |
|
Denis Flaven
|
423de35cf5
|
Fixed the encoding of mail headers !
SVN:1.2[1825]
|
2012-01-31 12:35:34 +00:00 |
|
Denis Flaven
|
89732d6e52
|
Put some default reconciliation keys to ease the use of CSV import
SVN:1.2[1820]
|
2012-01-30 17:42:54 +00:00 |
|
Denis Flaven
|
d9d84703ae
|
Fix to have the proper use of GetEditValue... thanks to C. Naud
SVN:1.2[1817]
|
2012-01-30 12:49:04 +00:00 |
|
Romain Quetiez
|
c3de9ecf10
|
Export for spreadsheets: transform keys (id of the queried object or external keys) into the corresponding friendly name
SVN:1.2[1815]
|
2012-01-30 10:58:21 +00:00 |
|
Denis Flaven
|
459a271d11
|
Fixed Trac#522: issue with non-ASCII characters in notifications subject.
SVN:1.2[1809]
|
2012-01-24 18:24:34 +00:00 |
|
Romain Quetiez
|
4f057ac29f
|
Improved the check on data model consistency: detection of SQL columns used by two attributes
SVN:1.2[1800]
|
2012-01-24 13:01:55 +00:00 |
|
Romain Quetiez
|
04647970a8
|
Case log now largely bigger than 64 Kilobytes... (reintegrated change made in trunk)
SVN:1.2[1791]
|
2012-01-19 15:32:48 +00:00 |
|
Romain Quetiez
|
0d6cd529a1
|
#516 and #517 Improved the export (specify fields for multi-column queries) and web queries (default field list)
SVN:1.2[1786]
|
2012-01-18 16:59:09 +00:00 |
|
Denis Flaven
|
2a155fe8ee
|
Added SetMessageId for forward compatibility with SwiftMailer
SVN:1.2[1785]
|
2012-01-18 10:05:12 +00:00 |
|
Romain Quetiez
|
3f381a3530
|
Partially de-hardcoded against the subdirectory "modules", so that 1.2.1 should be compatible with modules running under 2.0.
SVN:1.2[1778]
|
2012-01-17 15:26:02 +00:00 |
|
Denis Flaven
|
7fadb5e08b
|
Added self-registering / user synchronization extensibility
SVN:1.2[1760]
|
2012-01-11 16:01:11 +00:00 |
|
Denis Flaven
|
5d4476f48b
|
Added self-registering / user synchronization extensibility
SVN:1.2[1757]
|
2012-01-11 14:31:44 +00:00 |
|
Romain Quetiez
|
489be44b90
|
#489 Data synchro: reintegrated the latest improvements from trunk.
SVN:1.2[1740]
|
2011-12-21 13:45:07 +00:00 |
|
Denis Flaven
|
06620133b6
|
Bug fix: missing (but useless) parameter in ExpandArgs causes a notice...
SVN:1.2[1728]
|
2011-12-20 12:41:05 +00:00 |
|
Denis Flaven
|
cb0e1d8ef3
|
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:1.2[1724]
|
2011-12-19 16:50:39 +00:00 |
|
Denis Flaven
|
d321ebc8e4
|
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:1.2[1721]
|
2011-12-15 10:46:48 +00:00 |
|
Romain Quetiez
|
c149ec8e2c
|
#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:1.2[1719]
|
2011-12-14 17:44:06 +00:00 |
|
Denis Flaven
|
281adfb043
|
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:1.2[1715]
|
2011-12-13 14:43:33 +00:00 |
|
Romain Quetiez
|
4244029087
|
#485 Export for MS Excel web queries: format=spreadsheet
SVN:1.2[1713]
|
2011-12-13 14:30:36 +00:00 |
|
Denis Flaven
|
0685835d49
|
Allow to log entries on behalf of another user
SVN:1.2[1694]
|
2011-11-24 17:22:19 +00:00 |
|
Romain Quetiez
|
4da64a64b1
|
Cosmetic on the API of the dictionnary (internal)
SVN:1.2[1686]
|
2011-11-21 17:03:36 +00:00 |
|
Romain Quetiez
|
b2e6981b24
|
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:1.2[1674]
|
2011-11-18 10:46:42 +00:00 |
|
Denis Flaven
|
d16308ab62
|
- Reload the object after applying a stimulus, in case an action has an effect on an external field...
SVN:1.2[1665]
|
2011-11-14 10:44:31 +00:00 |
|
Denis Flaven
|
65a3755f81
|
- Regression from previous fix: don't Reload an object before saving it !
SVN:1.2[1662]
|
2011-11-10 16:37:18 +00:00 |
|
Denis Flaven
|
dc46c65499
|
- Don't activate triggers if the transition fails
- Reload the object, in case some custom action changed an external object
SVN:1.2[1659]
|
2011-11-10 10:12:43 +00:00 |
|
Romain Quetiez
|
dcc8ad08a4
|
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:1.2[1646]
|
2011-10-24 13:45:49 +00:00 |
|
Romain Quetiez
|
81173decca
|
Fixed issue: nobody in the list of persons to notify for portal users (security takes precedence)
SVN:1.2[1641]
|
2011-10-21 08:05:07 +00:00 |
|
Denis Flaven
|
9aca062bf5
|
Enhancement to provide a forward compatible API for some external plugins: support adding attachments to an email in a "clean" way.
SVN:1.2[1640]
|
2011-10-20 16:33:46 +00:00 |
|
Denis Flaven
|
09aba95d0a
|
Fixed Trac #493: incorrect display of Users' Grant Matrix
SVN:1.2[1635]
|
2011-10-17 09:27:23 +00:00 |
|
Denis Flaven
|
1683ca2dd6
|
Merged some enhancements fro the trunk to better keep track of sent emails
SVN:1.2[1634]
|
2011-10-13 15:42:59 +00:00 |
|
Denis Flaven
|
69df343bd2
|
Automatic synchro of CAS/LDAP users
SVN:1.2[1627]
|
2011-10-03 14:07:29 +00:00 |
|
Denis Flaven
|
f00c7c6bc2
|
GetValueLabel is used in some dashboards... make sure that it is available for any attribute
SVN:1.2[1617]
|
2011-09-29 09:46:58 +00:00 |
|
Romain Quetiez
|
c58fd17fc9
|
Fixed regression on attribute labels; introduced in [1582]
SVN:1.2[1603]
|
2011-09-23 13:36:57 +00:00 |
|
Romain Quetiez
|
619252db99
|
Merge fix on previous change (fixed #473, but getting a warning)
SVN:1.2[1585]
|
2011-09-19 11:49:43 +00:00 |
|
Romain Quetiez
|
f62a3b22a3
|
#473 Could not load NW interfaces (reconciliation issue) - merged from trunk
SVN:1.2[1582]
|
2011-09-19 10:55:24 +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 |
|
Romain Quetiez
|
2ee85dd407
|
Customization: added a check against reuse of an attribute code (collision can happen easily with inheritance)
SVN:trunk[1518]
|
2011-08-25 16:10:57 +00:00 |
|
Denis Flaven
|
6df6e4a9cc
|
- Allow creation of an ticket in a different initial state via the new 'initial_state_path' attribute.
- Support update of CaseLog fields in bulk_modify mode.
SVN:trunk[1517]
|
2011-08-25 16:04:58 +00:00 |
|
Romain Quetiez
|
c7f3ac0361
|
Internal: suppressed a warning on ormCaseLog
SVN:trunk[1514]
|
2011-08-25 11:57:18 +00:00 |
|
Romain Quetiez
|
21002574ce
|
Notifications: case log in plain text (this->case_log) or the latest entry (this->head(case_log))
SVN:trunk[1513]
|
2011-08-25 11:49:15 +00:00 |
|
Denis Flaven
|
ffa9b21364
|
Bug fix: allow modifying an object as if in target state, before applying the stimulus (cf PortalWebpage).
SVN:trunk[1506]
|
2011-08-24 15:58:22 +00:00 |
|
Denis Flaven
|
16b7714139
|
Default shortcut actions are now a parameter
SVN:trunk[1504]
|
2011-08-24 14:11:57 +00:00 |
|