| Name | Page Information Tools |
|---|---|
| Vendor | Adaptavist.com Ltd (Website) |
| Authors | Alain Moran, Guy Fraser |
| Homepage | http://confluence.atlassian.com/display/CONFEXT/Page+Information+Plugin |
| Issue Management | http://jira.adaptavist.com/browse/PIN |
| Continuous Integration | n/a |
| Categories | Content Macros |
| Most Recent Version | 1.2.9 |
| Availability | Confluence v2.6.0 to v2.10 |
| State | Stable |
| Support |
|
| License | Freeware / Open Source (BSD) |
| Price | Donate |
| Release Docs | http://confluence.atlassian.com/display/CONFEXT/Page+Information+Plugin |
| Java API Docs | n/a |
| Download Source | n/a |
| Download JAR | adaptavist-plugin-pageInfo-1.2.9.jar |
Description
The Page information macros allow you to insert various pieces of information about either the current page or a remote page, the version history macro allows you to present this data in a simple tabular layout.
More information can be found in our userguide
Plugin Versions
| Version | Date | State | License | Price |
|
|
23 Mar 2006 | Alpha | Freeware / Open Source (BSD) | Donate |
|
|
23 Mar 2006 | Alpha | Freeware / Open Source (BSD) | Donate |
|
|
24 Mar 2006 | Alpha | Freeware / Open Source (BSD) | Donate |
|
|
12 Apr 2006 | Beta | Freeware / Open Source (BSD) | Donate |
|
|
14 Jul 2006 | Beta | Freeware / Open Source (BSD) | Donate |
|
|
17 Oct 2006 | Beta | Freeware / Open Source (BSD) | Donate |
|
|
10 Jan 2007 | Stable | Freeware / Open Source (BSD) | Donate |
|
|
14 Jan 2007 | Stable | Freeware / Open Source (BSD) | Donate |
|
|
25 Jul 2007 | Stable | Freeware / Open Source (BSD) | Donate |
|
|
25 Jul 2007 | Stable | Freeware / Open Source (BSD) | Donate |
|
|
30 Aug 2007 | Stable | Freeware / Open Source (BSD) | Donate |
|
|
07 Sep 2007 | Stable | Freeware / Open Source (BSD) | Donate |
|
|
05 Nov 2007 | Stable | Freeware / Open Source (BSD) | Donate |
|
|
25 Oct 2008 | Stable | Freeware / Open Source (BSD) | Donate |


Comments (11)
Mar 23, 2006
Andy Armstrong says:
Interestingly I just got a request to add some of this information to the Metada...Interestingly I just got a request to add some of this information to the Metadata Plugin:
http://developer.atlassian.com/jira/browse/META-13
I wonder if we could combine forces on this one somehow, or whether it is okay to have very similar functionality in both.
Mar 23, 2006
Guy Fraser says:
Here's what we have so far (note that we're still ironing a few bugs out and the...Here's what we have so far (note that we're still ironing a few bugs out and the documentation isn't quite finished yet):
http://www.adaptavist.com/display/USERGUIDE/page-info+macro
http://www.adaptavist.com/display/USERGUIDE/version-history+macro
The page info macro is already overlapping with one of the codegeist entries: Contributors Plugin
Mar 23, 2006
Andy Armstrong says:
Thanks, Guy. What I'm imagining with metadata is: {metadata-value:Created Date...Thanks, Guy. What I'm imagining with metadata is:
{metadata-value:Created Date}or
{metadata-from:My Other Page|Created Date}You could then do a report:
{metadata-report:Status,Title,Creator,Created Date|sort=Created Date desc}So there will be some overlap, but as you say that goes with the territory.
Mar 23, 2006
Guy Fraser says:
Andy, it will be a dream to have those features in the metadata plugin so go ahe...Andy, it will be a dream to have those features in the metadata plugin so go ahead and add them - we'll be releasing the source code for our plugin in the next few days so feel free to grab any code that helps - if you want access to the code sooner, let us know. There seems to be some sort of over-caching happening with page versions however (it's also affected the Contributors Plugin).
If Brock Janiczak / Shannon Krebs are reading, would it be worth adding your macros to this page info plugin as then we'll have pretty much all bases covered
Also, did you overcome the caching bug with multiple instances on one page?
Mar 23, 2006
David Peterson [CustomWare] says:
And, they're available via the {content-info} macro in the Tracking Plugin tooAnd, they're available via the {content-info} macro in the Tracking Plugin too
Apr 06, 2006
Dick says:
is it possible to retrieve the pageid as well? This will be very useful to our s...is it possible to retrieve the pageid as well? This will be very useful to our site. Thanks
Apr 06, 2006
Guy Fraser says:
Yes, that should be quite simple to add as we already use that ID within the plu...Yes, that should be quite simple to add as we already use that ID within the plugin. How do you want it displayed - just as the CEO ID number?
Apr 09, 2006
Dick says:
What a great news to us! Actually we need the system generate a unique ident...What a great news to us! Actually we need the system generate a unique identification number for a page each time when it is created. (a standard's requirement) So what we are trying to do is to make a user macro, when user creates a page, s/he can use it to give the page an unique identification (because we believe pageid is unique). Pageid alone will make the id meaningless, so we will also append other prefixes to the id, e.g. {spacekey}{pageid}{pageversion}, so it is also possible that we can have a spacekey, pageid and pageversion marco? An example maybe, e.g. ACC23472v3, where ACC is the space key for account department, and the current page version is 3. Thanks millions!
Sep 05, 2006
Alain Moran says:
Sorry for the lack of updated documentation (the context help is upto date, howe...Sorry for the lack of updated documentation (the context help is upto date, however I'm not sure the USERGUIDE page has kept up) the two modes you are after are called 'pageid' and 'current-version' .. I'm not sure if there is a way of getting the space key from any other plugin, but page-info doesnt currently do that (it could tho
{page-info:pageid} {page-info:current-version}Jan 09, 2008
Jim Dibble says:
I get the following error when I try to use the page-info macro: Error formatti...I get the following error when I try to use the page-info macro:
Error formatting macro: page-info: java.lang.IncompatibleClassChangeError: org/joda/time/format/DateTimeFormat.forPattern(Ljava/lang/String;)Lorg/joda/time/format/DateTimeFormatter;
Note that I don't get this error on my wiki test server (Windows running Confluence Standalone 2.7 with Sun's Java HotSpot JDK 1.5.0_11).
But, I do get this error on my wiki production server (RedHat Linux running Confluence Standalone 2.5 with IBM's J9 VM (J2RE 1.5.0)).
I am planning on upgrading my production server to Confluence 2.7 this weekend, so I can check again next week. But, I was wondering whether this class change error has to do with the JDK version or vendor.
Jan 09, 2008
Jim Dibble says:
After looking at the plugin header information, I see that this plugin support v...After looking at the plugin header information, I see that this plugin support v2.6 and v2.7. So, I'll try this again once I've completed my production upgrade to 2.7.