-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release Notes - Fixed strange navigation menu behavior + dark space on reloads - Added height auto to .login-page & .register-page
- Loading branch information
Showing
225 changed files
with
35,358 additions
and
243 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
application/modules/backend/views/templates/control_sidebar.php
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
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,18 @@ | ||
{ | ||
"name": "Flot", | ||
"version": "0.8.3", | ||
"main": "jquery.flot.js", | ||
"dependencies": { | ||
"jquery": ">= 1.2.6" | ||
}, | ||
"homepage": "https://github.com/flot/flot", | ||
"_release": "0.8.3", | ||
"_resolution": { | ||
"type": "version", | ||
"tag": "v0.8.3", | ||
"commit": "453b017cc5acfd75e252b93e8635f57f4196d45d" | ||
}, | ||
"_source": "https://github.com/flot/flot.git", | ||
"_target": "^0.8.3", | ||
"_originalSource": "flot" | ||
} |
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,3 @@ | ||
language: node_js | ||
node_js: | ||
- 0.8 |
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,12 @@ | ||
# Makefile for generating minified files | ||
|
||
.PHONY: all | ||
|
||
# we cheat and process all .js files instead of an exhaustive list | ||
all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js))) | ||
|
||
%.min.js: %.js | ||
yui-compressor $< -o $@ | ||
|
||
test: | ||
./node_modules/.bin/jshint *jquery.flot.js |
11 changes: 11 additions & 0 deletions
11
assets/backend/AdminLTE/bower_components/Flot/package.json
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 @@ | ||
{ | ||
"name": "Flot", | ||
"version": "0.8.3", | ||
"main": "jquery.flot.js", | ||
"scripts": { | ||
"test": "make test" | ||
}, | ||
"devDependencies": { | ||
"jshint": "0.9.1" | ||
} | ||
} |
40 changes: 40 additions & 0 deletions
40
assets/backend/AdminLTE/bower_components/Ionicons/.bower.json
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,40 @@ | ||
{ | ||
"ignore": [ | ||
"**/.*", | ||
"builder", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
], | ||
"version": "2.0.1", | ||
"name": "Ionicons", | ||
"license": "MIT", | ||
"authors": [ | ||
"Ben Sperry <[email protected]>", | ||
"Adam Bradley <[email protected]>", | ||
"Max Lynch <[email protected]>" | ||
], | ||
"keywords": [ | ||
"fonts", | ||
"icon font", | ||
"icons", | ||
"ionic", | ||
"web font" | ||
], | ||
"main": [ | ||
"css/ionicons.css", | ||
"fonts/*" | ||
], | ||
"homepage": "https://github.com/driftyco/ionicons", | ||
"description": "Ionicons - free and beautiful icons from the creators of Ionic Framework", | ||
"_release": "2.0.1", | ||
"_resolution": { | ||
"type": "version", | ||
"tag": "v2.0.1", | ||
"commit": "ecb4b806831005c25b97ed9089fbb1d7dcc0879c" | ||
}, | ||
"_source": "https://github.com/driftyco/ionicons.git", | ||
"_target": "^2.0.1", | ||
"_originalSource": "ionicons" | ||
} |
31 changes: 31 additions & 0 deletions
31
assets/backend/AdminLTE/bower_components/Ionicons/bower.json
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,31 @@ | ||
{ | ||
"ignore": [ | ||
"**/.*", | ||
"builder", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
], | ||
"version": "2.0.0", | ||
"name": "Ionicons", | ||
"license": "MIT", | ||
"authors": [ | ||
"Ben Sperry <[email protected]>", | ||
"Adam Bradley <[email protected]>", | ||
"Max Lynch <[email protected]>" | ||
], | ||
"keywords": [ | ||
"fonts", | ||
"icon font", | ||
"icons", | ||
"ionic", | ||
"web font" | ||
], | ||
"main": [ | ||
"css/ionicons.css", | ||
"fonts/*" | ||
], | ||
"homepage": "https://github.com/driftyco/ionicons", | ||
"description": "Ionicons - free and beautiful icons from the creators of Ionic Framework" | ||
} |
19 changes: 19 additions & 0 deletions
19
assets/backend/AdminLTE/bower_components/Ionicons/component.json
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,19 @@ | ||
{ | ||
"repo": "driftyco/ionicons", | ||
"development": {}, | ||
"version": "2.0.0", | ||
"styles": [ | ||
"css/ionicons.css" | ||
], | ||
"name": "Ionicons", | ||
"dependencies": {}, | ||
"keywords": [], | ||
"license": "MIT", | ||
"fonts": [ | ||
"fonts/ionicons.eot", | ||
"fonts/ionicons.svg", | ||
"fonts/ionicons.ttf", | ||
"fonts/ionicons.woff" | ||
], | ||
"description": "The premium icon font for Ionic Framework." | ||
} |
36 changes: 36 additions & 0 deletions
36
assets/backend/AdminLTE/bower_components/Ionicons/composer.json
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,36 @@ | ||
{ | ||
"name": "driftyco/ionicons", | ||
"license": [ | ||
"MIT" | ||
], | ||
"extra": {}, | ||
"authors": [ | ||
{ | ||
"homepage": "https://twitter.com/benjsperry", | ||
"role": "Designer", | ||
"name": "Ben Sperry", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"homepage": "https://twitter.com/adamdbradley", | ||
"role": "Developer", | ||
"name": "Adam Bradley", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"homepage": "https://twitter.com/maxlynch", | ||
"role": "Developer", | ||
"name": "Max Lynch", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"keywords": [ | ||
"fonts", | ||
"icon font", | ||
"icons", | ||
"ionic", | ||
"web font" | ||
], | ||
"homepage": "http://ionicons.com/", | ||
"description": "The premium icon font for Ionic Framework." | ||
} |
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,44 @@ | ||
{ | ||
"name": "PACE", | ||
"main": "pace.js", | ||
"version": "1.0.2", | ||
"homepage": "http://github.hubspot.com/pace/docs/welcome", | ||
"authors": [ | ||
"Zack Bloom <[email protected]>", | ||
"Adam Schwartz <[email protected]>" | ||
], | ||
"description": "Automatic page load progress bar", | ||
"keywords": [ | ||
"loading", | ||
"load", | ||
"pageload", | ||
"progress", | ||
"activity", | ||
"ajax", | ||
"spinner", | ||
"progress", | ||
"bar", | ||
"automatic", | ||
"client-side" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
".*", | ||
"Gruntfile.coffee", | ||
"bower_components", | ||
"docs", | ||
"node_modules", | ||
"package.json", | ||
"templates", | ||
"tests" | ||
], | ||
"_release": "1.0.2", | ||
"_resolution": { | ||
"type": "version", | ||
"tag": "v1.0.2", | ||
"commit": "c6846cbf6b928e9903b569269fa9fbf32f2554f4" | ||
}, | ||
"_source": "https://github.com/HubSpot/pace.git", | ||
"_target": "^1.0.2", | ||
"_originalSource": "pace" | ||
} |
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,35 @@ | ||
{ | ||
"name": "PACE", | ||
"main": "pace.js", | ||
"version": "1.0.2", | ||
"homepage": "http://github.hubspot.com/pace/docs/welcome", | ||
"authors": [ | ||
"Zack Bloom <[email protected]>", | ||
"Adam Schwartz <[email protected]>" | ||
], | ||
"description": "Automatic page load progress bar", | ||
"keywords": [ | ||
"loading", | ||
"load", | ||
"pageload", | ||
"progress", | ||
"activity", | ||
"ajax", | ||
"spinner", | ||
"progress", | ||
"bar", | ||
"automatic", | ||
"client-side" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
".*", | ||
"Gruntfile.coffee", | ||
"bower_components", | ||
"docs", | ||
"node_modules", | ||
"package.json", | ||
"templates", | ||
"tests" | ||
] | ||
} |
86 changes: 86 additions & 0 deletions
86
assets/backend/AdminLTE/bower_components/PACE/install.json
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,86 @@ | ||
{ | ||
"resources": { | ||
"head": [ | ||
{ | ||
"type": "script", | ||
"src": "./pace.js", | ||
"moduleType": "global", | ||
"exports": ["Pace"] | ||
}, | ||
{ | ||
"type": "style", | ||
"src": "./themes/{{ options.color }}/pace-theme-{{ options.theme }}.css" | ||
} | ||
] | ||
}, | ||
"options": { | ||
"properties": { | ||
"color": { | ||
"title": "Color", | ||
"type": "string", | ||
"enum": [ | ||
"black", | ||
"white", | ||
"silver", | ||
"red", | ||
"orange", | ||
"yellow", | ||
"green", | ||
"blue", | ||
"pink", | ||
"purple" | ||
], | ||
"enumNames": { | ||
"black": "Black", | ||
"white": "White", | ||
"silver": "Silver", | ||
"red": "Red", | ||
"orange": "Orange", | ||
"yellow": "Yellow", | ||
"green": "Green", | ||
"blue": "Blue", | ||
"pink": "Pink", | ||
"purple": "Purple" | ||
}, | ||
"default": "blue" | ||
}, | ||
"theme": { | ||
"title": "Theme", | ||
"type": "string", | ||
"enum": [ | ||
"barber-shop", | ||
"big-counter", | ||
"bounce", | ||
"center-atom", | ||
"center-circle", | ||
"center-radar", | ||
"center-simple", | ||
"corner-indicator", | ||
"fill-left", | ||
"flash", | ||
"flat-top", | ||
"loading-bar", | ||
"mac-osx", | ||
"minimal" | ||
], | ||
"enumNames": { | ||
"barber-shop": "Barber Shop", | ||
"big-counter": "Big Counter", | ||
"bounce": "Bounce", | ||
"center-atom": "Center Atom", | ||
"center-circle": "Center Circle", | ||
"center-radar": "Center Radar", | ||
"center-simple": "Center Simple", | ||
"corner-indicator": "Corner Indicator", | ||
"fill-left": "Fill Left", | ||
"flash": "Flash", | ||
"flat-top": "Flat Top", | ||
"loading-bar": "Loading Bar", | ||
"mac-osx": "Mac OS X", | ||
"minimal": "Minimal" | ||
}, | ||
"default": "barber-shop" | ||
} | ||
} | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
assets/backend/AdminLTE/bower_components/bootstrap-colorpicker/.bower.json
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,14 @@ | ||
{ | ||
"name": "bootstrap-colorpicker", | ||
"homepage": "https://github.com/itsjavi/bootstrap-colorpicker", | ||
"version": "2.5.3", | ||
"_release": "2.5.3", | ||
"_resolution": { | ||
"type": "version", | ||
"tag": "2.5.3", | ||
"commit": "525cd6a0aa26ae95803bbf34d231c4163136a314" | ||
}, | ||
"_source": "https://github.com/itsjavi/bootstrap-colorpicker.git", | ||
"_target": "^2.5.1", | ||
"_originalSource": "bootstrap-colorpicker" | ||
} |
Oops, something went wrong.