Sunday, October 23, 2011

Jcow 6.0 changelogs

Comment will be displayed as a status.
Users can tag people in status or comments.
Users can find who tagged them.
Users can find news liked by their friends and following.
Remove ipv4 blocking
Remove private settings from story(blogs,images,..)
Add module "Images" instead of "Photos". It is easier to upload images from the share box.
Add "link redirect" to footer pages.
Change user profile private settings: Everyone can view profile, but only friends can post on the wall or see the private info(real name, birthday, gender).
Change the "quick share" button namefrom "blogs" to "text", from "share" to "post".
Community displays username instead of real name.
Upgrade post queue system.
Add member queue system.
Upgrade the limit-posting system.(from daily to hourly)

Friday, January 28, 2011

4.3.b20110127

- Add "leave groups".(only for group users)
- Fix comment error on ajax loaded content.
- Auto hide comment box after posting.

includes/libs/ss.inc.php,
includes/libs/common.inc.php
includes/libs/jquery.module.php
modules/groups/ (only for group users)
modules/group/ (only for group users)

Wednesday, January 5, 2011

Jcow Pro 4.3

Jcow 4.x users can get free download from your "client area" of Jcow community.

changelogs:
* Upgrade sharebox
* Add quick share box for forums
* generate streams for every forum posts
* Optimized line height
* enable "like" for every forum post
* add "dislike" to streams
* add "words filter"

Upgrade from 4.2.1
(Upgrade from older version, please read the upgrade.txt in the package)
Step.1
Excute the following SQL queries:
ALTER TABLE `jcow_streams` ADD `dislikes` INT NOT NULL ;
CREATE TABLE IF NOT EXISTS `jcow_disliked` (
`id` int(11) NOT NULL auto_increment,
`uid` int(11) NOT NULL,
`stream_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `uid` (`uid`,`stream_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

Step.2
Replace following files:
includes/libs/jquery.module.php
includes/libs/story.inc.php
includes/libs/common.inc.php
includes/libs/admin.module.php
includes/libs/ss.inc.php
includes/libs/dashboard.module.php
includes/libs/pages.inc.php
files/icons/thumbs_up.png
files/icons/thumbs_down.png
files/common_css/style.css
files/common_css/sharebox_arrow_bg.gif
files/common_css/sharebox_arrow.png
js/facebox
modules/blogs/blogs.hook.php
modules/photos/photos.hook.php
modules/videos/videos.hook.php
modules/events/events.hook.php



Upgrade Jcow forums from 2.0 to 2.1
Step.1
Excute the following SQL queries:
ALTER TABLE `jcow_forum_posts` ADD `stream_id` INT NOT NULL ,
ADD INDEX ( `stream_id` ) ;

Step.2
Replace following files:
modules/forums/

Saturday, October 16, 2010

Jcow 4.1 changelogs

fixed all found bugs
stream system upgraded.
news feed of dashboard upgraded.
profile wall upgraded.
core module files moved to "libs" folder.
added another theme: "blue".
added a feature of online update.

Monday, August 30, 2010

Changelogs of v3.3

Add new hooks:
logout
footer

minor change to theme

minor change to CE license

Add an option of email/manually member verification.(added to pro edition)

bug fixing involves:
search box
blog posting on dashboard,
chatbar
member blocking

Tuesday, August 17, 2010

Jcow v3.2 changelogs

Upgrade language system.
Translated words importing/exporting.
search username/fullname in search box.
Fix bugs.

Friday, August 6, 2010

Changelogs of 3.1.0

main changes:

Upgrades:
template system
cache system
privacy on member browse
change password
Image verification on signup/in


Bug fixed:

photo album privacy error
photo format error
avatar not saving
duplicated tab menu
wrong result of searching
wrong link on dashboard
music player error
rules&conditions not displayed on signup form