-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
99 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters