.
*/
include("./include/include.php");
admin_header();
if( !in_array("changelog_view", $_SESSION['sess_functions']) ) {
echoln("You are not authorized to see this page.");
}else {
echoln("
Todo
");
echoln("Note: the actual todo list can be found in the AEGEE bug tracker.");
echoln("Changelog
");
echoln("Agora Skopje - Autumn 2011");
echoln("");
#Add new entries at top#
echoln(" - Authenticating against Intranet accounts for both user as well as admin pages [2011.06.27].
");
echoln(" - Using ajax popups instead of new windows to change column values [2011.05.07].
");
echoln(" - Memberlist upload and handling functionality [2011.03.21].
");
echoln("
");
echoln("Agora Alicante - Spring 2011");
echoln("");
echoln(" - New flexible access system, based on roles and functions (r97) [2011.03.06].
");
echoln("
");
echoln("Agora Leiden - Spring 2010");
echoln("");
echoln(" - Show body names in UTF8 instead of ASCII (r47 - #240) [2010.03.23].
");
echoln(" - Add a status 'confirmation pending' (r46 - #211) [2010.03.23].
");
echoln(" - Updated mailout scripts to be more flexible with validating e-mail addresses for sending (r40 - #218) [2010.03.03].
");
echoln(" - Make second deadline for candidating definite, and make time adjustable (r39) [2010.03.01].
");
echoln(" - Deadline settable per position, close after first deadline when there is enough candidates (r38) [2010.02.28].
");
echoln(" - Prevent people from typing names with capitals only (r36) [2010.02.20].
");
echoln(" - Make radio and checkbox labels clickable (r35) [2010.02.20].
");
echoln(" - Filters on log viewer to be able to view part of the logs only (r27) [2010.01.10].
");
echoln("
");
echoln("EBM Krakow - Spring 2010");
echoln("");
echoln(" - Improved mail to inform board about new application and how to get the password (r19) [2009.12.18].
");
echoln(" - Store mass mails that have been send (only the contents of the form) (r17 - #96) [2009.12.07].
");
echoln(" - Split mass mailer access for chair and local organisers (r16 - #73) [2009.12.07].
");
echoln(" - Moved the sources to SVN [2009.11.23].
");
echoln("
");
echoln("Agora Kyiv - Autumn 2009");
echoln("");
echoln(" - Possibility to reset passwords of bodies [2009.09.14].
");
echoln(" - Locally cache aegee.org accounts to keep admin pages available when authentication server is down [2009.08.14].
");
echoln("
");
echoln("Agora Magusa - Spring 2009");
echoln("");
echoln(" - remove participant type when changing body [2009.01.18].
");
echoln("
");
echoln("EBM Torino - Spring 2009");
echoln("");
echoln(" - automatically select everybody for first workshop choice (EBM) [2009.01.17].
");
echoln(" - reintroduce manual workshop selection (broken after code rewrite for Agora Aachen) [2009.01.17].
");
echoln("
");
echoln("Agora Aachen - Autumn 2008");
echoln("");
echoln(" - added fee payments, including registration form [2008.09.12].
");
echoln(" - added logging functionality for applications [2008.08.21].
");
echoln(" - added custom overviews [2008.07.29].
");
echoln(" - added quick registration option (via participant number) [2008.07.20].
");
echoln(" - changed way of selecting participants in overviews [2008.07.09].
");
echoln(" - added field for number of Agora visited [2008.07.08].
");
echoln(" - added field for selection no accommodation needed [2008.07.08].
");
echoln(" - added compulsory filling in of ID, as well as selection of type of card [2008.07.08].
");
echoln(" - added selection of registration desk for admin overviews [2008.07.08].
");
echoln("
");
echoln("Agora Ljubljana - Spring 2008");
echoln("");
echoln(" - added visible ID for every application [2008.04.12].
");
echoln(" - check for returning mails handling (not all returns might be handled now) [2008.02.06].
");
echoln(" - allow removal of non-compulsory values in setup [2008.02.06].
");
echoln(" - fixed login bug that gave access to all admin sections if somebody had access to admin section of one event (updated backwards) [2008.02.05].
");
echoln(" - add subscription to announce-l in application form [2008.02.05].
");
echoln("
");
echoln("EBM Delft - Spring 2008");
echoln("");
echoln(" - separately disable showing of workshop selection from the showing of the participants list [2008.01.24].
");
echoln(" - select a registration desk for registration and save it with the application [2007.12.18].
");
echoln(" - allow localorg only to cancel participants (not accept) [2007.12.18].
");
echoln(" - check mails about new/updated applications [2007.12.18].
");
echoln(" - don't save in \"Register participants\" till few days before Agora [2007.12.16].
");
echoln(" - agreement to privacy statement at first login to admin pages [2007.12.16].
");
echoln(" - only send out mail to non-applying boards if also before board approval deadline [2007.11.01].
");
echoln("
");
}
admin_footer();
?>