Skip to content

Commit

Permalink
hideved
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Aug 3, 2015
1 parent 5063858 commit 6549eea
Show file tree
Hide file tree
Showing 7 changed files with 99 additions and 47 deletions.
26 changes: 10 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
# yii console command
/yii
# vendor dirs
vendor

# composer vendor dir
/vendor

# composer itself and lock file
composer.phar
# composer lock files
composer.lock

# phpunit itself and local config
phpunit.phar
/phpunit.xml
# runtime dir
runtime

# hidev composer.json
.hidev/composer.json

# IDE project files
# IDE & OS files
.*.swp
.idea
nbproject
.buildpath
.project
.settings

# windows thumbnail cache
Thumbs.db

# Mac DS_Store Files
.DS_Store

43 changes: 43 additions & 0 deletions .hidev/commits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
hiqdev/hipanel-module-ticket commits history
--------------------------------------------

## Under development

- Added basic functionality
- 752bd0e 2015-08-03 Bulk buttons change (andreyklochok@gmail.com)
- 12aeebe 2015-08-02 * Plugin: + aliases (sol@hiqdev.com)
- 88bd1e8 2015-07-31 checkboxes moved left (sol@hiqdev.com)
- a0ab6ff 2015-07-31 Relocate SortLink widget (andreyklochok@gmail.com)
- 4c5c554 2015-07-31 Conflict (andreyklochok@gmail.com)
- 4e71276 2015-07-31 Redisign Sort on index page (andreyklochok@gmail.com)
- d5cba10 2015-07-31 redone searchModel -> model in index action (sol@hiqdev.com)
- a01d0fc 2015-07-24 Remove comment code (andreyklochok@gmail.com)
- c7d62db 2015-07-17 Remove Select2 widget use (andreyklochok@gmail.com)
- be49af9 2015-06-03 Fix. Remove VarDump\ (andreyklochok@gmail.com)
- b1f31e0 2015-05-25 renamed hiart (sol@hiqdev.com)
- 44ee07b 2015-05-24 used asset packages (sol@hiqdev.com)
- 5949337 2015-05-22 combo - updated parent namespace (d.naumenko.a@gmail.com)
- f1c35f1 2015-05-22 Remove all exctra icons from SidebarMenu (andreyklochok@gmail.com)
- 250d0d1 2015-05-21 Some Combo fix (andreyklochok@gmail.com)
- 510d92a 2015-05-20 Fix Subscribe button (andreyklochok@gmail.com)
- b6982e0 2015-05-20 ... (andreyklochok@gmail.com)
- e693b42 2015-05-19 Combo for GridView filter, process (andreyklochok@gmail.com)
- df52073 2015-05-19 Fix _search file, select2 -> combo (andreyklochok@gmail.com)
- f41eb95 2015-05-19 Fix watchers field (andreyklochok@gmail.com)
- dd2f617 2015-05-15 Combo calls modified (d.naumenko.a@gmail.com)
- 6a080a9 2015-05-15 + Plugin, * Menu (sol@hiqdev.com)
- 3f48f73 2015-05-15 fix (andreyklochok@gmail.com)
- dc4eee5 2015-05-15 some fix (andreyklochok@gmail.com)
- bbb15c4 2015-05-15 StaticCombo call update (d.naumenko.a@gmail.com)
- 523831b 2015-05-14 + Menu.php (sol@hiqdev.com)
- a452070 2015-05-14 Combo2 ~> combo, fixing calls (d.naumenko.a@gmail.com)
- 7091a12 2015-05-14 Fix translation TicketController (andreyklochok@gmail.com)
- 2b92b5f 2015-05-14 Sort and wathers (andreyklochok@gmail.com)
- 263e914 2015-05-13 Change select2 to combo2 (andreyklochok@gmail.com)
- f75846a 2015-04-29 GitHub Markdown icon (andreyklochok@gmail.com)
- 81f24b6 2015-04-29 Add basic functionality (andreyklochok@gmail.com)
- Added: inited
- a942e1f 2015-04-21 inited (sol@hiqdev.com)

