Changes in 0.1.2-alpha - Updated plugin sfDoctrineGuardPlugin to 5.0.0 and enabled the forgot password for admin users (bug #714598) - Corrected text at top of page to show the number of deployed nodes instead of total - Allow user to logout from the network (with php session, so not gateway-accurate) (bug #732830) - Corrected preinstall bug when server not in root (bug #752585) - Changed the duration display format (bug #798402) - Active users and nodes count can optionally be shown on the server header (bug #708992) - Feedback when saving or creating nodes - Default portal page behavior is to redirect to origin url (bug #662314) - Incoming and outgoing data are now floats instead of integer - Added node filters (bug #708990) - Added getErrors function to the authenticator interface - Added new event call to user setup - Corrected the credential_s_ of some modules - Added the node to the authenticator, because it may be needed by some of them - Added node function getNodesByStatuses to select nodes by an array of statuses Changes in 0.1.1-stable - Added new translatable string, thanks to Robin Jones (bug #719761) - Translated them in french - Login page redirect only when not posting the page (patch by Markus Gschwendt) - Setting of variables before the login page redirect so they can be used for the portal page - Other languages than french or english can be selected (bug #730997) - Patch by Robin Jones so preinstall is compatible with Windows IIS (bug #721001) - Added an IE6 countdown warning (bug #734035) - Add images for install pages (bug #745126) Changes in 0.1.1 Major changes: - Full support for Windows IIS servers - New improved installation procedures, with automatic verification of prerequisites - Changes to layout - The chosen language is remembered for the next visits - Core is now fully translatable and work on french translations - Various bug fixes Detailed changes: - Added possibility to redirect network login page to requested page instead of home page (for offline login) - Added the files LICENSE and README for GPLv2 requirements - Added headers to files to be compliant with GPLv2 - New cool jQuery menu - Added web.config for windows based servers (bug #656863) - Set max width of header image in configuration file (bug #656879) - Cannot save gateways with case insensitively same gateway id (bug #621228) - lang saved in a cookie - patch by Robin Jones for Windows server compatibility (bug #656863) - negative duration now show 0m when displayed as string - Replaced deprecated ereg_replace function - Redirected create and update node actions to the edit action - Corrected doctrine's migration function for postgresql - Removed databases.yml and added databases.yml.default. Having this source controlled was problematic when updating servers. - Added preinstall feature - More beautifule GPL headers - Copied the web assets when installing plugins (bug #662204) - Added a utility function to fetch a file at an external url, with either curl or file_get_contents (should solve #711339) - Administrative and network login links can be configured not to appear - No plugin configuration link if the plugin is not enabled (discussion in #662204) - Changed the install plugin url version from : to _ to be more legit with all servers (discussion in #662204) - Changed copyright notice (bug #712865) - Removed 401 status returned when not authenticated (discussion in #662204) - Changed web.config as mentioned by Robin Jones (in bug #662204) - Secured actions with credentials (bug #714572) - Keep track of why a connection was refused (bug #716027) - Possibility to configure the time before a idle connection expires - Added polish translation for sf_guard plugin as contributed by Robin Jones - Corrected preinstall header bug. (bug #722173) - Added new translatable string, thanks to Robin Jones (bug #719761) - Translated them in french - Login page redirect only when not posting the page (patch by Markus Gschwendt) - Setting of variables before the login page redirect so they can be used for the portal page - Other languages than french or english can be selected (bug #730997) - Patch by Robin Jones so preinstall is compatible with Windows IIS (bug #721001) - Added an IE6 countdown warning (bug #734035) - Add images for install pages (bug #745126)