16
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted about 12 years ago
Avast, me hearties! In case ye be wonderin’ ‘bout the strange language on the wiki… Tis international Talk-Like-A-Pirate day! This here site observes that day every year by automatically switching the language content of the wiki and possibly other ... [More] parts. What are ye be doin’ to respect this day, eh? http://www.talklikeapirate.com/piratehome.html http://www.timeanddate.com/holidays/world/talk-like-pirate-day Yer captain, Martijn [Less]
Posted over 12 years ago
Notice to all our users As you may or may not have heard by now, the ubuntuforums.org website was hacked. Since some of our users are known to be Ubuntu users, I would strongly advise you to follow Ubuntu’s advice to change your password on other ... [More] sites if you have an ubuntuforums.org account. Of course, this would only be necessary if your password on ubuntuforums.org was the same as on other sites. For full details on the hack, please see the official Ubuntu announcement: http://ubuntuforums.org/announce.html — Martijn [Less]
Posted over 12 years ago
Notice to all our users As you may or may not have heard by now, the ubuntuforums.org website was hacked. Since some of our users are known to be Ubuntu users, I would strongly advise you to follow Ubuntu’s advice to change your password on other ... [More] sites if you have an ubuntuforums.org account. Of course, this would only be necessary if your password on ubuntuforums.org was the same as on other sites. For full details on the hack, please see the official Ubuntu announcement: http://ubuntuforums.org/announce.html — Martijn [Less]
Posted over 12 years ago
We’ve just released version 0.7.7 of Wolf CMS. The recent 0.7.6 release had a bug in it that complicated upgrades. Our apologies for the inconvenience. This release combines some bugfixes and all of the stuff that was in 0.7.6, mainly bug fixes ... [More] and new translations. If you are running a 0.7.5-sp1 system, you can upgrade by simply replacing your files. Starting with this release all of our translations are available at our Transifex.com project page. You can get the bleeding edge of translations there. This release includes: Fixed bug in findBySlug that got into 0.7.6 release Updated default layouts and snippets to make use of $this->uri() Replacing old icons with fresh new Wolf CMS default icons in backend Added Burmese Myanmar as usable language for Wolf CMS translations Made minor PHPDoc updates in Framework Fixed slug validation bug Fixed frontend javascript bug for install routine Fixed csrf bug when editing page Fixed issue with children() and childrenCount() for SQLite Now depends on PHP 5.2+, preparing for PHP 5.3+ dependency Replaced legacy code using $__CONN__ with prepared statements or Record:: methods Switched SQL to use named parameters Allowed for _ translations Added missing translatable strings Commented out magic_quotes_gpc flag in htaccess in preparation for complete removal Changed deprecated eregi to preg_match Added layout as parameter to page_before_execute_layout event Flash infoboxes were made smarter in terms of duration of staying on screen Updated translation files with those from Transifex.com Added $user->id as second parameter to user_after_??? event Fixed issue with non-enabled plugins being selectable as default tab Fixed bug that allowed page with existing slug to be created Fixed mime-type for javascript files Fixed a problem with parent() function Fixed slug validation to allow dot (.) as valid character Fixed backup restore plugin losing NULL values Fixed issue in Archive plugin with preview status Minor fixes Where to get it Just go to our download page. Advice and Upgrade Notes If you are having problems after upgrading, make sure to disable all plugins and then re-enable each plugin one by one to make sure the problem isn’t being caused by a plugin. If you see “MISSING_DEFAULT_STRING”, it means that no “translation” was found for a string in en-message.php This is most likely caused by either a missing translation string or a missing en-message.php file for a plugin. Please check with your plugin’s authors if they have included that translation file or add it yourself. If you have references to “$this->url” in your navigation related code,you should probably change it into “$this->uri()”. That should fix potential problems with highlighting the active page in your menu for example. Show your support We sincerely hope you like what we’ve given you with this latest release. If you do, consider supporting the project by contributing financially. — Martijn [Less]
Posted over 12 years ago
We’ve just released version 0.7.7 of Wolf CMS. The recent 0.7.6 release had a bug in it that complicated upgrades. Our apologies for the inconvenience. This release combines some bugfixes and all of the stuff that was in 0.7.6, mainly bug fixes ... [More] and new translations. If you are running a 0.7.5-sp1 system, you can upgrade by simply replacing your files. Starting with this release all of our translations are available at our Transifex.com project page. You can get the bleeding edge of translations there. This release includes: Fixed bug in findBySlug that got into 0.7.6 release Updated default layouts and snippets to make use of $this->uri() Replacing old icons with fresh new Wolf CMS default icons in backend Added Burmese Myanmar as usable language for Wolf CMS translations Made minor PHPDoc updates in Framework Fixed slug validation bug Fixed frontend javascript bug for install routine Fixed csrf bug when editing page Fixed issue with children() and childrenCount() for SQLite Now depends on PHP 5.2+, preparing for PHP 5.3+ dependency Replaced legacy code using $__CONN__ with prepared statements or Record:: methods Switched SQL to use named parameters Allowed for Added missing translatable strings Commented out magic_quotes_gpc flag in htaccess in preparation for complete removal Changed deprecated eregi to preg_match Added layout as parameter to page_before_execute_layout event Flash infoboxes were made smarter in terms of duration of staying on screen Updated translation files with those from Transifex.com Added $user->id as second parameter to user_after_??? event Fixed issue with non-enabled plugins being selectable as default tab Fixed bug that allowed page with existing slug to be created Fixed mime-type for javascript files Fixed a problem with parent() function Fixed slug validation to allow dot (.) as valid character Fixed backup restore plugin losing NULL values Fixed issue in Archive plugin with preview status Minor fixes Where to get it Just go to our download page. Advice and Upgrade Notes If you are having problems after upgrading, make sure to disable all plugins and then re-enable each plugin one by one to make sure the problem isn’t being caused by a plugin. If you see “MISSING_DEFAULT_STRING”, it means that no “translation” was found for a string in en-message.php This is most likely caused by either a missing translation string or a missing en-message.php file for a plugin. Please check with your plugin’s authors if they have included that translation file or add it yourself. If you have references to “$this->url” in your navigation related code,you should probably change it into “$this->uri()”. That should fix potential problems with highlighting the active page in your menu for example. Show your support We sincerely hope you like what we’ve given you with this latest release. If you do, consider supporting the project by contributing financially. — Martijn [Less]
Posted over 12 years ago
Update We’ve temporarily removed the download link due to some people reporting issues with post-upgrade issue. We’re investigating now. Original blog post We’ve just released version 0.7.6 of Wolf CMS. A little later than planned due to ... [More] pneumonia, but finally here nevertheless. This release contains mainly bug fixes and new translations. If you are running a 0.7.5-sp1 system, you can upgrade by simply replacing your files. Starting with this release all of our translations are available at our Transifex.com project page. You can get the bleeding edge of translations there. This release includes: Now depends on PHP 5.2+, preparing for PHP 5.3+ dependency Replaced legacy code using $__CONN__ with prepared statements or Record:: methods Switched SQL to use named parameters Allowed for _ translations Added missing translatable strings Commented out magic_quotes_gpc flag in htaccess in preparation for complete removal Changed deprecated eregi to preg_match Added layout as parameter to page_before_execute_layout event Flash infoboxes were made smarter in terms of duration of staying on screen Updated translation files with those from Transifex.com Added $user->id as second parameter to user_after_??? event Fixed issue with non-enabled plugins being selectable as default tab Fixed bug that allowed page with existing slug to be created Fixed mime-type for javascript files Fixed a problem with parent() function Fixed slug validation to allow dot (.) as valid character Fixed backup restore plugin losing NULL values Fixed issue in Archive plugin with preview status Minor fixes Where to get it Just go to our download page. Advice and Notes If you are having problems after upgrading, make sure to disable all plugins and then re-enable each plugin one by one to make sure the problem isn’t being caused by a plugin. Show your support We sincerely hope you like what we’ve given you with this latest release. If you do, consider supporting the project by contributing financially. — Martijn [Less]
Posted over 12 years ago
Update We’ve temporarily removed the download link due to some people reporting issues with post-upgrade issue. We’re investigating now. Original blog post We’ve just released version 0.7.6 of Wolf CMS. A little later than planned due to ... [More] pneumonia, but finally here nevertheless. This release contains mainly bug fixes and new translations. If you are running a 0.7.5-sp1 system, you can upgrade by simply replacing your files. Starting with this release all of our translations are available at our Transifex.com project page. You can get the bleeding edge of translations there. This release includes: Now depends on PHP 5.2+, preparing for PHP 5.3+ dependency Replaced legacy code using $__CONN__ with prepared statements or Record:: methods Switched SQL to use named parameters Allowed for Added missing translatable strings Commented out magic_quotes_gpc flag in htaccess in preparation for complete removal Changed deprecated eregi to preg_match Added layout as parameter to page_before_execute_layout event Flash infoboxes were made smarter in terms of duration of staying on screen Updated translation files with those from Transifex.com Added $user->id as second parameter to user_after_??? event Fixed issue with non-enabled plugins being selectable as default tab Fixed bug that allowed page with existing slug to be created Fixed mime-type for javascript files Fixed a problem with parent() function Fixed slug validation to allow dot (.) as valid character Fixed backup restore plugin losing NULL values Fixed issue in Archive plugin with preview status Minor fixes Where to get it Just go to our download page. Advice and Notes If you are having problems after upgrading, make sure to disable all plugins and then re-enable each plugin one by one to make sure the problem isn’t being caused by a plugin. Show your support We sincerely hope you like what we’ve given you with this latest release. If you do, consider supporting the project by contributing financially. — Martijn [Less]
Posted over 12 years ago
We’ve just released version 0.7.6 of Wolf CMS. A little later than planned due to pneumonia, but finally here nevertheless. This release contains mainly bug fixes and new translations. If you are running a 0.7.5-sp1 system, you can upgrade by ... [More] simply replacing your files. Starting with this release all of our translations are available at our Transifex.com project page. You can get the bleeding edge of translations there. This release includes: Now depends on PHP 5.2+, preparing for PHP 5.3+ dependency Replaced legacy code using $__CONN__ with prepared statements or Record:: methods Switched SQL to use named parameters Allowed for _ translations Added missing translatable strings Commented out magic_quotes_gpc flag in htaccess in preparation for complete removal Changed deprecated eregi to preg_match Added layout as parameter to page_before_execute_layout event Flash infoboxes were made smarter in terms of duration of staying on screen Updated translation files with those from Transifex.com Added $user->id as second parameter to user_after_??? event Fixed issue with non-enabled plugins being selectable as default tab Fixed bug that allowed page with existing slug to be created Fixed mime-type for javascript files Fixed a problem with parent() function Fixed slug validation to allow dot (.) as valid character Fixed backup restore plugin losing NULL values Fixed issue in Archive plugin with preview status Minor fixes Where to get it Just go to our download page. Advice and Notes If you are having problems after upgrading, make sure to disable all plugins and then re-enable each plugin one by one to make sure the problem isn’t being caused by a plugin. Show your support We sincerely hope you like what we’ve given you with this latest release. If you do, consider supporting the project by contributing financially. — Martijn [Less]
Posted almost 13 years ago
Happy New Year from the Wolf CMS team! Thanks to the team and all of our loyal users who kept the forum in check during the holidays. Its great to see that happen. Personal On a personal note: I got married to my beautiful Chinese girl during ... [More] the holidays. The whole trip was tiring but definitely worth it. However, when turning on my PC after returning, my system fried including my disks. Fortunately, no major loss of data occurred due to a proper backup setup. I had to wait till the shops were open again after the holidays before being able to get a new system, increasing the considerable post-wedding dent in my finances. I’ll re-setup my development environment during the weekend. Foreign languages and Wolf CMS Translators take note! Just before my holidays, I setup a Transifex account for Wolf CMS which will enable translators to more easily co-operate on translations. It will also allow us to more easily change the core’s default English language messages and see how complete a translation is. A number of changes were made in the Wolf core to support this in future releases. One of the changes is the introduction of an “en-messages.php” file that contains the default strings. If you want to help out translating Wolf CMS, please go to transifex.com and sign up for a free account. Using that account you can request to join one of the translation teams. Intermittent release I’ll push out a 0.7.6 release containing bugfixes and some new features either this weekend or the next. We opting for this to allow us a little more time on finishing up other changes. — Martijn [Less]
Posted almost 13 years ago
Happy New Year from the Wolf CMS team! Thanks to the team and all of our loyal users who kept the forum in check during the holidays. Its great to see that happen. Personal On a personal note: I got married to my beautiful Chinese girl during ... [More] the holidays. The whole trip was tiring but definitely worth it. However, when turning on my PC after returning, my system fried including my disks. Fortunately, no major loss of data occurred due to a proper backup setup. I had to wait till the shops were open again after the holidays before being able to get a new system, increasing the considerable post-wedding dent in my finances. I’ll re-setup my development environment during the weekend. Foreign languages and Wolf CMS Translators take note! Just before my holidays, I setup a Transifex account for Wolf CMS which will enable translators to more easily co-operate on translations. It will also allow us to more easily change the core’s default English language messages and see how complete a translation is. A number of changes were made in the Wolf core to support this in future releases. One of the changes is the introduction of an “en-messages.php” file that contains the default strings. If you want to help out translating Wolf CMS, please go to transifex.com and sign up for a free account. Using that account you can request to join one of the translation teams. Intermittent release I’ll push out a 0.7.6 release containing bugfixes and some new features either this weekend or the next. We opting for this to allow us a little more time on finishing up other changes. — Martijn [Less]