Archive for the 'Releases' Category

Halalan 1.5.0-alpha Released

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)

Halalan 1.4.1 Released

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.

Halalan 1.4.0 Released

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

Halalan 1.3.0 Released

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

Halalan 1.2.0 Released

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

Halalan 1.1.1 Released

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

Halalan 1.1.0 Released

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

Halalan 1.0.1 Released

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

Halalan 1.0.0 Released

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

Halalan 0.1.4 Released

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