Romain Quetiez
|
1e6887062f
|
Data synchro: added the support of link sets (to import user accounts)
SVN:trunk[1238]
|
2011-04-26 15:29:16 +00:00 |
|
Romain Quetiez
|
fc0f6b636e
|
Data sync: fixed issue with the check while creating a new data source (depending on the target class)
SVN:trunk[1237]
|
2011-04-26 15:24:13 +00:00 |
|
Denis Flaven
|
bcb1864963
|
Fixed Trac#385: clearing an autocomplete foeld (for instance in a search form) now has an immediate effect.
SVN:trunk[1236]
|
2011-04-26 13:41:08 +00:00 |
|
Denis Flaven
|
3a1932b742
|
Typo: double PHP closing tag !
SVN:trunk[1235]
|
2011-04-26 13:38:56 +00:00 |
|
Denis Flaven
|
438f7f19c0
|
Italian localization
SVN:trunk[1234]
|
2011-04-26 13:37:58 +00:00 |
|
Denis Flaven
|
15b8b18b90
|
Adding Italian localization, thanks to Marialaura Colantoni
SVN:trunk[1233]
|
2011-04-22 15:59:31 +00:00 |
|
Denis Flaven
|
b9f467f08f
|
Dictionary files that follow the naming convention <Lang>.dict.<ModuleName>.php are now loaded automatically without the need to specify them explicitely in the module definition file.
SVN:trunk[1232]
|
2011-04-22 15:53:21 +00:00 |
|
Denis Flaven
|
9f779b8dfe
|
English dictionary cleanup/completion.
SVN:trunk[1231]
|
2011-04-22 15:51:23 +00:00 |
|
Denis Flaven
|
8ce3c48446
|
New option group_by_expr for "group_by' display blocks (to be used in templates) to specify a PHP expression to use for the group by. This allows to build dashboards where dates are grouped by the day of the month, for example.
SVN:trunk[1230]
|
2011-04-22 15:49:01 +00:00 |
|
Denis Flaven
|
f84d91e482
|
Removed the 'bgiframe' javascript , which was designed for fixing IE6 issues only and causes troubles with IE9.
SVN:trunk[1229]
|
2011-04-22 15:45:19 +00:00 |
|
Denis Flaven
|
c6493f6cdc
|
Dictionary files that follow the naming convention <Lang>.dict.<ModuleName>.php are now loaded automatically without the need to specify them explicitely in the module definition file.
SVN:trunk[1228]
|
2011-04-22 15:44:50 +00:00 |
|
Romain Quetiez
|
fb87911677
|
#378 Data Synchro - leave the replica in state 'synchronized' if failing to update (update then delete)
SVN:trunk[1227]
|
2011-04-22 14:52:33 +00:00 |
|
Romain Quetiez
|
60b2162d84
|
Data synchro: added notifications in case of error + fixed a bug in the error reporting (reconciliation on null values, last error was not recorded)
SVN:trunk[1226]
|
2011-04-22 13:54:16 +00:00 |
|
Denis Flaven
|
e42b0513a0
|
Removed the 'bgiframe' javascript , which was designed for fixing IE6 issues only and causes troubles with IE9.
SVN:trunk[1225]
|
2011-04-22 13:30:41 +00:00 |
|
Romain Quetiez
|
f92a7df522
|
Data synchro: added "contact to notify in case of error"
SVN:trunk[1224]
|
2011-04-21 09:30:30 +00:00 |
|
Romain Quetiez
|
b7bd1a5943
|
Data synchro: if the object is deleted from within iTop, do cleanup sync table and replica as well
SVN:trunk[1223]
|
2011-04-21 09:04:34 +00:00 |
|
Denis Flaven
|
69f21b9b79
|
- English dictionary completion for 1.1 !
SVN:trunk[1222]
|
2011-04-20 16:11:47 +00:00 |
|
Romain Quetiez
|
6614a90e38
|
Wiki formatting: automatic detection of urls
SVN:trunk[1221]
|
2011-04-20 11:47:21 +00:00 |
|
Romain Quetiez
|
88a29fd8d1
|
#370 standard argument for CLI/REST services: param_file
SVN:trunk[1220]
|
2011-04-19 15:48:39 +00:00 |
|
Denis Flaven
|
7e2982b848
|
Added methods to trace the completion of the localization.
SVN:trunk[1219]
|
2011-04-19 13:22:18 +00:00 |
|
Denis Flaven
|
ed5d59153b
|
Update/cleanup to the French dictionary.
SVN:trunk[1218]
|
2011-04-19 13:21:01 +00:00 |
|
Romain Quetiez
|
ab3fd7f1b4
|
Internal: keep track of class declaration source files
SVN:trunk[1217]
|
2011-04-19 12:22:32 +00:00 |
|
Denis Flaven
|
6e685feb9f
|
Fixed the creation of the "Portal" profile that now behaves like a standard profile and therefore requires the proper rights.
SVN:trunk[1216]
|
2011-04-13 13:11:51 +00:00 |
|
Denis Flaven
|
d8c5f26aed
|
Fix for IE8: On IE <button type="submit"> does not submit the form if an onClick action is specified !
SVN:trunk[1215]
|
2011-04-13 09:53:59 +00:00 |
|
Romain Quetiez
|
ada0b310ae
|
cron.php - Fixed error message
SVN:trunk[1214]
|
2011-04-13 09:16:37 +00:00 |
|
Denis Flaven
|
1f43ba3654
|
Oops: missing file in the commit.
SVN:trunk[1213]
|
2011-04-13 09:16:07 +00:00 |
|
Denis Flaven
|
cb1628c759
|
Documentation updated for the 1.1-beta release. Still to be finalized for 1.1-RC.
SVN:trunk[1212]
|
2011-04-12 13:09:46 +00:00 |
|
Romain Quetiez
|
605edc261d
|
Readme file ok for the Beta
SVN:trunk[1211]
|
2011-04-12 13:04:20 +00:00 |
|
Denis Flaven
|
46e7bbe2c8
|
Bug fix: prevent (infinite) recursion when building search form with external keys, that point to search form with external keys, etc...
Now support nested search dialogs properly...
SVN:trunk[1210]
|
2011-04-12 09:37:52 +00:00 |
|
Romain Quetiez
|
a6ac44204c
|
Readme for 1.1 beta (draft)
SVN:trunk[1209]
|
2011-04-12 08:51:10 +00:00 |
|
Denis Flaven
|
af63233fac
|
Styles fix for IE8.
SVN:trunk[1208]
|
2011-04-11 16:18:20 +00:00 |
|
Romain Quetiez
|
b1b913d891
|
Fixed mix btw French and English dictionaries (regression)
SVN:trunk[1207]
|
2011-04-11 16:18:14 +00:00 |
|
Denis Flaven
|
be5bbdf26c
|
IE8 bug: one comma too many !
SVN:trunk[1206]
|
2011-04-11 16:17:25 +00:00 |
|
Denis Flaven
|
b03e9a969c
|
Relative path to the setup's documentation.
SVN:trunk[1205]
|
2011-04-11 12:35:48 +00:00 |
|
Denis Flaven
|
c56c662be7
|
French translation cleanup: removed the doubled backslahes \\
SVN:trunk[1204]
|
2011-04-11 12:13:20 +00:00 |
|
Denis Flaven
|
6d34c2aa93
|
- Partial bug fix: enhancement to support extkey widgets (autocomplete) in nested search forms... still not completely fixed, bug showing some progress.
SVN:trunk[1203]
|
2011-04-11 12:11:57 +00:00 |
|
Denis Flaven
|
af20723c8c
|
Fix the display width of case logs. Make sure that the field wraps even in case of very long strings inside the field.
SVN:trunk[1202]
|
2011-04-11 11:54:15 +00:00 |
|
Denis Flaven
|
35f09c3091
|
Don't use removed a field !
SVN:trunk[1201]
|
2011-04-11 10:27:12 +00:00 |
|
Denis Flaven
|
5f04a54df3
|
Profiles adjustements: make some links delete-able by Service Mgrs and Problem Mgrs.
SVN:trunk[1200]
|
2011-04-11 09:20:57 +00:00 |
|
Denis Flaven
|
19bbde6144
|
- Cleanup of the dictionary usage.
- Improvements to the French translation.
SVN:trunk[1199]
|
2011-04-11 09:11:00 +00:00 |
|
Denis Flaven
|
6fe81320c0
|
- English dictionary completion.
SVN:trunk[1198]
|
2011-04-11 08:39:18 +00:00 |
|
Erwan Taloc
|
d1c808b2c3
|
Update change Mgmt Module to display properly fields
Update French dictionary for Problem Management
SVN:trunk[1197]
|
2011-04-08 13:02:09 +00:00 |
|
Erwan Taloc
|
e3697c37f3
|
Mise à jour DEL MANUAL for SoftwareInstances
SVN:trunk[1196]
|
2011-04-08 12:42:18 +00:00 |
|
Denis Flaven
|
a9c6d81130
|
- Dictionary entries (partial) for the SynchroDataSource objects
SVN:trunk[1195]
|
2011-04-08 12:26:05 +00:00 |
|
Romain Quetiez
|
8ff40fb4b8
|
Deletion: entirely reviewed to take into account the objects being synchronized by an external data source, or the plugins constraints.
SVN:trunk[1194]
|
2011-04-08 11:29:25 +00:00 |
|
Denis Flaven
|
037d6cc4ba
|
- Special handling (using some custom code - temporary solution) of the 'ticket_log' attribute: the attribute is displayed at the bottom of the "Properties" page and takes the whole width of the page.
SVN:trunk[1193]
|
2011-04-08 10:22:18 +00:00 |
|
Denis Flaven
|
4b1726c1ca
|
Proper display of the menu !
SVN:trunk[1192]
|
2011-04-08 10:09:52 +00:00 |
|
Erwan Taloc
|
0fac58248e
|
Update Display for tickets.
Add naming convention for Person and Database Instances
SVN:trunk[1191]
|
2011-04-07 19:09:42 +00:00 |
|
Denis Flaven
|
3a486f8edd
|
- Adjusted the default ITIL profiles definitions
SVN:trunk[1190]
|
2011-04-07 16:12:07 +00:00 |
|
Denis Flaven
|
4fefaa5658
|
Make sure that we initialize the list of modules with just the default config and not the previous config. Setup now supports removing modules (even if the actual data are NOT removed from the database, yet).
SVN:trunk[1189]
|
2011-04-07 08:22:57 +00:00 |
|