Skip to content

Many code fixes, optimazations, cleanup, refactoring and commenting. #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Jan 23, 2020
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9700db7
raise version number
JBlond Dec 3, 2019
4352698
Preperation for local developement.
DigiLive Dec 19, 2019
e6cd9e0
Code commenting.
DigiLive Dec 19, 2019
0d8c872
Code Optimization, cleanup, refactoring and commenting.
DigiLive Dec 19, 2019
122a72c
PHPUnit test added for diff-view renderers.
DigiLive Dec 19, 2019
0c5e1a4
HTML Unified Renderer added, Code optimization, cleanup and commenting.
DigiLive Dec 20, 2019
611dc21
PHPUnit test for HTML Unified Renderer added.
DigiLive Dec 20, 2019
71b63a1
Code cleanup, bumped required PHP version to >= 7.2 and updated readme.
DigiLive Dec 20, 2019
5e7ddf3
Code Style Fixes.
DigiLive Dec 28, 2019
6bc3f7c
Code Optimization, cleanup, refactoring and commenting.
DigiLive Jan 10, 2020
d1c724c
Code Fixes.
DigiLive Jan 10, 2020
42b1ace
valid html can have no white space before the first tag
JBlond Jan 10, 2020
7c75b07
PSR12.Files.DeclareStatement
JBlond Jan 10, 2020
2a01869
PSR12 fixes
JBlond Jan 10, 2020
6bfc5e7
Correct paths for composer run-script phpunit
JBlond Jan 10, 2020
ec0e0a6
ignore composer lock file
JBlond Jan 10, 2020
e227356
PSR12 fixes
DigiLive Jan 14, 2020
c984365
Code Optimization, cleanup, refactoring and commenting.
DigiLive Jan 14, 2020
3b2c367
Update PHPUnit tests
DigiLive Jan 14, 2020
795fe20
fix notation
JBlond Jan 14, 2020
c017af5
Code Optimization, cleanup, refactoring and commenting.
DigiLive Jan 15, 2020
3a1c258
Code reformatting and minor optimization, Typo fixes
DigiLive Jan 16, 2020
7f87ce3
Code reformatting and minor optimization, Typo fixes
DigiLive Jan 16, 2020
7748252
Code Optimization, cleanup, refactoring and commenting.
DigiLive Jan 22, 2020
f5f11a3
Merge branch 'DigiLive' of https://github.com/JBlond/php-diff into Di…
DigiLive Jan 22, 2020
78a1658
Code Fixes, Optimization, cleanup, refactoring and commenting.
DigiLive Jan 23, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Preperation for local developement.
- Added gitignore file.
- Added composer lock file.
DigiLive committed Dec 19, 2019
commit 4352698825be79eccee1106b4804fe1921ba79cc
109 changes: 108 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,108 @@
/vendor

# Created by https://www.gitignore.io/api/windows,eclipse,composer
# Edit at https://www.gitignore.io/?templates=windows,eclipse,composer

### Composer ###
composer.phar
/vendor/

# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock

### Eclipse ###
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# PyDev specific (Python IDE for Eclipse)
*.pydevproject

# CDT-specific (C/C++ Development Tooling)
.cproject

# CDT- autotools
.autotools

# Java annotation processor (APT)
.factorypath

# PDT-specific (PHP Development Tools)
.buildpath

# sbteclipse plugin
.target

# Tern plugin
.tern-project

# TeXlipse plugin
.texlipse

# STS (Spring Tool Suite)
.springBeans

# Code Recommenders
.recommenders/

# Annotation Processing
.apt_generated/

# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet

### Eclipse Patch ###
# Eclipse Core
.project

# JDT-specific (Eclipse Java Development Tools)
.classpath

# Annotation Processing
.apt_generated

.sts4-cache/

### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

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

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

# Windows shortcuts
*.lnk

# End of https://www.gitignore.io/api/windows,eclipse,composer
1,587 changes: 1,587 additions & 0 deletions composer.lock

Large diffs are not rendered by default.