2
I Use This!
Activity Not Available

News

Analyzed about 1 year ago. based on code collected almost 5 years ago.
Posted over 11 years ago
Updates have been slow lately - we took the longest break we've had since 3.0 was released, the good news is 3.0.3 will be releasing March 29th. Between now and then, the bulk of the work is hunting for bugs and preparing for release. Below are some ... [More] of the biggest new enhancements or new features to the new version: Admin > Article Enhancements There is a lot of new things for articles. For one, the media modal was recoded so picking an image to attach to an article is quicker. Users can now attach libraries to articles which is a big feature - that means when viewing an article, you can show an image (or all of them) from a library and link to it without having to manually attach an image to an article. You can now preview an article before it goes up on the site - this affects all field types, from selecting an image to the title of the article. Article revisions is another new feature for articles, allowing you to restore a previous iteration and the ability to preview what they look like. In combination with article revisions are revision types of a traditional save, a "quick save" and an "auto save". Up to 10 traditional saves will be kept per article, with new ones overwriting the oldest ones. Then there can be 1 auto save and 1 quick save - quick save is simply a button on the admin navigation that clicking saves it, auto save allows you to pick an interval of 1, 2, 5 or 10 minutes and it will save on it's own as long as that page is kept open. Admin > Create a Plugin/Create a Theme Starting simple right now, there is a new angular app to let users easily create a theme and plugin. While there was already functionality for adding a theme before, this helps prepare your theme for submission if you are interested in it in the future and optionally will setup a default layout and views. Creating a plugin will optionally create controllers/models/views if you so choose. In the future, we plan on adding more functionality to both of these and to provide a direct line between the app and submitting your plugin or theme on the official API website. Admin > Bootstrap 3 It took a lengthy amount of time, we have fully transitioned the admin interface to Boostrap 3. We have also upgraded the fontAwesome icon pack to the newest version. The biggest change will be the main admin page, which uses the new Boostrap panel feature - though the changes with the admin area overall will be quite obvious. This will likely be the last significant design change for the admin or frontend until the next major version. Stay tuned! [Less]
Posted over 11 years ago
Updates have been slow lately - we took the longest break we've had since 3.0 was released, the good news is 3.0.3 will be releasing March 29th. Between now and then, the bulk of the work is hunting for bugs and preparing for release. Below are some ... [More] of the biggest new enhancements or new features to the new version: Admin > Article Enhancements There is a lot of new things for articles. For one, the media modal was recoded so picking an image to attach to an article is quicker. Users can now attach libraries to articles which is a big feature - that means when viewing an article, you can show an image (or all of them) from a library and link to it without having to manually attach an image to an article. You can now preview an article before it goes up on the site - this affects all field types, from selecting an image to the title of the article. Article revisions is another new feature for articles, allowing you to restore a previous iteration and the ability to preview what they look like. In combination with article revisions are revision types of a traditional save, a "quick save" and an "auto save". Up to 10 traditional saves will be kept per article, with new ones overwriting the oldest ones. Then there can be 1 auto save and 1 quick save - quick save is simply a button on the admin navigation that clicking saves it, auto save allows you to pick an interval of 1, 2, 5 or 10 minutes and it will save on it's own as long as that page is kept open. Admin > Create a Plugin/Create a Theme Starting simple right now, there is a new angular app to let users easily create a theme and plugin. While there was already functionality for adding a theme before, this helps prepare your theme for submission if you are interested in it in the future and optionally will setup a default layout and views. Creating a plugin will optionally create controllers/models/views if you so choose. In the future, we plan on adding more functionality to both of these and to provide a direct line between the app and submitting your plugin or theme on the official API website. Admin > Bootstrap 3 It took a lengthy amount of time, we have fully transitioned the admin interface to Boostrap 3. We have also upgraded the fontAwesome icon pack to the newest version. The biggest change will be the main admin page, which uses the new Boostrap panel feature - though the changes with the admin area overall will be quite obvious. This will likely be the last significant design change for the admin or frontend until the next major version. Stay tuned! [Less]
Posted over 11 years ago
After the release of 3.0.2, work started days after on the next release. While not considered a major version, there was a lot we wanted to do in the new version. The main focus is article improvements, boostrap/font awesome upgrade and a new addon creation tool.
Posted over 11 years ago
After the release of 3.0.2, work started days after on the next release. While not considered a major version, there was a lot we wanted to do in the new version. The main focus is article improvements, boostrap/font awesome upgrade and a new addon creation tool.
Posted over 11 years ago
After the release of 3.0.2, work started days after on the next release. While not considered a major version, there was a lot we wanted to do in the new version. The main focus is article improvements, boostrap/font awesome upgrade and a new addon creation tool.
Posted over 11 years ago
AdaptCMS 3.0.2 has been released! This version fixes bugs and adds/refines a lot of functionality in what ended up being a "medium" sized release. Below are some of the biggest new features: Template Engine/Re-organization - The biggest new ... [More] feature, the new template engine and folder re-organization has changed templating completely in AdaptCMS. With the new engine, you can use simple tags like {{ url('category_view', array('news')) }} to link to the list of news articles and many more tags (which are documented here). This helps those not familiar with PHP still be able to edit templates without a lot of difficulty. The new folder/template structure also makes it easier/faster to get what you need to - Admin and Frontend templates are split into their own folder, as a vast majority will only need to edit frontend templates. Search - The previous search feature was well-concieved, but ultimately had some problems and the new search functionality is stable and much faster. Re-coding the search in angular, we were able to engineer a very fast search functionality across multiple features of the site. All modern browsers support it and it is a great feature with much to build upon in the future. New Plugins - The Contact Form and Article Ratings are brand new starting with AdaptCMS 3.0.2. The Contact Form plugin is a simple new addition providing websites the easiness of use of providing visitors to your site the ability to easily contact you. Article Ratings is the other new plugin, providing a rating feature so that users of your site can rate articles - the permissions built in also allow you to allow or disallow guests from being able to rate an article. When creating a block, admins can then create a "best rated" list of articles. Global Template Tags - With the new template engine, global template tags are now possible. Powered by angular, the admin interface is quick and easy to move around in. If you add a tag called 'copyright', then you can simply call {{ copyright }} to display the value you entered for the tag. These tags are usable in any template on the site, from the layout to a plugin template. The choice is yours! With the release of 3.0.2, the documentation has also been update covering a lot of areas, this can be viewed here. You can see a full list of changes at github. API Website Updated With the new release of AdaptCMS, we switched framework for the updated API website. Switching to Laravel 4, this allows us to add new functionality easier and quicker. While we switched frameworks, we also added in new functionality! Rather than just creating an account that only lets you access that site, anyone can now sign in with their facebook or github account. We recommend github accounts because when submitting a plugin/theme, you can select an existing repository on your account to populate the author URL and download URL fields for - no need to upload a zip to your own site, just use github to easily submit to the site! [Less]
Posted over 11 years ago
AdaptCMS 3.0.2 has been released! This version fixes bugs and adds/refines a lot of functionality in what ended up being a "medium" sized release. Below are some of the biggest new features: Template Engine/Re-organization - The biggest new feature ... [More] , the new template engine and folder re-organization has changed templating completely in AdaptCMS. With the new engine, you can use simple tags like {{ url('category_view', array('news')) }} to link to the list of news articles and many more tags (which are documented here). This helps those not familiar with PHP still be able to edit templates without a lot of difficulty. The new folder/template structure also makes it easier/faster to get what you need to - Admin and Frontend templates are split into their own folder, as a vast majority will only need to edit frontend templates. Search - The previous search feature was well-concieved, but ultimately had some problems and the new search functionality is stable and much faster. Re-coding the search in angular, we were able to engineer a very fast search functionality across multiple features of the site. All modern browsers support it and it is a great feature with much to build upon in the future. New Plugins - The Contact Form and Article Ratings are brand new starting with AdaptCMS 3.0.2. The Contact Form plugin is a simple new addition providing websites the easiness of use of providing visitors to your site the ability to easily contact you. Article Ratings is the other new plugin, providing a rating feature so that users of your site can rate articles - the permissions built in also allow you to allow or disallow guests from being able to rate an article. When creating a block, admins can then create a "best rated" list of articles. Global Template Tags - With the new template engine, global template tags are now possible. Powered by angular, the admin interface is quick and easy to move around in. If you add a tag called 'copyright', then you can simply call {{ copyright }} to display the value you entered for the tag. These tags are usable in any template on the site, from the layout to a plugin template. The choice is yours! With the release of 3.0.2, the documentation has also been update covering a lot of areas, this can be viewed here. You can see a full list of changes at github. API Website Updated With the new release of AdaptCMS, we switched framework for the updated API website. Switching to Laravel 4, this allows us to add new functionality easier and quicker. While we switched frameworks, we also added in new functionality! Rather than just creating an account that only lets you access that site, anyone can now sign in with their facebook or github account. We recommend github accounts because when submitting a plugin/theme, you can select an existing repository on your account to populate the author URL and download URL fields for - no need to upload a zip to your own site, just use github to easily submit to the site! [Less]
Posted over 11 years ago by InsaneVisions
AdaptCMS 3.0.2 has been released! This version fixes bugs and adds/refines a lot of functionality in what ended up being a "medium" sized release. Below are some of the biggest new features: Template Engine/Re-organization - The biggest new ... [More] feature, the new template engine and folder re-organization has changed templating completely in AdaptCMS. With the new engine, you can use simple tags like {{ url('category_view', array('news')) }} to link to the list of news articles and many more tags (which are documented here). This helps those not familiar with PHP still be able to edit templates without a lot of difficulty. The new folder/template structure also makes it easier/faster to get what you need to - Admin and Frontend templates are split into their own folder, as a vast majority will only need to edit frontend templates. Search - The previous search feature was well-concieved, but ultimately had some problems and the new search functionality is stable and much faster. Re-coding the search in angular, we were able to engineer a very fast search functionality across multiple features of the site. All modern browsers support it and it is a great feature with much to build upon in the future. New Plugins - The Contact Form and Article Ratings are brand new starting with AdaptCMS 3.0.2. The Contact Form plugin is a simple new addition providing websites the easiness of use of providing visitors to your site the ability to easily contact you. Article Ratings is the other new plugin, providing a rating feature so that users of your site can rate articles - the permissions built in also allow you to allow or disallow guests from being able to rate an article. When creating a block, admins can then create a "best rated" list of articles. Global Template Tags - With the new template engine, global template tags are now possible. Powered by angular, the admin interface is quick and easy to move around in. If you add a tag called 'copyright', then you can simply call {{ copyright }} to display the value you entered for the tag. These tags are usable in any template on the site, from the layout to a plugin template. The choice is yours! With the release of 3.0.2, the documentation has also been update covering a lot of areas, this can be viewed here. You can see a full list of changes at github. API Website Updated With the new release of AdaptCMS, we switched framework for the updated API website. Switching to Laravel 4, this allows us to add new functionality easier and quicker. While we switched frameworks, we also added in new functionality! Rather than just creating an account that only lets you access that site, anyone can now sign in with their facebook or github account. We recommend github accounts because when submitting a plugin/theme, you can select an existing repository on your account to populate the author URL and download URL fields for - no need to upload a zip to your own site, just use github to easily submit to the site! [Less]
Posted over 11 years ago by InsaneVisions
AdaptCMS 3.0.2 has been released! This version fixes bugs and adds/refines a lot of functionality in what ended up being a "medium" sized release. Below are some of the biggest new features: Template Engine/Re-organization - The biggest new feature ... [More] , the new template engine and folder re-organization has changed templating completely in AdaptCMS. With the new engine, you can use simple tags like {{ url('category_view', array('news')) }} to link to the list of news articles and many more tags (which are documented here). This helps those not familiar with PHP still be able to edit templates without a lot of difficulty. The new folder/template structure also makes it easier/faster to get what you need to - Admin and Frontend templates are split into their own folder, as a vast majority will only need to edit frontend templates. Search - The previous search feature was well-concieved, but ultimately had some problems and the new search functionality is stable and much faster. Re-coding the search in angular, we were able to engineer a very fast search functionality across multiple features of the site. All modern browsers support it and it is a great feature with much to build upon in the future. New Plugins - The Contact Form and Article Ratings are brand new starting with AdaptCMS 3.0.2. The Contact Form plugin is a simple new addition providing websites the easiness of use of providing visitors to your site the ability to easily contact you. Article Ratings is the other new plugin, providing a rating feature so that users of your site can rate articles - the permissions built in also allow you to allow or disallow guests from being able to rate an article. When creating a block, admins can then create a "best rated" list of articles. Global Template Tags - With the new template engine, global template tags are now possible. Powered by angular, the admin interface is quick and easy to move around in. If you add a tag called 'copyright', then you can simply call {{ copyright }} to display the value you entered for the tag. These tags are usable in any template on the site, from the layout to a plugin template. The choice is yours! With the release of 3.0.2, the documentation has also been update covering a lot of areas, this can be viewed here. You can see a full list of changes at github. API Website Updated With the new release of AdaptCMS, we switched framework for the updated API website. Switching to Laravel 4, this allows us to add new functionality easier and quicker. While we switched frameworks, we also added in new functionality! Rather than just creating an account that only lets you access that site, anyone can now sign in with their facebook or github account. We recommend github accounts because when submitting a plugin/theme, you can select an existing repository on your account to populate the author URL and download URL fields for - no need to upload a zip to your own site, just use github to easily submit to the site! [Less]
Posted over 11 years ago
AdaptCMS 3.0.2 has been released! This version fixes bugs and adds/refines a lot of functionality in what ended up being a "medium" sized release. Below are some of the biggest new features: Template Engine/Re-organization - The biggest new ... [More] feature, the new template engine and folder re-organization has changed templating completely in AdaptCMS. With the new engine, you can use simple tags like {{ url('category_view', array('news')) }} to link to the list of news articles and many more tags (which are documented here). This helps those not familiar with PHP still be able to edit templates without a lot of difficulty. The new folder/template structure also makes it easier/faster to get what you need to - Admin and Frontend templates are split into their own folder, as a vast majority will only need to edit frontend templates. Search - The previous search feature was well-concieved, but ultimately had some problems and the new search functionality is stable and much faster. Re-coding the search in angular, we were able to engineer a very fast search functionality across multiple features of the site. All modern browsers support it and it is a great feature with much to build upon in the future. New Plugins - The Contact Form and Article Ratings are brand new starting with AdaptCMS 3.0.2. The Contact Form plugin is a simple new addition providing websites the easiness of use of providing visitors to your site the ability to easily contact you. Article Ratings is the other new plugin, providing a rating feature so that users of your site can rate articles - the permissions built in also allow you to allow or disallow guests from being able to rate an article. When creating a block, admins can then create a "best rated" list of articles. Global Template Tags - With the new template engine, global template tags are now possible. Powered by angular, the admin interface is quick and easy to move around in. If you add a tag called 'copyright', then you can simply call {{ copyright }} to display the value you entered for the tag. These tags are usable in any template on the site, from the layout to a plugin template. The choice is yours! With the release of 3.0.2, the documentation has also been update covering a lot of areas, this can be viewed here. You can see a full list of changes at github. API Website Updated With the new release of AdaptCMS, we switched framework for the updated API website. Switching to Laravel 4, this allows us to add new functionality easier and quicker. While we switched frameworks, we also added in new functionality! Rather than just creating an account that only lets you access that site, anyone can now sign in with their facebook or github account. We recommend github accounts because when submitting a plugin/theme, you can select an existing repository on your account to populate the author URL and download URL fields for - no need to upload a zip to your own site, just use github to easily submit to the site! [Less]