-
Notifications
You must be signed in to change notification settings - Fork 130
ChangeLog
back2arie edited this page Dec 3, 2011
·
16 revisions
- Keyboard shortcut
- Spam filter
- PostgreSQL support, you must use gammu >= 1.30.0
- Public phonebook (contact and group)
- Multiple modem (Round Robin strategy)
- Send to multiple groups
- Hook-based Plugin system
- Handle GSM special character like ^ { } \ [ ] ~ | € which count as 2 character
- “Remember me” on login
- Message Recover
- Wider layout
- Counter for incoming sms
- Send WAP link
- Plugin Blacklist Number
- Feature: Enable/disable conversation grouping when list messages
- Feature: Advanced Search
- Feature: Add ‘recent’ and allow combination of strategy on multiple modem
- Bugfix: User delete bug
- Bugfix: Kalkun API
- Various bugfix on search
- Various bugfix on notification
- Various bugfix on pagination
- Translation added (Turkish, Spanish, German)
- Bugfix: Phonebook model that not work with postgresql
- Bugfix: Plugin SMS Member cannot send message
- Bugfix: Outbox, users can see messages from others with same phone number
- And others small fix.
DB change:
- Added field
is_public
onpbk
andpbk_groups
table - Added field
in_sms_count
and rename fieldsms_count
toout_sms_count
onsms_used
table - Added table
b8_wordlist
(token
,count
) - Added table
plugins
(plugin_id
,plugin_system_name
,plugin_name
,plugin_uri
,plugin_version
,plugin_description
,plugin_author
,plugin_author_uri
,plugin_data
)
- Multiple modem support
- Canned response aka SMS Template
- Mass add/remove contact to group
- Added global option to disable outgoing SMS
- Added emoticon on conversation
- Show phone number on phonebook (ticket #2)
- Added example external script (translator)
- Added validity option when compose message
- Bugfix: Unread inbox notification show incorrect value
- Bugfix: Correct total of SMS used, now include multipart messages.
DB change:
- Added table user_templates (id_template, id_user, Name, Message)
- Added table kalkun (version)
- Autoforward SMS to email
- Global Search messages
- Multigroup support, a contact now can have more than a group
- SMS advertise
- Inbox multipart support
- Pagination on conversation
- Multiselect conversation/messages/contact using Shift key
- Added PostgreSQL support
- List group member
- List conversation on phonebook
- Added Russian & Italian translation
- Auto refresh conversation
- Autogrow textarea on compose
- Autoappend @username on sent message
- External script support (experimental)
- Bugfix send long/multipart sms
- Bugfix windows daemon
- Bugfix IE support
DB change:
- add field email_id to user table
- add field email_forward to user_settings table
- add table user_group (id_group, id_pbk, id_pbk_groups, id_user)
- add table plugin (id_plugin, plugin_name, plugin_status)
- Add SQLite3 support
- New installation method (remove gammu database schema)
- Simple autoreply, (Input manually) support multiple number on compose
- Import contact feature
- Update translation (Czech, Portuguese), @username bug fixes
- Unicode support
- Add cURL example to use with other app
See release notes.
Bugs fixed:
- Bad timezone value (Ticket: #1)
- Flash chart override compose windows on dashboard
Upgrade from 0.1.4
New Features:
- Multiuser
- SMS Content/member
Performance:
All javascript library now used compressed/minified version, should be affected performance
Error reporting:
Default is zero (disabled), to activate it. change value to E_ALL in index.php
SMS Content/Member:
If incoming sms is REG (default format), then the sender automatically added to member
Settings:
To configure feature (sms bomber, sms content. etc), see /system/application/config/kalkun_settings.php
Plugin:
blacklist number and server alert is under maintenance and not available on this version
User inbox:
- To have user have it's own inbox, you must include @username on your incoming sms (twitter like)
- Incoming sms that not belong to any user will be owned by inbox master (see kalkun_settings.php)
- PHP 5.3 support
- PHP short_tag problem fixed
Added Feature:
- Send message to more than one person (on Compose)
- Validation
- Digital clock
- plugin:
- Blacklist Number => Block message from specific number
- Server Alert => Alert you whenever your service (eq: Web server, Mail server) is down
DB change:
- add field
readed
to inbox table - add table plugin (id_plugin, plugin_name, plugin_status)
- add table plugin_blacklist_number (id_blacklist_number, phone_number, reason)
- add table plugin_server_alert (id_server_alert, alert_name, ip_address, port_number, timeout, phone_number, respond_message, status, release_code)
Bug fixes:
- Forward long message
- change password
- and other small fixes
Added Features:
- Message is threaded per person/conversation-like
- Global button, no need to move/delete message one-by-one
- Installation is now via url
DB change:
- add setting value (installed)
Added Features:
- Create and manage private folder
- Quick reply, reply, forward message
- Flash SMS
- Phonebook search
- Plugin : sms bomber
- Added theme : green
- Background image, if you want to change the background, just change file (/media/images/bg.jpg)
DB change:
- add folders table (inbox, outbox, sentitems, draft, trash)
- add id_folder to inbox and sentitems table
- add setting value (permanent_delete, paging, bg_image, notification delay, delivery_report)
Features:
- Manage SMS (Inbox, Outbox, Sent Items)
- Sending SMS, by personal or group
- Scheduled SMS, by datetime or delay
- Manage Phonebook, by personal or group
- Create signature on your message
- Theme : blue, dark
DB change:
- add id_pbk field on pbk table
- add settings table to store kalkun preference (theme, administrator_account, signature, version)