repo
string
commit
string
message
string
diff
string
sunlightlabs/Chutney
44e628af94c4a6924f60868ff70acc44592d7c6a
A couple of JS fixes to make the design work as intended.
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index e73ac75..9698e26 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,256 +1,256 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
e48eb86661f90f1ef2908e329c44e867a0521bf7
making some text bold
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index 1a451b7..e451d7b 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -554,804 +554,804 @@ var chutney = { "<div class='chutney-loading'>", SPINNER, "</div>", ...
sunlightlabs/Chutney
02d07740c077e6be64f87e3a6f2c7f02bc6b10ae
styling changes
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index 07da8c0..e73ac75 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,250 +1,256 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
1a7517b304bef8f88c3b451feaaa5a68c56726d7
Fixing Chase Bank support.
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index d9e745f..3e756ae 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -1,891 +1,891 @@ jQuery.noConflict(); // Define window.console in case we forget to remove a console.log call. //if (...
sunlightlabs/Chutney
ac273fcfeb73505515b409103613209f075768e7
Adding padding back in on error dialogs.
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index 257fb2d..07da8c0 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,249 +1,250 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
09060f75de510d547ddc6ce123e98dbd6c67233e
Adding second close button.
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index 2a899a0..210f89c 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -42,1024 +42,1025 @@ function floatToDollars(floatVal) { if (floatVal < 0) { prefix = "&ndash;$"; } e...
sunlightlabs/Chutney
2345d43f6c988a89030ee7f525da575027a8e5dc
styling changes
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index d487896..257fb2d 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,248 +1,249 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
109762a5d5b8fc99c4226f45482c6f6f52a254f9
Fixing missing paren in chutney.js
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index 32fe37a..2a899a0 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -51,1025 +51,1025 @@ function floatToDollars(floatVal) { while (commify.test(intVal)) { intVal = intVal.re...
sunlightlabs/Chutney
c326771dade56ea7d525f5bd91226ed9e8a5ec90
New copy from Communications for the front page.
diff --git a/chutney_server/chutney/templates/chutney/home.html b/chutney_server/chutney/templates/chutney/home.html index 1ff6505..8272a6d 100644 --- a/chutney_server/chutney/templates/chutney/home.html +++ b/chutney_server/chutney/templates/chutney/home.html @@ -1,41 +1,44 @@ {% extends "base.html" %} {% block titl...
sunlightlabs/Chutney
9e1d8bc471a6193565702d3c74104f1f2088b9cd
Commenting out recipe display.
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index 168422d..a8992f5 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -644,699 +644,699 @@ var chutney = { }); $('#exposeMask').bind('click.closeDiv', function() { overlayD...
sunlightlabs/Chutney
7127fdd84a3afb903dd1bfaece4e943244d8a520
Making autocomplete work, again, at least mostly.
diff --git a/chutney_server/chutney/views.py b/chutney_server/chutney/views.py index 8253fb0..48a27d8 100644 --- a/chutney_server/chutney/views.py +++ b/chutney_server/chutney/views.py @@ -1,137 +1,138 @@ from cStringIO import StringIO import urllib2 from django.utils import simplejson from django.http import Htt...
sunlightlabs/Chutney
c4298d444fae8fb7fe72df88d319c59804fb9380
Fixing debugger bug.
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index ce9008d..85c50f1 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -760,572 +760,576 @@ var chutney = { $.each(txdata.txs, function(i, tx) { if (typeof txdata.txname...
sunlightlabs/Chutney
83a94fc6c408d056b9c2d241d195f3c22d6a6c05
Adding datestamp to force stylesheet refresh.
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index 3f8384a..ce9008d 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -1,926 +1,927 @@ jQuery.noConflict(); // Define window.console in case we forget to remove a console.log call. //if (...
sunlightlabs/Chutney
acbee62b9c117bc1c41b8d1f487c44f34117890b
More hacks to make firefox work better.
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index 0620306..2accf15 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,186 +1,198 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
8ecae1cbfdf954c1e27e335eda4c34d7cfe54a1b
Fixing bug with debugging introduced by click-to-close functionality.
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index 1dffade..8c5c252 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -91,1040 +91,1043 @@ if (typeof String.trim === "undefined") { } } var PARTY_COLORS = {"Republicans": "#E60002"...
sunlightlabs/Chutney
4c30a73d1227fbae6e0660419c7505b07deac37e
Cleaning up warnings from the Javascript.
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index 107c4ff..1dffade 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -1,1283 +1,1283 @@ jQuery.noConflict(); // Define window.console in case we forget to remove a console.log call. //if...
sunlightlabs/Chutney
1bcba09a503c20c5d72b68fe8c17060801e31704
A few minor style/behavior improvements for Chutney.
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index 2cac821..0620306 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,184 +1,186 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
328941266d1209dfdf39575481d45c85a1b3ae93
Adding admin media static serve.
diff --git a/chutney_server/urls.py b/chutney_server/urls.py index f0a814b..86a623e 100644 --- a/chutney_server/urls.py +++ b/chutney_server/urls.py @@ -1,21 +1,25 @@ from django.conf.urls.defaults import * from django.conf import settings from django.contrib import admin admin.autodiscover() urlpatterns = pat...
sunlightlabs/Chutney
c15fda94c9eeada9a39f17289e7269b76a093104
Going back to a single URL.
diff --git a/chutney_server/chutney/urls.py b/chutney_server/chutney/urls.py index 52d334d..409c9df 100644 --- a/chutney_server/chutney/urls.py +++ b/chutney_server/chutney/urls.py @@ -1,16 +1,15 @@ from django.conf.urls.defaults import * from django.views.generic.simple import direct_to_template from django.conf im...
sunlightlabs/Chutney
fb76287be2ccc9acb856b840965301016a498616
Improvements in presentation of debug functionality.
diff --git a/chutney_server/chutney/admin.py b/chutney_server/chutney/admin.py index 8ab6632..dc5505a 100644 --- a/chutney_server/chutney/admin.py +++ b/chutney_server/chutney/admin.py @@ -1,4 +1,14 @@ from django.contrib import admin from chutney.models import DebugPage +from django.contrib.admin import ModelAdmin ...
sunlightlabs/Chutney
c869c310eedf66166b98d7ad13119242b3bf836b
Adding a whole bunch of debug code.
diff --git a/chutney_server/chutney/admin.py b/chutney_server/chutney/admin.py new file mode 100644 index 0000000..8ab6632 --- /dev/null +++ b/chutney_server/chutney/admin.py @@ -0,0 +1,4 @@ +from django.contrib import admin +from chutney.models import DebugPage + +admin.site.register(DebugPage) diff --git a/chutney_se...
sunlightlabs/Chutney
e06852ea952968efc0f9fa09979dfb5ee3608a6f
Fixing overlay size bug.
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index cb44470..c7c511c 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -610,556 +610,553 @@ var chutney = { }); // part 2 of firefox hack if ($.browser.mo...
sunlightlabs/Chutney
70d38afe51fb391018c1c3377203c78d3a9ac70e
Working around a firefox display bug.
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index 2c7fe5c..cb44470 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -70,1043 +70,1058 @@ function closeIcon(callback) { }).append($(document.createElement("span")).attr({ ...
sunlightlabs/Chutney
d0f709b2cebd3a26d3711520bcb9e72c5939c1f3
Fixing frame-related error on CapitalOne.
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index e789597..2c7fe5c 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -1,801 +1,803 @@ jQuery.noConflict(); // Define window.console in case we forget to remove a console.log call. //if (...
sunlightlabs/Chutney
26eea1884a2780497d05d6d2d0f46f62682fcf71
Fixing a bug in determining the right protocol for the bookmarklet.
diff --git a/chutney_server/chutney/templates/chutney/home.html b/chutney_server/chutney/templates/chutney/home.html index 5ae49e0..1ff6505 100644 --- a/chutney_server/chutney/templates/chutney/home.html +++ b/chutney_server/chutney/templates/chutney/home.html @@ -1,41 +1,41 @@ {% extends "base.html" %} {% block titl...
sunlightlabs/Chutney
24f36c9b86b501c1e0539517e9752d00714d56c2
styling changes to edit box
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index 76c5cfb..6213e23 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,191 +1,176 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
67443b155202eef70946a63aff391c4f4451e0a0
Commenting out autocomplete for now.
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index 2f926b5..083cc54 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -479,668 +479,668 @@ var chutney = { }); chutney.txdata.orgs = orgs; ...
sunlightlabs/Chutney
68b5374fae5a88ea433627874be3a0b2489b893e
Adding and fixing collapse/expand arrows.
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index 76c5cfb..ad6b5e5 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,191 +1,196 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
ac971b0645237bf0b75b450c3c106cee4bb21ebd
Fixing close box.
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index 92aa3dd..76c5cfb 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,191 +1,191 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
e313d7d0d3555d03c0c52c62843d4142673bb2ba
adding css for sort arrows and button for close
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index cf07224..92aa3dd 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,187 +1,191 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
9d9beb133f38fb6f64826635fe5920fe336091d7
Adding sort direction classes.
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index 7a279f5..b4d39d1 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -209,937 +209,936 @@ Org.prototype = { for (var i = 0; i < txs.length; i++) { this.txs.push(txs[i]...
sunlightlabs/Chutney
f21eaf3fe3b86f3de17e1b69c9bd2a02346a7317
Changing sort to chutney-sort to prevent naming conflict.
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index d68e5fc..cf07224 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,187 +1,187 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
bdf96e8d2d60a7e78ed2589c20fac29b85e2cc68
sort arrows and changes to names
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index 1551ac0..d68e5fc 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,183 +1,187 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
be66f4e18be4edd083aa600f2612fb78987f9297
styling change to input box
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index d03562d..1551ac0 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,183 +1,183 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
20b62ae39fcd6f5fedec05fcfbe6d8854d1a4ce9
overall styling
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index 957294f..d03562d 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,244 +1,183 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
70408d58f79f018df9fd93d2c3983ab089fc69fc
Adding logic to make description-matching smarter.
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index 014fa96..085f149 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -1,877 +1,883 @@ jQuery.noConflict(); // Define window.console in case we forget to remove a console.log call. if (ty...
sunlightlabs/Chutney
90ef2cc9a528cb36316e71654f3f03719716b4c2
Fix for the Discover site.
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index e178d02..3405317 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -1,816 +1,816 @@ jQuery.noConflict(); // Define window.console in case we forget to remove a console.log call. if (ty...
sunlightlabs/Chutney
fce23b99cc8c01f0881db4f04234c7bd9d24d56d
A couple of fixes for Wachovia.
diff --git a/chutney_server/media/css/sass/style.sass b/chutney_server/media/css/sass/style.sass index 03b0c19..b54e2c3 100644 --- a/chutney_server/media/css/sass/style.sass +++ b/chutney_server/media/css/sass/style.sass @@ -1,174 +1,177 @@ @import "compass/utilities/general/clearfix" @import "compass/reset/utilities...
sunlightlabs/Chutney
2051b70538726511766769cabac3778582fbcb6b
adding local_settings
diff --git a/.gitignore b/.gitignore index 7d9b7c2..b22cfc1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc *.swp .sass-cache settings.py +local_settings.py test_files/*
sunlightlabs/Chutney
4ccc6f77a1ac20a79b7ae5d9bfc93f6d8f0e4e1e
Fixing frame-handling issue.
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index a2ffd8a..6f610ce 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -1,805 +1,803 @@ jQuery.noConflict(); // Define window.console in case we forget to remove a console.log call. if (ty...
matthew-brett/gitwash-includer
eaf34acd22e7d51370648c9e0ec8d95709a10f37
HAZARD - warn of this repository because gitwash changed
diff --git a/Makefile b/Makefile deleted file mode 100644 index 5dafd07..0000000 --- a/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Makefile targets you might like to include in your project's doc Makefile -# See: http://www.kernel.org/pub/software/scm/git/docs/howto/using-merge-subtree.html -GITWASH_BRANCH=for-ipython -...
matthew-brett/gitwash-includer
3204ba7fc2d1e9aee9cc21feedc92135446d62ad
RF - moving make targets around
diff --git a/Makefile b/Makefile index 32b36de..5dafd07 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,16 @@ # Makefile targets you might like to include in your project's doc Makefile # See: http://www.kernel.org/pub/software/scm/git/docs/howto/using-merge-subtree.html GITWASH_BRANCH=for-ipython GITWASH_URL=git:...
matthew-brett/gitwash-includer
08de237e58fec09693d8995c4a3c3f0e4901e78b
DOC - more complete instructions
diff --git a/README b/README index 9eeb248..46ce386 100644 --- a/README +++ b/README @@ -1,12 +1,26 @@ ================== Gitwash-includer ================== -An example of how to include gitwash into your own projects docs. +An example of how to include gitwash_ into your own project's docs. Here we use the e...
matthew-brett/gitwash-includer
bbb994639397dc25aa8efd81e3abbbf30f7de63e
BF - typo for output dir
diff --git a/Makefile b/Makefile index bed15c1..32b36de 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,14 @@ # Makefile targets you might like to include in your project's doc Makefile # See: http://www.kernel.org/pub/software/scm/git/docs/howto/using-merge-subtree.html GITWASH_BRANCH=for-ipython GITWASH_URL=git:...
paulyoder/LinqToExcel
b20ceffda480827f4bcf070bf4f15e9225b56c9d
skip empty rows unit tests fix
diff --git a/src/LinqToExcel.Tests/ExcelFiles/Companies.xls b/src/LinqToExcel.Tests/ExcelFiles/Companies.xls index f5fb43b..2d2f1b0 100644 Binary files a/src/LinqToExcel.Tests/ExcelFiles/Companies.xls and b/src/LinqToExcel.Tests/ExcelFiles/Companies.xls differ diff --git a/src/LinqToExcel.Tests/ExcelFiles/EmptyRows.xls...
paulyoder/LinqToExcel
fc5934087be6a5b8f851df8afee0609bb455f437
Added UnitTests for SkipEmptyRows
diff --git a/src/LinqToExcel.Tests/ExcelFiles/Companies.xls b/src/LinqToExcel.Tests/ExcelFiles/Companies.xls index 2d2f1b0..f5fb43b 100644 Binary files a/src/LinqToExcel.Tests/ExcelFiles/Companies.xls and b/src/LinqToExcel.Tests/ExcelFiles/Companies.xls differ diff --git a/src/LinqToExcel.Tests/SkipEmptyRows_UnitTests....
paulyoder/LinqToExcel
e8b2dce671f11c528103432865bc7f4355bd050e
fixed typo
diff --git a/README.md b/README.md index 6b4b201..ea17d08 100644 --- a/README.md +++ b/README.md @@ -1,354 +1,354 @@ [![Build status](https://ci.appveyor.com/api/projects/status/vdbhqae4b2h86k96?svg=true)](https://ci.appveyor.com/project/mrworkman/linqtoexcel) [![Open Source Helpers](https://www.codetriage.com/paulyo...
paulyoder/LinqToExcel
44691e3395a83c1c681bb8887915396c7449b105
Add SkipEmptyRows
diff --git a/README.md b/README.md index ba8630d..6b4b201 100644 --- a/README.md +++ b/README.md @@ -1,345 +1,354 @@ [![Build status](https://ci.appveyor.com/api/projects/status/vdbhqae4b2h86k96?svg=true)](https://ci.appveyor.com/project/mrworkman/linqtoexcel) [![Open Source Helpers](https://www.codetriage.com/paulyo...
paulyoder/LinqToExcel
b3bd07005ac457d6de3200cf5d3ba8ee055a4f1c
Added example to readme on how to change encoding.
diff --git a/README.md b/README.md index 88ede69..ba8630d 100644 --- a/README.md +++ b/README.md @@ -1,340 +1,345 @@ [![Build status](https://ci.appveyor.com/api/projects/status/vdbhqae4b2h86k96?svg=true)](https://ci.appveyor.com/project/mrworkman/linqtoexcel) [![Open Source Helpers](https://www.codetriage.com/paulyo...
paulyoder/LinqToExcel
4717388bea2135b6b0ada79ccbf377bb7554fbee
Added description for CodePageIdentifier to the Readme
diff --git a/README.md b/README.md index 1094bd3..88ede69 100644 --- a/README.md +++ b/README.md @@ -1,333 +1,340 @@ [![Build status](https://ci.appveyor.com/api/projects/status/vdbhqae4b2h86k96?svg=true)](https://ci.appveyor.com/project/mrworkman/linqtoexcel) [![Open Source Helpers](https://www.codetriage.com/paulyo...
paulyoder/LinqToExcel
e544cb9f347945f090488b4b65342f6100b2dc2c
Added description for CodePageIdentifier
diff --git a/src/LinqToExcel/ExcelQueryFactory.cs b/src/LinqToExcel/ExcelQueryFactory.cs index afa2d5d..efd04bb 100644 --- a/src/LinqToExcel/ExcelQueryFactory.cs +++ b/src/LinqToExcel/ExcelQueryFactory.cs @@ -1,574 +1,576 @@ using System; using System.Collections.Generic; using System.Data; using System.Data.Ole...
paulyoder/LinqToExcel
3d28cd07431270362b20cdbbd9ef1e490fe7e5d0
Added support for different file encodings
diff --git a/src/LinqToExcel.v3.ncrunchsolution.user b/src/LinqToExcel.v3.ncrunchsolution.user new file mode 100644 index 0000000..b82f7a5 --- /dev/null +++ b/src/LinqToExcel.v3.ncrunchsolution.user @@ -0,0 +1,5 @@ +<SolutionConfiguration> + <Settings> + <CurrentEngineMode>Run all tests automatically [Global]</C...
paulyoder/LinqToExcel
ad41e6aee70f08243a23000c25b841655237f5c9
- implemented Source Link for easier debugging ( https://blog.nuget.org/20180827/Introducing-Source-Code-Link-for-NuGet-packages.html )
diff --git a/src/LinqToExcel/LinqToExcel.csproj b/src/LinqToExcel/LinqToExcel.csproj index bfde557..9454dcf 100644 --- a/src/LinqToExcel/LinqToExcel.csproj +++ b/src/LinqToExcel/LinqToExcel.csproj @@ -1,33 +1,42 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>net35;net451;net46</Tar...
paulyoder/LinqToExcel
9dac2d2e9d6530e50ba64718aa5e69f38c6847df
Add means to gather exceptions instead of throwing
diff --git a/README.md b/README.md index 5127a2b..9582c7f 100644 --- a/README.md +++ b/README.md @@ -1,293 +1,304 @@ [![Build status](https://ci.appveyor.com/api/projects/status/vdbhqae4b2h86k96?svg=true)](https://ci.appveyor.com/project/mrworkman/linqtoexcel) [![Open Source Helpers](https://www.codetriage.com/paulyo...
paulyoder/LinqToExcel
b5ce428af810892d5660490b18fccda84f4ce67f
Allow lazy queries using yield statements
diff --git a/README.md b/README.md index 5127a2b..2bf2f47 100644 --- a/README.md +++ b/README.md @@ -1,293 +1,307 @@ [![Build status](https://ci.appveyor.com/api/projects/status/vdbhqae4b2h86k96?svg=true)](https://ci.appveyor.com/project/mrworkman/linqtoexcel) [![Open Source Helpers](https://www.codetriage.com/paulyo...
paulyoder/LinqToExcel
3e5102963bbe57897d01801299cd5ab6fad8f06f
Allow connstring suppression of TransactionScope
diff --git a/README.md b/README.md index 5127a2b..b74ec2d 100644 --- a/README.md +++ b/README.md @@ -1,293 +1,308 @@ [![Build status](https://ci.appveyor.com/api/projects/status/vdbhqae4b2h86k96?svg=true)](https://ci.appveyor.com/project/mrworkman/linqtoexcel) [![Open Source Helpers](https://www.codetriage.com/paulyo...
paulyoder/LinqToExcel
d7b786cc5a2df5539c177f5341b928f62ff10c4d
Remove outdated info.
diff --git a/README.md b/README.md index 779e883..5127a2b 100644 --- a/README.md +++ b/README.md @@ -1,305 +1,293 @@ [![Build status](https://ci.appveyor.com/api/projects/status/vdbhqae4b2h86k96?svg=true)](https://ci.appveyor.com/project/mrworkman/linqtoexcel) [![Open Source Helpers](https://www.codetriage.com/paulyo...
paulyoder/LinqToExcel
a381919f396b19aeddf5871a7435367c467e4a95
Fix compiler warning.
diff --git a/src/LinqToExcel.Tests/Company.cs b/src/LinqToExcel.Tests/Company.cs index c1291a4..97cf0d3 100644 --- a/src/LinqToExcel.Tests/Company.cs +++ b/src/LinqToExcel.Tests/Company.cs @@ -1,13 +1,13 @@ using System; namespace LinqToExcel.Tests { public class Company { public string Name ...
paulyoder/LinqToExcel
a4f7e9f9ad7aef9fbd205344de27c4b74420735a
Allow primitive value type results to be cast to Nullable<T> counterparts.
diff --git a/src/LinqToExcel/Query/ExcelQueryExecutor.cs b/src/LinqToExcel/Query/ExcelQueryExecutor.cs index 58abe47..de911fc 100644 --- a/src/LinqToExcel/Query/ExcelQueryExecutor.cs +++ b/src/LinqToExcel/Query/ExcelQueryExecutor.cs @@ -1,465 +1,468 @@ using System; using System.Collections.Generic; using System....
paulyoder/LinqToExcel
9c9c1d05b014c81186382faf540196aba8f671d5
Add support for unary expressions.
diff --git a/src/LinqToExcel/Query/SqlGeneratorQueryModelVisitor.cs b/src/LinqToExcel/Query/SqlGeneratorQueryModelVisitor.cs index a6b2865..7c77221 100644 --- a/src/LinqToExcel/Query/SqlGeneratorQueryModelVisitor.cs +++ b/src/LinqToExcel/Query/SqlGeneratorQueryModelVisitor.cs @@ -1,171 +1,178 @@ using System; usin...
paulyoder/LinqToExcel
370a1f5a2d966e23089c01c88d2fe641747e234b
Add missed file to output directories.
diff --git a/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj b/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj index 0c35cdf..28d7a60 100644 --- a/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj +++ b/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj @@ -1,58 +1,61 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup...
paulyoder/LinqToExcel
58553a853b18bd33b12c3b60e350c4b79837dee0
Remove .Net 4.7 support (for now).
diff --git a/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj b/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj index 782dd15..0c35cdf 100644 --- a/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj +++ b/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj @@ -1,52 +1,58 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup...
paulyoder/LinqToExcel
70ffc2ff52e8b1456e0467d5f90096abaa16274a
Remove pre-2017 stuff.
diff --git a/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj b/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj index 1e6038d..782dd15 100644 --- a/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj +++ b/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj @@ -1,255 +1,52 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGrou...
paulyoder/LinqToExcel
dd43f8fc12644e18ed17da167270c2e916c35d52
'Tasks' do not exist in .Net 3.5.
diff --git a/src/LinqToExcel.Tests/IndexToColumnNamesTests.cs b/src/LinqToExcel.Tests/IndexToColumnNamesTests.cs index e18c24e..b8e8754 100644 --- a/src/LinqToExcel.Tests/IndexToColumnNamesTests.cs +++ b/src/LinqToExcel.Tests/IndexToColumnNamesTests.cs @@ -1,47 +1,46 @@ using NUnit.Framework; using System; using ...
paulyoder/LinqToExcel
a8afbfe655e2aba5d3b5bb28dfa233192d5ce704
Try new VS2017 project format.
diff --git a/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj b/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj index 92a6560..1e6038d 100644 --- a/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj +++ b/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj @@ -1,201 +1,255 @@ -<?xml version="1.0" encoding="utf-8"?> +<Project...
paulyoder/LinqToExcel
10510203d6d27bb3bd464027373fd332240c3760
Make public for testing.
diff --git a/src/LinqToExcel/Query/ExcelUtilities.cs b/src/LinqToExcel/Query/ExcelUtilities.cs index 2e87461..3589791 100644 --- a/src/LinqToExcel/Query/ExcelUtilities.cs +++ b/src/LinqToExcel/Query/ExcelUtilities.cs @@ -1,268 +1,268 @@ using System; using System.Collections.Generic; using System.Linq; using Sys...
paulyoder/LinqToExcel
4f131a9c168502fc0ad790a50e650889cf79130b
Convert to new VS2017 project format.
diff --git a/src/LinqToExcel/LinqToExcel.csproj b/src/LinqToExcel/LinqToExcel.csproj index 5d1424f..97bf08e 100644 --- a/src/LinqToExcel/LinqToExcel.csproj +++ b/src/LinqToExcel/LinqToExcel.csproj @@ -1,112 +1,32 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft...
paulyoder/LinqToExcel
2e6517b5bba83306027a025b164ff26eb19264fa
Add Remotion.Linq 2.1.x as a nuget dependency.
diff --git a/src/LinqToExcel/LinqToExcel.nuspec b/src/LinqToExcel/LinqToExcel.nuspec index 4af54e1..9581263 100644 --- a/src/LinqToExcel/LinqToExcel.nuspec +++ b/src/LinqToExcel/LinqToExcel.nuspec @@ -1,21 +1,24 @@ <?xml version="1.0"?> <package > <metadata> <id>$id$</id> <version>$version$</version> ...
paulyoder/LinqToExcel
da4858a5502cc470ae2c10a21c094159bf3c1481
Ignore resharper settings file.
diff --git a/.gitignore b/.gitignore index b4faced..43b9372 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,15 @@ bin/ bin64/ obj/ tests/ *.suo LinqToExcel.xml *ReSharper* *.zip *.nupkg src/packages/ *.DotSettings.user *.csproj.user .vs/ *.csproj.user +*.DotSettings.user
paulyoder/LinqToExcel
7c6baf3b2085830ab0c5deb670a78925d20ea3b0
Uprev solution file to VS 2017.
diff --git a/src/LinqToExcel.sln b/src/LinqToExcel.sln index 9b3c01d..650c894 100644 --- a/src/LinqToExcel.sln +++ b/src/LinqToExcel.sln @@ -1,26 +1,31 @@  -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio...
paulyoder/LinqToExcel
8625215c1f4f0323276d91374e5d2fa45d1376c2
Move nuspec file into LinqToExcel project directory.
diff --git a/package/LinqToExcel.nuspec b/package/LinqToExcel.nuspec deleted file mode 100644 index cb77e9c..0000000 --- a/package/LinqToExcel.nuspec +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<package> - <metadata> - <id>LinqToExcel</id> - <version>Auto populated from AssemblyInf...
paulyoder/LinqToExcel
fdd91277c85ae11aea3ec32cae8891dd8f87341e
Ignore csproj.user files.
diff --git a/.gitignore b/.gitignore index 1da6906..b4faced 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,14 @@ bin/ bin64/ obj/ tests/ *.suo LinqToExcel.xml *ReSharper* *.zip *.nupkg src/packages/ *.DotSettings.user *.csproj.user .vs/ +*.csproj.user
paulyoder/LinqToExcel
78ea567dcb3b1d162ad674c8a22a5efd963442b5
Change .Net framework to 4.5.1.
diff --git a/.gitignore b/.gitignore index 17a5217..1da6906 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,13 @@ bin/ bin64/ obj/ tests/ *.suo LinqToExcel.xml *ReSharper* *.zip *.nupkg src/packages/ *.DotSettings.user *.csproj.user .vs/ - diff --git a/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj b/...
paulyoder/LinqToExcel
a610c7370086904671d24c6679147ba42cd2f03e
Provide concrete example of IContainsUnmappedCells
diff --git a/README.md b/README.md index 7f0e2bd..70c9aa6 100644 --- a/README.md +++ b/README.md @@ -1,272 +1,304 @@ [![Build status](https://ci.appveyor.com/api/projects/status/vdbhqae4b2h86k96?svg=true)](https://ci.appveyor.com/project/mrworkman/linqtoexcel) # Welcome to the LinqToExcel project Linq to Excel i...
paulyoder/LinqToExcel
2359852539a959f989702ff9eddd6de567246d54
Fix a couple of broken tests.
diff --git a/src/LinqToExcel.Tests/ConfiguredWorksheetName_IntegrationTests.cs b/src/LinqToExcel.Tests/ConfiguredWorksheetName_IntegrationTests.cs index cc20541..464c14f 100644 --- a/src/LinqToExcel.Tests/ConfiguredWorksheetName_IntegrationTests.cs +++ b/src/LinqToExcel.Tests/ConfiguredWorksheetName_IntegrationTests.cs...
paulyoder/LinqToExcel
4cd1f6a83ed0e4b28aad0fa9dc1d7a545b877226
Add CodeTriage badge to paulyoder/linqtoexcel (#139)
diff --git a/README.md b/README.md index 0cce564..078b7ed 100644 --- a/README.md +++ b/README.md @@ -1,270 +1,271 @@ [![Build status](https://ci.appveyor.com/api/projects/status/vdbhqae4b2h86k96?svg=true)](https://ci.appveyor.com/project/mrworkman/linqtoexcel) +[![Open Source Helpers](https://www.codetriage.com/paulyo...
paulyoder/LinqToExcel
d26510110445736a5297e3a411d3f044d0e2d14a
Fixes #152, by only replacing the last $ in worksheet names.
diff --git a/src/LinqToExcel.Tests/ExcelFiles/WorksheetNames.xlsx b/src/LinqToExcel.Tests/ExcelFiles/WorksheetNames.xlsx new file mode 100644 index 0000000..1e27616 Binary files /dev/null and b/src/LinqToExcel.Tests/ExcelFiles/WorksheetNames.xlsx differ diff --git a/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj b/src/...
paulyoder/LinqToExcel
ef1a0fd70514b8ee3b1ad448e39d1a54be813958
Fixup indentation.
diff --git a/src/LinqToExcel/Query/ExcelUtilities.cs b/src/LinqToExcel/Query/ExcelUtilities.cs index 0958399..708219f 100644 --- a/src/LinqToExcel/Query/ExcelUtilities.cs +++ b/src/LinqToExcel/Query/ExcelUtilities.cs @@ -1,263 +1,262 @@ using System; using System.Collections.Generic; using System.Linq; -using Sys...
paulyoder/LinqToExcel
3112ea337b21997712e8ac7d64c0473dfdf7b0cb
Ignore new Visual Studio and Resharper files.
diff --git a/.gitignore b/.gitignore index 7f99b11..17a5217 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,14 @@ bin/ bin64/ obj/ tests/ *.suo LinqToExcel.xml *ReSharper* *.zip *.nupkg src/packages/ +*.DotSettings.user +*.csproj.user +.vs/ +
paulyoder/LinqToExcel
9d4a22b1fd3dbcc78525469e58816bb4a48c28e1
Fixes #103 - incorrect disposed check.
diff --git a/src/LinqToExcel/ExcelQueryFactory.cs b/src/LinqToExcel/ExcelQueryFactory.cs index 0fbd675..4fcfa48 100644 --- a/src/LinqToExcel/ExcelQueryFactory.cs +++ b/src/LinqToExcel/ExcelQueryFactory.cs @@ -1,817 +1,815 @@ using System; using System.Collections.Generic; using System.Data; using System.Data.Ole...
paulyoder/LinqToExcel
05f4b8ff17902a42a25da78bc4f536ad05abeb43
Add a way to gather unmapped cells
diff --git a/README.md b/README.md index 0cce564..7f0e2bd 100644 --- a/README.md +++ b/README.md @@ -1,270 +1,272 @@ [![Build status](https://ci.appveyor.com/api/projects/status/vdbhqae4b2h86k96?svg=true)](https://ci.appveyor.com/project/mrworkman/linqtoexcel) # Welcome to the LinqToExcel project Linq to Excel i...
paulyoder/LinqToExcel
ff42b206fdc2ffbe7673eb2b320f5455c7b73720
Throw Exception with row number and column name/number (#125)
diff --git a/src/LinqToExcel.Tests/CellTest.cs b/src/LinqToExcel.Tests/CellTest.cs index 7f436dd..801aa1a 100644 --- a/src/LinqToExcel.Tests/CellTest.cs +++ b/src/LinqToExcel.Tests/CellTest.cs @@ -1,53 +1,60 @@ using System; using NUnit.Framework; namespace LinqToExcel.Tests { [Author("Paul Yoder", "paulyod...
paulyoder/LinqToExcel
eb707987408c3970e058048aded6c5b7de61e171
Bump assembly to version 2.0.0.
diff --git a/src/LinqToExcel/Properties/AssemblyInfo.cs b/src/LinqToExcel/Properties/AssemblyInfo.cs index 6f5c68e..d8ac86c 100644 --- a/src/LinqToExcel/Properties/AssemblyInfo.cs +++ b/src/LinqToExcel/Properties/AssemblyInfo.cs @@ -1,37 +1,38 @@ using System.Reflection; using System.Runtime.CompilerServices; usi...
paulyoder/LinqToExcel
2cce2a8f90aa4c772747b4bda72e925850b6d451
Remove support for Jet 4.0 connections.
diff --git a/src/LinqToExcel.Tests/CSV_SQLStatements_UnitTests.cs b/src/LinqToExcel.Tests/CSV_SQLStatements_UnitTests.cs index 19a491c..30ace19 100644 --- a/src/LinqToExcel.Tests/CSV_SQLStatements_UnitTests.cs +++ b/src/LinqToExcel.Tests/CSV_SQLStatements_UnitTests.cs @@ -1,86 +1,83 @@ using System; using System.L...
paulyoder/LinqToExcel
13bfc1ecffc0cf3f4b78ae6a8619331c66268130
Add AppVeyor badge.
diff --git a/readme.markdown b/readme.markdown index 26ee416..0cce564 100644 --- a/readme.markdown +++ b/readme.markdown @@ -1,268 +1,270 @@ +[![Build status](https://ci.appveyor.com/api/projects/status/vdbhqae4b2h86k96?svg=true)](https://ci.appveyor.com/project/mrworkman/linqtoexcel) + # Welcome to the LinqToExcel pr...
paulyoder/LinqToExcel
2a721e5ae62f67a735d41b73f0627cd06b88bb33
Fix connection string tests on 64bit.
diff --git a/src/LinqToExcel.Tests/CSV_SQLStatements_UnitTests.cs b/src/LinqToExcel.Tests/CSV_SQLStatements_UnitTests.cs index 5848606..19a491c 100644 --- a/src/LinqToExcel.Tests/CSV_SQLStatements_UnitTests.cs +++ b/src/LinqToExcel.Tests/CSV_SQLStatements_UnitTests.cs @@ -1,80 +1,86 @@ -using System.Linq; +using ...
paulyoder/LinqToExcel
1273be73d1f5d5059d3048e5f36cb2b2ed758c85
Fix incorrect row type.
diff --git a/src/LinqToExcel.Tests/PersistentConnection_IntegrationTests.cs b/src/LinqToExcel.Tests/PersistentConnection_IntegrationTests.cs index 05b540c..2a01fc9 100644 --- a/src/LinqToExcel.Tests/PersistentConnection_IntegrationTests.cs +++ b/src/LinqToExcel.Tests/PersistentConnection_IntegrationTests.cs @@ -1,60 +1...
paulyoder/LinqToExcel
897e0f45365b7bb6a4e65fba3b037978152e0126
Default database engine not correctly set on x64.
diff --git a/src/LinqToExcel/Query/ExcelQueryConstructorArgs.cs b/src/LinqToExcel/Query/ExcelQueryConstructorArgs.cs index 2d6be7d..276dc6a 100644 --- a/src/LinqToExcel/Query/ExcelQueryConstructorArgs.cs +++ b/src/LinqToExcel/Query/ExcelQueryConstructorArgs.cs @@ -1,21 +1,26 @@ using System; using System.Collectio...
paulyoder/LinqToExcel
0b71341c593f736dac4795122188ed920b1e2b22
Remove log4net as a dependency.
diff --git a/package/LinqToExcel.nuspec b/package/LinqToExcel.nuspec index 908531b..7ad7384 100644 --- a/package/LinqToExcel.nuspec +++ b/package/LinqToExcel.nuspec @@ -1,16 +1,13 @@ <?xml version="1.0" encoding="utf-8"?> <package> <metadata> <id>LinqToExcel</id> <version>Auto populated from AssemblyI...
paulyoder/LinqToExcel
5fb50ed4a3513d0fd26abc6613fb996fa1ce1d19
Use multiple constructor signatures rather than optional ILogManager parameter.
diff --git a/src/LinqToExcel/ExcelQueryFactory.cs b/src/LinqToExcel/ExcelQueryFactory.cs index 2d82584..338b8f4 100644 --- a/src/LinqToExcel/ExcelQueryFactory.cs +++ b/src/LinqToExcel/ExcelQueryFactory.cs @@ -1,582 +1,596 @@ using System; using System.Collections.Generic; using System.Data; using System.Data.Ole...
paulyoder/LinqToExcel
cd146654a4bd6e7c572f7255326128eb86e04f29
Make "logManager" an optional constructor parameter.
diff --git a/src/LinqToExcel/ExcelQueryFactory.cs b/src/LinqToExcel/ExcelQueryFactory.cs index 1a18b0f..2d82584 100644 --- a/src/LinqToExcel/ExcelQueryFactory.cs +++ b/src/LinqToExcel/ExcelQueryFactory.cs @@ -1,573 +1,573 @@ using System; using System.Collections.Generic; using System.Data; using System.Data.Ole...
paulyoder/LinqToExcel
65f800ff425888a3e3b3e07d0e94de1fc05a1ac4
Fix silly mistake.
diff --git a/src/LinqToExcel/ExcelQueryFactory.cs b/src/LinqToExcel/ExcelQueryFactory.cs index 14fc3f2..1a18b0f 100644 --- a/src/LinqToExcel/ExcelQueryFactory.cs +++ b/src/LinqToExcel/ExcelQueryFactory.cs @@ -1,578 +1,578 @@ using System; using System.Collections.Generic; using System.Data; using System.Data.Ole...
paulyoder/LinqToExcel
70acc0ea9758d96297698abfadf757d840099128
Missed some
diff --git a/src/LinqToExcel/Query/ExcelQueryExecutor.cs b/src/LinqToExcel/Query/ExcelQueryExecutor.cs index 742824b..e83c4bb 100644 --- a/src/LinqToExcel/Query/ExcelQueryExecutor.cs +++ b/src/LinqToExcel/Query/ExcelQueryExecutor.cs @@ -1,416 +1,416 @@ using System; using System.Collections.Generic; using System....
paulyoder/LinqToExcel
afc7fcaaa12fa92269f3f98de03959b7582c5d1f
Remove C# 6-isms to satisfy nant
diff --git a/.gitignore b/.gitignore index 7f99b11..e0f3b32 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,12 @@ bin/ bin64/ obj/ tests/ *.suo LinqToExcel.xml *ReSharper* *.zip *.nupkg src/packages/ +/tools/test092.bat +/tools/nant-0.92-rc1 diff --git a/src/LinqToExcel.Tests/LinqToExcel.Tests.csproj b/s...
paulyoder/LinqToExcel
91c508c5b66dd6484846cb7c66b76b3c310dd323
Eliminate LinqToExcel's _dependency_ on log4net.
diff --git a/src/LinqToExcel.Tests/App.config b/src/LinqToExcel.Tests/App.config index 901b25a..0937293 100644 --- a/src/LinqToExcel.Tests/App.config +++ b/src/LinqToExcel.Tests/App.config @@ -1,23 +1,22 @@ -<?xml version="1.0" encoding="utf-8" ?> +<?xml version="1.0" encoding="utf-8"?> <configuration> <configSe...
paulyoder/LinqToExcel
623cb4f697edf15b471b75b87bca048e42ef7617
Change comparison to assignment
diff --git a/readme.markdown b/readme.markdown index e2dfd3b..e52b97e 100644 --- a/readme.markdown +++ b/readme.markdown @@ -1,201 +1,201 @@ # Welcome to the LinqToExcel project Linq to Excel is a .Net library that allows you to query Excel spreadsheets using the LINQ syntax. Checkout the [introduction video.](h...
paulyoder/LinqToExcel
703a9c09855d6c62258b5081b4d29ab5b31db533
Fix bug where NULL constant expressions in 'where' LINQ expression throws exception under the C# 6 compiler
diff --git a/src/LinqToExcel.Tests/ExcelQueryFactoryTests.cs b/src/LinqToExcel.Tests/ExcelQueryFactoryTests.cs index f7cb69f..d0d0912 100644 --- a/src/LinqToExcel.Tests/ExcelQueryFactoryTests.cs +++ b/src/LinqToExcel.Tests/ExcelQueryFactoryTests.cs @@ -1,332 +1,352 @@ using System.Linq; using MbUnit.Framework; us...
paulyoder/LinqToExcel
2e62cff3333ced7d4819d21315f911bf6dd1c34f
MbUnit change to Nunit
diff --git a/src/LinqToExcel.Tests/App.config b/src/LinqToExcel.Tests/App.config index 901b25a..e7c6be3 100644 --- a/src/LinqToExcel.Tests/App.config +++ b/src/LinqToExcel.Tests/App.config @@ -1,23 +1,22 @@ -<?xml version="1.0" encoding="utf-8" ?> +<?xml version="1.0" encoding="utf-8"?> <configuration> <configSe...
paulyoder/LinqToExcel
6870d62c92340e518f69a75429d96ff243b70dc8
Fixed transformation selection.
diff --git a/src/LinqToExcel/Query/ExcelQueryExecutor.cs b/src/LinqToExcel/Query/ExcelQueryExecutor.cs index c75483f..b770ad6 100644 --- a/src/LinqToExcel/Query/ExcelQueryExecutor.cs +++ b/src/LinqToExcel/Query/ExcelQueryExecutor.cs @@ -1,407 +1,408 @@ using System; using System.Collections.Generic; using System....
paulyoder/LinqToExcel
06650e8c66e9186df69e1714bc624c53b90a48b2
Fixes transformation when you apply many transformations for the property with the same name but declared in different types.
diff --git a/src/LinqToExcel.Tests/ColumnMappings_IntegrationTests.cs b/src/LinqToExcel.Tests/ColumnMappings_IntegrationTests.cs index 953569a..ad97f10 100644 --- a/src/LinqToExcel.Tests/ColumnMappings_IntegrationTests.cs +++ b/src/LinqToExcel.Tests/ColumnMappings_IntegrationTests.cs @@ -1,143 +1,156 @@ using Syste...