Denis Flaven
dff00d7a7a
Use the latest version (unmodified) of autocomplete instead of an old - and customized - version.
...
SVN:code[125]
2009-09-10 08:56:20 +00:00
Romain Quetiez
242ccc37d3
Added a logoff button
...
SVN:code[124]
2009-09-09 15:06:14 +00:00
Romain Quetiez
801a108e6b
Cosmetics on the run query page
...
SVN:code[123]
2009-09-09 12:44:06 +00:00
Romain Quetiez
e0c7620560
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:code[122]
2009-09-08 15:10:31 +00:00
Romain Quetiez
b11bfff1f5
Reworked the "run query" page: renamed, improved the examples
...
SVN:code[121]
2009-09-08 09:25:57 +00:00
Romain Quetiez
93cad0ef6c
Finalized attribute labels in the business data model (each word in uppercase, same conventions on external keys)
...
SVN:code[120]
2009-09-08 08:29:57 +00:00
Romain Quetiez
ab801850dd
Latest data model (Erwan) and few cosmetic changes (safer display of object hyperlinks)
...
SVN:code[119]
2009-09-07 14:29:49 +00:00
Romain Quetiez
3d4b45de26
Audit rules loaded as part of the structure of the application
...
SVN:code[118]
2009-09-07 14:25:04 +00:00
Denis Flaven
37cad7579e
- Proper display on the n-n links
...
SVN:code[117]
2009-09-07 14:00:25 +00:00
Denis Flaven
4d1a5209db
- Adjusted size of the CSV export
...
- nicer display for the modification of objects
SVN:code[116]
2009-09-07 13:58:53 +00:00
Denis Flaven
565891ce1c
- Workaround for noit taking search parameters into account when displaying linked items.
...
SVN:code[115]
2009-09-07 13:57:12 +00:00
Denis Flaven
0b91c4724b
- Style for auto-complete fields
...
SVN:code[114]
2009-09-07 13:54:45 +00:00
Denis Flaven
3849da02ac
Limit the size of the table to fit the screen.
...
SVN:code[113]
2009-09-07 13:35:09 +00:00
Denis Flaven
657987f365
- Style for auto-complete fields
...
SVN:code[112]
2009-09-07 12:19:33 +00:00
Denis Flaven
18c875a326
Background image for auto-complete fields
...
SVN:code[111]
2009-09-07 12:18:09 +00:00
Romain Quetiez
6c286bf952
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:code[110]
2009-09-04 15:22:40 +00:00
Romain Quetiez
a096d46a59
Improved the behavior when a link class to not have any other attributes than the external keys. Still, it requires some work to have this configuration working.
...
SVN:code[109]
2009-09-02 13:39:20 +00:00
Romain Quetiez
5cfcc1f516
In the UI, the class names have been replaced by the class labels
...
SVN:code[108]
2009-09-02 13:18:59 +00:00
Romain Quetiez
5ee94f9d3d
Changed images paths into relative path (../images where it was still /images)
...
SVN:code[107]
2009-08-27 13:56:57 +00:00
Romain Quetiez
6cc4ab7e9d
Fixed bug provoking a warning unseen so far but it was causing a fatal error during the installation, with IIS as web server
...
SVN:code[106]
2009-08-27 13:52:31 +00:00
Denis Flaven
dffab33080
Workaround for the missing REQUEST_URI on IIS
...
SVN:code[105]
2009-08-27 12:37:21 +00:00
Denis Flaven
31415e2482
- New user interface to manage n-n links
...
SVN:code[104]
2009-08-26 21:52:34 +00:00
Denis Flaven
cba7b556bd
Fixed a missing display template
...
SVN:code[103]
2009-08-26 21:32:32 +00:00
Denis Flaven
d2a6a116b1
Fixed the disappearance of tabs when doing a 'reload'
...
SVN:code[102]
2009-08-25 19:48:37 +00:00
Denis Flaven
9130e5bcd0
New helper function IsModified
...
SVN:code[101]
2009-08-25 13:52:13 +00:00
Romain Quetiez
bc5ab17525
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:code[100]
2009-08-24 16:40:11 +00:00
Denis Flaven
1a47af8c7b
- Do NOT rely on PHP short open tags, for a better compatibility
...
- In case of exception, display the whole error string even if it contains HTML tags, sometimes ugly but sometimes VERY useful
SVN:code[99]
2009-08-22 09:52:12 +00:00
Denis Flaven
b4dbcbe9d8
Do NOT use PHP short open tags for a better compatibility
...
SVN:code[98]
2009-08-22 09:49:44 +00:00
Denis Flaven
1a3d8558c1
Do NOT use PHP short open tags for a better compatibility
...
SVN:code[97]
2009-08-22 09:49:13 +00:00
Denis Flaven
3cd364ab4b
Make sure that we catch exceptions that may occur during the setup.
...
SVN:code[96]
2009-08-22 09:48:03 +00:00
Romain Quetiez
6c70bc4f03
Fixed issue #28 , objects not created by the CSV import because mandatory external keys are not in the column set.
...
SVN:code[95]
2009-08-21 15:20:35 +00:00
Denis Flaven
852c063868
session_is_register is deprecated since PHP 5.3.0
...
SVN:code[94]
2009-08-21 13:57:38 +00:00
Romain Quetiez
2221709cc3
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:code[93]
2009-08-20 13:09:41 +00:00
Denis Flaven
0dc67869b5
- New search form allowing to perform OQL queries for any class of object
...
SVN:code[92]
2009-08-18 18:51:17 +00:00
Denis Flaven
8cf0103a0a
- Improvements to the history log for large text fields
...
SVN:code[91]
2009-08-17 18:24:26 +00:00
Romain Quetiez
80a0d27cb0
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:code[90]
2009-07-31 13:18:44 +00:00
Denis Flaven
59db699684
- Better display of the archives/change log on each object (Trac ticket #9 )
...
SVN:code[89]
2009-07-24 15:44:51 +00:00
Romain Quetiez
367e678ff9
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:code[88]
2009-07-24 13:14:51 +00:00
Romain Quetiez
6659728058
Initialized dev of the user rights managed by profiles, it is still not usable by the application, but its data model is likely to be stable.
...
SVN:code[87]
2009-07-21 08:48:30 +00:00
Denis Flaven
a8d04b8a2e
- new test case for JOINs
...
SVN:code[86]
2009-07-20 13:41:21 +00:00
Denis Flaven
650e5fcbd8
- Fixed bug #31 : HTML display in the "export" page uses the appropriate stylesheet.
...
SVN:code[85]
2009-07-19 09:34:32 +00:00
Denis Flaven
039edd245d
- enhancement: trap exceptions to keep a nice display in case of error
...
SVN:code[84]
2009-07-19 09:32:44 +00:00
Denis Flaven
4eb723b073
- reintegrated the changes (mostly bug fixes) from the 0.7.2 branch
...
SVN:code[83]
2009-07-18 17:24:25 +00:00
Denis Flaven
62fa1bfbf6
- Bug fix: emailed URL was still wrong for lists of objects
...
SVN:code[82]
2009-07-18 13:27:05 +00:00
Denis Flaven
85222612a9
- Bug fix: added the missing display template
...
SVN:code[81]
2009-07-16 06:49:33 +00:00
Denis Flaven
c4687e5899
- Fixed audit menu
...
- Removed backup/restore menu that is not working...
- Moved 'export' to the 'webservices' directory
SVN:code[80]
2009-07-08 16:13:10 +00:00
Denis Flaven
560345247e
- The page was broken because there was no user login !
...
SVN:code[79]
2009-07-08 16:10:17 +00:00
Denis Flaven
48b63973a3
- The page was broken because there was no user login !
...
SVN:code[78]
2009-07-08 16:09:01 +00:00
Denis Flaven
fc15934dd0
- Fixed location of the "audit" page in the menu. Was broken if iTop was not installed at the root of the web server.
...
SVN:code[77]
2009-07-08 16:07:51 +00:00
Denis Flaven
6ef3961567
Fixed bug #24 : choice of organizations was limited to organization in "implementation".
...
SVN:code[76]
2009-07-08 15:05:54 +00:00