Commit Graph

1572 Commits

Author SHA1 Message Date
Romain Quetiez
b341e07a91 Added info in the log (see previous changes in the setup)
SVN:trunk[192]
2009-10-09 14:09:27 +00:00
Romain Quetiez
58428aefe2 Fixed several issues in the setup (load of data) :
- stopper bug in case of reinstallation/upgrade: the file keyscache.tmp could be left in case of issue in the previous execution of the setup ; the file is now deleted prior to running a new session
- if a fatal error (e.g. call to undefined function) occured during the load of a file (ajax), then we had no clue that this happened ; a log has been added after the load so that we can get faster to the issue
- reordered data files (not the same order in MS-Explorer) to maximize ext key resolution on the first pass
- resolving external keys afterwards should work again (though the file order is avoiding this currently), as the objects are declared "dirty" and no automatic reload will be attempted during further manipulations
- added a log when an external key cannot be resolved during the final round

SVN:trunk[191]
2009-10-09 14:00:48 +00:00
Romain Quetiez
3b099ddb3a Finalizing sample data: removed the unused profile
SVN:trunk[189]
2009-10-01 16:40:06 +00:00
Romain Quetiez
6c4378427b Added sample data: service calls, known errors, infra grouping, and some links (e.g. contact/team)
SVN:trunk[188]
2009-10-01 14:27:51 +00:00
Romain Quetiez
faaa4ddac7 Welcome menu updated with Erwan's text (quickly reviewed)
SVN:trunk[187]
2009-09-30 13:30:13 +00:00
Romain Quetiez
f282e3f296 Added new sample data (forgotten from last commit)
SVN:trunk[186]
2009-09-30 13:00:30 +00:00
Romain Quetiez
205cd788a7 Integrated the latest data model and sample data
SVN:trunk[185]
2009-09-29 16:12:40 +00:00
Romain Quetiez
93e629593c New menus (source: Erwan)
SVN:trunk[165]
2009-09-16 08:39:02 +00:00
Romain Quetiez
cc9420f009 New class: bizSubnet, implementing a dedicated view for IP management
SVN:trunk[147]
2009-09-11 16:38:12 +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
f9e2fda5ac Fixed cosmetic issue on the user management pages (wrong styles in the templates)
SVN:trunk[129]
2009-09-10 11:14:10 +00:00
Romain Quetiez
d7e6947600 Fixed issue: user always considered as being an admin (regression due to changes in the setup), user profile setup is finally done at 100% in the setup code.
SVN:trunk[128]
2009-09-10 10:58:45 +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
Romain Quetiez
7eac4342ec Audit rules loaded as part of the structure of the application
SVN:trunk[118]
2009-09-07 14:25:04 +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
bed32711d6 Improved the data load during the setup:
- Sample data are clearly separated from the structure data (inc. menus and user profiles)
- Both categories of data are enumerated from specific folders

SVN:trunk[100]
2009-08-24 16:40:11 +00:00
Denis Flaven
23afe7525e Make sure that we catch exceptions that may occur during the setup.
SVN:trunk[96]
2009-08-22 09:48:03 +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
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
10442e65fa - Fixed audit menu
- Removed backup/restore menu that is not working...
- Moved 'export' to the 'webservices' directory

SVN:trunk[80]
2009-07-08 16:13:10 +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