[Skip to Content]
homehome
contact CTIcontact
feedrss

Recent Development Log Entries


kylehuff pushed to webpg-firefox/master 2012-09-23 12:23:19

Repository: webpg-firefox

* Replaced jQuery reference from $() to jQuery() to preserve option to remove jQuery from the global scope

  • Changed how some elements are created
  • Fixed issue with key selection dialog positioning
  • Added some data escape/sanitization
Files modified:
  • extension/XULContent/firefoxOverlay.xul
  • extension/about.js
  • extension/background.js
  • extension/dialog.js
  • extension/error.html
  • extension/error.js
  • extension/gmail.js
  • extension/inline.js
  • extension/key_manager.js
  • extension/options.js
  • extension/utils.js
  • extension/webpg_overlay.js
  • extension/webpg_results.js

kylehuff pushed to webpg-chrome/master 2012-09-23 12:23:14

Repository: webpg-chrome

* Replaced jQuery reference from $() to jQuery() to preserve option to remove jQuery from the global scope

  • Fixed issue with key selection dialog positioning
  • Added some data escape/sanitization
Files modified:
  • extension/about.js
  • extension/background.js
  • extension/browser_action_menu.js
  • extension/dialog.js
  • extension/error.html
  • extension/error.js
  • extension/gmail.js
  • extension/inline.js
  • extension/key_manager.js
  • extension/manifest.json
  • extension/options.js
  • extension/utils.js
  • extension/webpg_overlay.js
  • extension/webpg_results.js

kylehuff pushed to webpg-chrome/v0.8 2012-09-23 12:23:14

Repository: webpg-chrome

