Denis Flaven
01a4a04364
New implementation for displaying long lists: pagination
...
SVN:trunk[1294]
2011-06-23 10:43:41 +00:00
Denis Flaven
b4a7d0b86c
- New implementation of the UIExtKeyWidget that is no longer limited to editing an attribute of an object
...
- When needed the drop-down list of organizations is replaced by an autocomplete
SVN:trunk[1284]
2011-06-15 17:06:26 +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
1f43ba3654
Oops: missing file in the commit.
...
SVN:trunk[1213]
2011-04-13 09:16:07 +00:00
Denis Flaven
be5bbdf26c
IE8 bug: one comma too many !
...
SVN:trunk[1206]
2011-04-11 16:17:25 +00:00
Denis Flaven
ee0fcdd42e
Fixed Trac #371 : popup dialog's dimensions (welcome screen and create or lookup dialogs) are now adjusted to fit into the screen.
...
SVN:trunk[1183]
2011-04-06 18:21:43 +00:00
Denis Flaven
7908b87881
- Make sure that the search form preserves it's "action" (i.e. target page) when reloading (when specifying a derived class). This was breaking the UniversalSearch page.
...
- Prepare for the style cleanup
- Don't display the menu to create a new 'Email Notification" when listing the notifications sent on a ticket (in the Notifications tab) !
SVN:trunk[1182]
2011-04-06 16:39:42 +00:00
Denis Flaven
bec8b57fe1
Implementation of bulk modify and bulk apply stimulus... to be tested !
...
SVN:trunk[1145]
2011-03-23 16:22:35 +00:00
Denis Flaven
cfbf77544e
Adjust the relative path to 'ajax.render.php' so that it can be called from the portal pages as well.
...
SVN:trunk[1125]
2011-03-11 11:11:56 +00:00
Denis Flaven
bca713a964
Search forms enhancement: when a search criteria is an external (foreign) key, use an autocomplete instead of of drop-down list, when the number of different values is too big, as in other forms.
...
SVN:trunk[1123]
2011-03-09 16:39:58 +00:00
Denis Flaven
3d4e76d8b0
Synchro Data Sources Implementation on going...
...
SVN:trunk[1107]
2011-03-02 17:06:56 +00:00
Denis Flaven
f3f2eb5c79
Synchro Data Sources Implementation on going...
...
SVN:trunk[1100]
2011-03-01 09:01:44 +00:00
Denis Flaven
a4883076f8
Fixed Trac #338 : when updating a 'dependent' field, don't forget to cascade the refresh in case this field has its own dependent fields.
...
SVN:trunk[1051]
2011-01-17 17:11:03 +00:00
Denis Flaven
dfe3ced440
- Provide some feedback while loading the "creation" dialog in case of a "SELECT".
...
SVN:trunk[998]
2010-11-30 14:27:11 +00:00
Denis Flaven
7531dd8b19
Align properly the 'validation_error' icon in forms.
...
SVN:trunk[990]
2010-11-29 13:04:50 +00:00
Denis Flaven
d10c3ace5d
Renamed 'autocompleteWidget' to 'extkeyWidget' since it's not always an autocomplete...
...
SVN:trunk[988]
2010-11-29 10:43:06 +00:00
Denis Flaven
4a6bc8a896
- added the ability to create objects pointed by ExtKeys even when the edit mode is a drop-down list and not an autocomplete
...
- made this behavior configurable globally or per external key, using the config-flag/option: allow_target_creation.
SVN:trunk[987]
2010-11-29 10:35:18 +00:00
Denis Flaven
9e70feb29d
- Fixed bug #334 : proper handling of the "remove objects" button (was working only for the first linkset in the object).
...
- Improved feedback while searching and reloading added objects.
SVN:trunk[978]
2010-11-26 13:19:13 +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
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
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
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
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
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
adaf3a376c
Fixed Trac #258 : cleanup of application context parameters.
...
SVN:trunk[908]
2010-10-20 15:55:30 +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
142a64dfc9
- Fixed bug #250 : sorting truncated tables.
...
- Tables can now be sorted on the first column too (object name).
SVN:trunk[791]
2010-09-07 15:43:26 +00:00
Denis Flaven
47e18d9927
- Handle expansion/truncation of objects lists as part of the browser navigation history... implemented only for "simple lists" (Trac #73 )
...
SVN:trunk[771]
2010-09-05 20:54:53 +00:00
Denis Flaven
d892005e7f
- Fixed Trac #224 : properly validate non-mandatory integer fields.
...
SVN:trunk[768]
2010-09-05 13:20:09 +00:00
Romain Quetiez
8c82b098c0
- Fixed bug #232 : changing password was not working without the Javascript debugger !!!
...
SVN:trunk[750]
2010-09-02 17:09:10 +00:00
Denis Flaven
88efd37525
SVN:trunk[708]
2010-08-27 14:18:58 +00:00
Denis Flaven
279e0238cb
- New implementation of the n-n link edition widget... almost complete.
...
SVN:trunk[659]
2010-08-05 09:07:14 +00:00
Denis Flaven
fd9e971ecb
- New implementation of the n-n link edition widget... in progress.
...
SVN:trunk[657]
2010-08-04 20:08:02 +00:00
Denis Flaven
37bc87e705
- New implementation of the n-n link edition widget... in progress.
...
SVN:trunk[656]
2010-08-04 20:07:07 +00:00
Denis Flaven
c9a573e39f
Replace Ajax "get" calls by "posts" since long URLs may be truncated... and sometimes URLs get longer than expected when some characters are urlencoded... (Trac #195 )
...
SVN:trunk[628]
2010-07-26 15:28:19 +00:00
Denis Flaven
b298d3eb2e
- Creation of n-n links with no attributes no longer prompts since it's not needed !
...
SVN:trunk[519]
2010-07-01 14:29:19 +00:00
Denis Flaven
3392f30e6e
- Cosmetics: aligning the style in the different pages, make the iTop logo clickable, etc...
...
- Handle persistent user preferences: for now only the menu status (open/closed) and its width. In the future the status of lists (open/closed, which columns to show...) can be considered as well.
SVN:trunk[487]
2010-06-25 16:27:44 +00:00
Denis Flaven
3ff11cc813
- REstyling and update of the UI
...
SVN:trunk[476]
2010-06-23 15:27:15 +00:00
Denis Flaven
23c19c599e
- Improved (more interactive) validation of the forms.
...
SVN:trunk[460]
2010-06-14 09:10:54 +00:00
Denis Flaven
b2e959bc1b
- Fixed behaviour of the popup menu (Trac #316 ).
...
SVN:trunk[453]
2010-06-09 20:14:20 +00:00
Denis Flaven
d4b07820be
- Fixed the positioning of the iTop popup menus (Trac #316 )
...
SVN:trunk[451]
2010-06-09 17:17:39 +00:00
Denis Flaven
fd8b3c835e
- Upgraded to the latest version of Open Flash Charts (Version 2 Lug Wyrm Charmer)
...
- Localization of the menus 90% done.
- Removed the old types of Flash charts, (no longer used anyway, now we rely on open-flash-charts)
SVN:trunk[441]
2010-06-08 13:12:17 +00:00
Denis Flaven
9c43da711e
- Non mandatory fields can be empty, even if a validation pattern was specified.
...
SVN:trunk[434]
2010-06-06 17:05:08 +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
1de8ae4c33
- Added validation of the fields based on a regexp pattern
...
- Fields that depend on another field (in the same form) get refreshed when one of the fields they depend on is changed
- Updated the wizard to group all the mandatory fields on the first page, since having inter-dependent fields on one page is now supported
SVN:trunk[412]
2010-05-16 16:47:16 +00:00
Denis Flaven
fd7555e96b
No longer needed, implementation replaced by jquery.popupmenu.js
...
SVN:trunk[409]
2010-05-15 14:52:52 +00:00
Denis Flaven
01539af632
New implementation of the "Actions" Javascript context menu. Simpler, easier to customize and more robust.
...
SVN:trunk[408]
2010-05-15 14:51:29 +00:00
Denis Flaven
2aa049092f
- Search forms now display the subclasses of the specified class...
...
SVN:trunk[393]
2010-05-04 12:21:39 +00:00