romainq
|
1d75dd2c3f
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)
|
před 13 roky |
romainq
|
363663d9c6
Internal: detect unused columns while upgrading
|
před 13 roky |
romainq
|
44601bf669
Upgrade: fails to recreate a view when is has become invalid (missing attribute)
|
před 13 roky |
romainq
|
c269a42c90
Customization: added a check against reuse of an attribute code (collision can happen easily with inheritance)
|
před 13 roky |
dflaven
|
c21460e179
- Allow creation of an ticket in a different initial state via the new 'initial_state_path' attribute.
|
před 13 roky |
romainq
|
4a3a352b64
Fixed regression on latest fix (Hkeys and inheritance)
|
před 14 roky |
dflaven
|
b24e5a0c1b
Fix regression on hierarchical keys
|
před 14 roky |
romainq
|
7e2c8a8b83
#148 Allow overloading attribute/enum labels in the dictionary
|
před 14 roky |
dflaven
|
8d08fddbb5
Bug fix: incorrect detection of the need to fix HK, leading to incorrect data in case of upgrade.
|
před 14 roky |
dflaven
|
280e159e3f
Implemented the OQL operator ABOVE (and its variants ABOVE STRICT, NOT ABOVE and NOT ABOVE STRICT) that returns the (indirect) parents of a given node in a hierarchy. It's the opposite to 'BELOW' that returns the (indirect) children.
|
před 14 roky |
dflaven
|
65ee993dc7
Implementing Trac #419: provide means for the toolkit to fix synchro data sources
|
před 14 roky |
dflaven
|
b5a859e900
Cleanup of the way objects are displayed/edited: DisplayBareProperties is now used for displaying (i.e. read-only) or modifying/creating an object. The means that:
|
před 14 roky |
dflaven
|
f6c87e253b
- Fixed the combination of the "PointingTo" conditions, especially when combining several "BELOW" conditions for the same criteria (used for security and context purposes)
|
před 14 roky |
dflaven
|
c62b94c12a
- Use the new HierarchicalKeys for Organization and Locations and use the hierarchy of organization for the profiles/user rights.
|
před 14 roky |
dflaven
|
ae4c9509b3
Implemented enhancement #130: keywords to narrow the scope of the global search
|
před 14 roky |
dflaven
|
e4365b6a3d
- Setup tested under IE8
|
před 14 roky |
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.
|
před 14 roky |
romainq
|
7726f4dba2
#122 Optimized the load of data set (do not load unused columns, was provoking the swapping of MySQL tmp memory tables)
|
před 14 roky |
romainq
|
392591b7b4
Optimization: do not load the full set of items when it comes to displaying an autocomplete!
|
před 14 roky |
romainq
|
dab83f8b4f
Fixed issue in the data model consistency check
|
před 14 roky |
romainq
|
d3067f3045
#403 Partial installation not working (error on ticket form)
|
před 14 roky |
romainq
|
190decf3ba
Internal: keep track of class declaration source files
|
před 14 roky |
romainq
|
03a508a231
#359 Dehardcoded the timezone (while preserving 'Europe/Paris' as the default)
|
před 14 roky |
romainq
|
8e975682b1
New option: apc_cache.query_ttl (defaults to 3600s)
|
před 14 roky |
romainq
|
ac0058afcd
New option: apc_cache.enabled = true by default (beta)
|
před 14 roky |
romainq
|
5da7f449f8
APC cache: fixed an issue with cache reset
|
před 14 roky |
romainq
|
46e8156942
#366 Global search case sensitive or not working at all (issue with COLLATION)
|
před 14 roky |
dflaven
|
f1efd13238
New implementation of the setup:
|
před 14 roky |
romainq
|
6f4cc7cc44
Optimizations:
|
před 14 roky |
romainq
|
685f5ca185
Enablers for the current setup improvements
|
před 14 roky |