PascMin (Pascal Admin) is a webinterface used for remotely managing your windows server using object-pascal scripts.
Be the first to post a text review of PascMin. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Changes in Preview Release 4 * Fixed the following error while starting the Files module (found by Walter Loef and Peter Meijer): compile error "Errors while compiling/starting script: [Error] (272:41): Type mismatch Return to scripts list: OK * Improve the login and logout-function through a form-based login instead of using http-authentication. This fixed 2 major problems: - A new login-dialog automatically popped up when choosing logout - The log-out function did not work in every browser as some browsers still remembered the username/password after pascmin requested another http login (found by Marc Smid). * PascMin now shows an error and terminates when the webserver can't be started. When this is due to the PascMin-port already being in use by another server, there will be shown directions on what to do (stop the conflichting server or change the PascMin port number using the PascMin Configuration utility) * The version id is now added to the Tooltip which pops up when hovering over the system tray icon using the mouse * Pieces of code and generated HTML that reoccurred more than once through PascMin's sourcecode have been cut down to one occurrance. * Cleaned up some bits and pieces of unused code in the webserver * Minor lay-out fixes * Added better error-handling for users trying to add or edit a superusers group * Added a note about the need to refresh the module list to the Scripts module. This note will be shown whenever a script is added, imported, edited, deleted, started or stopped.
Changes in Preview Release 4 * Fixed the following error while starting the Files module (found by Walter Loef and Peter Meijer): compile error "Errors while compiling/starting script: [Error] (272:41): Type mismatch Return to scripts list: OK * Improve the login and logout-function through a form-based login instead of using http-authentication. This fixed 2 major problems: - A new login-dialog automatically popped up when choosing logout - The log-out function did not work in every browser as some browsers still remembered the username/password after pascmin requested another http login (found by Marc Smid). * PascMin now shows an error and terminates when the webserver can't be started. When this is due to the PascMin-port already being in use by another server, there will be shown directions on what to do (stop the conflichting server or change the PascMin port number using the PascMin Configuration utility) * The version id is now added to the Tooltip which pops up when hovering over the system tray icon using the mouse * Pieces of code and generated HTML that reoccurred more than once through PascMin's sourcecode have been cut down to one occurrance. * Cleaned up some bits and pieces of unused code in the webserver * Minor lay-out fixes * Added better error-handling for users trying to add or edit a superusers group * Added a note about the need to refresh the module list to the Scripts module. This note will be shown whenever a script is added, imported, edited, deleted, started or stopped.
Changes in Preview Release 3 * Fixed the aligning of the size column in the files module (found by Peter Meijer) * Shrinked the license file to the license party only (found by Peter Meijer) * Fixed a files module crash when "\" or "\\" is entered as address in the Files module * Added constrain-to-folder function to the files module (can be configured through the sourcecode) * Fixed the add-user function not properly registering the groups membership (the first group available was omitted if checked) (found by Peter Meijer) * Removed the native About module * Added the version id to the home page * Expanded the home page with an author reference, a link to the project website, the license reference and a list of people i'd like to thank for their help * Added a link to the home page in the Modules-bar * 3 New native modules (Logs, Appearance and Configuration) are included. They are currently hidden because their implementation isn't yet complete. * Added a logout-function (will be improved because it now immediately popups a re-authentication dialog as there is no other way of logging users out through http-authorisition than re-requesting authorisation). * Rows in lists will now have a highlight-background color when you move the mouse pointer over them. This makes it easier to read a row as some rows can be very wide. * Added an option for users to change their own password * Limited the width of the 'Member of groups' column in the users module and the 'Right to view' and 'Right to use' columns in the groups module because rows in these modules would get much too long when there are many groups or modules. * Added a new RAdmin module (Universal Protocol Handler required on client pc) * Added a new VNC module (Universal Protocol Handler or Java-enabled browser required on client pc)
Changes in Preview Release 3 * Fixed the aligning of the size column in the files module (found by Peter Meijer) * Shrinked the license file to the license party only (found by Peter Meijer) * Fixed a files module crash when "\" or "\\" is entered as address in the Files module * Added constrain-to-folder function to the files module (can be configured through the sourcecode) * Fixed the add-user function not properly registering the groups membership (the first group available was omitted if checked) (found by Peter Meijer) * Removed the native About module * Added the version id to the home page * Expanded the home page with an author reference, a link to the project website, the license reference and a list of people i'd like to thank for their help * Added a link to the home page in the Modules-bar * 3 New native modules (Logs, Appearance and Configuration) are included. They are currently hidden because their implementation isn't yet complete. * Added a logout-function (will be improved because it now immediately popups a re-authentication dialog as there is no other way of logging users out through http-authorisition than re-requesting authorisation). * Rows in lists will now have a highlight-background color when you move the mouse pointer over them. This makes it easier to read a row as some rows can be very wide. * Added an option for users to change their own password * Limited the width of the 'Member of groups' column in the users module and the 'Right to view' and 'Right to use' columns in the groups module because rows in these modules would get much too long when there are many groups or modules. * Added a new RAdmin module (Universal Protocol Handler required on client pc) * Added a new VNC module (Universal Protocol Handler or Java-enabled browser required on client pc)
* Portnumber for webinterface is now red from the config file (section 'general', id 'portnumber') * A configuration application application is added to change the portnumber * Installer has been updated to Inno Setup 5.0.8 and juiced up with new pictures and an icon * When exiting the application, the system tray icon is removed faster * Removed the strong dependancy which some modules inside PascMin had towards eachother (needed to be able to add the Superusers feature) * The user management has been changed to support a 'superusers' group. Membership of this group grants Use-access to all modules * Fixed a grammatical error in the about module * Moved the last bits and pieces of markup from the HTML into a CSS style- sheet * Renamed the 'templates' subfolder in the PascMin installation-folder containing scripts to 'scripts' * Scripts in the scripts subfolder of PascMin can now be imported into the scripts module. Installed scripts can also be exported to the scripts subfolder of the PascMin installation folder
* Portnumber for webinterface is now red from the config file (section 'general', id 'portnumber') * A configuration application application is added to change the portnumber * Installer has been updated to Inno Setup 5.0.8 and juiced up with new pictures and an icon * When exiting the application, the system tray icon is removed faster * Removed the strong dependancy which some modules inside PascMin had towards eachother (needed to be able to add the Superusers feature) * The user management has been changed to support a 'superusers' group. Membership of this group grants Use-access to all modules * Fixed a grammatical error in the about module * Moved the last bits and pieces of markup from the HTML into a CSS style- sheet * Renamed the 'templates' subfolder in the PascMin installation-folder containing scripts to 'scripts' * Scripts in the scripts subfolder of PascMin can now be imported into the scripts module. Installed scripts can also be exported to the scripts subfolder of the PascMin installation folder
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?
Thanks for your review!
Get credit for your review by logging in via OpenID. Click your account provider: