eventum:eventum-2.3

Last commit made on 2014-07-09
Get this branch:
git clone -b eventum-2.3 https://git.launchpad.net/eventum
Members of Eventum Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
eventum-2.3
Repository:
lp:eventum

Recent commits

49e4075... by Elan Ruusamäe

update changelog

381dc6a... by Elan Ruusamäe

clean POST of unwanted characters

Clean input from control characters (low bits in ASCII table).

In case of UTF-8 encoding, strip also Unicode characters over 3 bytes as
MySQL 'utf8' encoding does not support it and truncates input in place
of such Unicode character.

Better solution exists, but requires MySQL 5.5.3 and converting database
encodings to 'utf8mb4'

http://dev.mysql.com/doc/refman/5.5/en/charset-unicode-utf8mb4.html
http://stackoverflow.com/questions/8491431/remove-4-byte-characters-from-a-utf-8-string

8bd7838... by Elan Ruusamäe

disable travis on 2.3 maintenance branch

d88c6cd... by Elan Ruusamäe

release 2.3.6

7f83f50... by Elan Ruusamäe

fix hardcoded table names. LP#1273540, LP#1265589

11481ef... by Elan Ruusamäe

use git HEAD to do archive

1f34f74... by Elan Ruusamäe

release version 2.3.5 with security fixes

- [CWE-276] disable setup when already configured (Elan Ruusamäe)
- [CWE-94] fix improper escaping of creating config file (Elan Ruusamäe)

b759634... by Elan Ruusamäe

[CWE-276] disable setup when already configured

d71f359... by Elan Ruusamäe

[CWE-94] fix improper escaping of creating config file

3f7f6cb... by Elan Ruusamäe

release version 2.3.4