AVS banner

AzovSky Version Safe

Freeware

Backup Utility

AVSdownload

How to make a patch for the Drupal module using Git and post it on drupal.org

Pavel Azovsky 08 Oct 2011 - 09:37
  • drupal

Here's a short video of drupalize.me describing all the action.

  • Login or register to post comments

Plugin Drupal 6 for NetBeans 6.9.1 - 7 beta

Pavel Azovsky 25 Jan 2011 - 06:19
  • drupal
  • netbeans

There is a great plugin Drupal 6.x (Drupal Module) for NetBeans. The only negative - it has not been updated in a long time and does not work with the version of NetBeans 6.9.1 and the new NetBeans 7 (which is currently in beta version). Of course Drupal 6 version is not quite relevant and it is time to move to Drupal 7. But anyway, this plugin is still in high demand among the Drupal developers.

So I decided to install it. Downloaded, but installation got error message:

For NetBeans 6.9.1:

  • 7 comments
  • Read more
  • 2 attachments

NetBeans IDE 7.0 Beta Now Available for Download!

Pavel Azovsky 19 Nov 2010 - 07:11
  • download
  • netbeans
  • release

The NetBeans team is pleased to announce the availability of NetBeans IDE 7.0 Beta.

NetBeans IDE 7.0 Beta introduces language support for development to the Java SE 7 specification with the JDK 7 platform. The release also provides enhanced integration with the Oracle WebLogic server, as well as support for Oracle Database and GlassFish 3.1.

Additional highlights include Maven 3 and HTML5 editing support; a new GridBagLayout designer for improved Swing GUI development; enhanced support for executing and debugging standalone Java EE applications; and enhancements to the Java editor.

Download NetBeans IDE 7.0 Beta

  • Login or register to post comments
  • Read more

Disable the default encoding (symbol table) on an Apache server

Pavel Azovsky 10 Oct 2010 - 23:32

Иногда на русскоязычных хостингах зачем-то настраивают кодировку windows-1251 для всех страниц, которые отдает сервер Apache.

В случае, если вам нужна другая кодировка (например, UTF-8), это можно легко отключить.

Для этого указываем в файле .htaccess такие строки:

AddDefaultCharset Off
<IfModule mod_charset.c>
    CharsetDisable On
    CharsetRecodeMultipartForms Off
</IfModule>

AddDefaultCharset Off – отключаем дефолтную кодировку для всех выдаваемых страниц на веб сервере Apache.

CharsetDisable On - отменяем перекодировку сервером файлов.

CharsetRecodeMultipartForms Off – отключаем перекодировку для запросов типа POST с Content-Type: multipart/form-data.

  • Login or register to post comments

First beta version of Drupal 7.0 Released

Pavel Azovsky 07 Oct 2010 - 20:36
  • bugfix
  • Drupal 7
  • Drupal release

Our final Drupal 7 alpha version was released about three weeks ago. Today, we're proud to announce the first beta version of Drupal 7.x for your further testing and feedback!

The jump between alpha to beta means the following:

  • We think that we have resolved all critical data loss and security bugs in Drupal 7.
  • We think that our APIs are now frozen enough so that contributed module and theme authors can start (or pick up again) their #D7CX pledges.
  • We think that we have caught and fixed most of the problems with the upgrade path. We were able to successfully upgrade a copy of the Drupal.org database to Drupal 7.

That said, we definitely still have some bugs to shake out, and we need your help to find them! Especially new folks who haven't taken Drupal 7 for a spin yet. So please, do so, and let us know what bugs you find in the "Drupal core" issue queue (Please search incoming issues before filing).

  • Login or register to post comments

2400 Flag Icon Set

Pavel Azovsky 01 Oct 2010 - 16:17
  • download
  • icons

Introducing our latest icon set - 2400 Flags. We've created a flag for every major country in the world, plus a few more. And we've created them in several sizes so they'll look great no matter where you're using them - 16x16, 24x24, 32x32, 48x48, and 64x64. We've also provided them in 2 variants - as flat and standard, and with a lovely glossy finish.

