Skip to content

Commit

Permalink
Revert "Migrate to CodeIgniter4"
Browse files Browse the repository at this point in the history
  • Loading branch information
ronknight authored Mar 10, 2021
1 parent 9d42a11 commit 6b4db45
Show file tree
Hide file tree
Showing 8,679 changed files with 74,504 additions and 135,974 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
132 changes: 11 additions & 121 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,127 +1,17 @@
#-------------------------
# Operating Specific Junk Files
#-------------------------
*/config/development
*/logs/log-*.php
!*/logs/index.html
*/cache/*
!*/cache/index.html
!*/cache/.htaccess

# OS X
.DS_Store
.AppleDouble
.LSOverride

# OS X Thumbnails
._*

# Windows image file caches
Thumbs.db
ehthumbs.db
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk

# Linux
*~

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

#-------------------------
# Environment Files
#-------------------------
# These should never be under version control,
# as it poses a security risk.
.env
.vagrant
Vagrantfile

#-------------------------
# Temporary Files
#-------------------------
writable/cache/*
!writable/cache/index.html

writable/logs/*
!writable/logs/index.html

writable/session/*
!writable/session/index.html

writable/uploads/*
!writable/uploads/index.html

writable/debugbar/*

php_errors.log

#-------------------------
# User Guide Temp Files
#-------------------------
user_guide_src/build/*
user_guide_src/cilexer/build/*
user_guide_src/cilexer/dist/*
user_guide_src/cilexer/pycilexer.egg-info/*

#-------------------------
# Test Files
#-------------------------
tests/coverage*

# Don't save phpunit under version control.
phpunit

#-------------------------
# Composer
#-------------------------
vendor/

#-------------------------
# IDE / Development Files
#-------------------------

# Modules Testing
_modules/*

# phpenv local config
.php-version

# Jetbrains editors (PHPStorm, etc)
.idea/
*.iml

# Netbeans
nbproject/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
.nb-gradle/

# Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project
.phpintel
/api/

# Visual Studio Code
.vscode/

/results/
/phpunit*.xml
/.phpunit.*.cache

#codeigniter 3
application/logs/*
!application/logs/index.html
!application/logs/.htaccess
/vendor/
5 changes: 5 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
Binary file added __MACOSX/application/controllers/._Attributes.php
Binary file not shown.
Binary file added __MACOSX/application/controllers/._Brands.php
Binary file not shown.
Binary file added __MACOSX/application/controllers/._Category.php
Binary file not shown.
Binary file added __MACOSX/application/controllers/._Company.php
Binary file not shown.
Binary file added __MACOSX/application/controllers/._Orders.php
Binary file not shown.
Binary file added __MACOSX/application/controllers/._Products.php
Binary file not shown.
Binary file added __MACOSX/application/controllers/._Reports.php
Binary file not shown.
Binary file added __MACOSX/application/controllers/._Stores.php
Binary file not shown.
Binary file added __MACOSX/application/models/._.DS_Store
Binary file not shown.
Binary file added __MACOSX/application/models/._Model_attributes.php
Binary file not shown.
Binary file added __MACOSX/application/models/._Model_brands.php
Binary file not shown.
Binary file added __MACOSX/application/models/._Model_category.php
Binary file not shown.
Binary file added __MACOSX/application/models/._Model_company.php
Binary file not shown.
Binary file added __MACOSX/application/models/._Model_orders.php
Binary file not shown.
Binary file added __MACOSX/application/models/._Model_products.php
Binary file not shown.
Binary file added __MACOSX/application/models/._Model_reports.php
Binary file not shown.
Binary file added __MACOSX/application/models/._Model_stores.php
Binary file not shown.
Binary file added __MACOSX/application/views/attributes/._addvalue.php
Binary file not shown.
Binary file added __MACOSX/application/views/attributes/._index.php
Binary file not shown.
Binary file added __MACOSX/application/views/brands/._index.php
Binary file not shown.
Binary file added __MACOSX/application/views/category/._index.php
Binary file not shown.
Binary file added __MACOSX/application/views/company/._index.php
Binary file not shown.
Binary file added __MACOSX/application/views/orders/._create.php
Binary file not shown.
Binary file added __MACOSX/application/views/orders/._edit.php
Binary file not shown.
Binary file added __MACOSX/application/views/orders/._index.php
Binary file not shown.
Binary file added __MACOSX/application/views/products/._create.php
Binary file not shown.
Binary file added __MACOSX/application/views/products/._edit.php
Binary file not shown.
Binary file added __MACOSX/application/views/products/._index.php
Binary file not shown.
Binary file added __MACOSX/application/views/reports/._index.php
Binary file not shown.
Binary file added __MACOSX/application/views/stores/._index.php
Binary file not shown.
Binary file not shown.
Binary file added __MACOSX/assets/plugins/fileinput/._fileinput.min.js
Binary file not shown.
6 changes: 0 additions & 6 deletions app/.htaccess

This file was deleted.

15 changes: 0 additions & 15 deletions app/Common.php

This file was deleted.

Loading

0 comments on commit 6b4db45

Please sign in to comment.