index
:
blaupload-search-phil
master
blatech/blaupload-search-phil/ import from blatech.co.uk from 04/02/2023
blatech
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-12-10
Move the check to a regex. Prevents a few loops
HEAD
master
Phil Burton
2015-12-10
Switch to use plain text url
Phil Burton
2015-12-10
Removed typo in stderr output
Phil Burton
2015-12-10
throw config/code errors to stderr
Phil Burton
2015-12-09
Only add red errors when they are config/code errors
Phil Burton
2015-12-09
Add error colour
Phil Burton
2015-12-09
(2.0.2) Add a global constant for version
Phil Burton
2015-12-09
(2.0.1) Set the version as global to make it more clear. Move to proper 3 tie...
Phil Burton
2015-12-09
Merge branch 'refactor' into 'master'
Phil Burton
2015-12-09
Add docblocking to functions
Phil Burton
2015-12-09
Added pagesize as a config option
Phil Burton
2015-12-09
moved everything into functions and structered things a little better
Phil Burton
2015-12-07
Merge branch 'help-version-args' into 'master'
Phil Burton
2015-12-07
switch the ifs for version and help so we use the same output method and add ...
Fbenas
2015-12-07
Clean up whitespace
Joe Robinson
2015-12-07
Newline at end of config
Joe Robinson
2015-12-07
Move newline at end of output to the correct place
Joe Robinson
2015-12-07
Add newline to end of output
Joe Robinson
2015-12-07
Removed \! from config value to fix output
Joe Robinson
2015-12-07
Make command in help output configurable
Joe Robinson
2015-12-07
Add more text to version output
Joe Robinson
2015-12-07
Quote the \n
Joe Robinson
2015-12-07
More missing ;s (In my defense I don't have php locally so I can't run this u...
Joe Robinson
2015-12-07
Missing (I am good at php yes)
Joe Robinson
2015-12-07
Missing ;
Joe Robinson
2015-12-07
Add help and version options
Joe Robinson
2015-12-05
Use a case insensitive search
Luke Bratch
2015-12-05
Add new line to end of file
Luke Bratch
2015-12-05
Use URL encoding on the output
Luke Bratch
2015-12-05
Delete superfluous index.php
Luke Bratch
2015-12-05
Add result number to output
Fbenas
2015-12-05
Removed multiline output.
Fbenas
2015-12-05
Allow use on other urls making password optional
Fbenas
2015-12-05
Add pagination
Fbenas
2015-12-05
Add stdin for search term and allow multiple words to search for
Fbenas
2015-12-05
Add a gitignore for live config
Fbenas
2015-12-05
Add files to allow search of blaupload.\n WIP.
Fbenas