codex icon indicating copy to clipboard operation
codex copied to clipboard

Codex Team website

Results 46 codex issues
Sort by recently updated
recently updated
newest added

/var/www/ifmo.su/vendor/codex-team/codex.editor/CodexEditor/CodexEditor.php -> 64

In UI texts we will use `i10n` (issue #395). Content (articles, news) will be on two langs: - `Russian` - `English` ### Default language detection - For all visitors, default...

Передвигаемая статья окажется в конце фида (с наименьшим score)

![image](https://user-images.githubusercontent.com/3684889/26888431-ad1672f0-4bb3-11e7-9f3f-b02a5c28893f.png)

![image_2017-05-04_01-50-52](https://cloud.githubusercontent.com/assets/15259299/25684841/446f365e-306c-11e7-8536-8fdf92b001db.png)

Сейчас админка сверстана с помощью таблиц и не оптимизирована под mobile. Нужно переверстать, не используя таблиц (или оптимизировать таблицу под mobile)

Frontend
beginner

В файл `application/classes/Dao/MySQL/Base.php` надо добавить следующий код ``` protected $db_name = 'Database_Name'; ``` ``` public function __construct() { $config = Kohana::$config->load('database')->default; $connection = $config['connection']; $this->db_name = Arr::get($connection, 'database', $this->db_name); }...

Backend
beginner

Для создания элемента ленты новостей требудется задать дату и содержимое. Можно в целом обойтись без админский части и всю работу организовать на главной странице с аякс-заспросами

Discussion
Design
Frontend
Backend
beginner