Denis Flaven
dc3713f0ea
New implementation for displaying long lists: pagination
...
SVN:trunk[1295]
2011-06-23 10:46:10 +00:00
Romain Quetiez
c42fa13b92
Templates: new type of block = sqlblock, allows for displaying tables/charts based in SQL queries (much quicker for Group By operations)
...
SVN:trunk[1289]
2011-06-21 13:12:02 +00:00
Denis Flaven
ddfc84db6a
- 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[1285]
2011-06-15 17:06:46 +00:00
Denis Flaven
733953ac99
CAS integration: added support of JA-SIG Central Authentication Service (CAS) with log-off support, using phpCAS API.
...
SVN:trunk[1280]
2011-06-10 14:51:17 +00:00
Romain Quetiez
a0900cd732
Optimization: do not load the full set of items when it comes to displaying an autocomplete!
...
SVN:trunk[1275]
2011-06-08 13:30:56 +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
Denis Flaven
19bbde6144
- Cleanup of the dictionary usage.
...
- Improvements to the French translation.
SVN:trunk[1199]
2011-04-11 09:11:00 +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
65ef621e6f
- Bug fix: Bulk modify was failing on a list of tickets in different states.
...
SVN:trunk[1188]
2011-04-07 07:47:28 +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
8e359682ae
- Make the navigation (Back / Cancel) work properly on bulk actions.
...
- Prepare for the style cleanup.
SVN:trunk[1181]
2011-04-06 16:34:44 +00:00
Denis Flaven
144af46e8b
Fixed Track #375 : Display scroll bars appropriately when dealing with big CSV load jobs.
...
SVN:trunk[1175]
2011-04-04 17:19:09 +00:00
Denis Flaven
ce13b05363
Fixed Trac#367: typo !
...
SVN:trunk[1165]
2011-04-01 10:48:11 +00:00
Denis Flaven
be4674de11
Fixed Trac#368: (regression compared to 1.0.2) textarea was too small when exporting a list as CSV.
...
SVN:trunk[1164]
2011-04-01 10:43:07 +00:00
Romain Quetiez
5fa64ab3d2
Deletion: the message "object deleted" was displayed twice since the last review of the deletion
...
SVN:trunk[1161]
2011-04-01 07:29:08 +00:00
Denis Flaven
5ad7ea1b7b
Fixed Trac #365 : Give the user some feedback when the password was successfully changed/set. Note that iTop does not check that the new password is different from the old one.
...
SVN:trunk[1147]
2011-03-24 17:34:00 +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
Romain Quetiez
9b50124513
Dev: improved performance measure tooling
...
SVN:trunk[1144]
2011-03-23 14:09:51 +00:00
Romain Quetiez
cf737bb8ad
Added a query usage example with REGEXP
...
SVN:trunk[1140]
2011-03-21 15:28:31 +00:00
Romain Quetiez
7989cf622f
CSV import: fixed a few issues (restricted to N-N links) + added arguments to the export page, to allow for exporting N-N links
...
SVN:trunk[1130]
2011-03-15 12:19:04 +00:00
Romain Quetiez
f3cc490295
#328 Added the capability to import/export link sets in CSV format
...
SVN:trunk[1129]
2011-03-14 14:11:08 +00:00
Romain Quetiez
0b32f511b8
Plugin API - alpha version
...
SVN:trunk[1124]
2011-03-11 11:04:50 +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
Romain Quetiez
692f7060ea
#355 CSV Import (non interactive) now supporting localized column headers, making it possible to import directly data generated by the interactive export. NOTE: to achieve this, the default separator is now the coma (whereas the default separator in XCel sheets is the semicolumn)
...
SVN:trunk[1122]
2011-03-09 09:19:03 +00:00
Romain Quetiez
c4cca2b2f8
#348 Multi-column queries not working fine with open joins and if null values to be displayed
...
SVN:trunk[1115]
2011-03-08 10:46:03 +00:00
Denis Flaven
d5353c111c
Fixed Trac#356 (Audit results filtered by context) and #357 (Audit results list not expandable)
...
SVN:trunk[1114]
2011-03-08 10:31:13 +00:00
Romain Quetiez
019888caff
#305 Specified the charset in any call to htmlentities()
...
SVN:trunk[1110]
2011-03-07 16:43:20 +00:00
Denis Flaven
721ca8c652
Continuing the implementation of the DataExchange
...
SVN:trunk[1085]
2011-02-16 17:31:32 +00:00
Denis Flaven
89b58d44cd
Removed a "assertion failed" error message.
...
SVN:trunk[1080]
2011-02-09 09:44:00 +00:00
Denis Flaven
0b93e6f79e
Fixed an incorrect detection of the maximum recursion level
...
SVN:trunk[1079]
2011-02-08 16:25:18 +00:00
Romain Quetiez
1a52f4de72
#149 Implemented friendly names
...
SVN:trunk[1057]
2011-01-26 09:43:35 +00:00
Denis Flaven
bc78b19ba7
Fixed Trac #348 : no validation needed when pressing "Restart".
...
SVN:trunk[1052]
2011-01-18 09:00:26 +00:00
Denis Flaven
203887589f
- Yet another IE fix...
...
SVN:trunk[1025]
2010-12-10 13:58:12 +00:00
Denis Flaven
028f23214d
- Fixed the CSV "confirmation pie chart" to work under IE & enhanced the look of the chart by removing unused values.
...
SVN:trunk[1024]
2010-12-10 13:43:55 +00:00
Denis Flaven
6338775506
Split the usage of the iTop logo: one logo to be displayed internally (once logged) one externally (login/logoff).
...
SVN:trunk[1021]
2010-12-08 09:43:56 +00:00
Romain Quetiez
35fe0b9ef5
Fixed bug in CSV sync mode (class given by the scope)
...
SVN:trunk[1011]
2010-12-06 15:58:37 +00:00
Romain Quetiez
cde184e2a3
Allow a module to provide a handler to override application settings: OnMetaModelStarted()
...
SVN:trunk[1010]
2010-12-06 09:14:20 +00:00
Romain Quetiez
d85aba8ebc
Improved change tracking: user login replaced by the full name if available
...
Added a tab into the CSV import: browse the CSV imports history
Finalized the read-only mode (distinguish between users and everybody, admin message displayed on top of the main screen)
SVN:trunk[1007]
2010-12-03 10:18:28 +00:00
Romain Quetiez
d4eaf43257
Fixed cosmetic issues in the CSV import (related to the recent changes)
...
SVN:trunk[1005]
2010-12-01 16:27:11 +00:00
Denis Flaven
dc96cbc482
- Ask for confirmation when doing a CSV import/synchro that is considered as "risky" (based on thresholds from the config file)
...
- Added a "Restart" button to quickly start over a CSV import/synchro
SVN:trunk[1004]
2010-12-01 15:21:29 +00:00
Denis Flaven
73e9107ae2
- Added the new "synchro" mode to the CSV load page.
...
SVN:trunk[1003]
2010-12-01 10:27:10 +00:00
Denis Flaven
9d1df1b799
- Bug fix: when creating a new object the "Cancel" button must go somewhere !
...
SVN:trunk[1002]
2010-11-30 15:55:40 +00:00
Romain Quetiez
018344578e
Internal: BulkChange improved with synchro mode
...
SVN:trunk[1001]
2010-11-30 15:32:30 +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
51fa310664
- Fixed Trac #332 : improved usability of the CSV import wizard with IE8.
...
SVN:trunk[976]
2010-11-26 10:43:25 +00:00
Romain Quetiez
35c50d6689
Ajax pages: exceptions are traced into error.log
...
SVN:trunk[970]
2010-11-24 14:00:24 +00:00
Romain Quetiez
40a613b4db
Cleanup: replaced remaining occurences of ISO-8859-1
...
SVN:trunk[966]
2010-11-23 16:18:48 +00:00