LinX Forum Forum Index LinX Forum

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

New version 1.0 beta is released

 
Post new topic   Reply to topic    LinX Forum Forum Index -> Bug reports
View previous topic :: View next topic  
Author Message
CT Internet
Site Admin


Joined: 12 Jun 2006
Posts: 242
Location: Spain

PostPosted: Tue Mar 06, 2007 4:51 pm    Post subject: New version 1.0 beta is released Reply with quote

Dear All,

Thank you for waiting patiently for me to fix bugs and integrate your great suggestions, but I have been very busy.

But here it is at last, I hope you like it:

LinX version 1.0b

Bug Fixes:

* Fixed error with $mosConfig_livesite
* Fixed exploit that allowed users to submit a link with false reciprocal link
* Fixed MSIE bug where "Characters remaining" messed up the layout
* Fixed bug that displays an error message when the language file is missing - now just defaults to English
* Implemented all the little fixes I have done for specific issues over the past few months

New features:

* CURL support
* JoomSEF support
* Disable submitting links to specific categories
* Better Admin area with filtering for large indexes, also makes it easier to find expired links
* Added debugging feature that will make it easier to figure out why a reciprocal link will not validate
* Made it much easier to approve submitted links (you can now click on a link in an email)
* Made it possible to change the sort order of links to ASC/DESC DATE/ALPHABETICAL
* Added shown number of links in category selector in admin

The new version is ready for download but EXPECT BUGS and PLEASE do not rate this version on Joomla Extentions yet as this has only been made public here in the forum to take out the worst bugs before releasing to the general public.

You can download from here: /downloads/linx/com_linx.zip

DO NOT INSTALL IF YOU ARE UPDATING!!!
If you are updating then you must overwrite the files manually via FTP and run the SQL commands found in upgrade0.2to1.0b.sql via phpMyAdmin.

You can also choose to backup your data from the jos_linx table and install fresh and then import the data again after the fresh install.

If you have any questions or find a bug, please post them here.

Best regards,

Soren
_________________
Developer of LinX
Back to top
View user's profile Send private message Send e-mail Visit poster's website
CT Internet
Site Admin


Joined: 12 Jun 2006
Posts: 242
Location: Spain

PostPosted: Wed Mar 07, 2007 2:45 pm    Post subject: Reply with quote

The SQL update script supplied in the original download had a bug. If you downloaded after seing this message then you are not affected.

The correct update script is as follows:
Code:

ALTER TABLE `jos_linx_cats` ADD `allow_submit` TINYINT( 2 ) NOT NULL DEFAULT '1';
ALTER TABLE `jos_linx` ADD `activation_code` varchar( 10 ) NOT NULL DEFAULT '';
ALTER TABLE `jos_linx_settings` ADD `use_curl` tinyint(4) NOT NULL DEFAULT '0';               
ALTER TABLE `jos_linx_settings` ADD `debug` tinyint(4) NOT NULL default '0';
ALTER TABLE `jos_linx_settings` ADD `enable_email_accept_links` tinyint(4) NOT NULL default '1';
ALTER TABLE `jos_linx_settings` ADD `recieve_link_emails` tinyint(4) NOT NULL default '1';
ALTER TABLE `jos_linx_settings` ADD `require_email_verification` tinyint(4) NOT NULL default '1';
ALTER TABLE `jos_linx_settings` ADD `send_link_accepted_emails` tinyint(4) NOT NULL default '1';
ALTER TABLE `jos_linx_settings` ADD `links_sort_order` varchar(6) NOT NULL default 'ASC';
ALTER TABLE `jos_linx_settings` ADD `links_sort_row` varchar(20) NOT NULL default 'date_added';


The download package has been updated to reflect this change.
_________________
Developer of LinX
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    LinX Forum Forum Index -> Bug reports All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group