dflaven
|
584beeb658
Fix for a regression due to revisions 3141/3150
|
11 years ago |
dflaven
|
5ff555a73b
Fixed regression introduced by [3141]: Code cleanup to implement the tabs handling (inside web pages) in one place.
|
11 years ago |
dflaven
|
bd074f27ba
Two experimental perf. enhancements:
|
11 years ago |
dflaven
|
709b3ce87f
Experimental perf. enhancement: cache the foreign keys to use when importing object to avoid searching for the same object several times during a given import. Seem to speed up the imports by 7 to 10%.
|
11 years ago |
dflaven
|
afafd741d0
Oops, removing a debug trace...
|
11 years ago |
dflaven
|
6d5bd017d8
Avoid using an attribute which may cause a Reload()... seems useless anyway.
|
11 years ago |
dflaven
|
8762a41dd3
#909: faster display for the "details" of an object:
|
11 years ago |
dflaven
|
f060c7d25d
#867 (and #907 as a dup') De-harcode set_time_limit (per loop) in lengthy operations. Default value is 30 seconds (per loop), configurable via the new parameter "max_execution_time_per_loop", instead of 5 seconds previously.
|
11 years ago |
dflaven
|
b70db8e589
CSV export (from the toolkit menu) now displays an asynchronous page, to better cope with a huge number of objects (> 10000)
|
11 years ago |
dflaven
|
fc8ca16af8
- Memory optimization: no longer store all DBObjects in memory while browsng through a Set, but pull them one by one from the MySQL client buffer as needed.
|
11 years ago |
dflaven
|
657469baf3
Code cleanup to implement the tabs handling (inside web pages) in one place. Added the ability to provide asynchronously loaded tabs (content must come from the same server).
|
11 years ago |
dflaven
|
7aa7552c8c
#923: prevent XSS injection in forgot password page.
|
11 years ago |
dflaven
|
3ac66f14bc
Use the object oriented verison of the MySQLi API which seems free of memory leaks (compared to the procedural version of the same API).
|
11 years ago |
dflaven
|
86bef52fdb
Run Query enhancements
|
11 years ago |
romainq
|
e9d7995b59
#918 TTO/TTR status "passed" gets reset when the stop watch is stopped (using the status "triggered" instead)
|
11 years ago |
dflaven
|
550f475c10
Better handling of the default choices in case of upgrade (for some specific configurations of the installation wizard).
|
11 years ago |
romainq
|
713f3e563f
Integrated the portal with the module to dispatch incidents or user requests (the previous commit introduced too many changes, I did rollback unnecessary stuff)
|
11 years ago |
romainq
|
405911d4ce
Integrated the portal with the module to dispatch incidents or user requests
|
11 years ago |
romainq
|
c4e078f311
#913 Error when searching for child requests and no organization is specified. Still, I could not figure out WHY IT WAS WORKING WHEN AN ORG IS SELECTED as a search filter!
|
11 years ago |
dflaven
|
8a5cd7c98f
#878: Missing sscrollbar in "linkset-direct" edition popup dialog
|
11 years ago |
dflaven
|
41fc81de71
Object's edition: keep track of what was typed in the case log fields when reloading the form (for example with a different "initial state")
|
11 years ago |
dflaven
|
ec79125c24
Protect Bulk Modify against XSS injection!
|
11 years ago |
dflaven
|
3d0c9f4e5c
Allow re-entrance in the same named mutex within the same PHP page.
|
11 years ago |
romainq
|
9132aa5299
Fixed issue with 1.x datamodels: dashlets of type "badge" not working (preventing from editing an existing dashboard), since 2.0.2
|
11 years ago |
romainq
|
ec46295a9d
Aligned the authentication module with the one of 2.x, to enable the feature "Forgot password" for legacy data models
|
11 years ago |
dflaven
|
b8a66dc5fe
Bug fix : missing semicolons were causing an error with IE9.
|
11 years ago |
romainq
|
02741cc2d7
Finalized the French transalation for some types of "Triggers"
|
11 years ago |
romainq
|
fc85674653
#901 Added the attribute "filter" to the triggers
|
11 years ago |
romainq
|
9f49be2400
#905 The toolkit menu was visible in the portal for Administrators (but it was not usable). It is now hidden in any case.
|
11 years ago |
dflaven
|
0095e9965a
#870: when a user deletes all her/his shortcuts at once, this was deleting all the shortcuts for all users.
|
11 years ago |