The project "Printer Working Group web site repository.":
The branch, master has been updated
via 58fb390411f6e6efe0a42ea17790288a60b85118 (commit)
via bc89eb4993d41c46e69690e861e899311754c036 (commit)
via 746fefead17904c3fbb9f6c6149488eb7e6f436b (commit)
via 5ade9e0a9eb3e6e33266fd47b2ded7a288c62aa5 (commit)
from 898acd4e64be5d17d323a6836711826b57a959ff (commit)
- Log -----------------------------------------------------------------
commit 58fb390411f6e6efe0a42ea17790288a60b85118
Author: Michael Sweet <msweet at msweet-imac.local>
Date: Wed Oct 14 21:13:16 2015 -0400
Drop old submission DB class.
commit bc89eb4993d41c46e69690e861e899311754c036
Author: Michael Sweet <msweet at msweet-imac.local>
Date: Wed Oct 14 21:12:22 2015 -0400
Rest of the changes for the new self-cert process and search page.
commit 746fefead17904c3fbb9f6c6149488eb7e6f436b
Author: Michael Sweet <msweet at msweet-imac.local>
Date: Wed Oct 14 16:20:06 2015 -0400
Save work on IPP Everywhere self-cert overhaul.
commit 5ade9e0a9eb3e6e33266fd47b2ded7a288c62aa5
Author: Mike Sweet <msweet at apple.com>
Date: Fri Oct 9 15:48:46 2015 -0400
Start of changes to self-certification.
Update logos.
Update IPP pages.
Update HP company name on members page.
-----------------------------------------------------------------------
Summary of changes:
.htaccess | 2 +-
3d/pwg-3d-medium.png | Bin 13518 -> 12288 bytes
3d/pwg-3d-medium at 2x.png | Bin 26046 -> 24708 bytes
3d/pwg-3d.png | Bin 6507 -> 6154 bytes
3d/pwg-3d at 2x.png | Bin 12082 -> 11042 bytes
chair/meeting-info/meetings.html | 5 +-
dynamo/config/pwg.sql | 152 ++-----
dynamo/config/selfcert.sql | 40 ++
dynamo/config/test.sql | 73 +--
dynamo/eveprinters.php | 19 +-
dynamo/evesubmit.php | 253 +++++++++-
dynamo/phplib/auth.php | 16 +-
dynamo/phplib/db-organization.php | 20 +-
dynamo/phplib/db-printer.php | 188 +++++++-
dynamo/phplib/db-submission.php | 1015 -------------------------------------
dynamo/phplib/db-user.php | 32 +-
dynamo/phplib/site.php | 9 +-
ipp/everywhere.html | 4 +-
ipp/index.html | 15 +-
pwg-logos/members.html | 2 +-
20 files changed, 537 insertions(+), 1308 deletions(-)
create mode 100644 dynamo/config/selfcert.sql
delete mode 100644 dynamo/phplib/db-submission.php
--
Printer Working Group web site repository.