romainq f2a3b8237f XML Modelization of the relations, with full support of the previous way (by implementing a method GetRelationQueries). Still, the standard data model has not been migrated to the new format. 10 anni fa
..
templates 5c00dd860c #842 Internal: recode the notifications page to allow several types of actions 11 anni fa
ajaxwebpage.class.inc.php 8037809342 #970 and #650 Corrupted attachements. Reworked the cleanup of undesired output, to protect it against the case when the output buffer is unfortunately closed. On the other hand, I found out that several output buffer can be stacked. Thus the protection could be further improved (difficulty: that can be web server dependent). 10 anni fa
application.inc.php 62e826fa1a Module installation information always loaded within the meta model 12 anni fa
applicationcontext.class.inc.php eafa11ecfe Updated copyright (2012) and license (LGPL changed to AGPL) 12 anni fa
applicationextension.inc.php 33738d1b03 #925 REST/JSON: Added an option to output all the fields of the object found (not only the fields of the queried class) 11 anni fa
audit.category.class.inc.php 4ef02929fc Edit in-place for audit rules from their category. 12 anni fa
audit.rule.class.inc.php eafa11ecfe Updated copyright (2012) and license (LGPL changed to AGPL) 12 anni fa
clipage.class.inc.php 56f89162a3 Enabled KPI tracing for the export page... fixed regression on the setup page (rewrote the change in a much more defensive way) 11 anni fa
cmdbabstract.class.inc.php 9fccf5e0c2 #1041 Protect against some XSS injections 10 anni fa
csvpage.class.inc.php 8037809342 #970 and #650 Corrupted attachements. Reworked the cleanup of undesired output, to protect it against the case when the output buffer is unfortunately closed. On the other hand, I found out that several output buffer can be stacked. Thus the protection could be further improved (difficulty: that can be web server dependent). 10 anni fa
dashboard.class.inc.php c6c813a878 #1020 Restrict dashboard/shortcut refresh interval 10 anni fa
dashboardlayout.class.inc.php 63c0224f25 Dashboard re-engineering 12 anni fa
dashlet.class.inc.php f485c6fc99 N°257 Aperçu des dashlets Badge partiellement hardcodé ("Search for objects of type Server") 10 anni fa
datamodel.application.xml 7ef64ebeb9 Modularization of the portal. The entry points for portals is now defined in XML, and thus can be altered by an extension. 10 anni fa
datatable.class.inc.php c9e9073bbc #985 Shortcut auto refresh degrading table cosmetics 11 anni fa
displayblock.class.inc.php f2a3b8237f XML Modelization of the relations, with full support of the previous way (by implementing a method GetRelationQueries). Still, the standard data model has not been migrated to the new format. 10 anni fa
excelexporter.class.inc.php b744b7b9ba Integration of the Excel (XLSX) export feature. (Limitation: export.php takes into account neither the "fields" parameter nor the list of fields defined in the QueryPhrasebook when exporting in XLSX format) 10 anni fa
forms.class.inc.php f9d82a5195 Fixed another regression of 3500: LongTextFields also support multiple forbidden lists... 10 anni fa
iotask.class.inc.php eafa11ecfe Updated copyright (2012) and license (LGPL changed to AGPL) 12 anni fa
itopwebpage.class.inc.php 8037809342 #970 and #650 Corrupted attachements. Reworked the cleanup of undesired output, to protect it against the case when the output buffer is unfortunately closed. On the other hand, I found out that several output buffer can be stacked. Thus the protection could be further improved (difficulty: that can be web server dependent). 10 anni fa
itopwizardwebpage.class.inc.php eafa11ecfe Updated copyright (2012) and license (LGPL changed to AGPL) 12 anni fa
loginwebpage.class.inc.php 7ef64ebeb9 Modularization of the portal. The entry points for portals is now defined in XML, and thus can be altered by an extension. 10 anni fa
menunode.class.inc.php ab43672029 #780 Auto refresh for the dashboards (+ cosmetics changes for the shortcuts) 11 anni fa
nicewebpage.class.inc.php ace480ea42 New mechanism: a module page can be accessed by the mean of a canonical URL (utils::GetAbsoluteUrlModulePage to build the proper URL) 12 anni fa
portaldispatcher.class.inc.php 7ef64ebeb9 Modularization of the portal. The entry points for portals is now defined in XML, and thus can be altered by an extension. 10 anni fa
portalwebpage.class.inc.php 9fccf5e0c2 #1041 Protect against some XSS injections 10 anni fa
query.class.inc.php c22ecac728 #933 Search form for Query Phrasebook items. If you implement your own menus (equivalent to itop-welcome-itil module), make sure that you update the menu definition to show the search form at the top. 11 anni fa
shortcut.class.inc.php c6c813a878 #1020 Restrict dashboard/shortcut refresh interval 10 anni fa
sqlblock.class.inc.php eafa11ecfe Updated copyright (2012) and license (LGPL changed to AGPL) 12 anni fa
startup.inc.php eafa11ecfe Updated copyright (2012) and license (LGPL changed to AGPL) 12 anni fa
template.class.inc.php eaaa98e6ab Silently discard unknown attributes in object templates (in case some modules have not been installed) 12 anni fa
transaction.class.inc.php eafa11ecfe Updated copyright (2012) and license (LGPL changed to AGPL) 12 anni fa
ui.extkeywidget.class.inc.php 9fccf5e0c2 #1041 Protect against some XSS injections 10 anni fa
ui.htmleditorwidget.class.inc.php eafa11ecfe Updated copyright (2012) and license (LGPL changed to AGPL) 12 anni fa
ui.linksdirectwidget.class.inc.php 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 anni fa
ui.linkswidget.class.inc.php ef77790e50 #778 Issue on list sort order when editing an element - fixed a regression 11 anni fa
ui.passwordwidget.class.inc.php 95e1be0979 #829 Corrupted pwd when attempting to create an account without any profile 11 anni fa
uilinkswizard.class.inc.php eafa11ecfe Updated copyright (2012) and license (LGPL changed to AGPL) 12 anni fa
uiwizard.class.inc.php eafa11ecfe Updated copyright (2012) and license (LGPL changed to AGPL) 12 anni fa
user.dashboard.class.inc.php eafa11ecfe Updated copyright (2012) and license (LGPL changed to AGPL) 12 anni fa
user.preferences.class.inc.php 2566ec00cc #1022 Do cascade the resolution of an incident to its child requests + rework of the lifecycle/actions to ease the extensibility (New handlers: Rest, Copy, SetCurrentDate, SetCurrentUser, SetElapsedTime) 10 anni fa
utils.inc.php 88c53533b1 Integration of the Excel (XLSX) export feature... (regression fix) 10 anni fa
webpage.class.inc.php 8037809342 #970 and #650 Corrupted attachements. Reworked the cleanup of undesired output, to protect it against the case when the output buffer is unfortunately closed. On the other hand, I found out that several output buffer can be stacked. Thus the protection could be further improved (difficulty: that can be web server dependent). 10 anni fa
wizardhelper.class.inc.php eafa11ecfe Updated copyright (2012) and license (LGPL changed to AGPL) 12 anni fa
xlsxwriter.class.php b744b7b9ba Integration of the Excel (XLSX) export feature. (Limitation: export.php takes into account neither the "fields" parameter nor the list of fields defined in the QueryPhrasebook when exporting in XLSX format) 10 anni fa
xmlpage.class.inc.php 8037809342 #970 and #650 Corrupted attachements. Reworked the cleanup of undesired output, to protect it against the case when the output buffer is unfortunately closed. On the other hand, I found out that several output buffer can be stacked. Thus the protection could be further improved (difficulty: that can be web server dependent). 10 anni fa