Module: nagvis Branch: master Commit: 11b086a5ecb7d5b1970c3a138e44e475c06dbfcf URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=11b086a5ecb7d5b1970c3a138e44e475c06dbfcf
Author: Lars Michelsen <[email protected]> Date: Sat Oct 2 14:10:29 2010 +0200 Moved all file upload code and remaining form_handler code to module structure - now the cleanup is finished - yaaaay --- share/frontend/wui/classes/WuiBackground.php | 74 ---------- share/frontend/wui/form_handler.php | 144 ------------------- share/frontend/wui/js/ManageMaps.js | 2 +- share/frontend/wui/js/ManageShapes.js | 31 +---- .../core/classes/CoreModManageBackgrounds.php | 145 +++++++------------- share/server/core/classes/CoreModManageShapes.php | 86 +++++------- share/server/core/classes/CoreModMap.php | 45 ++++++ share/server/core/classes/CoreModule.php | 26 ++++- share/server/core/classes/GlobalBackground.php | 23 ++-- share/server/core/classes/GlobalCore.php | 28 ++++- .../templates/default.wuiManageBackgrounds.html | 20 ++-- .../userfiles/templates/default.wuiManageMaps.html | 7 +- .../templates/default.wuiManageShapes.html | 12 +- 13 files changed, 218 insertions(+), 425 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=11b086a5ecb7d5b1970c3a138e44e475c06dbfcf ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
