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.
|
14 years ago |
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 years ago |
romainq
|
6421f721cc
Email sent in asynchronous mode (established the base for an application internal CRON, task queue, etc.) with adjustable configuration (disable by default). Also improved the OQL: IS_NULL() and REGEXP have been added.
|
14 years ago |
romainq
|
5d55b83597
#340 Fixed OQL parsing issue - parameters in IN()/NOT IN() clauses
|
14 years ago |
romainq
|
b6c96f4689
Select multiple objects in OQL (beta, for integration within the UI)
|
15 years ago |
romainq
|
2fe95b824f
Added INET_ATON and INET_NTOA verbs to the OQL, and allowed carrier returns chars (\r) in the OQL (same as a whitespace)
|
15 years ago |
romainq
|
6e4255e0a1
Improved the run query page: added meaningfull examples, including "ticket of the user currently logged in", and did some cosmetics on the page (examples shown in a drawer) ; needed to add some options to the OQL (date intervals)
|
15 years ago |
romainq
|
972bb29ffe
User management by profile moving forward: pages to check the projection of objects/users in user defined dimensions
|
16 years ago |
dflaven
|
4801d921f6
Moved under "trunk" to be able to track releases under "tags"
|
16 years ago |