Skip to content
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

Candidate v2.1.3 Revision 1 #56

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
0061866
switch to commas.
nojronatron Apr 17, 2024
ea913d8
exploring many feature ideas at once.
nojronatron Apr 25, 2024
89531d4
evaluate addeventlistener per MDN, W3C
nojronatron Apr 26, 2024
d0ae040
Merge branch 'dev-csv-output' into explore-copilot-fixups
nojronatron May 9, 2024
6e91d94
Merge pull request #48 from nojronatron/explore-copilot-fixups
nojronatron May 9, 2024
fe83092
update Clear button behavior.
nojronatron May 9, 2024
a395b3e
allow checkout/in of template file
nojronatron Jun 2, 2024
c3aefee
add template file
nojronatron Jun 2, 2024
b2a5484
fix edit to capture data properly.
nojronatron Jun 3, 2024
7004478
add csv edit data update handlers
nojronatron Jun 3, 2024
8fcf9be
Fix FormVersion, store with bib data.
nojronatron Jun 3, 2024
c7ccc3e
fix FormVersion in template.
nojronatron Jun 3, 2024
c22f564
refactor csv and event handling.
nojronatron Jun 4, 2024
007762c
update readme to current.
nojronatron Jun 4, 2024
2ea8e5c
update form info to current, add li spacing
nojronatron Jun 4, 2024
9692fb6
remove unused code
nojronatron Jun 5, 2024
21445bd
update readme with version data, add images
nojronatron Jun 5, 2024
9efd30f
add favicon rel. fix label attribute.
nojronatron Jun 5, 2024
79be4a9
Add to, edit Form Information (help) text.
nojronatron Jun 5, 2024
ce632e9
increment version to 2.1.2
nojronatron Jun 5, 2024
e7872cc
fix close link, icon. lighthouse now 100
nojronatron Jun 5, 2024
fee4a23
add bib number, time checks, formatting.
nojronatron Jun 8, 2024
863e27f
update version. copy edit help.
nojronatron Jun 8, 2024
92c43e9
update readme
nojronatron Jun 8, 2024
890bb5c
remove unused code and comments
nojronatron Jun 10, 2024
74d33f8
bugfix error on format time function
nojronatron Jun 10, 2024
5b0e584
fix bugs time cleanup, defaults, and format
nojronatron Jun 10, 2024
2d3c3e0
fix bibtime bugs, refine code and helptext.
Jun 26, 2024
715498b
update readme
Jun 26, 2024
83d2d20
Merge branch 'dev-csv-output' into june24-staging
Jun 26, 2024
45a3359
Merge branch 'debug-crlf-24' into june24-staging
Jun 26, 2024
8ca02ba
Merge branch 'dev-a11y-fixups' into june24-staging
Jun 26, 2024
4178791
Merge branch 'dev-time-validation' into june24-staging
Jun 26, 2024
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
68 changes: 1 addition & 67 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,67 +1 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
#* text=auto

# Declare txt files always be stored with Windows (CR+LF)
# line endings, overriding git.config settings.
text eol=crlf

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
Bigfoot-Bib-Report.txt eol=crlf
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
"editor.formatOnSave": false,
"editor.tabSize": 4,
"editor.insertSpaces": true,
"files.exclude": {
"Bigfoot-Bib-Report.txt": true,
},
"editor.wordWrap": "on",
}
Loading