.gitignore child/ folder (contains gh-pages branch)

    Files modified:
    • .gitignore

    * Replaced jQuery reference from $() to jQuery() to preserve option to remove jQuery from the global scope

    • Fixed issue with key selection dialog positioning
    • Added some data escape/sanitization
    Files modified:
    • extension/about.js
    • extension/background.js
    • extension/browser_action_menu.js
    • extension/dialog.js
    • extension/error.html
    • extension/error.js
    • extension/gmail.js
    • extension/inline.js
    • extension/key_manager.js
    • extension/manifest.json
    • extension/options.js
    • extension/utils.js
    • extension/webpg_overlay.js
    • extension/webpg_results.js

    kylehuff pushed to webpg-npapi/v0.6 2012-09-23 10:40:41

    Repository: webpg-npapi

    Added some inline documentation

      Files modified:
      • webpgPlugin/webpgPluginAPI.cpp
      • webpgPlugin/webpgPluginAPI.h

      Removed useless if statement

        Files modified:
        • webpgPlugin/webpgPluginAPI.cpp

        kylehuff pushed to webpg-npapi/master 2012-09-23 10:40:41

        Repository: webpg-npapi

        Removed useless if statement

          Files modified:
          • webpgPlugin/webpgPluginAPI.cpp

          kylehuff pushed to webpg-npapi/master 2012-09-09 14:38:19

          Repository: webpg-npapi

          Added some inline documentation

            Files modified:
            • webpgPlugin/webpgPluginAPI.cpp
            • webpgPlugin/webpgPluginAPI.h

            none pushed to webpg-firefox/master 2012-09-08 21:04:55

            Repository: webpg-firefox

            Release v0.8.5

            • Added rough gmail support [EXPERIMENTAL]
            • Moved to webpg-npapi v0.6.1 (fixes issues with error reporting, gpg2)
            • Better handling of Keys (import and display)
            • Added support for Symmetric encryption
            • Added base support for thunderbird
            Files added:
            • AUTHORS
            • README
            • extension/XULContent/thunderbirdOverlay.xul
            • extension/gmail.js
            • extension/skin/gmail_overlay.css
            • plugins/npwebpg-extonly-v0.6.1-Darwin_x86-gcc3.plugin/Contents/Info.plist
            • plugins/npwebpg-extonly-v0.6.1-Darwin_x86-gcc3.plugin/Contents/MacOS/webpgPlugin
            • plugins/npwebpg-extonly-v0.6.1-Darwin_x86-gcc3.plugin/Contents/Resources/English.lproj/InfoPlist.strings
            • plugins/npwebpg-extonly-v0.6.1-Darwin_x86-gcc3.plugin/Contents/Resources/English.lproj/Localized.rsrc
            • plugins/npwebpg-extonly-v0.6.1-Linux_x86-gcc3.so
            • plugins/npwebpg-extonly-v0.6.1-Linux_x86_64-gcc3.so
            • plugins/npwebpg-extonly-v0.6.1-WINNT_x86-msvc.dll
            Files modified:
            • .gitignore
            • chrome.manifest
            • config_build.sh
            • defaults/preferences/webpg-firefox.js
            • extension/XULContent/firefoxOverlay.xul
            • extension/XULContent/options.xul
            • extension/background.js
            • extension/dialog.js
            • extension/inline.js
            • extension/key_manager.js
            • extension/options.html
            • extension/options.js
            • extension/preferences.js
            • extension/utils.js
            • extension/webpg_overlay.js
            • extension/webpg_results.js
            • extension_tests/various_tests.html
            • generate_docs.sh
            • install.rdf
            Files removed:
            • plugins/npwebpg-extonly-v0.5.9-Darwin_x86-gcc3.plugin/Contents/MacOS/webpgPlugin
            • plugins/npwebpg-extonly-v0.5.9-Linux_x86-gcc3.so
            • plugins/npwebpg-extonly-v0.5.9-Linux_x86_64-gcc3.so
            • plugins/npwebpg-extonly-v0.5.9-WINNT_X86-msvc.dll
            • plugins/npwebpg-extonly-v0.5.9-Darwin_x86-gcc3.plugin/Contents/Info.plist
            • plugins/npwebpg-extonly-v0.5.9-Darwin_x86-gcc3.plugin/Contents/Resources/English.lproj/InfoPlist.strings
            • plugins/npwebpg-extonly-v0.5.9-Darwin_x86-gcc3.plugin/Contents/Resources/English.lproj/Localized.rsrc

            Version 0.8.6

            • Fixed issue with signing keys
            • Cleaned up some areas where we set innerHTML
            Files modified:
            • config_build.sh
            • extension/gmail.js
            • extension/inline.js
            • extension/key_manager.js
            • extension/webpg_overlay.js
            • extension/webpg_results.js
            • install.rdf

            Changes for version 0.8.7

            • Fixed bug in key generation dialog
            • Added feature to filter/search keylist
            • Cleaned up un-needed global variables
            Files modified:
            • config_build.sh
            • extension/key_manager.html
            • extension/key_manager.js
            • extension/utils.js
            • extension/webpg_overlay.js
            • install.rdf

            kylehuff pushed to webpg-chrome/gh-pages 2012-09-08 17:06:36

            Repository: webpg-chrome

            Create gh-pages branch via GitHub

              Files added:
              • javascripts/scale.fix.js
              • stylesheets/styles.css
              Files modified:
              • index.html
              • params.json
              • stylesheets/pygment_trac.css
              Files removed:
              • README.textile
              • images/bg_hr.png
              • images/blacktocat.png
              • images/icon_download.png
              • images/sprite_download.png
              • javascripts/main.js
              • stylesheets/stylesheet.css

              kylehuff pushed to webpg-chrome/master 2012-09-08 16:30:08

              Repository: webpg-chrome

              .gitignore child/ folder (contains gh-pages branch)

                Files modified:
                • .gitignore

                kylehuff pushed to webpg-chrome/gh-pages 2012-09-08 16:29:55

                Repository: webpg-chrome

                gh-pages README added

                  Files added:
                  • README.textile

                  kylehuff pushed to webpg-chrome/v0.8 2012-09-08 15:49:29

                  Repository: webpg-chrome

                  Changes for version 0.8.7

                  • Fixed bug in key generation dialog; closes #60
                  • Added feature to filter/search keylist; closes #61
                  • Cleaned up un-needed global variables
                  Files modified:
                  • extension/key_manager.html
                  • extension/key_manager.js
                  • extension/manifest.json
                  • extension/utils.js
                  • extension/webpg_overlay.js

                  kylehuff pushed to webpg-chrome/master 2012-09-08 15:49:28

                  Repository: webpg-chrome

                  Changes for version 0.8.7

                  • Fixed bug in key generation dialog; closes #60
                  • Added feature to filter/search keylist; closes #61
                  • Cleaned up un-needed global variables
                  Files modified:
                  • extension/key_manager.html
                  • extension/key_manager.js
                  • extension/manifest.json
                  • extension/utils.js
                  • extension/webpg_overlay.js

                  kylehuff pushed to webpg-chrome/v0.8.6 2012-09-04 16:21:39

                  Repository: webpg-chrome

                  kylehuff pushed to webpg-chrome/v0.8 2012-09-04 16:21:37

                  Repository: webpg-chrome

                  Version 0.8.6

                  • Fixed issue with signing keys
                  • Cleaned up some areas where we set innerHTML
                  Files modified:
                  • extension/gmail.js
                  • extension/inline.js
                  • extension/key_manager.js
                  • extension/manifest.json
                  • extension/webpg_overlay.js
                  • extension/webpg_results.js

                  kylehuff pushed to webpg-chrome/master 2012-09-04 16:21:36

                  Repository: webpg-chrome

                  Version 0.8.6

                  • Fixed issue with signing keys
                  • Cleaned up some areas where we set innerHTML
                  Files modified:
                  • extension/gmail.js
                  • extension/inline.js
                  • extension/key_manager.js
                  • extension/manifest.json
                  • extension/webpg_overlay.js
                  • extension/webpg_results.js

                   
                  mod_python  gpgAuth Enabled