PHKAPA V 1.0.4 Update Release

3 views
Skip to first unread message

pHAlkaline

unread,
Aug 27, 2013, 9:03:40 AM8/27/13
to phk...@googlegroups.com
--> From V1.0.3 to V1.0.4

# Create notifications Table --
-- Table structure for table `notifications`
--
DROP TABLE IF EXISTS `notifications`;
CREATE TABLE `notifications` (
	`id` int(11) NOT NULL AUTO_INCREMENT,
	`notifier_id` int(11) NOT NULL,
	`notified_id` int(11) NOT NULL,
	`reference` varchar(500) NOT NULL,
	`notification` text NOT NULL,
	`read` tinyint(1) NOT NULL,
	`modified` datetime NOT NULL,
	`created` datetime NOT NULL,
	PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

# Update all Files / Directories
# including lib/Cake/* ( All Files and Directories )

- Some UI bugs cleared
- New UI features 
- Registar now apears on all views
- User can change profile
- Added icons with navigation links at top bar
- Framework update
- Notification System
- Small bugs fixed
Reply all
Reply to author
Forward
0 new messages