Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pklaus/IntranetSubNetwork
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2
Choose a base ref
...
head repository: pklaus/IntranetSubNetwork
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: HEAD
Choose a head ref
  • 18 commits
  • 9 files changed
  • 2 contributors

Commits on Apr 26, 2012

  1. Configuration menu
    Copy the full SHA
    b61c00c View commit details
    Browse the repository at this point in the history
  2. Updated the readme and removed the spreadsheet

    * Spreadsheet is not needed anymore (since the IPv6 patch).
    pklaus committed Apr 26, 2012
    Configuration menu
    Copy the full SHA
    e6304ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ab0037 View commit details
    Browse the repository at this point in the history
  4. v0.3 finished

    also updated website and maintainer of Plugin
    pklaus committed Apr 26, 2012
    Configuration menu
    Copy the full SHA
    ed94c18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81a7d12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a459e2d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    992624a View commit details
    Browse the repository at this point in the history
  8. German translation: corrected

    pklaus committed Apr 26, 2012
    Configuration menu
    Copy the full SHA
    abfd74b View commit details
    Browse the repository at this point in the history
  9. Massive cleanup

    I compared the code of the plugin to the latest code of the Provider
    plugin. A lot of the functions now removed was just there because the
    template this plugin derived from (Provider) used them.
    pklaus committed Apr 26, 2012
    Configuration menu
    Copy the full SHA
    aa05cd4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    194d326 View commit details
    Browse the repository at this point in the history
  11. Name of binary blobs to be archived changed

    Attention! When updating to this version, you have to throw away the
    archived tables in your Piwik database.
    pklaus committed Apr 26, 2012
    Configuration menu
    Copy the full SHA
    98bc79f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3fc6fdf View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2012

  1. Configuration menu
    Copy the full SHA
    c583ead View commit details
    Browse the repository at this point in the history

Commits on May 31, 2012

  1. v0.4.2 - Now supporting getRowEvolutionPopover

    The trendline popover for individual metrics is now supported by this
    plugin. We needed to add the hook API.getReportMetadata to the plugin to
    make this work (the result of wich can be seen by looking at
    http://demo.piwik.org/?module=API&method=API.getReportMetadata&format=xml&token_auth=anonymous
    - adjust to your piwik installation accordingly).
    pklaus committed May 31, 2012
    Configuration menu
    Copy the full SHA
    4003c95 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2012

  1. Adding a % Column

    The only thing I don't like:
    In IntranetSubNetwork.php i have to add the metrics for unique visitors and for visits but
    only one is available at a time (when viewing the row evolution).
    Is there some magic involved with how this is coped with for the regular nb_visits and
    nb_uniq_visitors ?
    pklaus committed Jun 18, 2012
    Configuration menu
    Copy the full SHA
    11d247f View commit details
    Browse the repository at this point in the history
  2. No more magic for different percentages

    We always display the percentage concerning Visits,
    not Unique Visitors. This makes things cleaner.
    pklaus committed Jun 18, 2012
    Configuration menu
    Copy the full SHA
    1c3fe5c View commit details
    Browse the repository at this point in the history
  3. Bumping Version to 0.5

    pklaus committed Jun 18, 2012
    Configuration menu
    Copy the full SHA
    625d31a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2013

  1. Configuration menu
    Copy the full SHA
    50483c1 View commit details
    Browse the repository at this point in the history
Loading