Romain Quetiez
7b6295f0a0
Fixed regression: server status was reset
...
SVN:trunk[161]
2009-09-16 07:53:12 +00:00
Denis Flaven
6e4da54706
- New cache management for the lifecycle graphs
...
SVN:trunk[160]
2009-09-14 16:50:51 +00:00
Romain Quetiez
043552536d
Cosmetics on the bulk load (followed new test plan)
...
SVN:trunk[159]
2009-09-14 16:06:04 +00:00
Romain Quetiez
0e4e0f07a0
Fixed bug: could not empty a field
...
SVN:trunk[156]
2009-09-14 08:40:28 +00:00
Romain Quetiez
9ca940a41e
Revised the CSV import: fixed issues with the external keys, added hyperlinks to the found objects, obsoleted the word 'pkey', replaced by 'id'
...
SVN:trunk[154]
2009-09-14 08:37:10 +00:00
Denis Flaven
61df1d7bab
- 'Add...' butotn is now grayed when there is nothing to Add
...
- Better handling of AllowedValues, supporting autocompletes
- Cleanup unused code in wizard.utils.js
SVN:trunk[151]
2009-09-11 21:23:24 +00:00
Denis Flaven
e2d60e7c8f
Implementation of AllowedValues for fields that depend on other fields
...
SVN:trunk[148]
2009-09-11 20:35:16 +00:00
Romain Quetiez
455d9b23be
Improve the UI on object deletion: added a confirmation form and do check the dependencies so as to preserve the DB integrity
...
SVN:trunk[146]
2009-09-11 15:44:24 +00:00
Romain Quetiez
cc7ea74159
Work in progress for integration of "allowed values"
...
SVN:trunk[144]
2009-09-11 15:33:06 +00:00
Romain Quetiez
9756ed026f
Added INET_ATON and INET_NTOA verbs to the OQL, and allowed carrier returns chars (\r) in the OQL (same as a whitespace)
...
SVN:trunk[143]
2009-09-11 12:38:46 +00:00
Denis Flaven
9dfb8940cd
Added the validation of mandatory form fields before submitting the creation / modification / clone forms.
...
SVN:trunk[140]
2009-09-11 06:01:32 +00:00
Denis Flaven
4f540e93e8
- Fixed the "modify" screen to have the "wizard look (thin green border)
...
SVN:trunk[136]
2009-09-10 15:33:31 +00:00
Romain Quetiez
f541c70e30
Integrated data model changes to the data load (incidents/contracts and persons were not correctly loaded
...
SVN:trunk[133]
2009-09-10 14:28:08 +00:00
Romain Quetiez
44d32af652
Cosmetics on the run query page
...
SVN:trunk[123]
2009-09-09 12:44:06 +00:00
Romain Quetiez
c97db0e5e3
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)
...
SVN:trunk[122]
2009-09-08 15:10:31 +00:00
Romain Quetiez
f3367cd587
Reworked the "run query" page: renamed, improved the examples
...
SVN:trunk[121]
2009-09-08 09:25:57 +00:00
Romain Quetiez
3c1df7332c
Latest data model (Erwan) and few cosmetic changes (safer display of object hyperlinks)
...
SVN:trunk[119]
2009-09-07 14:29:49 +00:00
Denis Flaven
da044bd5e1
- Adjusted size of the CSV export
...
- nicer display for the modification of objects
SVN:trunk[116]
2009-09-07 13:58:53 +00:00
Romain Quetiez
2f26ebe54c
Finalization of the user management by profile (UI to manage the accounts), and some unrelated changes:
...
- Using class labels in the UI
- Data model: you may specify a set of allowed values from a query (see caller_id in bizIncident class), still not 100% used in the UI but does not generate any error
- Data model: you may specify a password field (AttributePassword replacing AttributeString)
- Setup: calling UserRight::Setup() right after calling UserRight::CreateAdministrator()
- Setup: administrator account created with "my organization" and a dedicated contact
- Menus: optimized the load of std menus (queries written in OQL to get the benefit of the query cache)
- Menus: admin tools, seen only by people having the "admin" profile
- Object edition: fixed bug with the display of N-N links in the form
SVN:trunk[110]
2009-09-04 15:22:40 +00:00
Romain Quetiez
5df39c5837
In the UI, the class names have been replaced by the class labels
...
SVN:trunk[108]
2009-09-02 13:18:59 +00:00
Denis Flaven
e0b307ef48
- New user interface to manage n-n links
...
SVN:trunk[104]
2009-08-26 21:52:34 +00:00
Romain Quetiez
ff6a5a45ee
Fixed issue #28 , objects not created by the CSV import because mandatory external keys are not in the column set.
...
SVN:trunk[95]
2009-08-21 15:20:35 +00:00
Romain Quetiez
daa9657e08
Finalized the module "user rights by profile". It is fully integrated with the application setup (inc. sample data). and it it now ready for developing the user management GUI
...
SVN:trunk[93]
2009-08-20 13:09:41 +00:00
Denis Flaven
ea59fa945a
- New search form allowing to perform OQL queries for any class of object
...
SVN:trunk[92]
2009-08-18 18:51:17 +00:00
Romain Quetiez
b5c7cbf509
User management by profile ready for integration with the UI
...
and some caching has been implemented for the building of queries (both from an OQL or from a programmatic query)
SVN:trunk[90]
2009-07-31 13:18:44 +00:00
Romain Quetiez
6b6f89f1c1
User management by profile moving forward: pages to check the projection of objects/users in user defined dimensions
...
Introduced parameters in OQL (:myvar)
Added the verb MetaModel::IsValidObject($oMyObj)
SVN:trunk[88]
2009-07-24 13:14:51 +00:00
Denis Flaven
06d3e93e96
- new test case for JOINs
...
SVN:trunk[86]
2009-07-20 13:41:21 +00:00
Denis Flaven
bce801021a
- enhancement: trap exceptions to keep a nice display in case of error
...
SVN:trunk[84]
2009-07-19 09:32:44 +00:00
Denis Flaven
665d90175f
- reintegrated the changes (mostly bug fixes) from the 0.7.2 branch
...
SVN:trunk[83]
2009-07-18 17:24:25 +00:00
Denis Flaven
a3345bc021
- The page was broken because there was no user login !
...
SVN:trunk[79]
2009-07-08 16:10:17 +00:00
Denis Flaven
0957c555c3
Fixed bugs linked to the bookmark creation:
...
- There must be a user specific menu entry in the list of menuNodes
- The asynchronous ajax page must use the authentication stored in the session
- The query must be stored in OQL instead of sibusQL
SVN:trunk[58]
2009-04-28 13:24:12 +00:00
Denis Flaven
b756db0992
Moved under "trunk" to be able to track releases under "tags"
...
SVN:trunk[55]
2009-04-28 09:03:12 +00:00