dflaven
|
8c9344d96d
#931 Management of n:n links can be broken in case of insufficient user rights. Side effect: attribute_linkedset with the flag OPT_ATT_HIDDEN are now completely hidden (the tab is not displayed at all).
|
11 years ago |
romainq
|
a76dbb3a95
#886 Delete change history so that if an ID is reused the history starts from scratch (and cleanup most of the data as soon as the object is deleted)
|
11 years ago |
dflaven
|
9fbeefc6c1
#862: Popup menu misplaced when the window scrolls (e.g. when displaying large lists of results)
|
11 years ago |
romainq
|
1ae1394f15
#929 Speed up the full text search (mostly from the end user perspective, requires a custom configuration)
|
11 years ago |
romainq
|
2fb450f1be
#928 Setup crashing if async_retries is configured
|
11 years ago |
dflaven
|
c1afd414b3
Fix of a regression introduced by [3146]: due to formatting rules, empty friendlynames may not look like empty strings!
|
11 years ago |
dflaven
|
240efffccf
Properly handle external and basic authentication methods for REST web services.
|
11 years ago |
dflaven
|
1ac23ae3a4
Properly optimize the columns to load, when subitems are requested.
|
11 years ago |
romainq
|
94c0d32032
#483 Added placeholders for the notifications: html(caselog), head_html(caselog), html(linkset). The HTML can be customized. Fixes the issue about lines being wrapped in a curious way (root cause: swift mailer).
|
11 years ago |
romainq
|
ce571f79d9
Allow the use of any character into the help text on an attribute (usefull to explain a constraint implemented as a regular expression for instance.) Reminder: the text is given as a dictionary entry named like "Class:<class>/Attribute:<attcode>?"
|
11 years ago |
romainq
|
afda4ac3d9
#925 Completes the commit [3163], the link sets were still not correctly handled
|
11 years ago |
romainq
|
33738d1b03
#925 REST/JSON: Added an option to output all the fields of the object found (not only the fields of the queried class)
|
11 years ago |
romainq
|
56dc87f63e
#897 Rest Services: improved the error reporting when an external key is specified with a final class that is not a subclass of the class of the external key
|
11 years ago |
romainq
|
6f18762414
#876 Upgrade finishes with error "Cannot reload object id = -1" (root cause: DB in read-only mode, see config/access_mode)
|
11 years ago |
romainq
|
73bfc84940
#859 About box: also list the modules installed from the extensions folder
|
11 years ago |
romainq
|
69895eff45
#875 Could not use OQL queries with a double quote in the condition
|
11 years ago |
romainq
|
13ba8740b2
Fixed a compiler error message (wrong syntax when using a PHP class to implement the class methods)
|
11 years ago |
dflaven
|
1fe1a03719
Limit the display of the status to the latest 100 runs of the synchro data source.
|
11 years ago |
dflaven
|
2e975aafb5
Implement the iDisplay interface on any class derived from DBObject, but also limit the possible actions on such objects (disable edition)
|
11 years ago |
dflaven
|
1167b6a444
Proper output of boolean values in JSON.
|
11 years ago |
romainq
|
07e22cc92a
Fixed a regression due to the optimization of the memory usage of DBObjectSet [3142]
|
11 years ago |
dflaven
|
d438218165
Fix for a regression introduced by [3149]
|
11 years ago |
dflaven
|
95d4bbaeb7
Second fix for a regression due to revisions 3141/3150
|
11 years ago |
dflaven
|
584beeb658
Fix for a regression due to revisions 3141/3150
|
11 years ago |
dflaven
|
5ff555a73b
Fixed regression introduced by [3141]: Code cleanup to implement the tabs handling (inside web pages) in one place.
|
11 years ago |
dflaven
|
bd074f27ba
Two experimental perf. enhancements:
|
11 years ago |
dflaven
|
709b3ce87f
Experimental perf. enhancement: cache the foreign keys to use when importing object to avoid searching for the same object several times during a given import. Seem to speed up the imports by 7 to 10%.
|
11 years ago |
dflaven
|
afafd741d0
Oops, removing a debug trace...
|
11 years ago |
dflaven
|
6d5bd017d8
Avoid using an attribute which may cause a Reload()... seems useless anyway.
|
11 years ago |
dflaven
|
8762a41dd3
#909: faster display for the "details" of an object:
|
11 years ago |