Romain Quetiez
ff112faf5a
Removed PHP "warning"
...
SVN:trunk[969]
2010-11-24 09:05:35 +00:00
Romain Quetiez
40a613b4db
Cleanup: replaced remaining occurences of ISO-8859-1
...
SVN:trunk[966]
2010-11-23 16:18:48 +00:00
Romain Quetiez
d8bb6a45b2
REVIEWED THE FILE INCLUSION POLICY
...
- includes are relative to the application root folder, aka APPROOT
- changed the config file, while preserving the compatibility with older installs
SVN:trunk[962]
2010-11-22 17:53:52 +00:00
Romain Quetiez
d0f168adbb
Read-only mode - draft
...
SVN:trunk[961]
2010-11-22 14:13:49 +00:00
Denis Flaven
b30d6c4888
- Safer way to pass information through the WizardHelper JS object.
...
- Removed an unneeded size=100% that bothers IE.
SVN:trunk[960]
2010-11-22 13:27:41 +00:00
Denis Flaven
ed39fa2c96
Continuing the 'autocomplete' debug.
...
SVN:trunk[959]
2010-11-22 13:21:45 +00:00
Denis Flaven
92045ef15f
Continuing the 'autocomplete' debug.
...
SVN:trunk[958]
2010-11-22 12:52:29 +00:00
Denis Flaven
a1cc8deb47
Debugging of the autocomplete on IE8.
...
SVN:trunk[956]
2010-11-22 12:35:46 +00:00
Denis Flaven
0306c6691a
- Implementing the creation of objects on the fly when editing an extrernal key... still to be fully tested.
...
SVN:trunk[955]
2010-11-22 10:44:43 +00:00
Denis Flaven
a97e2825b1
Make sure that each input field gets its own unique ID.
...
SVN:trunk[949]
2010-11-18 17:37:30 +00:00
Romain Quetiez
738d90d592
Regression on N-N links creation - passing over to Denis
...
SVN:trunk[948]
2010-11-18 17:09:02 +00:00
Denis Flaven
dc9a52c9e0
Improved implementation of the 'autocomplete' input and fix of quite a few related issue with aysnchronous inputs. Autocompletes are now restricted to external keys only.
...
Some details:
- Autocomplete now matches on 'contains' instead of 'begins with'
- The minimum size of this match is configurable in the config file and per attribute ('min_autocomplete_chars').
- The maximum size that turns a drop-down list into an autocomplete is configurable in the config-file and per attribute ('max_combo_length').
- Better feedback when expanding/collapsing search results lists.
- 'Pointer' cursor on the link to Expand/Collapse results lists.
- The 'mandatory' state of an attribute is no longer lost when some part of a form is reloaded asynchronously
SVN:trunk[947]
2010-11-18 16:41:09 +00:00
Romain Quetiez
5ea71a3d51
#320 Integrated an HTML Editor -still, no attribute has been changed, because it would require a migration procedure... to be continued
...
SVN:trunk[946]
2010-11-16 16:16:47 +00:00
Denis Flaven
effa212261
- Added a 'pre' method for transparent support of the CLI (Command Line Interface) mode.
...
SVN:trunk[942]
2010-11-12 16:28:17 +00:00
Denis Flaven
fcd72fed82
Fix for Trac #315 : default organization not handled properly when there is just one organization allowed for the user.
...
SVN:trunk[937]
2010-11-02 16:30:46 +00:00
Denis Flaven
e5f0460703
AutoComplete usage: code cleanup
...
SVN:trunk[935]
2010-11-02 10:16:24 +00:00
Romain Quetiez
248cdcea8c
#286 Issue with HTTPS - reviewed the fix implemented in [896]
...
SVN:trunk[931]
2010-10-28 12:55:51 +00:00
Denis Flaven
0b95b3799e
Fixed Trac #307 : prevent form submission when the value typed into an autocomplete field does not correspond to a valid value.
...
SVN:trunk[930]
2010-10-26 08:12:31 +00:00
Denis Flaven
1860521e74
Fixed Trac #306 : corrupted password when user creation fails at first attempt.
...
SVN:trunk[928]
2010-10-25 15:49:20 +00:00
Denis Flaven
7651aaed81
- Fixed the search form, and also fixed the search/selection of objects to link (n:n links) that was broken on IE8.
...
SVN:trunk[925]
2010-10-25 14:12:26 +00:00
Denis Flaven
97f36bd7e8
Fix to prevent IE 8 from running in IE7 compatibility mode... to be tested...
...
SVN:trunk[921]
2010-10-25 08:04:46 +00:00
Romain Quetiez
3d299f015b
#246 Implemented the CLI mode for import.php
...
SVN:trunk[920]
2010-10-22 22:22:13 +00:00
Denis Flaven
f4b29d152b
Special passthrough mode for big XML pages output.
...
SVN:trunk[918]
2010-10-22 16:46:53 +00:00
Denis Flaven
463bc0873b
Allow n:n links to link several times to the same remote object (if "duplicates)=> true in the linkedset definition)
...
SVN:trunk[917]
2010-10-22 10:45:12 +00:00
Denis Flaven
006453678b
Fixed Trac#300: each iTop instance now uses its own name for the cookie storing the session ID. Therefore several instances can coexist independently on the same server.
...
SVN:trunk[913]
2010-10-22 06:09:51 +00:00
Denis Flaven
135353aa76
Fixed Trac #258 : cleaner handling of search forms...
...
SVN:trunk[912]
2010-10-21 15:39:30 +00:00
Romain Quetiez
ddd52554f1
Fixed issues with the search form and context and page args... not finished
...
SVN:trunk[911]
2010-10-21 14:28:40 +00:00
Denis Flaven
22cf8e4986
Fixed Trac #292 : enums can now be null (if allowed) !
...
SVN:trunk[910]
2010-10-21 09:23:41 +00:00
Denis Flaven
adaf3a376c
Fixed Trac #258 : cleanup of application context parameters.
...
SVN:trunk[908]
2010-10-20 15:55:30 +00:00
Denis Flaven
f145b872de
- Implemented some hints to help users find out what are the mandatory fields for a CSV import (Trac #276 ). Though not 100% bullet-proof.
...
- Continue to implement support of hierarchical ZLists in modification forms.
SVN:trunk[904]
2010-10-19 15:03:24 +00:00
Denis Flaven
ff80b06ea2
- Fixed Trac #284 : do not "consume" a transaction until it really worked.
...
SVN:trunk[901]
2010-10-19 13:42:54 +00:00
Denis Flaven
e9304bbcfa
- new implementation (database independent) of the transaction mechanism, that prevents a user from submitting the same form twice.
...
SVN:trunk[900]
2010-10-19 13:20:23 +00:00
Denis Flaven
7153162696
Fixed Trac #286 : incorrect detection of HTTPS on IIS/ISAPI. Thanks to cprobst for reporting it.
...
SVN:trunk[896]
2010-10-19 12:34:33 +00:00
Romain Quetiez
4690d4f901
#272 Could not delete a user account
...
SVN:trunk[883]
2010-09-16 13:25:09 +00:00
Romain Quetiez
c550d56227
#266 Transformed audit OQL definitions into genuine OQL Attributes
...
SVN:trunk[865]
2010-09-14 08:51:28 +00:00
Denis Flaven
da726cbe7f
Small bug fix: testing an index out of bounds
...
SVN:trunk[860]
2010-09-14 08:34:20 +00:00
Denis Flaven
c2bff5bb85
Better handling (and styling) of the menu separator in the "Actions" menu.
...
SVN:trunk[856]
2010-09-13 19:45:18 +00:00
Denis Flaven
822c79ce5e
- Fixed the URL to the portal hyperlink (hyperlink(portal)) in email notifications.
...
SVN:trunk[853]
2010-09-13 18:55:30 +00:00
Denis Flaven
2e06fae105
- Make the portal web page scrollable.
...
- Support a per-customer stylesheet for tailoring the look of the portal.
SVN:trunk[852]
2010-09-13 17:04:56 +00:00
Denis Flaven
9be9a1ef17
- Menu and templates have been reviewed.
...
SVN:trunk[849]
2010-09-13 13:36:50 +00:00
Denis Flaven
6b78832b00
- Reorganized "Actions" menu to make them more logical and added some separators between groups of actions.
...
SVN:trunk[833]
2010-09-13 09:16:18 +00:00
Denis Flaven
5d97891616
-Fix for sorting the tables and taking into account the fact that the first column is not sort-able when it contains checkboxes.
...
-Also adds icons (up/down arrows to indicate the current sort order).
- Last but not least fixes a number of problems when adding/removing linked objects the lists were not sorting or hilighting properly.
SVN:trunk[828]
2010-09-12 21:06:09 +00:00
Denis Flaven
e43ba5f2db
- Bug fix: use serialize instead of ToOQL to pass a search to the ajax page, since the OQL string does not contain the query parameters. This caused the chart to fail to load.
...
SVN:trunk[822]
2010-09-12 07:57:44 +00:00
Denis Flaven
85dfd8527d
- Completely revamped welcome page and configuration management overview in order to streamline the configuration menu.
...
SVN:trunk[821]
2010-09-11 20:37:42 +00:00
Denis Flaven
d65d4a42bb
Enhancement: provide a "list" view of the "impacts" and "depends on" results on top of the graphical view.
...
SVN:trunk[819]
2010-09-11 20:30:18 +00:00
Romain Quetiez
2ad6c0594d
#162 Implemented the non interactive bulk load (REST, CLI not implemented)
...
SVN:trunk[818]
2010-09-11 13:36:16 +00:00
Denis Flaven
f120e21e00
Code cleanup: proper usage of the ReadParam function.
...
SVN:trunk[814]
2010-09-10 14:11:30 +00:00
Denis Flaven
f4283f8ebb
- New menu to edit the Audit Category and Rules
...
SVN:trunk[810]
2010-09-10 11:59:37 +00:00
Romain Quetiez
0c4a030e2a
Improved security
...
SVN:trunk[809]
2010-09-10 11:59:04 +00:00
Denis Flaven
50b6cd0012
- Enhancement (Trac#189) first version of a (simple) End-Users portal.
...
- Fix for the appUserPreferences class
SVN:trunk[808]
2010-09-10 11:23:09 +00:00