I’m glad to announce ArticleLive NX is now apart of the DevEdit NX club. The cross-browser WYSIWYG editor is now the new standard editor for ALL copies of ArticleLive. We figured the awesome features shouldn’t be kept exclusive and instead be available to all, especially our favourite customers, ArticleLive owners.
Another new feature is the blog pinging. Everytime you post a new blog, ArticleLive NX will now ping weblogs.com, blo.gs and technorati.com notifying them of your new post. There were a few people asking for this, so I’m sure there are some smiles out there right now.
So apart from the awesome editor and blog pinging, I’ve also managed to fit in 10 bug fixes in addition to a range of other alterations, optimizations and misc tweaks. ArticleLive NX.1.5 with DevEdit NX is now available from a Client Area near you.
Oh, I’d like to offer an explanation on the version skip from NX.0.6 to NX.1.5. As we have been pondering ArticleLive NX 2, we came to the conclusion the current versioning wouldn’t make a nice transition. So with this being a semi-major update as DevEdit NX was now included, we decided to put it on the right set of tracks and start afresh at NX.1.5.
Happy Updating!
Here is the changelog:
***********************************************
* *
* Changelog for ArticleLive NX.1.5: *
* *
***********************************************
Added DevEdit NX as new Default WYSIWYG editor in all versions
*new* /admin/de
/admin/includes/classes/class.engine.php
/admin/includes/classes/class.editor.php
/includes/classes/class.sanatize.php
/templates/{all templates}/Panels/AddPagePanel.php
/templates/{all templates}/Panels/SubmitArticleRegularPanel.php
New Feature: When adding a blog, AL now pings: Technorati.com, blo.gs
and weblogs.com
/admin/includes/classes/class.blogs.php
/includes/language/back_language.ini
Optimised init file slightly
/init.php
Minor Optimization: The article code would attempt to get page
information even if an article wasn’t being viewed.
Altered to only do on Article view.
/includes/classes/class.article.php
Moved CAPTCHA images and fonts to more appropriate place
from /content_images/captcha
to /admin/images/captcha
from /content_images/fonts
to /admin/images/fonts
/admin/includes/classes/class.helper.php
/includes/classes/class.captcha.php
Bug Fix: Html entities not being properly decoded for non-English
characters in news items
/templates/{all templates}/Panels/RecentNewsPanel.php
Bug Fix: Fixed bug where “Hide Admin User” wasn’t applied to popular
authors list
/templates/{all templates}/Panels/PopularAuthorsPanel.php
/templates/{all templates}/Panels/PopularAuthorsPanel1.php
Bug Fix: Allow comments and allow ratings options not working
independently, causes both to show or not show
/templates/{all templates}/Panels/ViewArticlePanel.php
Bug Fix: Captcha field showing up even if turned off in submit comment
panel
/templates/{all templates}/Panels/SubmitCommentPanel.html
Bug Fix: Print Article link wouldn’t work for articles with single
quotes in their title.
/templates/{all templates}/Panels/ArticleOptionsPanel.php
Bug Fix: Recently viewed articles didn’t display in correct order
/templates/{all templates}/Panels/ArticleHistoryPanel.php
/templates/{all templates}/Panels/ArticleHistoryPanel1.php
Bug Fix: Problem with slashes either being removed or added while
editing template files via the admin
/admin/includes/classes/class.layout.php
Bug Fix: Some category links not being generated properally.
/admin/includes/classes/class.helper.php
Bug Fix: Errors on mange categories or delete category pages
/admin/includes/classes/class.category.php
Bug Fix: Articles, Blogs, News, Pages wouldn’t display in admin
if the author had been deleted. Now displays “N/A”.
/admin/includes/classes/class.article.php
/admin/includes/classes/class.blogs.php
/admin/includes/classes/class.pages.php
/admin/includes/classes/class.news.php
Added parent pages to breadcrumb trail if there was one
/templates/{all templates}/Panels/ViewPagePanel.php
Altered path retrieval method in some functions:
/includes/classes/class.template.php
Stopped Meta Descriptions from breaking from the input of HTML tags
/includes/classes/class.template.php
Forced HTML entities in URLS for Google sitemap output
/includes/classes/class.google.php
Altered the way the path to templates is derived, more reliable.
/admin/includes/classes/class.settings.php
Altered method used to prevent blank config files
/admin/includes/classes/class.settings.php
Made Article URL’s more SEO friendly. Converts certain characters to
similar english equivelent and adds .html to the end of the URL
/admin/includes/classes/class.helper.php
Altered the way we define paths to language and template files
/admin/includes/classes/class.helper.php
