Published on
February 9, 2010 in
Releases.
Multiple election instances, voter page for viewing/printing/downloading of votes, lots of refactoring, updated system requirements, and dropping of PostgreSQL support.
Download it here.
1.5.0-alpha 20100209
———————–
— Added a voter page wherein viewing/printing/downloading of votes by the voter is possible
— Added json.js
— Added support for multiple election instances
— Fixed minor bugs
— Refactored admin controller to use CI’s validation library
— Removed PostgreSQL support (lack of manpower)
— Updated system requirements (PHP 5.x.x, MySQL 5.x.x)
Published on
December 13, 2009 in
Releases.
Fixed for PHP 5.3.0.
Download it here.
1.4.1 20091213
———————–
— Fixed for PHP 5.3.0
— Upgraded to CodeIgniter 1.7.2
EDIT: Version number in system/application/config/constants.php was not updated. You can get the updated file here.
Realtime results and results per position.
Download it here.
1.4.0 20090307
———————–
— Added admin option to clear login timestamp
— Added viewing of results per position
— Added realtime viewing of results
— Added minor enhancements
— Upgraded to CodeIgniter 1.7.1
— Upgraded to jQuery 1.3.1
New minor features, bug fixes, and UI enhancements.
Download it here.
1.3.0 20080612
———————–
— Added conformance to XHTML 1.0 Strict
— Added PostgreSQL support
— Added more UI enhancements
— Added statistics page
— Added new configuration variables
— Added client-side password hashing
— Fixed minor bugs
— Moved saving of random order from session to DB
— Replaced all <?= with <?php echo
— Upgraded to CodeIgniter 1.6.2
— Upgraded to jQuery 1.2.6
Published on
February 21, 2008 in
Releases.
UI enhancements everywhere and some minor features.
Download it here.
1.2.0 20080221
———————–
— Added a setting to randomize candidates order in ballot
— Added new JS library, jQuery 1.2.3 and jQuery.Cookie 1.0
— Fixed minor bugs
— Removed domTT dependency
— Replaced tooltip with sliding effect
— Separated JS from views
— Updated to CodeIgniter 1.6.1
— Updated voter interface
Published on
February 15, 2008 in
Releases.
Fixed a critical bug wherein voters’ specific positions are deleted when they log in.
Download it here.
1.1.1 20080215
———————–
— Fixed deletion of specific positions when voter logs in
— Fixed alignment of regenerate text in edit voter
Published on
February 14, 2008 in
Releases.
Updated framework, import/export of voters, updated admin interface, and some minor changes.
And to celebrate Valentine’s Day, add $config['halalan']['v'] = TRUE; to your halalan.php in system/application/config and see a nice logo in the admin interface.
Download it here.
1.1.0 20080214
———————–
— Added abstain votes to result
— Added candidate/party alias
— Added import/export of voters
— Added pagination in voters
— Allowed voters to log back in to check their votes
— Fixed minor bugs
— Updated admin interface
— Updated DB
— Updated to CodeIgniter 1.6.0
Published on
December 18, 2007 in
Releases.
Minor fixes and complete Filipino language file.
Download it here.
1.0.1 20071218
———————–
— Added Filipino language file
— Added restriction that the result can only be shown when the election is not running
— Fixed incorrect label in add and edit candidate submit button
Published on
December 9, 2007 in
Releases.
This release is a complete port to a new framework. An installer and MySQL support are also added.
Download it here.
1.0.0 20071209
———————–
— Ported to new framework
— Added MySQL support
— Added installer
— Changed license from GNU GPL Version 2 to GNU GPL Version 3
This release is the basis of the customized version to be used during the University of the Philippines College of Engineering Student Council election which contains new features, minor interface enhancements and some bug-fixes. This is intended for developers and testers interested in helping the project.
Download it here.
0.1.4 20070304
———————–
— Added login and logout timestamp for voters
— Added an option for configuring pin and password characters
— Added an option for enabling or disabling of unit, a voter-dependent position
— Added client side checking in ballot and abstain option
— Added an option for enabling or disabling abstain per position
— Added an option for enabling or disabling of pictures
— Added an option for enabling or disabling of CAPTCHA
— Added row colors for winning candidates
— Added downloadable voters list
— Fixed sorting of votes in result
— Minor interface enhancements
— Minor bug-fixes
— Updated DB