Recent Development Log Entries
kylehuff pushed to webpg-npapi/v0.6 2012-10-08 13:52:46
Repository: webpg-npapi
Testing a Makefile and TravisCI
Files added:
- .travis.yml
- Makefile
Add language to Travis
Files modified:
- .travis.yml
More Travis testing
Files modified:
- .travis.yml
Changes per kylehuff in GH-23
Files modified:
- Makefile
Merge branch 'master' of github.com:kylehuff/webpg-npapi
Files modified:
- firebreath
Merge pull request #23 from darkpixel/master
Files added:
- Crappy Makefile and TravisCI Testing
- .travis.yml
- Makefile
Spruced up Makefile to handle different platforms
Files modified:
- Makefile
Merge branch 'v0.6' of github.com:kylehuff/webpg-npapi into v0.6
kylehuff pushed to webpg-npapi/master 2012-10-08 13:39:46
Repository: webpg-npapi
Spruced up Makefile to handle different platforms
Files modified:
- Makefile
kylehuff pushed to webpg-npapi/master 2012-10-08 13:38:00
Repository: webpg-npapi
Testing a Makefile and TravisCI
Files added:
- .travis.yml
- Makefile
Add language to Travis
Files modified:
- .travis.yml
More Travis testing
Files modified:
- .travis.yml
Changes per kylehuff in GH-23
Files modified:
- Makefile
Merge pull request #23 from darkpixel/master
Files added:
- Crappy Makefile and TravisCI Testing
- .travis.yml
- Makefile
kylehuff pushed to webpg-npapi/v0.6 2012-10-08 13:36:43
Repository: webpg-npapi
Minor changes
Files modified:
- Replaced exit calls in getKeyList with error_map returns
- Fixed typo in the inline docs
- Refreshed firebreath submodule to branch firebreath-1.6
- webpgPlugin/webpgPluginAPI.cpp
Minor changes
Files modified:
- Replaced exit calls in getKeyList with error_map returns
- Fixed typo in the inline docs
- Refreshed firebreath submodule to branch firebreath-1.6
- firebreath
Merge branch 'v0.6' of github.com:kylehuff/webpg-npapi into v0.6
kylehuff pushed to webpg-npapi/master 2012-10-08 13:35:58
Repository: webpg-npapi
Minor changes
Files modified:
- Replaced exit calls in getKeyList with error_map returns
- Fixed typo in the inline docs
- Refreshed firebreath submodule to branch firebreath-1.6
- webpgPlugin/webpgPluginAPI.cpp
Merge branch 'master' of github.com:kylehuff/webpg-npapi
Files modified:
- firebreath
kylehuff pushed to webpg-npapi/v0.6 2012-10-08 11:05:22
Repository: webpg-npapi
Cleaned up README
Files modified:
- README
Added .md extension to README.
Files added:
- For nice Github rendering.
Files removed:
- README.md
- README
Updated README.md formatting
Files modified:
- README.md
Added cmake, gpgme, and libgpg-error site links
Files modified:
- README.md
Added prerequisites section to README.
Files modified:
- README.md
Updated GnuPG capitalization
Files modified:
- README.md
Added links to NPAPI and FireBreath.
Files modified:
- README.md
Removed obsolete line per @kylehuff
Files modified:
- README.md
Merge pull request #24 from rca/24-readme_getting_started
Files added:
- Invalid crypto engine on OS X Mountain Lion (Safari, Chrome, and FF)
Files removed:
- README.md
- README
Minor changes
Files modified:
- Replaced exit calls in getKeyList with error_map returns
- Fixed typo in the inline docs
- Refreshed firebreath submodule to branch firebreath-1.6
- firebreath
- webpgPlugin/webpgPluginAPI.cpp
kylehuff pushed to webpg-npapi/master 2012-10-08 11:05:13
Repository: webpg-npapi
Minor changes
Files modified:
- Replaced exit calls in getKeyList with error_map returns
- Fixed typo in the inline docs
- Refreshed firebreath submodule to branch firebreath-1.6
- firebreath
- webpgPlugin/webpgPluginAPI.cpp
kylehuff pushed to webpg-npapi/master 2012-10-06 12:52:53
Repository: webpg-npapi
Cleaned up README
Files modified:
- README
Added .md extension to README.
Files added:
- For nice Github rendering.
Files removed:
- README.md
- README
Updated README.md formatting
Files modified:
- README.md
Added cmake, gpgme, and libgpg-error site links
Files modified:
- README.md
Added prerequisites section to README.
Files modified:
- README.md
Updated GnuPG capitalization
Files modified:
- README.md
Added links to NPAPI and FireBreath.
Files modified:
- README.md
Removed obsolete line per @kylehuff
Files modified:
- README.md
Merge pull request #24 from rca/24-readme_getting_started
Files added:
- Invalid crypto engine on OS X Mountain Lion (Safari, Chrome, and FF)
Files removed:
- README.md
- README
kylehuff pushed to webpg-firefox/master 2012-10-01 15:35:22
Repository: webpg-firefox
Changes for v0.8.8
Files added:
- Fixed gmail integration not loading
- Fixed Send Button override for gmail integration; closes #62;
- Fixed issue that made it impossible to sign a UID in the search results; closes #63
- Added user preference to sign outgoing email in gmail by default; closes #64
- Improved load time and removed un-needed gmail_integration checks
- Added very basic and unfriendly thunderbird support (sign only)
- Changed utility method webpg.utils.onRequest to webpg.utils._onRequest to in order to pass validation for addons.mozilla.org, which erroneously detects this as a handleEvent call, not a user defined method. Lame.
Files modified:
- extension/XULContent/thunderbird/composeOverlay.js
- extension/XULContent/thunderbird/composeOverlay.xul
- extension/XULContent/thunderbird/thunderbirdOverlay.xul
- extension/XULContent/thunderbird/thunderbirdUtils.js
Files removed:
- chrome.manifest
- config_build.sh
- defaults/preferences/webpg-firefox.js
- extension/background.js
- extension/gmail.js
- extension/key_manager.js
- extension/options.html
- extension/options.js
- extension/preferences.js
- extension/skin/overlay.css
- extension/utils.js
- extension/webpg_overlay.js
- extension/webpg_results.js
- install.rdf
- extension/XULContent/thunderbirdOverlay.xul
Merge branch 'master' of github.com:kylehuff/webpg-firefox
kylehuff pushed to webpg-chrome/v0.8 2012-10-01 15:34:24
Repository: webpg-chrome
Changes for v0.8.8
Files modified:
- Fixed gmail integration not loading
- Fixed Send Button override for gmail integration; closes #62;
- Fixed issue that made it impossible to sign a UID in the search results; closes #63
- Added user preference to sign outgoing email in gmail by default; closes #64
- Improved load time and removed un-needed gmail_integration checks
- Changed utility method webpg.utils.onRequest to webpg.utils._onRequest to in order to pass validation for addons.mozilla.org, which erroneously detects this as a handleEvent call, not a user defined method. Lame.
- extension/background.js
- extension/gmail.js
- extension/key_manager.js
- extension/manifest.json
- extension/options.html
- extension/options.js
- extension/preferences.js
- extension/skin/overlay.css
- extension/utils.js
- extension/webpg_overlay.js
- extension/webpg_results.js
Merge branch 'v0.8' of github.com:kylehuff/webpg-chrome into v0.8
kylehuff pushed to webpg-chrome/master 2012-10-01 15:33:28
Repository: webpg-chrome
Changes for v0.8.8
Files modified:
- Fixed gmail integration not loading
- Fixed Send Button override for gmail integration; closes #62;
- Fixed issue that made it impossible to sign a UID in the search results; closes #63
- Added user preference to sign outgoing email in gmail by default; closes #64
- Improved load time and removed un-needed gmail_integration checks
- Changed utility method webpg.utils.onRequest to webpg.utils._onRequest to in order to pass validation for addons.mozilla.org, which erroneously detects this as a handleEvent call, not a user defined method. Lame.
- extension/background.js
- extension/gmail.js
- extension/key_manager.js
- extension/manifest.json
- extension/options.html
- extension/options.js
- extension/preferences.js
- extension/skin/overlay.css
- extension/utils.js
- extension/webpg_overlay.js
- extension/webpg_results.js
Merge branch 'master' of github.com:kylehuff/webpg-chrome
kylehuff pushed to webpg-firefox/master 2012-10-01 14:50:11
Repository: webpg-firefox
Changes for v0.8.8
Files added:
- Fixed gmail integration not loading
- Fixed Send Button override for gmail integration; closes #62;
- Fixed issue that made it impossible to sign a UID in the search results; closes #63
- Added user preference to sign outgoing email in gmail by default; closes #64
- Improved load time and removed un-needed gmail_integration checks
- Added very basic and unfriendly thunderbird support (sign only)
Files modified:
- extension/XULContent/thunderbird/composeOverlay.js
- extension/XULContent/thunderbird/composeOverlay.xul
- extension/XULContent/thunderbird/thunderbirdOverlay.xul
- extension/XULContent/thunderbird/thunderbirdUtils.js
Files removed:
- chrome.manifest
- config_build.sh
- defaults/preferences/webpg-firefox.js
- extension/background.js
- extension/gmail.js
- extension/key_manager.js
- extension/options.html
- extension/options.js
- extension/preferences.js
- extension/skin/overlay.css
- install.rdf
- extension/XULContent/thunderbirdOverlay.xul
kylehuff pushed to webpg-chrome/v0.8 2012-10-01 14:49:59
Repository: webpg-chrome
Changes for v0.8.8
Files modified:
- Fixed gmail integration not loading
- Fixed Send Button override for gmail integration; closes #62;
- Fixed issue that made it impossible to sign a UID in the search results; closes #63
- Added user preference to sign outgoing email in gmail by default; closes #64
- Improved load time and removed un-needed gmail_integration checks
- extension/background.js
- extension/gmail.js
- extension/key_manager.js
- extension/manifest.json
- extension/options.html
- extension/options.js
- extension/preferences.js
- extension/skin/overlay.css
kylehuff pushed to webpg-chrome/master 2012-10-01 14:49:58
Repository: webpg-chrome
Changes for v0.8.8
Files modified:
- Fixed gmail integration not loading
- Fixed Send Button override for gmail integration; closes #62;
- Fixed issue that made it impossible to sign a UID in the search results; closes #63
- Added user preference to sign outgoing email in gmail by default; closes #64
- Improved load time and removed un-needed gmail_integration checks
- extension/background.js
- extension/gmail.js
- extension/key_manager.js
- extension/manifest.json
- extension/options.html
- extension/options.js
- extension/preferences.js
- extension/skin/overlay.css