Commit Graph

143 Commits

Author SHA1 Message Date
Romain Quetiez
2bbcf30e2d Added INET_ATON and INET_NTOA verbs to the OQL, and allowed carrier returns chars (\r) in the OQL (same as a whitespace)
SVN:code[143]
2009-09-11 12:38:46 +00:00
Romain Quetiez
4c33a6eb81 Fixed bug in the history of tickets (incident or any other type, for which the name is based on the ticket ID, which remained undetermined until the record is created)
SVN:code[142]
2009-09-11 12:03:34 +00:00
Romain Quetiez
455c703468 Fixed a stopper bug in the display of N-N links from the default object display procedure (not using templates)
SVN:code[141]
2009-09-11 08:42:57 +00:00
Denis Flaven
7618c38a05 Added the validation of mandatory form fields before submitting the creation / modification / clone forms.
SVN:code[140]
2009-09-11 06:01:32 +00:00
Romain Quetiez
c5cc6f34f8 Fixed bug on Update / WriteLinks
SVN:code[139]
2009-09-10 16:20:35 +00:00
Romain Quetiez
874019c32a fixed interface of DisplaySet function
SVN:code[138]
2009-09-10 16:01:28 +00:00
Denis Flaven
76787fd9fb Proper handling of the parameters to DisplaySet
SVN:code[137]
2009-09-10 15:34:07 +00:00
Denis Flaven
8f2ea080d9 - Fixed the "modify" screen to have the "wizard look (thin green border)
SVN:code[136]
2009-09-10 15:33:31 +00:00
Denis Flaven
8094e3083e Proper handling of the parameters to DisplaySet
SVN:code[135]
2009-09-10 15:32:29 +00:00
Romain Quetiez
a5a1ae756f Fixed issue with Date fields being mandatory (DB column created with attribute ON UPDATE CURRENT_TIMESTAMP)
SVN:code[134]
2009-09-10 14:29:29 +00:00
Romain Quetiez
e5d9ede18a Integrated data model changes to the data load (incidents/contracts and persons were not correctly loaded
SVN:code[133]
2009-09-10 14:28:08 +00:00
Denis Flaven
2a6de0bd28 Added an automatic naming for the change tickets based on their Id (Same as for Incident tickets but starting with C-).
SVN:code[132]
2009-09-10 14:08:22 +00:00
Denis Flaven
858e32065c Fixed the icon of date input fields
SVN:code[131]
2009-09-10 14:04:14 +00:00
Denis Flaven
c4a6f869ea - Fix the style of the loaded table
SVN:code[130]
2009-09-10 13:20:53 +00:00
Romain Quetiez
3c8cbeb170 Fixed cosmetic issue on the user management pages (wrong styles in the templates)
SVN:code[129]
2009-09-10 11:14:10 +00:00
Romain Quetiez
bfc2df25d7 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:code[128]
2009-09-10 10:58:45 +00:00
Denis Flaven
e7c7bda520 Use the latest version (unmodified) of autocomplete instead of an old - and customized - version.
SVN:code[127]
2009-09-10 09:03:16 +00:00
Denis Flaven
3025a01e88 Use the latest version (unmodified) of autocomplete instead of an old - and customized - version.
SVN:code[126]
2009-09-10 08:58:07 +00:00
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