-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
90 lines (55 loc) · 2.27 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# _AzureGreenImporter_
## Changelog
### v2.3.0
- Enable the use of environment variables for the database access info
- Move and rename the generated files for updating the live server
- Update the README file for the new version
### v2.2.1
- Remove excess output to the import scripts
- Restore missing setup section to placements script
### v2.2.0
- Add use of environment variable to control 'date added' for historical imports
- Add more feedback to the user during file processing
- Restore file timestamping for downloads
- Utilize the file timestamp when archiving downloads
- Split database processing into phases for slower connections
- Name change of generated SQL for importing to the live database
- Name change for uploadable image archives
### v2.1.4
- Add small amount of progress reporting, esp. in image archive work
- Switch to use of `curl` over `wget`
- Switch to `https` for images, as AzureGreen now supports it
- Expand granularity on image archive names
### v2.1.3
- Handle image filenames with spaces in the image archives
- Handle image names in the `products` table with spaces in them
- Force the JPEG files to always use `.jpg` and force TIFF image files
to be `.tif`
### v2.1.2
- Fix new products with no stock and active status
### v2.1.1
- Add process for scraping the AzureGreen website for images they have not yet supplied
### v2.1.0
- Make processing tables in the 'local' database persistent
- Removed key from the `staging_categories_new` table
### v2.0.0
- Completely replaced the system for reasons given in the README file
- Better trapping for oddities in the data supplied by AzureGreen
- Reduced the MySQL permissions needed on the hosted database
- Filtered images to only include new images in the upload pack
- Improved data handling across the board
### v1.1.1
- Add notice to README that version 1 will be dead
### v1.1.0
- Add the prefix conversion to the automated Install script
### v1.0.4
- Convert the SQL license blocks to hash mark syntax
- Make all Bash and SQL license blocks identical
### v1.0.3
- Remove spurious lines added in the license block edits
### v1.0.2
- Correct package name in license blocks
### v1.0.1
- Added anchor files, `empty.txt` to force the creation of needed directories.
### v1.0.0
- Initial release