Download Flag Icon Set (flags.zip - 3.8 MB)

Source: www.gosquared.com

Getting a list of all the access rights specified in the Drupal modules

Pavel Azovsky 16 Sep 2010 - 00:42
  • drupal 6
  • permissions

Sometimes you want to be available to the whole list of access rights, which are defined in modules Drupal. This list of rights, for example, can be seen on the settings page permissions Drupal (www.example.com/admin/user/permissions).

How do I get such a list? Very simple:

$perms = array();
foreach (module_list(FALSE, FALSE, TRUE) as $module) {
  if ($permissions = module_invoke($module, 'perm')) {
    asort($permissions);
    foreach ($permissions as $perm) {
      $perms[] = $perm;
    }
  }
}

In an array $perms will want us to list of access rights for all modules Drupal.

  • Login or register to post comments

Drupal 6.18, 6.19 and 5.23 released

Pavel Azovsky 12 Aug 2010 - 02:06
  • Drupal
  • Drupal release

Drupal 6.18 and 5.23, maintenance releases which fix security vulnerabilities are now available for download.

Drupal 6.19 also fixes other small issues reported through the bug tracking system.

Upgrading your existing Drupal 5 and 6 sites is strongly recommended.

More info about release.

 

  • Login or register to post comments

NetBeans IDE 6.9.1 Now Available for Download

Pavel Azovsky 05 Aug 2010 - 17:53
  • netbeans
  • release

The NetBeans Team has released NetBeans IDE 6.9.1, with support for the latest JavaFX SDK.
Download NetBeans 6.9.1 (A JavaFX-only download bundle is also available.)

NetBeans IDE 6.9.1 is an update to NetBeans IDE 6.9 and includes the following notable changes:

Support for JavaFX 1.3.1
Improvements to the JavaFX Debugger
Integration of the June 2010 and July 2010 patches
Performance improvements

NetBeans IDE 6.9.1 is also available in Simplified Chinese and Japanese.

NetBeans.org Community News

 

  • Login or register to post comments

Google invest 90000 USD in Drupal

Pavel Azovsky 04 May 2010 - 15:55
  • Drupal
  • google
  • SoC

2010soclogo

Google announced that they will sponsor 18 scholarships for Drupal developer this summer in the program Google Summer of Code ™ (SoC). Google provides a scholarship of $ 5000 for each student developer, of which $ 4500 goes to the student and $ 500 goes to Drupal Association (or mentor students). It was accepted and approved 18 applications for various kinds of refinement for Drupal, which adds $ 90000 dollars in investments over a 3-month period, bringing the total investments made in Drupal through the Google SoC dostiget more than $ 450000.

  • Login or register to post comments
  • Read more
  • 1
  • 2
  • next ›
  • last »

Search

Languages

  • English
  • Русский

User login

  • Create new account
  • Request new password

Присоединяйтесь!

RSS feedTwitter Facebook Picasa Google Buzz Digg github Drupal DeviantArt Google

Recent comments

  • Добрый день arey! Для того,
    20 weeks 4 days ago
  • Добрый день! каким образом
    20 weeks 5 days ago
  • Добрый день! Запустить
    28 weeks 3 days ago
  • Спасибо.
    37 weeks 2 days ago
  • Понятно. Попробую разобраться
    37 weeks 2 days ago
  • Спасибо за быстрый ответ. Под
    37 weeks 2 days ago
  • Нет. Но думаю добавить в
    37 weeks 2 days ago
  • Здравствуйте. Пароль
    37 weeks 2 days ago
  • Поддерживаю! Не срабатывает
    40 weeks 1 day ago
  • Всегда пожалуйста! :)
    40 weeks 4 days ago
  • Главная
  • Software
  • Новости
  • Блог
  • Форум
  • Drupal CMS
  • Контакты
  • Карта сайта
  • English

When using the site materials reference to azovsky.net required.

© AzovSky studio, 2006-2012. All rights reserved.

Design and Development by AzovSky studio.