I would like to display top 10 contributors to a space in Confluence in the last year that have created, updated or removed pages.
There is some statistics on Browse Space > Activity, but only monthly, not yearly.
{topusers:spaces=space_name|events=create,update,remove|timespan=365d}
source: http://confluence.atlassian.com/display/CONFEXT/Confluence+Usage+Tracking+Plugin
example: http://wiki.openqa.org/display/WTR/Top+Wiki+Contributors (click Edit to see the code)
I have just finished some macro work
http://zhapu-road.appspot.com/2010/08/2/confluence-top-contributors-profile-picture-and-personal-contributors-ranking-in-Confluence.html
Related
I started to write an add-in for searching and viewing built in icons/images (imageMso) for the Office Fluent ribbon to find something suitable to add to new buttons. Yes, I know there are many out there, but I haven't found any particularly useful yet. I end up spending hours or days trying to find something that fits a purpose.
Does anyone know how the icons are stored or where they come from? Are they in a collection that is accessible and could be looped through along the lines of...?
For each img in imageMso
Loading them in manually, I have come up against a size limitation in VBA for the size of individual modules so would need to have many modules, then re-write when each version of office is released.
YES. There is a comprehensive Icon Gallery complete with control ID published by Microsoft here: 2010 MS Office Gallery
Once the file is downloaded, then Click to enable "edit".
Next, in the Ribbon, Click on: File-->, then Info. You'll then see "ImageMso 0" and ImageMso 1. Click on either to get the Gallery of iso Images for you to review.
Screen Shot of ISO Image Gallery in MS Word.
Sorry for the belated answer
Just for future reference, there is no imageMso collection available in Office. Neither will you find a definitive id list. You will have to side load custom UI control IDs and iterate over them yourself. As of today this might be the most up-to-date list:
https://learn.microsoft.com/en-us/openspecs/office_standards/ms-customui/fe2124a1-5aaa-4adf-b285-5d58da9d5e2a
Also, be aware that the IDs might change with each new office version. Some get added, some are obsoleted.
I would like to create a spreadsheet that I can refresh and pull in each weeks English premier League fixtures, each week I would like to refresh this and see the weeks future fixtures. I have tried to use the import function from Data/From Web and selected the box with the table of fixtures however no data gets pulled into the spreadsheet.
The website I am using is - "http://data.7m.com.cn/matches_data/92/en/index.shtml"
I am open to understand a better way of doing this import and also if there is a better website to use I am also happy to change. I have chosen this one as it seems to have the most simplified listing of the fixtures.
I have also tried this website - https://www.premierleague.com/fixtures
When the import completes it actually skips all the fixtures and returns all the other information.
Should i be looking to some of the HTML elements within the script of the web page to extract the data?
For example on the following site - https://www.premierleague.com/fixtures I am looking for a file received by the website that updates the fixtures each week (after some direction from Google) I hit the F12 command and look within the "Network" tab however I cant understand how the website, this or the others quoted create the weekly fixtures.
Any suggestions on how to pull this into Excel or another tool would be fantastic.
Welcome to [so]! it sounds like you haven't done as much research as you could have. Your first link, in the top corner has links to "Free Feed" which take you to customizable widgets and from there is a link to a customizable live template.The first page also has a link to "Data" , I'm not sure what that consists of or whether it will help (since I'm not much of a sports fan on my continent, and even less on yours!
As for importing into Excel, I didn't have an issue with the table I could see, but once again I'm not clear on what data you're trying to get and what you want to do with it.
On the ribbon's Data tab click From Web.
Enter the first URL from your question and hit Enter
When the Navigator window loads, click "Table 1" and then click Load.
Below is what Excel then automatically loaded as a table:
If instead of clicking Load, you were to click Edit then you are brought into the Power Query Editor, where you can customizable tons of stuff. The one I was interested in was Use First Row on Headers. After choosing that, and clicking Close & Load, and 30 seconds of formatting later I had:
With Power Query you can choose, remove, split, or combine columns from this or other tables. It's fairly advanced but you should be able to find a good Power Query tutorial online, to see examples of what you can do, to learn about other ways you can customize the import and/or analysis of the data.
Edit:
More Information:
Here are the instructions for all versions:
Office Support : Connect to a web page (Power Query)
I have one VuGen script(recorded script) which i need to execute with Virtual users. Currently i am able to import it and also found play button (after several attempts). But the problem is where should i need to mention the Virtual user number.
Provide some tutorial/ link for the latest ALM
Have a look at the default edit view for your test, the "Groups and Workload" tab in the Performance Test Designer window.
If you already added your script, you will find an entry for it in the "Groups" grid.
In that grid there's also a column for "Vusers". For yor script the value will be set to 1 by default. If you want to increase that number, just double-click on the grid to edit the value. Suprisingly, you won't that option in the script's Runtime Settings or any other dialog.
Best training site would be youtube :), as for how to add X amount of users, this is done in the controller, there you can schedule when the users start running, if all at once or every 1, 2, 3 minutes etc.
There are also companies that offer training when needed and help you with script development, google for iDeliver inc ;).
The question is in the subject, but understand when I sign in I always want to see these features.
There is also another huge security issue with anonymous visitors in sharepoint , the settings wheel at the top right lets you go to site contents, and lets you see all items with peoples names when they checked in and etc, very odd that all options are hidden except that one.
Thank you for your time in advance.
Michael
You can use SPSecurityTrimmedControl tag to hide desired options from the ribbon to only specific permission levels. Simply surround that part of the ribbon with this tag which you want to hide.
You can view below given link for more details about SPSecurityTrimmedControl and its usage.
http://www.infowisesolutions.com/blog/Comments.aspx?ArticleId=28
Cheers.
Using CruiseControl.net 1.6 i can no longer see the view statistics link on the view project page so cannot see the nice graphs containing details about the previous builds.
This feature worked in v1.5. Is there some setting I have to change? or a minimum number of builds before it shows the statistics graphs link?
-- Lee
Did you add <projectStatisticsPlugin xslFileName="xsl\StatisticsGraphs.xsl" /> to dashboard.config?
The line goes under dashboard > plugins > projectPlugins.