dflaven
|
f8a7be667a
- Make sure that resulsts tables are always sortable.
|
14 年之前 |
dflaven
|
0247874d0b
Added support of hierarchy in the manipulation of external keys:
|
14 年之前 |
romainq
|
b31df568aa
#415 Could not limit user on some organization (symptom: wrong queries... org_id does not exist...)
|
14 年之前 |
dflaven
|
5687f7f052
- Added drill-down capability for OQL charts (pie and bars)
|
14 年之前 |
dflaven
|
d10fde1a9b
Finalizing the pagination: a few bug fixes and some cleanup...
|
14 年之前 |
romainq
|
8e56399e7f
#423 Fixed issues with application root URL = f(mode CLI, modules, web server techno, etc.)
|
14 年之前 |
romainq
|
7d19ed89d5
Dashboard templates: fixed issue with asynchronous mode (still some cosmetic issues) with itopblock and the table format
|
14 年之前 |
dflaven
|
2ba3316b27
New option group_by_expr for "group_by' display blocks (to be used in templates) to specify a PHP expression to use for the group by. This allows to build dashboards where dates are grouped by the day of the month, for example.
|
14 年之前 |
dflaven
|
56daa0a515
Implementation of bulk modify and bulk apply stimulus... to be tested !
|
14 年之前 |
romainq
|
40fdf26072
Plugin API - alpha version
|
14 年之前 |
romainq
|
e7c2c433f9
#348 Multi-column queries not working fine with open joins and if null values to be displayed
|
14 年之前 |
romainq
|
e8c6cf5cca
Allow a module to provide a handler to override application settings: OnMetaModelStarted()
|
14 年之前 |
romainq
|
0b583ed73e
REVIEWED THE FILE INCLUSION POLICY
|
14 年之前 |
dflaven
|
54fc60997f
Improved implementation of the 'autocomplete' input and fix of quite a few related issue with aysnchronous inputs. Autocompletes are now restricted to external keys only.
|
14 年之前 |
romainq
|
88b5b212cf
Fixed issues with the search form and context and page args... not finished
|
14 年之前 |
dflaven
|
bb4468b017
Fixed Trac #258: cleanup of application context parameters.
|
14 年之前 |
dflaven
|
62ab8f50b8
Small bug fix: testing an index out of bounds
|
14 年之前 |
dflaven
|
d7565cd739
Better handling (and styling) of the menu separator in the "Actions" menu.
|
14 年之前 |
dflaven
|
e91e74c791
- Reorganized "Actions" menu to make them more logical and added some separators between groups of actions.
|
14 年之前 |
dflaven
|
6f1dc9c8ee
-Fix for sorting the tables and taking into account the fact that the first column is not sort-able when it contains checkboxes.
|
14 年之前 |
dflaven
|
a3afbd9bb6
- Bug fix: use serialize instead of ToOQL to pass a search to the ajax page, since the OQL string does not contain the query parameters. This caused the chart to fail to load.
|
14 年之前 |
dflaven
|
f3075ff40e
Enhancement: provide a "list" view of the "impacts" and "depends on" results on top of the graphical view.
|
14 年之前 |
romainq
|
329ecc57b4
Improved security
|
14 年之前 |
romainq
|
e01a45ecb7
Usability: trim spaces in search forms
|
14 年之前 |
dflaven
|
c7b529d42d
- Better management of (truncated) list of linked objects (Trac #219)
|
15 年之前 |
dflaven
|
e9cab91f9f
- Fixed Trac #218: direct URL to an object was too long. Now use the shorter version (?operation=details&class=xxx&id=yyy&menu=zzz)
|
15 年之前 |
dflaven
|
abbacd1f05
- Objects filtering (read) is now performed by the core directly, no need to check further which objects in a set are read-able. Only those that can be read are returned.
|
15 年之前 |
dflaven
|
1dac9b5014
- Get rid of the class UserContext, since now everything is implemented directly in MetaModel
|
15 年之前 |
dflaven
|
123d232270
- Fixed the problem of initial (default) values (Trac #172) when creating an object by factorizing: creation / modification and cloning of objects !
|
15 年之前 |
dflaven
|
79ea30609e
- New implementation of the n-n link edition widget... almost complete.
|
15 年之前 |