Romain Quetiez
a0e0371812
#19 - Reviewed the licensing information and started to align the comments in the code
...
SVN:trunk[422]
2010-05-24 09:24:35 +00:00
Romain Quetiez
08a8835fa5
Removed the indexes for the attributes of type Enum
...
SVN:trunk[420]
2010-05-21 07:43:51 +00:00
Romain Quetiez
d65693598b
New type of attribute: IP address
...
SVN:trunk[418]
2010-05-18 14:34:36 +00:00
Denis Flaven
280c8579be
- Small bug fixes after a quick test by performing a clean installation on Windows/IE 8
...
SVN:trunk[417]
2010-05-16 18:46:19 +00:00
Denis Flaven
d42f2f18be
Minor fix
...
SVN:trunk[413]
2010-05-16 16:51:03 +00:00
Denis Flaven
76a8b5bbc3
- Added support for pattern-based field validation (anticipating HTML5 ?).
...
SVN:trunk[411]
2010-05-16 16:38:48 +00:00
Romain Quetiez
cf042a795d
#120 Added indexes on finalclass and enum columns
...
SVN:trunk[405]
2010-05-15 07:44:46 +00:00
Romain Quetiez
2e07f73122
#112 Implicit search filter declaration
...
SVN:trunk[404]
2010-05-14 10:06:07 +00:00
Romain Quetiez
d527b56340
#74 Added the configuration of logging (errors, web service usage, etc.), and improved a little the error logging (both in a file and into the database + new format for additional information such as the callstack)
...
SVN:trunk[403]
2010-05-13 20:40:52 +00:00
Denis Flaven
029857b5f2
- Verification of invalid external fields (i.e fields pointing to a non-existing field in the target class).
...
SVN:trunk[392]
2010-05-03 19:49:49 +00:00
Denis Flaven
cb9331c414
- Proper usage of htmlentities: specifiy the target character set !
...
SVN:trunk[391]
2010-05-02 18:52:46 +00:00
Romain Quetiez
c18f731660
Fixed regression due to the changes with 'finalclass', the value stored in the DB was the base class.
...
SVN:trunk[382]
2010-05-01 17:20:56 +00:00
Romain Quetiez
5a7e59e02f
Clarified the meaning of the attribute 'finalclass'
...
SVN:trunk[380]
2010-05-01 16:16:43 +00:00
Romain Quetiez
776e6befe6
Improvement: allow to create intermediate classes having no table (just a different behavior)
...
SVN:trunk[379]
2010-05-01 11:26:48 +00:00
Romain Quetiez
e651c84331
Finalized the concept of abstract classes ( #35 ) in the core. Still to be used within the UI.
...
SVN:trunk[378]
2010-04-30 16:42:08 +00:00
Romain Quetiez
69a8d27b54
Obsoleted the SibusQL and the keyword pkey (still allowed as a placeholder in the templates)
...
SVN:trunk[372]
2010-04-29 16:51:56 +00:00
Denis Flaven
c6a57b5a2f
- Implementation of the localization... on going...
...
SVN:trunk[363]
2010-04-27 13:11:04 +00:00
Romain Quetiez
7220052134
Enabled localized strings (not only enums, but other types... to be defined)
...
SVN:trunk[359]
2010-04-27 12:38:56 +00:00
Romain Quetiez
871e0ef101
Localization: user profile ++ language
...
SVN:trunk[356]
2010-04-21 07:35:19 +00:00
Romain Quetiez
018da0ddf4
Localization: cleanup in data model class declarations
...
SVN:trunk[355]
2010-04-20 15:54:13 +00:00
Romain Quetiez
419969c0dd
Fixed bug on the last commit
...
SVN:trunk[353]
2010-04-20 15:33:08 +00:00
Romain Quetiez
cab47b5044
Localization: tools to report missing entries, and build the dictionary out of a data model made with the previous format
...
SVN:trunk[352]
2010-04-20 15:26:37 +00:00
Romain Quetiez
1844ee3663
Localization: Display of enums
...
SVN:trunk[350]
2010-04-20 12:45:21 +00:00
Romain Quetiez
1bdfbbb284
Localization: cleanup in the DataModel + aligned some API (e.g. GetStateLabel)
...
SVN:trunk[348]
2010-04-20 09:21:46 +00:00
Denis Flaven
23ee727fc5
- bug fix: external keys must be set - in case the object has to be created
...
SVN:trunk[346]
2010-04-20 08:46:03 +00:00
Denis Flaven
7b72cb8ee2
- bug fix...
...
SVN:trunk[345]
2010-04-20 08:44:55 +00:00
Denis Flaven
6ebe6da4eb
- Static functions must be duplicated since they are not inherited...
...
SVN:trunk[344]
2010-04-20 08:43:24 +00:00
Romain Quetiez
dd02ce60b5
Localization: first step (class Dict and handling of Metamodel)
...
SVN:trunk[338]
2010-04-19 13:32:30 +00:00
Romain Quetiez
b825219948
CSV load quick fix for integration
...
SVN:trunk[337]
2010-04-15 15:54:26 +00:00
Denis Flaven
2c90ebcc13
- Integrating...
...
SVN:trunk[336]
2010-04-15 15:21:41 +00:00
Romain Quetiez
12b7fb7498
Bulkload reporting ready for integration with the new UI
...
SVN:trunk[335]
2010-04-15 15:12:47 +00:00
Romain Quetiez
0f8f966217
CSV import: improved handling of external keys
...
SVN:trunk[334]
2010-04-15 13:05:09 +00:00
Romain Quetiez
bf34791a80
CSV export: added external fields (all scalar fields are given)
...
SVN:trunk[333]
2010-04-15 12:09:08 +00:00
Romain Quetiez
4e2edaabfa
Added constructor for DBObjectSet: FromArrayAssoc
...
SVN:trunk[331]
2010-04-14 08:14:08 +00:00
Romain Quetiez
b1754b1475
Finalized queries with multiple objects
...
SVN:trunk[329]
2010-04-13 12:46:07 +00:00
Romain Quetiez
5d46a94ddf
Select multiple objects in OQL (beta, for integration within the UI)
...
SVN:trunk[327]
2010-04-13 09:42:22 +00:00
Denis Flaven
128f048800
Enhancement / bug fix: allow the overload of the GetName method for building the short name of an object. This is also used when the object appears in a drop-down list.
...
SVN:trunk[325]
2010-04-12 12:22:00 +00:00
Denis Flaven
37ccd94828
Enhancement : new configuration option (secure_conenction_required) to force the use of HTTPS to connect to iTop. The redirection http -> https is still buggy but the usage of https is enforced anyway.
...
SVN:trunk[324]
2010-04-12 12:19:12 +00:00
Romain Quetiez
f454ebf4b5
Fixed bugs on CSV import (was not working fine when exporting/importing incident tickets)
...
SVN:trunk[316]
2010-03-12 13:48:39 +00:00
Romain Quetiez
5b4057aebb
Finalized the demo of impact computation (removed an ugly test message) and added few comments
...
SVN:trunk[315]
2010-03-11 08:15:19 +00:00
Romain Quetiez
e2524d28d7
Related objects:
...
- moved to OQL
- added capacity to set a default value based on the related objects (during the creation wizard)
SVN:trunk[314]
2010-03-09 14:09:51 +00:00
Romain Quetiez
5a09dc6e2b
Trac #86 - CSV format aligned with standard specifications
...
Trac #93 - Fixed issue within the setup data load (related to memory_limit)
Fixed issues with the consultant toolkit: upgrade an existing DB (add new class/attribute)
Developed core services to allow for demonstrating impact computation capability
Deprecated option operation=direct on page UI.php
SVN:trunk[313]
2010-03-08 09:10:16 +00:00
Denis Flaven
10fa31807b
- Fixed bug #87 : Strings consisting only of digits are not managed as strings
...
SVN:trunk[312]
2010-02-26 15:29:30 +00:00
Romain Quetiez
46c4d2f419
Make sure that HTTP responses and the emails are considered as being utf-8... not sure of the real benefit, but we've seen a number of things about this so Denis and I decided to more forward and take the chance.
...
SVN:trunk[295]
2010-01-29 18:26:03 +00:00
Romain Quetiez
f8d6ef2407
Fixed #81 , character set and collation set to utf-8 by default
...
SVN:trunk[293]
2010-01-29 18:18:18 +00:00
Romain Quetiez
f61ac3f4a0
Fixed two bugs:
...
- Trac#80 Misleading messages when using the back button during the setup (added back button in any error case)
- Trac#72 Revised the setup to consider any installation scenario regarding Database and user privileges (user rights tracked into the log file)
SVN:trunk[291]
2010-01-28 17:10:39 +00:00
Romain Quetiez
73f0ac4e1c
Trac#4 Improved the display of finalclass field (search results and graphs)
...
SVN:trunk[288]
2010-01-25 16:12:18 +00:00
Romain Quetiez
5f17dcf2db
Forgot to commit a new include
...
SVN:trunk[276]
2010-01-18 17:43:37 +00:00
Romain Quetiez
aa6d6029d9
Finalized the email error management:
...
- errors in OQL
- no recipient
- smtp server response (windows only)
- test option (status)
- test page
SVN:trunk[270]
2010-01-18 16:42:00 +00:00
Romain Quetiez
920a98a902
Fixed bug in the data model: organization status was not an enum
...
SVN:trunk[268]
2010-01-18 15:50:18 +00:00