Moving GitHub repositories to organization account

Today I finally cleaned up my GitHub account and moved all important repositories to the organization account. From now this will be home for everything that can be used by others in their projects. These repositories will almost certainly not disappear, and projects can be considered as stable. A private account is my own sandbox – there are no rules here. 🙂 It mainly contains forks of projects where I contribute to and test repositories. Nothing interesting. 🙂

redmine-a1-theme v1.0.0

I decided to public my fork of A1 theme, which I’m using on my private Redmine installation for projects management. It is a fork of original A1 theme by RedmineUP, with some adjustments and Redmine 3.3 compatibility fixes (original theme seems to no longer maintained and does not support new releases of Redmine).

The theme can be downloaded from GitHub. You can install it by extracting theme directory into public/themes/ (final path to style sheet file should look like: public/themes/a1/stylesheets/application.css) and enable it in Redmine admin panel. The theme is compatible with Redmine 3.3 (it should work with older versions of Redmine, but it was never verified).

yii-tinymce v1.0.1

yii-tinymce extension has been updated. Changes:

  • Remove jQuery dependency for TinyMCE initialization.
  • Use uncompressed tinymce if debug mode is enabled.

Extension sources can be downloaded from GitHub or installed by Composer.

yii-tinymce – the WYSIWYG editor for Yii

I recently released a new extension for Yii 1.1: yii-tinymce. It is a simple widget that integrates TinyMCE editor with Yii 1.1 with the possibility to integrate with the file manager (for example, by using yii-elfinder2 extension). The extension is based on yii-tinymce with a much-simplified code, integration with Composer and configuration adjusted to new TinyMCE releases.

Version 1.0.0 can be downloaded from GitHub or installed by Composer.