## Development started 2015-04-21

11 changes: 11 additions & 0 deletions .hidev/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package:
name: hipanel-module-ticket
namespace: hipanel\modules\ticket
label: HiPanel TicketModule
title: Ticket Plugin for HiPanel
type: yii2-extension
keywords: ticket, hipanel, plugin
year: 2014

require:
hiqdev/hidev-config-php: "*@dev"
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
hiqdev/hipanel-module-ticket changelog
--------------------------------------

### 0.1.0 under development
## Under development

- inited
- Added basic functionality
- Added: inited

## Development started 2015-04-21

7 changes: 2 additions & 5 deletions LICENSE.md → LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
The hipanel-module-ticket extension is free software.
It is released under the terms of the following BSD 3-clause License.

Copyright © 2014-2015 by HiQDev (http://hiqdev.com)
Copyright © 2014-2015, HiQDev (https://hiqdev.com/)
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand All @@ -14,7 +11,7 @@ are met:
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of HiQDev nor HiPanel nor the names of its
* Neither the name of HiQDev nor HiPanel TicketModule nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Ticket Plugin for HiPanel
-------------------------

Tickets
Ticket Plugin for HiPanel

For more info see wiki:
https://github.com/hiqdev/hipanel-module-ticket/wiki
https://github.com/hiqdev/hipanel-module-ticket/wiki
48 changes: 26 additions & 22 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,50 @@
"name": "hiqdev/hipanel-module-ticket",
"type": "yii2-extension",
"description": "Ticket Plugin for HiPanel",
"keywords": ["ticket","hipanel","plugin"],
"homepage": "https://hiqdev.com/hipanel-module-ticket",
"license": "BSD-3-clause",
"keywords": [
"ticket",
"hipanel",
"plugin"
],
"homepage": "https://github.com/hiqdev/hipanel-module-ticket",
"license": "BSD-3-Clause",
"support": {
"email": "support@hiqdev.com",
"email": "support@hiqdev.com",
"source": "https://github.com/hiqdev/hipanel-module-ticket",
"issues": "https://github.com/hiqdev/hipanel-module-ticket/issues",
"wiki": "https://github.com/hiqdev/hipanel-module-ticket/wiki",
"forum": "https://forum.hiqdev.com/hipanel"
"wiki": "https://github.com/hiqdev/hipanel-module-ticket/wiki",
"forum": "https://forum.hiqdev.com/hipanel"
},
"authors": [
{
"role": "Project lead",
"name": "Andrii Vasyliev",
"email": "sol@hiqdev.com",
"name": "Andrii Vasyliev",
"role": "Project lead",
"email": "sol@hiqdev.com",
"homepage": "https://hipanel.com/"
},
{
"role": "Lead backend developer",
"name": "Dmitry Naumenko",
"email": "silverfire@hiqdev.com",
"name": "Dmitry Naumenko",
"role": "Lead backend developer",
"email": "silverfire@hiqdev.com",
"homepage": "http://silverfire.me/"
},
{
"role": "Lead frontend developer",
"name": "Andrey Klochok",
"email": "tafid@hiqdev.com",
"homepage": "http://tafid.me/"
"name": "Andrey Klochok",
"role": "Lead frontend developer",
"email": "tafid@hiqdev.com",
"homepage": "https://hiqdev.com/"
},
{
"role": "QA Lead",
"name": "Yuriy Myronchuk",
"email": "bladeroot@hiqdev.com",
"name": "Yuriy Myronchuk",
"role": "QA Lead",
"email": "bladeroot@hiqdev.com",
"homepage": "https://hiqdev.com/"
}
],
"require": {
"yiisoft/yii2": "~2.0",
"hiqdev/yii2-asset-icheck": "~1.0",
"hiqdev/yii2-asset-autosize": "~3.0"
"yiisoft/yii2": "~2.0",
"hiqdev/yii2-asset-icheck": "~1.0",
"hiqdev/yii2-asset-autosize": "~3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6549eea

Please sign in to comment.