question
dict | answers
listlengths 1
27
| url
stringlengths 66
601
| tags
sequencelengths 1
15
⌀ |
---|---|---|---|
{
"author": "Carola Buenz",
"title": "Box to Copy Code / Embed HTML or JavaScript in Confluence",
"body": "Hi,\n\nim using confluence and like to embed an \"Copy Box\" - a box which contains Text oder Code, which is automatically copied to my clipboard by clicking on a button. Like this: <http://davidwalsh.name/clipboard>\n\nIs this possible?\n\nThanks for help!\n\nCarol\n"
} | [
{
"author": "ltmacbank",
"body": "You just need to create a html macro and embed the below in it, replacing the text in the pre section with what you want on your page to be copied.\n\n```\n<!-- 1. Define some markup --><pre id=\"foo\" style=\"border:1px solid Grey; display: inline-block;\">some textsome text </pre> <!-- Trigger --><button class=\"btn\" data-clipboard-target=\"#foo\" alt=\"Copy to clipboard\">Copy to Clipboard</button> <!-- 2. Include library --><script type=\"text/javascript\" src=\"https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.5.16/clipboard.min.js\"></script> <!-- 3. Instantiate clipboard by passing a string selector --><script> var clipboard = new Clipboard('.btn'); clipboard.on('success', function(e) { console.log(e);}); clipboard.on('error', function(e) { console.log(e);}); </script>\n```\n",
"comments": [
{
"author": "FDMatthias",
"body": "I had to put this in an html macro like you said, but as unicode and not as html character codes. Probably because of an update in confluence.\n\nI also splitted it up so i can add the needed scripts at the top of the page and then use it everywhere i want in the page.\n\nIn addition, I replaced the text of the copy button to an icon to save space and make it more attractive if you have like 10 of these buttons on a page.\n\nFinal result for those who want it:\n\n\\[HTML MACRO\\]\n\n```\n<!-- 1. Include libraries -->\n<!-- 1a. Include font-awesome for the copy icon -->\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css\"> \n<!-- 1b. Include the copy library -->\n<script type=\"text/javascript\" src=\"https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.5.16/clipboard.min.js\"></script> \n\n<!-- 2. Instantiate clipboard by passing a string selector --> \n<script> \nvar clipboard = new Clipboard('.btn'); \nclipboard.on('success', function(e) { console.log(e); }); \nclipboard.on('error', function(e) { console.log(e); }); \n</script>\n```\n\n\\[/HTML MACRO\\]\n\nand then I can use it everywhere with the following\n\n\\[HTML MACRO\\]\n\n```\n<!-- 3. Define some markup -->\n<pre id=\"foo\" style=\"border:1px solid Grey; display: inline-block;\"> some text some text </pre> \n<!-- Trigger --> \n<button class=\"btn\" data-clipboard-target=\"#foo\" alt=\"Copy to clipboard\"><i class=\"fa fa-copy\"></i></button>\n```\n\n\\[/HTML MACRO\\]\n\n\\[HTML MACRO\\]\n\n```\n<!-- 3. Define some markup -->\n<pre id=\"bar\" style=\"border:1px solid Grey; display: inline-block;\"> some other text some other text </pre> \n<!-- Trigger --> \n<button class=\"btn\" data-clipboard-target=\"#bar\" alt=\"Copy to clipboard\"><i class=\"fa fa-copy\"></i></button>\n```\n\n\\[/HTML MACRO\\]\n"
},
{
"author": "Haas",
"body": "This looks cool. However, since there is no possibility to create your own macros on the cloud version, I wonder if there is any other way to achieve this.\n"
}
]
},
{
"author": "testy me",
"body": "Interesting .\n",
"comments": [
{
"author": "Nemanja Radevic",
"body": "Just wondering did this work for anyone that has tested it?\n\nI tried to create the user macro as suggested and the comments \n`## Macro title: copy-textarea` \n`## Macro has a body: Y` \n`## Body processing: Unrendered` \n`## Output: Selected output option` \n`##` \n`## Developed by: Him` \n`## Date created: 2011-10-06` \n`## Installed by: My Name` \n`## This is a Copy to Clipboard macro` \nThe above are just comments right? they have nothing to do with the actual name of the plugin...i named mine copytoclipboard \nbut it never appeared in my option when i clicked insert macro \nplease advice\n"
},
{
"author": "Bosco Fernandes",
"body": "You would need to set the macro parameters## @param MYNAME:title=MY TITLE\\|type=MY TYPE\\|desc=MY DESCRIPTION\\|required=true\\|multiple=true\\|default=MY DEFAULT VALUE\n"
}
]
},
{
"author": "David at David Simpson Apps",
"body": "If this is something you'd like to do quickly, attach the JavaScript and SWF files to a publically accessible Confluence page and create a user macro...\n\nSomething like this (untested) seems reasonable:\n\n```\n## Macro title: copy-textarea## Macro has a body: Y## Body processing: Unrendered## Output: Selected output option#### Developed by: Him## Date created: 2011-10-06## Installed by: My Name## This is a Copy to Clipboard macro<script src=\"https://davidwalsh.name/dw-content/ZeroClipboard.js></script><textarea name=\"box-content\" id=\"box-content\" rows=\"5\" cols=\"70\">$body</textarea><p><input type=\"button\" id=\"copy\" name=\"copy\" value=\"Copy to Clipboard\" /></p>\n```\n\nAmend \"[https://davidwalsh.name/dw-content/ZeroClipboard.js](http://davidwalsh.name/dw-content/ZeroClipboard.js)\" to wherever you've uploaded the JS to\n",
"comments": [
{
"author": "Carola Buenz",
"body": "Hi,\n\nthanks, but i have no rights to create a new user macro - is there any other way?\n\nCarol\n"
},
{
"author": "David at David Simpson Apps",
"body": "Carol, without admin rights, you're likely in trouble. Perhaps you could ask an administrator?\n"
},
{
"author": "Davin Studer",
"body": "Here is link to the ZeroClipboard project ... rather than to David Walsh.\n\n[](http://zeroclipboard.org/)<http://zeroclipboard.org/>\n"
},
{
"author": "Andres Leon-Rangel",
"body": "is been 4 years and the page says that the project will come soon. Any idea of how useful this is?\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Box-to-Copy-Code-Embed-HTML-or-JavaScript-in-Confluence/qaq-p/258159 | null |
{
"author": "James McCarthy",
"title": "Can't seem to export my MindTouch wiki with UWC",
"body": "Hello everyone,\n\nWe are trying to export our old MindTouch (Dekiwiki) information so that we can import in to confluence, but we are having some issues. I will include my config and error information below:\n\nWhen I don't include the :8443 in the url.base, it doesn't connect at all. It gives me a 404 error. When I set my config to be below it gets past the 404 and then gives an error of\n\n\"2011-10-05 11:12:42,423 INFO \\[Thread-4\\] - Exporting Mindtouch... \n2011-10-05 11:12:42,424 INFO \\[Thread-4\\] - Getting page tree. \n2011-10-05 11:12:43,611 INFO \\[Thread-4\\] - basic authentication scheme selected \n2011-10-05 11:12:43,612 INFO \\[Thread-4\\] - No credentials available for BASIC 'DekiWiki'@wiki.myurl.com:8443 \n2011-10-05 11:12:43,612 ERROR \\[Thread-4\\] - Problem encountered when making rest call: 401: HTTP/1.1 401 Unauthorized \n2011-10-05 11:12:43,612 ERROR \\[Thread-4\\] - Problem occured when making rest request to: [https://wiki.myurl.com:8443/@api/deki/pages/?authenticate=true\"](https://wiki.myurl.com:8443/%40api/deki/pages/?authenticate=true%22)\n\nWith the below config I get the above error:\n\nurl.base=https://wiki.myurl.com:8443 \n## Port used by your Mindtouch. Default is 8443. \nurl.port=8443\n\nI have verified that the link above in my url.base returns a login prompt in the browser. When I fill in the login credentials, it connects and gives me the correct xml page with a list of all of our wiki pages.\n\nCan anyone suggest anything here? We are running with ldap disabled and only using local authentication for the wiki and I have verified the login credentials are correct in the config.\n\nI'm not sure how to tell what version of REST api we are using but MindTouch is version 9.12.3.\n\nThanks in advance for any help!!\n"
} | [
{
"author": "Laura Kolker",
"body": "> It goes through every page, thousands, but doesn't create anything locally. I'm still working on it but we shal see..\n>\n> The log is flooded with these entries and it goes through all of our pages and ends with an error. Nothing gets created in the directory I specify. I made sure that the directory has full read and write access.\n\nHave you tried grepping the log for 404s? If there are missing attachments in your mindtouch that still have links to them, sometimes this triggers a fatal problem. It's not something I was ever able to reproduce, and my attempts to fix it without a platform on which to debug didn't end up working. Once in a while, someone will tell me they arranged a fix, but unfortunately, no patches submitted to date. So, if you see 404 errors in the log, use the accompanying info to look for the bad links so you can clean up the mindtouch data. It can be a bit of a chore, but upside: your data's gotten a scrubbing before migration.\n\n<br />\n\nIf you don't see 404s, then unfortunately, I'm out of ideas.\n",
"comments": [
{
"author": "James McCarthy",
"body": "Yeah, I don't see any 404's anywhere. Though at the end of the log now I'm getting a \"can't create directory\" type of error. This is after 10 minutes of it running through each page. It's not getting to the point where its creating the mindtouch export directory inside of the folder I tell it to. It's like its going through the process but skipping the part where it copies the data to a new directory. I'm assuming AppFusions would offer a service to help with our issue right now but it would cost a significant amount of money, yes? :0)\n\nPlease advise if you can, if not, totally understandable.\n\nThanks!\n"
},
{
"author": "James McCarthy",
"body": "Well, I think I got it to the point where it now exports all pages until the first one with attachments. Then it quits. So I'm thinking about just downloading all of the attachments manually and removing them from the pages? Not sure if that's a valid train of thought or not... At this point, I think I'm just thinking out loud.\n\nThanks again!\n"
},
{
"author": "James McCarthy",
"body": "As a side note and for future reference, it seems that I was able to get past most of the issues. It looks like the program was having an issue with any attachments OR pages that had been restored inside of MindTouch. My solution was to go back in and delete those attachments or pages and run the script again. It's actually really easy to do that with a large site by just searching for: (restored) in your MindTouch wiki. This brings up every page with an attachment that has been restored. I literally just had to delete those and now I'm getting all normal attachments and web pages exported perfectly.\n\nI haven't started the conversion / upload process yet to Confluence, so who knows if I am near completion or not, but we will see.\n"
}
]
},
{
"author": "Laura Kolker",
"body": "Hrm. This message:\n> 2011-10-05 11:12:43,612 INFO \\[Thread-4\\] - No credentials available for BASIC 'DekiWiki'@wiki.myurl.com:8443\n\nmakes me think that the Http library is complaining that it is expecting to connect with Basic Authentication, but it can't on your network. Things you can do:\n\n* [Turn on debug messages](https://studio.plugins.atlassian.com/wiki/display/UWC/UWC+F.A.Q.#UWCF.A.Q.-HowdoIturnonDEBUGmessages%3F). This might provide additional debug details.\n* Pursue a networking fix. (Maybe your networking team can tune the auth configuration to keep apache from complaining)\n* Download/Build against [the UWC source](https://studio.plugins.atlassian.com/wiki/display/UWC/UWC+Developer+Documentation#UWCDeveloperDocumentation-BuildInstructions), and alter the http connection code in the MindtouchExporter to match your authentication layer, in the event that a networking solution is inappropriate/inconvenient/etc.\n",
"comments": [
{
"author": "James McCarthy",
"body": "I think the issue we are having is that the error you referenced above makes it seem like it's trying to pull up a BASIC login at the url \"wiki.myurl.com:8443\". That won't work because that url has a web based login page. Now, if it tried to use BASIC against the url in the other part of the message, it would work. When I pull up [https://wiki.myurl.com:8443/@api/deki/pages/?authenticate=true](https://wiki.myurl.com:8443/%40api/deki/pages/?authenticate=true) it gives me a BASIC authentication prompt as it should. It seems like the script is using the wrong url to get to the xml page and I can't figure out how to change that.\n\nAny thoughts?\n"
},
{
"author": "Laura Kolker",
"body": "Some thoughts:\n\n* With our sample mindtouch, we didn't do any clever networking, basic auth or otherwise. So, we logged in through the website, like you're describing, but we didn't see this problem. So, I'm not 100% sure that changing where the authentication layer logs in would fix the problem.\n* But either way, there aren't any additional configuration options to explore really, so I still think the path forward has to be either a networking change or a source change.\n"
},
{
"author": "James McCarthy",
"body": "Well, the problem I have is that we want to move to this application (Confluence) but we have a very large amount of work invested in MindTouch. Without the ability to export and then import the data, purchasing our 25 user license doesn't seem feasible. I know this isn't your problem at all, but my hope is that someone at Atlassian has a way of getting us that service. We have a very vanilla / plain MindTouch install and a completely open network internally, so I can't imagine why the UWC isn't working at all. It seems to be an issue with what the script wants to do with authentication vs. what MindTouch is asking for. Without being an expert on either application, my hope was that the experts on UWC would be able to help.\n\nAt this point, maybe you can point me in the direction of someone that can assist further? Asking people to modify source code is definitely not a valid support option. (Though I do completely understand that you yourself may be limited in what answers you can provide) Do I need to open a support case? Could they even help with what we are trying to do? Or is it the case that this UWC tool isn't officially support by Atlassian?\n\nThanks for the help so far and I hope we can get this resolved.\n"
},
{
"author": "Laura Kolker",
"body": "Well, so the UWC is a free 3rd party application. No, Atlassian doesn't officially support it. Yes, I can answer some questions, although the reality is that environment problems are problematic to debug remotely. Confluence migrations -- like all migrations -- are highly dependent on content, context, syntax, environments, from-system parameters, and even human-input -- and so providing a blanket solution answer is difficult. \n\nThe UWC is a tool to help you along the way -- not a solution by itself. We suggest [this checklist](https://www.appfusions.com/display/Dashboard/Wiki+Migration+Checklist) as a first review of your systems -- and how to plan and progress forward on what development might be required to best automate this effort and mitigate risk. \n\nRegarding further assistance, you could negotiate with an [Atlassian partner](http://confluence.atlassian.com/display/APW/Partner+Directory+Home) to arrange for custom support. AppFusions happens to be available to provide that sort of contract based support, if that's what you're looking for. UWC updates to support Confluence 4 are in active review as I write. Please contact [[email protected]](mailto:[email protected]) for more details.\n"
},
{
"author": "James McCarthy",
"body": "Hey, thank you for the update. I also have one of my own.\n\nI reconfigured MindTouch to be without SSL and back on port 80 and now the UWC connects perfectly when I hit export. The problem I'm getting now is that it says successful on everything and creates the folder for me, but there is nothing in it. No pages get exported. Has this happened before as well?\n"
},
{
"author": "David at David Simpson Apps",
"body": "Without direct access to the system, it's always difficult trying to debug by proxy.\n\nPeople like @Laura Kolker do the best that they can with the information that they have, but it's tricky. Installation X is likely to be very different to installation Y.\n"
},
{
"author": "Laura Kolker",
"body": "> The problem I'm getting now is that it says successful on everything and creates the folder for me, but there is nothing in it. No pages get exported. Has this happened before as well?\n\nTurn on debug messages, and keep an eye out for 404s caused by missing attachments. That's a common cause of that kind of problem.\n"
},
{
"author": "James McCarthy",
"body": "Here is the log file with debugging turned on:\n\n2011-10-06 13:37:30,488 DEBUG \\[AWT-EventQueue-0\\] - Saving Setting 'WIKITYPE' = 'mindtouch' \n2011-10-06 13:37:33,101 DEBUG \\[AWT-EventQueue-0\\] - Saving Current Tab = 1 \n2011-10-06 13:37:35,746 DEBUG \\[AWT-EventQueue-0\\] - feedback = OK \n2011-10-06 13:37:35,747 DEBUG \\[AWT-EventQueue-0\\] - permissions = The user was authenticated on the server \nand has the following permissions on the space with \nspace key:'WIKI'\\[view, modify, comment, admin\\] \n2011-10-06 13:37:38,217 DEBUG \\[AWT-EventQueue-0\\] - Saving Current Tab = 0 \n2011-10-06 13:37:49,356 DEBUG \\[Thread-2\\] - Shutting Down... \n2011-10-06 13:37:49,358 DEBUG \\[Thread-2\\] - Saving All Settings \n2011-10-06 14:35:54,537 DEBUG \\[AWT-EventQueue-0\\] - Saving Setting 'WIKITYPE' = 'mindtouch' \n2011-10-06 14:35:56,167 INFO \\[Thread-4\\] - Exporting Mindtouch... \n2011-10-06 14:35:56,167 INFO \\[Thread-4\\] - Getting page tree. \n2011-10-06 14:35:56,364 INFO \\[Thread-4\\] - basic authentication scheme selected \n2011-10-06 14:35:56,695 DEBUG \\[Thread-4\\] - Parsing page list xml. \n2011-10-06 14:35:56,947 INFO \\[Thread-4\\] - Getting page content. \n2011-10-06 14:35:56,949 INFO \\[Thread-4\\] - Getting page tags. \n2011-10-06 14:35:56,950 INFO \\[Thread-4\\] - Getting page comments. \n2011-10-06 14:35:56,950 INFO \\[Thread-4\\] - Getting attachment info. \n2011-10-06 14:35:56,951 INFO \\[Thread-4\\] - Creating output directory: C:\\\\Export\\\\exported_mindtouch_pages \n2011-10-06 14:35:56,951 INFO \\[Thread-4\\] - Writing to file system. \n2011-10-06 14:35:56,951 INFO \\[Thread-4\\] - Export Complete. \n2011-10-06 14:36:46,808 DEBUG \\[AWT-EventQueue-0\\] - Saving Setting 'PAGES' = '' \n2011-10-06 14:36:56,210 DEBUG \\[Thread-2\\] - Shutting Down... \n2011-10-06 14:36:56,211 DEBUG \\[Thread-2\\] - Saving All Settings\n"
},
{
"author": "James McCarthy",
"body": "I understand that. I really wasn't coming down on her at all. I was just getting worried that we would be left to our own devices for figuring out how to get our content in to confluence as rewriting the code just really wasn't an option. We are making progress now and having read some of her other posts, I know she is VERY good at this stuff so I'm confident we will figure it out!\n"
},
{
"author": "James McCarthy",
"body": "I may have figured it out actually. I set the ignore Mindtouch field to false and now it's pulling all content. I'll update later if I have an issue, but at the moment I think we are in the clear! Thank you again for everything so far...\n"
},
{
"author": "James McCarthy",
"body": "Spoke too soon... It goes through every page, thousands, but doesn't create anything locally. I'm still working on it but we shal see...\n"
},
{
"author": "James McCarthy",
"body": "Here is the log output:\n\n2011-10-06 15:13:59,417 DEBUG \\[Thread-4\\] - ...Getting content for: 246_Star2005R2ClientInstall.xml \n2011-10-06 15:13:59,440 INFO \\[Thread-4\\] - basic authentication scheme selected \n2011-10-06 15:13:59,498 INFO \\[Thread-4\\] - basic authentication scheme selected \n2011-10-06 15:13:59,579 INFO \\[Thread-4\\] - basic authentication scheme selected \n2011-10-06 15:13:59,646 INFO \\[Thread-4\\] - basic authentication scheme selected \n2011-10-06 15:13:59,679 DEBUG \\[Thread-4\\] - ...Getting content for: 101_WBTManager.xml \n2011-10-06 15:13:59,707 INFO \\[Thread-4\\] - basic authentication scheme selected \n2011-10-06 15:13:59,753 DEBUG \\[Thread-4\\] - ...Getting content for: 102_EnvironmentalVariables.xml \n2011-10-06 15:13:59,779 INFO \\[Thread-4\\] - basic authentication scheme selected \n2011-10-06 15:13:59,850 INFO \\[Thread-4\\] - basic authentication scheme selected \n2011-10-06 15:13:59,882 DEBUG \\[Thread-4\\] - ...Getting content for: 200_Cases.xml \n2011-10-06 15:13:59,905 INFO \\[Thread-4\\] - basic authentication scheme selected \n2011-10-06 15:14:00,260 DEBUG \\[Thread-2\\] - Shutting Down... \n2011-10-06 15:14:00,261 DEBUG \\[Thread-2\\] - Saving All Settings\n\nThe log is flooded with these entries and it goes through all of our pages and ends with an error. Nothing gets created in the directory I specify. I made sure that the directory has full read and write access.\n"
}
]
},
{
"author": "Ellen Feaheny [AppFusions]",
"body": "> I'm assuming AppFusions would offer a service to help with our issue right now but it would cost a significant amount of money, yes? :0)\n\nJames -\n\n\"Significant\" depends on how you value solutions for your problems. It is engineering consulting with seasoned expertise to get you to your goal directly - not just throwing darts.\n\nI think Laura stated some good advice very clearly in a few ways in the thread, as well as ideas on how to get serviced properly - and you have ignored this it seems to me. Almost to an offense.\n\nAppFusions or any Atlassian partner does not charge more than what the cost of a problem/service costs (== time). (And yes, we have done this variation of a migration.)\n\nNo, we do not work for free.\n\nDo you work for free? Why should engineering services be free?\n\nBest,\n\nEllen\n",
"comments": [
{
"author": "James McCarthy",
"body": "I think you just took this conversation to a different level and have more or less ensured that we will not be clients of Confluence in the process. I will be contact Atlassian directly at this point so they can review these email threads. At no point was I offensive. At no point was I asking rhetorical, instigative questions (\"Do you work for free? Why should engineering services be free?\") and at no point did I say I was not willing to pay whatever price was given to me for these services. We are a client that will be in the greater than 25 user license range for Atlassian which represents a fair amount of money. I understand you are a third party company, but with your last post, you would have been better off keeping your thoughts to yourself. At this point, you should sincerely hope that Atlassian can still convince me to use their product. You have ensured we will not be utilizing your company for any services what so ever. No company should EVER speak in the manner you just have to a potential client. It is a fairly simple concept.\n\nJames\n"
}
]
},
{
"author": "Ellen Feaheny [AppFusions]",
"body": "Have you tried grepping the log for 404s? If there are missing attachments in your mindtouch that still have links to them, sometimes this triggers a fatal problem. It's not something I was ever able to reproduce, and my attempts to fix it without a platform on which to debug didn't end up working. Once in a while, someone will tell me they arranged a fix, but unfortunately, no patches submitted to date. So, if you see 404 errors in the log, use the accompanying info to look for the bad links so you can clean up the mindtouch data. It can be a bit of a chore, but upside: your data's gotten a scrubbing before migration.\n\nIf you don't see 404s, then unfortunately, I'm out of ideas.\n",
"comments": null
},
{
"author": "James McCarthy",
"body": "# Exporter class - class that controls the export. Don't change this. \nexporter.class=com.atlassian.uwc.exporters.MindtouchExporter \n###### SET THESE ###### \n## Base Url of your Mindtouch \n## could be: 192.168.1.100, <http://localhost>, https://, etc \nurl.base=https://wiki.myurl.com:8443 \n## Port used by your Mindtouch. Default is 8443. \nurl.port=8443 \n## Login Credentials for your Mindtouch. Should be an admin. \nuser=admin \npass=admin \n## Output Dir - where the exported files are put \noutput.dir=C:\\\\Export \n###### OPTIONAL ###### \n## user agent for the Xml Parser. Default is Universal Wiki Converter \nuser-agent=Universal Wiki Converter \n## buffer size in bytes for downloading attachments. Default is 1024 \natt.buffer=1024 \n## connection timeout in ms. Default is 10000 \ntimeout=10000 \n## if true, ignore page with name MindTouch. Default is true \nignore.mindtouch=true\n",
"comments": null
},
{
"author": "Joe Clark",
"body": "Would you mind posting your full exporter.mindtouch.properties configuration here (sans password)?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Can-t-seem-to-export-my-MindTouch-wiki-with-UWC/qaq-p/390080 | [
"export",
"mindtouch",
"universal-wiki-converter"
] |
{
"author": "Anton Vinokurov",
"title": "How to create a reference to a simplified Confluence page",
"body": "Hi All!\n\nWe are successfully using Confluence 3.5 as a documentation for our software.\n\nI am going to add a \"help\" button onto our web app which opens a new browser window. There I would like to show a corresponding page from the existing documentation. This works perfectly. However I get a left sidebar, top and bottom toolbars as well. Is there any way to refer to an existing page in a way that shows me a central payload only?\n\nThanks!\n"
} | [
{
"author": "David Peterson",
"body": "You can use the 'printable' display mode to achieve this. The 'cleanest' way to achieve this would be the Linking Plugin:{link-to:print\\|page=My Page\\|popup=true}Help{link-to}Alternately, if you're using raw HTML, just add '?display=printable' to the URL.As a bonus, you can customize the layout for this display in the Layout section of both Space and Global admin. Enjoy!\n",
"comments": [
{
"author": "Anton Vinokurov",
"body": "Thanks David!\n\nIt works! Minor fix: use decorator=printable instead of display=printable in the URL.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-create-a-reference-to-a-simplified-Confluence-page/qaq-p/150517 | null |
{
"author": "Alex Bobrovski",
"title": "How to edit the pages in Confluence 4.0 like in 3.5? Any hacks?",
"body": "Hi, it's so difficult to use the new editor of 4.0 for complicated pages we have. Is any way to swith to classical text editor? It was so easy and clear, you can copy-paste a part of wiki markup anyway you want.\n\nAny plugins? Hacks? Otherwise, I think we'll downgrade it to 3.5.\n"
} | [
{
"author": "Nic Brough -Adaptavist-",
"body": "No, the wiki markup has gone from 4.0 completely. Your only option is a downgrade at the moment.\n\nI've got a feeling a couple of people are looking at some form of wiki editors, but it's early days.\n",
"comments": null
},
{
"author": "briburt",
"body": "There's no workaround and no getting the Wiki Markup editor back in 4.0. Atlassian have made their decision and have given no indication that they would even consider making Wiki Markup mode an option. I guess it'll be up to some enterprising developer to try and fix this \"feature\" with a plugin.\n\nWe have already cancelled a planned upgrade to 4.0 from 3.5 after a near riot when users (mainly devs and QA folks) found out that they had lost the ability to do Wiki Markup on the pilot 4.0 site we had set up.\n\nAnd I have to say I agree with them. The loss in productivity in going to rich text editing from Wiki Markup mode is simply not worth it for those of us who prefer to work in plain text and to rarely raise our hands from our keyboards to touch a pointing device. There's simply no comparison.\n\nStill don't understand why we completely lost Wiki Markup mode in the editor, but there seems to be an awful lot of cheerleading going on from the folks at Atlassian (just keep trying this New Coke! It's so much better than Coke Classic! Really it is! Stick with it for long enough, and you'll like it, too).\n\nI doubt that complaining about the situation to them will do anything to change their minds, but as always, we can (and will) vote with our wallets.\n",
"comments": [
{
"author": "Matt",
"body": "I'm curious to learn what actions you are trying to perform in the new editor that making you pick up your mouse? Like you, I prefer to do everything with the keyboard so I'd love to know what areas we can improve on with the new edior to eliminate the need to pick up your mouse.\n"
},
{
"author": "briburt",
"body": "Example: We have tons of code samples. We are used to just typing {code:language=java} (or language=whatever) to mark the start of a code sample, but now we have a macro window opening where we have to set the language parameter for the code macro if we are not using the default setting. I realize that you can change the default language setting, but we have Java, bash, XML, and PHP samples in roughly the same numbers, so changing the default wouldn't really make a difference.\n\nThe same goes for setting any non-default parameter for a macro; there's no longer any way to just type it in. You have to deal with the macro browser popup.\n\nAlso, for those of us used to just typing away in wiki syntax, if you don't select any options from the popup window that appears after typing an opening bracket, and you just keep typing, the new editor just sees the wiki markup as regular content and does not interpret it as a macro. So then I have to go back and delete that \"content\" and go through the whole popup window routine again just to set my code sample parameter. I go through all of this just to do something that used to take me just a couple of seconds in the Wiki Markup editor. And when you're doing it dozens or even hundreds of times a day, the frustration builds...\n\nBTW, I realize that I'm not a \"mainstream\" user and that those of us who prefer authoring and coding in plain text are in the minority, but surely there must be some way to accommodate those of us who simply don't want to work in a WYSIWYG editor. I have a feeling that I'm not the only one who feels left out in the cold on this one.\n\nAlso, thanks for the responses. I realize that this must have been a controversial decision internally at Atlassian as well, and now you have to make lemonade with those lemons, whether you like lemonade or not.\n"
},
{
"author": "briburt",
"body": "Also forgot to mention that there's something broken when you try to use markup w/ autocomplete to do bold and underline formatting. Probably a bug that you already know about, I'm sure, but I thought I'd mention it.\n"
},
{
"author": "Mark Hrynczak",
"body": "Thanks Brian, this bug is being tracked at <https://jira.atlassian.com/browse/CONF-23302>\n"
}
]
},
{
"author": "Matt",
"body": "> Still don't understand why we completely lost Wiki Markup mode in the editor\n\n@Brian - Up to now, Confluence has stored its content in the database as wiki markup. In Confluence 4.0, the content is stored as XHTML. Since we no longer store content in wiki markup it's not possible to allow you to edit content in wiki markup.\n",
"comments": [
{
"author": "briburt",
"body": "Seems like a classic case of an internal technical decision that may be good for Atlassian's technical architecture driving a \"feature\" that is causing major pain to a significant subset of your user base. One of the reasons we chose Confluence was because we \\*wanted\\* to edit in plain text. The rich text editor needn't even have been there.\n\nNow, with the loss of plain text mode, we will stick with 3.5 for the indefinite future and look for alternatives.\n"
}
]
},
{
"author": "MICHAEL O'Neill",
"body": "\\*sigh\\*\n\nAlright, who the heck asked for this \"improvement\" anyways?\n\nI don't think I can deploy this. It's going to alienate my early adopters to the point where they are likely to stop using it and won't pull the rest of the peeple into it. No wiki markup in a wiki? Not even as an option?\n\nI guess I don't understand what was so broken with wiki markup that required the switch. Seemed like an extremely efficient way to get knowledge into a page. Maximized FOK (Fingers on Keyboard) Time. Now I have the equivalent of Clippy interrupting me at every step and turn.\n",
"comments": null
},
{
"author": "Matt",
"body": "Thanks for the reply, Brian!\n> but now we have a macro window opening where we have to set the language parameter for the code macro if we are not using the default setting\n\nIt's not the ideal UX but you can still achieve this without opening the Macro Browser, or using your mouse. Watch this:\n\n<http://screencast.com/t/3jobjlAW>\n> Also, for those of us used to just typing away in wiki syntax, if you don't select any options from the popup window that appears after typing an opening bracket, and you just keep typing, the new editor just sees the wiki markup as regular content and does not interpret it as a macro\n\nThis is a known issue that Bill Arconati (Confluence Group Product Manager) has [responded to here](/questions/12073/wiki-markup-in-confluence-4-again/12452). I've quoted his response below for your benefit.\n> I've noticed a recurring theme in this thread that people want to be able to set macro paramters without using a mouse. One of the macro autocomplete refinements we made over the many months of dogfooding within Atlassian was to only open the macro browser if you're inserting a macro with madatory properties. Otherwise, it just inserts the macro with the default parameters set - For many macros, you just want to use the defaults.\n>\n> But what we're hearing you say is that you do sometimes want to set optional macro parameters (e.g. code:language=bash) when using autocomplete. So one idea we have is to open the macro browser if you type a colon (':') while inserting a macro with autocomplete. This would signal that you want to set some paramaters.\n>\n> So in the {code:language=bash} example above you'd type \"{code:\" and then the macro browser would open with the first field of the code macro selected. You could then tab through to change your parmaters and hit ENTER at any point to insert the macro in the page all without using the mouse.\n>\n> Do foiks think this would solve some of the problems you're having?\n\nRE: the bug with autoformatting of bold underlined text, that is a known bug that we hope to fix soon. Hope that helps, Brian.\n",
"comments": null
},
{
"author": "Matt",
"body": "You might want to try the [Wiki Markup Styler plugin](https://plugins.atlassian.com/plugin/details/606145).\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-edit-the-pages-in-Confluence-4-0-like-in-3-5-Any-hacks/qaq-p/352353 | null |
{
"author": "Roy Youngman",
"title": "\"Add Page From Template\" menu in 3.5",
"body": "We have a Space that we want to encourage (or even mandate) that authors select a template for the sake of consistency. I've seen some Atlassian videos that show a \"Page From Template\" option under the \"Add\" button and I notice that Confluence 4.0 has that out-of-the-box. We are using the \"Documentation Theme\" in Confluence 3.5. What is the easiest way to add this?\n"
} | [
{
"author": "Alex Suslin",
"body": "Have you tried just look at HTML source for Add Page menu item and add a CSS class for that item that will just do something like \"display:none\"? I know that is not a very good option, but for internal usage and most of users it works\n",
"comments": null
},
{
"author": "jim kennedy",
"body": "Sorry Rob, can't help you - we just jumped from 3.1 to 4.1 directly.\n\nI'm wondering if we can restrict users to Add Page From Temple - that is, remove the Add Page option - but only for one space.\n\nJim.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/quot-Add-Page-From-Template-quot-menu-in-3-5/qaq-p/432181 | [
"custom-field",
"documentation-theme"
] |
{
"author": "Milind Shah",
"title": "How to pass URL with userid/password in CSV Macro",
"body": "Hello,\n\nI am using Table plugin in Confluence and using a CSV Macro feature to get a CSV file from a URL. This URL is password protected and returns a csv file.\n\nIf I pass the Userid/password in any webbrowser I get a csv file. But, If I pass the URL within Confluence it returns with 401 error\n\nerror because of: java.io.IOException: Server returned HTTP response code: 401 for URL:\n\nis there a way to configure url id password in Confluence CSV URL macro?\n\nThanks,\n\nMilind\n"
} | [
{
"author": "Bob Swift (personal)",
"body": "Its probably a bug, write up an issue here:[Confluence Table Plugin](https://studio.plugins.atlassian.com/browse/TBL)\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "What happes when you curl the URL? Do you get the CSV? Or a Basic Auth prompt/error?\n",
"comments": [
{
"author": "Milind Shah",
"body": "If I use CURL or regular browser it returns me CSV file content.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-pass-URL-with-userid-password-in-CSV-Macro/qaq-p/33951 | null |
{
"author": "James Hines",
"title": "Has the anonymous access functionality changed?",
"body": "I thought that by disabling anonymous access in the Global Permissions settings of Confluence, that this would prevent ALL anonymous access to my site. Has that functionality changed?\n\nIt seems that even with anonymous access disabled in the Global Permissions, that space administrators can allow anonymous access to thier space.\n\nThis seems wrong to me.\n"
} | [
{
"author": "Mark Hrynczak",
"body": "Disabling anonymous access in Global Permissions **does** prevent all anonymous access.\n\nThe permission for anonymous access will still be shown in the space admin screens, but will not do anything - it will be overidden by the global permission.\n\nCheers, \nMark\n",
"comments": null
},
{
"author": "Jobin Kuruvilla [Adaptavist]",
"body": "Check out last section in <http://confluence.atlassian.com/display/DOC/Setting+up+Anonymous+Access> to see how to disable anonymous access. Or have you already tried that?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Has-the-anonymous-access-functionality-changed/qaq-p/263003 | null |
{
"author": "Brian Louks",
"title": "How do you edit SharePoint documents from within Confluence?",
"body": "Using Confluence 3.5.13, SharePoint Connector 1.4.7, SharePoint 2010, what's the trick to actually being able to edit a SharePoint document from within Confluence? I tried specifying the columns in the sp-list macro, but specifying an \"Edit\" column just gave me a \"-\" that didn't do anything\n"
} | [
{
"author": "Brian Louks",
"body": "This might be out of scope for this forum (maybe it's a SharePiont issue), but when I click to open a document in SharePoint, I see:\n\n* How would you like to open this file? (Read Only / Edit)\n* If I select \"Edit\", it allows me to save it back to SharePoint\n\nWhen I click to open the document through Confluence, I see:\n\n* A prompt that says \"What do you want to do with MyDocument.doc?\" with the following options:\n * Open \n The file won't be saved automatically\n * Save\n * Save as\n* If I click one of the \"Save\" options, it just saves it to my file system.\n* If I click the \"Open\" option, it opens Read-Only. \n When I try to save the document, it does indeed try to save it back to SharePoint, however, it prompts me with a \"Save-As\" dialog, and does not let me overwrite the existing file\n\nI've verified that the links are the same (whether I click through SharePoint to get the doucment, or through Confluence, it's the same underlying http link). So it's really just that when I click through the document on Confluence, it doesn't prompt me with that initial \"How would you like to open this file?\" prompt.\n",
"comments": [
{
"author": "Joe Clark",
"body": "The check-in/check-out with SharePoint functionality should work in Confluence as long as you are using Internet Explorer. What browser are you using?\n"
},
{
"author": "Brian Louks",
"body": "I am using IE 9 (9.0.8112.16421) and Office 2007. I don't see anything about checking out. Should I see it within Word, or would I see it in IE before the Word doc opens?\n"
},
{
"author": "Joe Clark",
"body": "On IE9 and Office 2007, the document should open immediately from the browser with no prompt. Upon the document opening in word, you should see a button to check-out the document from SharePoint:\n\n\n\nClicking on \"Edit Document\" should check out the document from SharePoint and remove the read-only flag on the document.\n\nSaving the document should upload a new version to SharePoint automatically.\n"
},
{
"author": "Brian Louks",
"body": "Bummer, I'm not seeing that. I tried in IE 8 as well. The document comes up with no prompt to edit it.\n\nI was able to eventually get it to come up, but it's really not a usable workaround. What I had to do:\n\n* Type stuff into the document\n* Save the document (prompts me with a \"save-as\" dialog, which I cancel)\n* Then if I go into the office menu, down to \"Server\", I get an option for \"Check Out\"\n * \"Check out\" wasn't there until I canceled the \"save-as\" dialog\n * Side Information: A few options were there initially, like \"View Version History\", which allows me to see the history of changes - so at some level it does know it's a server document even though \"Check Out\" isn't initially there\n* If I check it out, save it, then check it back in, my changes are indeed reflected on the SharePoint side.\n* Also, after I've checked it in, I now get the \"Server Document To modify this document, click Edit Document\" as you displayed.\n\nSo it's kind of like it doesn't know it's a server document when I first open it. So this is sounding to me like it's a Word issue of some sort.\n\nSo unless anyone has any other wild ideas, I think I'll have to talk to Microsoft on this one.\n\nThanks!\n"
},
{
"author": "Joe Clark",
"body": "Here's some additional ideas I've had to troubleshoot further:\n\n* Ensure that SharePoint and Confluence are in the same IE Security Zone (eg. \"Intranet Zone\" or \"Trusted Sites\").\n* Is the SharePoint list that contains the document a \"Document Library\" or some other list type?\n* Try changing the library settings so that check-out is **required** in order to edit the document.\n"
},
{
"author": "Brian Louks",
"body": "* Confluence and SharePoint are in the same IE Security Zone\n* I am seeing the issue when linking to a \"Document Library\"\n* Changing it so that check out is required did the trick. I did get the ribbon that informs me I need to check it out to edit it, whether I go through Confluence or SharePoint.\n\nDoes that shed any light on why my \"Edit\" doesn't show up? If not, it's not a big deal, I think this will work for my users.\n\nThanks so much for the help!\n"
},
{
"author": "Joe Clark",
"body": "Awesome! I hope that's a suitable workaround for now. I'm not quite sure what the issue is just yet, but it's given me a good place to start digging.\n"
},
{
"author": "Joe Clark",
"body": "<https://studio.plugins.atlassian.com/browse/CSI-870>\n"
}
]
},
{
"author": "Brian Louks",
"body": "Lars,\n\nI don't know the answer to that. We didn't end up using the connector. Since this question is already answered, I doubt anyone will see your question. I suspect you'll have better luck finding an answer if you post a new question\n",
"comments": null
},
{
"author": "Joe Clark",
"body": "Hey Brian,\n\nYou should be able to just click on the name of the document in the sp-list macro (which should be hyperlinked) to open the document in the appropriate client application (eg. Word, Excel, etc.). A default document library should look like this in Confluence:\n\n\n\nThe \"Edit\" column is obsolete in SharePoint Connector 1.4 (you shouldn't need to use it anymore).\n",
"comments": [
{
"author": "Lars Sj?gren",
"body": "Hi,\n\nAbove it says that check-in/check-out with full functionality requires Internet Explorer. Is that also the case in the latest available version of the SharePoint Connector?\n\nRegards,\n\nLars\n"
},
{
"author": "Brian Louks",
"body": "Lars,\n\nI don't know the answer to that. We didn't end up using the connector. Since this question is already answered, I doubt anyone will see your question. I suspect you'll have better luck finding an answer if you post a new question\n"
},
{
"author": "Joe Clark",
"body": "Yes, Internet Explorer is still required to use this feature. If you use another browser, instead of opening and saving the document directly in SharePoint, the document will just be downloaded to your computer.\n"
},
{
"author": "Lars Sj?gren",
"body": "Thank you for the rapid response.\n\n/Lars\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/How-do-you-edit-SharePoint-documents-from-within-Confluence/qaq-p/235376 | [
"sharepoint"
] |
{
"author": "Shawn Yates",
"title": "Using Confluence to create document based knowledge base",
"body": "Hi!\n\nI have been tasked with making a lot of documents available in a searchable knowledge base. We already own Confluence so I want to leverage that. The documents live on SharePoint, but the UI there just isn't what we are looking for. The conecpt of having a page for each document with a brief summary then a link to the document is very well received.\n\nNow, my challenge is to make the process of adding documents VERY simple for non-technical people (don't even talk about using wiki markup language). I have used Scaffold to create an \"add new page\" link that takes them to a easy enough page with a place to enter the doc title and a description. Easy enough.\n\nThe challenge now is how to I get them to link the document? I am hoping for some kind of \"browse\" button where they can browse to the doc and that will put the link right on the page.\n\nAny thoughts? I am also open to general thoughts on how others have used Confluence to do this same thing.\n\nThanks,\n\nShawn\n"
} | [
{
"author": "Shawn Yates",
"body": "Thankks for the suggestions. I will check them both out.\n\nI will close this question as it seems this may be as close as we get for now :).\n",
"comments": null
},
{
"author": "SarahA",
"body": "Hallo Shawn\n\nThis documentation may be useful:\n\n<http://confluence.atlassian.com/display/DOC/Developing+a+Knowledge+Base+on+Confluence+Wiki>\n\nIt is a set of pages written by the Atlassian support team, about building a knowledge base in Confluence. One of the pages is about templates, and there are other useful techniques too.\n\nI hope this is helpful!\n\nCheers, Sarah\n",
"comments": null
},
{
"author": "Nic Brough -Adaptavist-",
"body": "Three very quick points/ideas which may not apply to your cases\n\n1. My current client discourages attachments, and find the \"word import\" trick has enabled us to get rid of a nice wide swathe of documents completely.\n2. Confluence 4.0 doesn't have wiki markup - the editor has been rewritten. Worth a look and an upgrade?\n3. Have you looked at user macros? My thought would be a macro that you could a) stick on a template page and b) derive the document location from the title of the page? (e.g. if they called the page \"My Doc 104\", your macro would display a link to [https://yourdocrepo/space-name/my.doc.104](https://yourdocrepo/my.doc.104) and you can play tricks like \"open in new window\" with the url and so on)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Using-Confluence-to-create-document-based-knowledge-base/qaq-p/157207 | null |
{
"author": "Jerry Scharf",
"title": "Looking for best practices for setting up Jira and Confluence for a community development situation",
"body": "Hi,\n\nOpen Source Routing is working to reintegrate a number of independent development track into Quagga and provide a common testing framework for existing and future work. We have chosen Jira/Confluence to base this work on. We are probably looking at \\~20 major contributors from across the world.\n\nAre there any best practices documents about ways to set up Jira and friends in a community development project. If not, are there a few comparable sized projects that would be willing to share their experiences with what worked and didn't work for them in bringing Jira and friends in.\n\nyou can contact me at jscharf-at-opensourcerouting-dot-org.\n\nthanks in advance\n\njerry\n"
} | [
{
"author": "Luis Mayora",
"body": "I can speak only for JIRA\n\n1. Dont go Workflow crazy. I heard that in a company had like 250 workflows(to many). You need to create 3 or 4 categories for workflows(agile, waterfall,etc). You need to match different teams within these categories. Otherwise you probably have a lot of workflows to maintain. If you company is going to hire full time atlassian experts then go workflow crazy. But I dont think this is the case for many companies.(Keep it Simple)\n\n2. The same applies for Permission, Notification schemes. We currently have 3 types of Permission schemes and 3 types of notifications schemes(No more!)\n\n3. Make sure you evaluate and test your plugins in a standard way. Take a look at the logs, make people use the plugins for a while before installing them on production.\n\n4. Always, always set up a Sandbox Jira Instance to test your changes.\n",
"comments": null
},
{
"author": "Jerry Scharf",
"body": "I was thinking more about workflows, user management, etc.\n",
"comments": null
},
{
"author": "Luis Mayora",
"body": "1. Use MySQL Database\n\n2. Use Linux on the server\n\n3. Use the same instance Tomcat for both(If you have more than 1 server you can have two instances)\n\n4. Set up a really good Backup Procedure\n\n5. Dont go Plugin Crazy\n\n6. Wait for JIRA 5.0 (November. Is really cool!)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Looking-for-best-practices-for-setting-up-Jira-and-Confluence/qaq-p/324965 | [
"best-practice",
"jira-administration"
] |
{
"author": "Sue Hallwood",
"title": "What plugin is used for answers.atlassian.com?",
"body": "What plugin and macros are used for [answers.atlassian.com](http://answers.atlassian.com). My client would like to show votes, comments and views and the tabs across the top.. active newest hottest most voted etc....\n"
} | [
{
"author": "Dylan O'Mahony",
"body": "If you look at the footer of the site there's a link that says \"Powered by OSQA\" - <http://www.osqa.net/> has the details.\n",
"comments": [
{
"author": "Jeremy Largman",
"body": "This is correct. Answers is powered by OSQA.\n"
},
{
"author": "Sue Hallwood",
"body": "How is OSQA intregrated with Confluence? my client would like to use this concept on a page within a space.\n"
}
]
},
{
"author": "David at David Simpson Apps",
"body": "@Sue Hallword: Answers runs off [OSQA](http://www.osqa.net/) and as such is not integrated with Confluence, but is a stand alone system.\n\nOn [developer.confluence.com](https://developer.atlassian.com/), Atlassian have created a custom plugin called \"Answers Linker Plugin\" that queries Answers and dispays some results in the **\\<div id=\"answers-container\"\\>..\\</div\\>** element.\n",
"comments": null
},
{
"author": "Daniel Jilg",
"body": "My guess is that Answers is not provided by a plugin. Instead, it is very likely a custom version of StackOverflow ( <http://stackexchange.com/about> ).\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/What-plugin-is-used-for-answers-atlassian-com/qaq-p/434685 | null |
{
"author": "Salvatore Pirrello",
"title": "Is there a way to order links on a page based on how many times they have been clicked",
"body": "Hey guys,\n\nI have links on a page that I would like automatically ordered. The ordering should be based on which links are used/visited the most.\n\nDoes anyone know if this is possible on confluence?\n\nEdit: I found the following macro that allows you to use the functionality with Macros. The order=rank configurable is what I want for the links.\n\n<http://www.schirmacher.de/pages/viewpage.action?pageId=3801089>\n\nthanks!\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "Your example shows the popularity of labels based on the number of pages in the system with that particular label.\n\nConfluence does not store the popularity of pages within the system, for that you'd need some kind of analytics package.\n\nThe [Google Analytics Reporting for Confluence](https://plugins.atlassian.com/plugin/details/16722) plugin contains a \"Top Content\" macro which lists the most popular page views in the space in the last week see here for a demo: \n[http://www.youtube.com/watch?v=U6U8gF1-82E\\&t=0m50s](http://www.youtube.com/watch?v=U6U8gF1-82E&t=0m50s)\n\n*If the \"Top Content\" macro is not quite suitable, we could look at enhancing the plugin.*\n\nDisclaimer: I'm the plugin author :)\n",
"comments": [
{
"author": "Salvatore Pirrello",
"body": "Thanks for the help David. I will take a look and post back soon.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Is-there-a-way-to-order-links-on-a-page-based-on-how-many-times/qaq-p/35135 | [
"analytics"
] |
{
"author": "Aron Hausler",
"title": "Confluence V4.x Security v.s. V3.5",
"body": "Hi, we are considering upgrading our intRAnet to Confluence V4.x from V3.5.\n\nOur use may include a blend of spaces that are commercial-in-confidence with some that are shared (public within our IntRAnet). We need to make sure that we keep the permissions at the right level so that only people who 'need-to-know' can access the x-in-confidence material.\n\nDoes anyone know if there are any significant differences between Confluence V3.5 and V4 in terms of its security model or features?\n\nCheers + thanks\n"
} | [
{
"author": "Mark Hrynczak",
"body": "Hi Aron,\n\nSee [this page](http://confluence.atlassian.com/display/DOC/Confluence+Security) for a detailed overview of security in Confluence. There are no significant differences between 3.5 and 4.0 in terms of the security position. In particular, permissions applied at page, space and global levels will continue to be respected after upgrading.\n\nCheers, \nMark\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-V4-x-Security-v-s-V3-5/qaq-p/274480 | [
"security"
] |
{
"author": "Robert Lauriston",
"title": "Version UI a la Confluence documentation",
"body": "How do you implement a version UI like the one in Confluence's documentation, which has a little menu in the upper-left corner? Can you set it up to reuse topics that have not changed from one version to the next?\n\n#### All Versions {#toc-hId-1231245336}\n\n[Confluence 4.0.x](http://confluence.atlassian.com/display/DOC) \n[Confluence 3.5.x](http://confluence.atlassian.com/display/CONF35) \n[Confluence 3.4.x](http://confluence.atlassian.com/display/CONF34) \n[More...](http://confluence.atlassian.com/display/ALLDOC/Confluence+Documentation+Directory)\n"
} | [
{
"author": "Edwin Dawson",
"body": "Hi there, as Joe mentioned this is achieved by customising the Confluence Documentation Theme.\n\nDetails for how to do this are listed under step 4 on this page:\n\n<http://confluence.atlassian.com/display/DOC/Creating+your+Technical+Documentation+Space>\n\nIn the case of [Confluence.atlassian.com](http://Confluence.atlassian.com), we are including a page from another space for the list of versions. For example, the Confluence documentation includes this simple page into the left nav:\n\n<http://confluence.atlassian.com/display/ALLDOC/_All+Versions+of+Confluence+Documentation>\n\nYou could customise the navbar to contain more or less anything you wanted, certainly a list of page titles wouldn't be too difficult. It could simply be a list of links on a basic page as in the example above.\n",
"comments": null
},
{
"author": "Robert Lauriston",
"body": "Do you reuse unchanged pages across release versions, so that if you found an error that applied to 3.4, 3.5, and 4.0 you could correct it once and all three would be updated?\n",
"comments": [
{
"author": "SarahA",
"body": "Hallo Robert\n\nNo, we don't do that. It would become quite difficult to manage, unless the wiki provided some fairly sophisticated branching functionality similar to a source control tool. We keep the documentation for each major version in a separate space. On the whole, we maintain the space for the current release only, although occasionally we do update the archive spaces (for previous versions) when someone reports an error in the documentation, or an important workaround that needs noting.\n\nCheers, Sarah\n"
},
{
"author": "Robert Lauriston",
"body": "How about integrating a source control tool to handle branching?\n"
}
]
},
{
"author": "Joe Clark",
"body": "There is a configuration option in the Confluence Documentation Theme that allows you to customise the contents of the sidebar - this is accessible in the space administration section when the documentation theme is selected.\n\nI'll see if I can get one of our tech writers to post an answer here describing how they achieved it on [confluence.atlassian.com](http://confluence.atlassian.com).\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Version-UI-a-la-Confluence-documentation/qaq-p/190909 | [
"version"
] |
{
"author": "Robert Lauriston",
"title": "newbie: page tree confusion",
"body": "I created a space and imported a Word document, choosing Import as a New Page, split on level 4 headings, and the Documentation theme. I got the TOC in the sidebar, but it was collapsed rather than expanded one leve.\n\nI created another space and did the same thing, except choosing Replace Home, and got no TOC in the sidebar.\n\nI deleted both spaces and tried the first approach again, still no TOC.\n\n?\n"
} | [
{
"author": "Robert Lauriston",
"body": "I can't reproduce this, so I don't know what the problem was.\n",
"comments": null
},
{
"author": "Mark Krueger",
"body": "Regarding the collapsed/expanded question, I have found that when using pagetree (or the left panel navigation tree - perhaps one and the same), if I expand the tree to navigate down to a page I want to see, click on the page, and then return, the tree is collapsed. This can be very annoying when you are trying to view more than one page at a lower level. Is there a setting which controls this behavior? Unfortunately, Windows Explorer has trained me to expect the tree to remain expanded. It feels like I spend a lot of time expanding the tree, and then re-expanding the tree, and then... You probably get the idea.\n",
"comments": null
},
{
"author": "Robert Lauriston",
"body": "I can't reproduce this, so I don't know what the problem was.\n",
"comments": null
},
{
"author": "SarahA",
"body": "Hallo Robert\n\nI'm not sure what you mean when you say that the TOC in the sidebar was collapsed rather than expanded. But here's some information about where the pagetree gets its information, in case this helps.\n\nThe most likely cause of pages not appearing in the left-hand panel is that the pages in your space are not children of the space's home page. Perhaps when you imported the Word doc with \"Replace Home\", Confluence did not reset the space's home page setting. \n\nEach space has a single page designated as its \"Home\" page. The Documentation theme constructs the TOC from the pages that are child pages of the space's home page. If your pages are at the same level as (i.e. siblings of) the space home page, they will not appear in the left-hand navigation bar. \n\nMore background: The theme uses the {pagetree} macro to produce the table of contents on the left. When you use the {pagetree} macro on a page, you can choose the top page to be displayed. The Documentation Theme chooses the space home page as the top page. \n\nThe fix: If this is the cause, then there are two ways to fix the problem:\n\n* You can change the designated space home page for the space. You need space administrator permissions. Go to \"Space Admin\" and select \"Edit Space Details\".\n* Or you can drag and drop all your pages to make them children of the current home page. Go to \"Browse\", \"Pages\" and click the \"Tree\" option.\n\nI hope this helps!\n\nCheers\n\nSarah\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/newbie-page-tree-confusion/qaq-p/267679 | null |
{
"author": "Nicholas Silva",
"title": "Can't access Confluence over SSL via iPhone or iPad",
"body": "We've been running an installation of Confluence (3.5) over SSL and have just recently noticed that we're unable to access the wiki from iPhones or iPads. I've accessed Confluence from iOS devices before, but none of those installations were over connecting via SSL.\n\nUsers attempting to access our particular installation are presented with an error that reads: \"Safari cannot open the page because it could not establish a secure connection to the server.\"\n\nI know that there isn't any official support from Atlassian for mobile Safari as of yet, however I just want to be clear that we're not trying to edit or administer confluence from iOS, but simply trying access and view the wiki in general.\n\nIs there something that I can do to enable SSL access for iOS devices?\n\nThanks!\n"
} | [
{
"author": "Nicholas Silva",
"body": "Here's a screenshot of the error. I've been looking into this a bit more and have concluded that it must be a problem with our installation specifically. I tried accessing another confluence installation over ssl (<https://confluence.dehli.edu>) and that worked on the iPhone and iPad.\n\n\n",
"comments": null
},
{
"author": "Nicholas Silva",
"body": "Here's a screenshot of the error. I've been looking into this a bit more and have concluded that it must be a problem with our installation specifically. I tried accessing another confluence installation over ssl (<https://confluence.dehli.edu>) and that worked on the iPhone and iPad.\n\n\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "What's the error you're getting? Can you attach a screenshot of the error? (Simultaneously hold down the power button + home button)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Can-t-access-Confluence-over-SSL-via-iPhone-or-iPad/qaq-p/14396 | null |
{
"author": "Scott Faller",
"title": "Has anyone managed to get the Custom Seraph Authenticator to work for Confluence 4.0?",
"body": "The following wiki contains information about a custom siteminder Seraph Authenticator for Confluence 2.1.3\n\n<http://confluence.atlassian.com/display/DEV/SiteMinder+Custom+Seraph+Authenticator+for+Confluence>\n\nWill this work for the latest current version, Confluence 4.0?\n"
} | [
{
"author": "Joe Clark",
"body": "Seraph hasn't changed very much in recent years, so custom authenticators shoud, for the most part, continue to work across Confluence versions.\n\nThe only major change in recent history was in Confluence 3.5 - since we introduced totally revamped LDAP support in this release, the user mangement API changed quite a bit. This introduced some breaking changes when it comes to adding new users or trying to modify user properties.\n\nIf you encounter any specific problems with changes in the user management API - please post them here and we can work out the details of what you need to change.\n",
"comments": [
{
"author": "evaldas",
"body": "Hi Joseph, are there any API changes in Confluence 5 ? I'm trying to set up Confluence 5 with Jasig CAS client 3.3 built from sources which supports Confluence 3.5 changes, but having no luck so far.\n"
},
{
"author": "Joe Clark",
"body": "Hi,\n\nThere were some changes required for Confluence 4.1 compatibility. I believe that the Jasig CAS client was updated for these changes, so you should make sure that you are using the latest available version.\n\nJoe.\n"
}
]
},
{
"author": "Wiki Team",
"body": "Hi ,\n\nWe have update our confluence from 3.2 to 3.5.17 in order to upgrade it to 5.1, after the upgrade we are not able to start confluence using customeauthentication wiht seraph, we are getting following errors\n\nAug 19, 2013 9:15:52 AM org.apache.catalina.core.StandardContext listenerStart \nSEVERE: Exception sending context initialized event to listener instance of class com.atlassian.config.bootstrap.BootstrappedContextLoaderListener \norg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'managedScheduledJobTriggerFactory' defined in class path resource \\[schedulingSubsystemContext.xml\\]: Cannot resolve reference to bean 'managedScheduledJobTriggerFactoryTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'managedScheduledJobTriggerFactoryTarget' defined in class path resource \\[schedulingSubsystemContext.xml\\]: Cannot resolve reference to bean 'managedScheduledJobRegistry' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'managedScheduledJobRegistry' defined in class path resource \\[schedulingSubsystemContext.xml\\]: Cannot resolve reference to bean 'managedSystemJobs' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'managedSystemJobs' defined in class path resource \\[schedulingSubsystemManagedContext.xml\\]: Cannot create inner bean 'clearExpiredRememberMeTokensManagedJob' of type \\[com.atlassian.confluence.schedule.ManagedScheduledCronJob\\] while setting constructor argument with key \\[13\\]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'clearExpiredRememberMeTokensManagedJob' defined in class path resource \\[schedulingSubsystemManagedContext.xml\\]: Cannot resolve reference to bean 'clearExpiredRememberMeTokensJob' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'clearExpiredRememberMeTokensJob' defined in class path resource \\[schedulingSubsystemManagedContext.xml\\]: Cannot resolve reference to bean 'rememberMeTokenDao' while setting bean property 'jobDataAsMap' with key \\[TypedStringValue: value \\[rememberMeTokenDao\\], target type \\[null\\]\\]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rememberMeTokenDao' defined in class path resource \\[atlassianUserContext.xml\\]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rememberMeConfig' defined in class path resource \\[atlassianUserContext.xml\\]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class \\[com.atlassian.seraph.service.rememberme.DefaultRememberMeConfiguration\\]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: com/atlassian/seraph/auth/SimpleAbstractRoleMapper \nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'managedScheduledJobTriggerFactoryTarget' defined in class path resource \\[schedulingSubsystemContext.xml\\]: Cannot resolve reference to bean 'managedScheduledJobRegistry' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'managedScheduledJobRegistry' defined in class path resource \\[schedulingSubsystemContext.xml\\]: Cannot resolve reference to bean 'managedSystemJobs' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'managedSystemJobs' defined in class path resource \\[schedulingSubsystemManagedContext.xml\\]: Cannot create inner bean 'clearExpiredRememberMeTokensManagedJob' of type \\[com.atlassian.confluence.schedule.ManagedScheduledCronJob\\] while setting constructor argument with key \\[13\\]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'clearExpiredRememberMeTokensManagedJob' defined in class path resource \\[schedulingSubsystemManagedContext.xml\\]: Cannot resolve reference to bean 'clearExpiredRememberMeTokensJob' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'clearExpiredRememberMeTokensJob' defined in class path resource \\[schedulingSubsystemManagedContext.xml\\]: Cannot resolve reference to bean 'rememberMeTokenDao' while setting bean property 'jobDataAsMap' with key \\[TypedStringValue: value \\[rememberMeTokenDao\\], target type \\[null\\]\\]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rememberMeTokenDao' defined in class path resource \\[atlassianUserContext.xml\\]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rememberMeConfig' defined in class path resource \\[atlassianUserContext.xml\\]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class \\[com.atlassian.seraph.service.rememberme.DefaultRememberMeConfiguration\\]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: com/atlassian/seraph/auth/SimpleAbstractRoleMapper \nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'managedScheduledJobRegistry' defined in class path resource \\[schedulingSubsystemContext.xml\\]: Cannot resolve reference to bean 'managedSystemJobs' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'managedSystemJobs' defined in class path resource \\[schedulingSubsystemManagedContext.xml\\]: Cannot create inner bean 'clearExpiredRememberMeTokensManagedJob' of type \\[com.atlassian.confluence.schedule.ManagedScheduledCronJob\\] while setting constructor argument with key \\[13\\]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'clearExpiredRememberMeTokensManagedJob' defined in class path resource \\[schedulingSubsystemManagedContext.xml\\]: Cannot resolve reference to bean 'clearExpiredRememberMeTokensJob' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'clearExpiredRememberMeTokensJob' defined in class path resource \\[schedulingSubsystemManagedContext.xml\\]: Cannot resolve reference to bean 'rememberMeTokenDao' while setting bean property 'jobDataAsMap' with key \\[TypedStringValue: value \\[rememberMeTokenDao\\], target type \\[null\\]\\]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rememberMeTokenDao' defined in class path resource \\[atlassianUserContext.xml\\]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rememberMeConfig' defined in class path resource \\[atlassianUserContext.xml\\]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class \\[com.atlassian.seraph.service.rememberme.DefaultRememberMeConfiguration\\]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: com/atlassian/seraph/auth/SimpleAbstractRoleMapper \nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'managedSystemJobs' defined in class path resource \\[schedulingSubsystemManagedContext.xml\\]: Cannot create inner bean 'clearExpiredRememberMeTokensManagedJob' of type \\[com.atlassian.confluence.schedule.ManagedScheduledCronJob\\] while setting constructor argument with key \\[13\\]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'clearExpiredRememberMeTokensManagedJob' defined in class path resource \\[schedulingSubsystemManagedContext.xml\\]: Cannot resolve reference to bean 'clearExpiredRememberMeTokensJob' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'clearExpiredRememberMeTokensJob' defined in class path resource \\[schedulingSubsystemManagedContext.xml\\]: Cannot resolve reference to bean 'rememberMeTokenDao' while setting bean property 'jobDataAsMap' with key \\[TypedStringValue: value \\[rememberMeTokenDao\\], target type \\[null\\]\\]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rememberMeTokenDao' defined in class path resource \\[atlassianUserContext.xml\\]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rememberMeConfig' defined in class path resource \\[atlassianUserContext.xml\\]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class \\[com.atlassian.seraph.service.rememberme.DefaultRememberMeConfiguration\\]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: com/atlassian/seraph/auth/SimpleAbstractRoleMapper \nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'clearExpiredRememberMeTokensManagedJob' defined in class path resource \\[schedulingSubsystemManagedContext.xml\\]: Cannot resolve reference to bean 'clearExpiredRememberMeTokensJob' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'clearExpiredRememberMeTokensJob' defined in class path resource \\[schedulingSubsystemManagedContext.xml\\]: Cannot resolve reference to bean 'rememberMeTokenDao' while setting bean property 'jobDataAsMap' with key \\[TypedStringValue: value \\[rememberMeTokenDao\\], target type \\[null\\]\\]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rememberMeTokenDao' defined in class path resource \\[atlassianUserContext.xml\\]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rememberMeConfig' defined in class path resource \\[atlassianUserContext.xml\\]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class \\[com.atlassian.seraph.service.rememberme.DefaultRememberMeConfiguration\\]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: com/atlassian/seraph/auth/SimpleAbstractRoleMapper \nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'clearExpiredRememberMeTokensJob' defined in class path resource \\[schedulingSubsystemManagedContext.xml\\]: Cannot resolve reference to bean 'rememberMeTokenDao' while setting bean property 'jobDataAsMap' with key \\[TypedStringValue: value \\[rememberMeTokenDao\\], target type \\[null\\]\\]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rememberMeTokenDao' defined in class path resource \\[atlassianUserContext.xml\\]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rememberMeConfig' defined in class path resource \\[atlassianUserContext.xml\\]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class \\[com.atlassian.seraph.service.rememberme.DefaultRememberMeConfiguration\\]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: com/atlassian/seraph/auth/SimpleAbstractRoleMapper \nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rememberMeTokenDao' defined in class path resource \\[atlassianUserContext.xml\\]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rememberMeConfig' defined in class path resource \\[atlassianUserContext.xml\\]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class \\[com.atlassian.seraph.service.rememberme.DefaultRememberMeConfiguration\\]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: com/atlassian/seraph/auth/SimpleAbstractRoleMapper \nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rememberMeConfig' defined in class path resource \\[atlassianUserContext.xml\\]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class \\[com.atlassian.seraph.service.rememberme.DefaultRememberMeConfiguration\\]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: com/atlassian/seraph/auth/SimpleAbstractRoleMapper \nCaused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class \\[com.atlassian.seraph.service.rememberme.DefaultRememberMeConfiguration\\]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: com/atlassian/seraph/auth/SimpleAbstractRoleMapper \nCaused by: java.lang.NoClassDefFoundError: com/atlassian/seraph/auth/SimpleAbstractRoleMapper \nat java.lang.ClassLoader.defineClass1(Native Method) \nat java.lang.ClassLoader.defineClass(ClassLoader.java:792) \nat java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) \nat org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2818) \nat org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1159) \nat org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1647) \nat org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1526) \nat com.opensymphony.util.ClassLoaderUtil.loadClass(ClassLoaderUtil.java:96) \nat com.atlassian.seraph.config.SecurityConfigImpl.configureClass(SecurityConfigImpl.java:280) \nat com.atlassian.seraph.config.SecurityConfigImpl.configureRoleMapper(SecurityConfigImpl.java:262) \nat com.atlassian.seraph.config.SecurityConfigImpl.\\<init\\>(SecurityConfigImpl.java:161) \nat com.atlassian.seraph.config.SecurityConfigFactory.loadInstance(SecurityConfigFactory.java:56) \nat com.atlassian.seraph.config.SecurityConfigFactory.getInstance(SecurityConfigFactory.java:21) \nat com.atlassian.seraph.service.rememberme.DefaultRememberMeConfiguration.\\<init\\>(DefaultRememberMeConfiguration.java:21) \nat sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) \nat sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) \nat sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) \nat java.lang.reflect.Constructor.newInstance(Constructor.java:526) \nat org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:85) \nat org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:61) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:757) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:722) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:386) \nat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:249) \nat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:155) \nat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:246) \nat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByName(AbstractAutowireCapableBeanFactory.java:881) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:829) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:423) \nat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:249) \nat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:155) \nat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:246) \nat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) \nat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:267) \nat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:110) \nat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedMap(BeanDefinitionValueResolver.java:320) \nat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:140) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1100) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:862) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:423) \nat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:249) \nat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:155) \nat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:246) \nat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) \nat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:267) \nat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:110) \nat org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:401) \nat org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:121) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:800) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:718) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:386) \nat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:216) \nat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:123) \nat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:287) \nat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:132) \nat org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:401) \nat org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:121) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:800) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:718) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:386) \nat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:249) \nat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:155) \nat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:246) \nat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) \nat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:267) \nat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:110) \nat org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:401) \nat org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:121) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:800) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:718) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:386) \nat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:249) \nat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:155) \nat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:246) \nat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) \nat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:267) \nat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:110) \nat org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:401) \nat org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:121) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:800) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:718) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:386) \nat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:249) \nat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:155) \nat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:246) \nat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) \nat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:267) \nat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:110) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1100) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:862) \nat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:423) \nat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:249) \nat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:155) \nat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:246) \nat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) \nat org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:285) \nat org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352) \nat org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246) \nat org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:189) \nat org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49) \nat com.atlassian.spring.container.ContainerContextLoaderListener.contextInitialized(ContainerContextLoaderListener.java:32) \nat org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4205) \nat org.apache.catalina.core.StandardContext.start(StandardContext.java:4704) \nat org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053) \nat org.apache.catalina.core.StandardHost.start(StandardHost.java:840) \nat org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053) \nat org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463) \nat org.apache.catalina.core.StandardService.start(StandardService.java:525) \nat org.apache.catalina.core.StandardServer.start(StandardServer.java:754) \nat org.apache.catalina.startup.Catalina.start(Catalina.java:595) \nat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) \nat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) \nat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) \nat java.lang.reflect.Method.invoke(Method.java:606) \nat org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289) \nat org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414) \nCaused by: java.lang.ClassNotFoundException: com.atlassian.seraph.auth.SimpleAbstractRoleMapper \nat org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1680) \nat org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1526)\n\n**Can you please help us to resolve the issue ?**\n",
"comments": null
},
{
"author": "Jean de Laulani?",
"body": "Hi there,\n\nthere is an updated version of that Siteminder connector [here](https://bitbucket.org/mryall/confluence-siteminder-authenticator/overview) compatible with Confluence 3.5 (and the revamped LDAP part) so should work with Confluence 4 (though i haven't tested it yet).\n\nActually, I'd interested to know if you used that connector with a previous version of Confluence, I've used with 2.10.x but could not make it work succesfully with 3.3.x\n\nregards,\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Has-anyone-managed-to-get-the-Custom-Seraph-Authenticator-to/qaq-p/392180 | [
"seraph",
"siteminder"
] |
{
"author": "Andy Yang",
"title": "Can't add users to groups",
"body": "I can't believe I'm asking this question, but there isn't anything in the Knowledge base that I can find.\n\nI have a brand new install of Confluence 4.0 in a Windows 2008 VM. It is running as a Windows Service as Local Service. Confluence has synchronized to our AD instance and I can browse all of the users and groups.\n\nHowever, when I try to add users to confluence-users or confluence-admins, nothing happens. If I create a new user, I am able to add that user to a group at that time.\n\nAm I missing something obvious?\n\nThanks\n"
} | [
{
"author": "Edwin Chan",
"body": "Do you have permission in AD to modify group memberships?\n",
"comments": [
{
"author": "Andy Yang",
"body": "Aren't confluence-users and confluence-admins in the Confluence Internal Directory? (I have the internal directory set to be looked at first). I'm pretty sure I set up the AD integration to be read-only, yet saw these two groups in the list.\n\nAlso, I was able to add users to the group when I created the user.\n"
},
{
"author": "Edwin Chan",
"body": "Are you trying to add AD users into Confluence Internal Directory groups? Cause that probably won't work. You would have to create those groups in AD as well.\n\nWhen you create a user, it was probably created in the Confluence Internal Directory, which is why it can be added to a Confluence Internal Directory group.\n"
},
{
"author": "Andy Yang",
"body": "When I look at the group list under Manage Groups - how can I tell whether it's internal or AD? I get confluence-users and confluence-administrators showing up, but they are definitely not in AD.\n\nSo, I had one of my network admins create confluence-users in AD and it still doesn't work. And I have no idea how to tell if it's trying to add an AD user to an AD group, or iand AD user to a local group.\n\nHow do most customers use this? Do they not bother with AD integration, but rather just export from AD and import into local Confluence?\n"
},
{
"author": "Edwin Chan",
"body": "Sorry, I don't have the latest version of Confluence so I don't know how the user interface looks. Even if the group exists in AD, I **THINK** you still need to have permission to modify group membership in AD.\n\nIn my company, we do not use any accounts inside the Confluence Internal Directory. All users and groups are strictly managed through the AD.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Can-t-add-users-to-groups/qaq-p/358937 | null |
{
"author": "ket.pjwstk",
"title": "How to increase number of rows in group search?",
"body": "Hi,\n\nMy goal is to increase number of rows in search result for groups.\n\nI've already tried to approaches based on Conveyor plugin.\n\n1) Override the templates and set proper filed in paggination support\n\n2) Overrider Group Picker Action class.\n\nGroup picking is realted to five actions, four of which are located in spaces package, a one in usermanagment package. However, whene I am trying to do (1) or (2) on anyone actions in \"spaces\" package nothing (literally) happens. In usermanagment both (1 and 2) works quit fine. Ive spent a lot of time trying to figure out what is going on, but without any success.\n\nAny idea?\n"
} | [
{
"author": "ket.pjwstk",
"body": "Any Idea? Anyone?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-increase-number-of-rows-in-group-search/qaq-p/319975 | [
"java"
] |
{
"author": "St?phane St?phane",
"title": "MySQL 5.1 ...",
"body": "Hi all,\n\nWith Confluence 4.0, MySQL seem's to be at least version 5.1 from the Supported Platform page :\n\n* <http://confluence.atlassian.com/display/DOC/Supported+Platforms>\n\nBut, from the requirements page :\n\n* <http://confluence.atlassian.com/display/DOC/System+Requirements>\n\nAtlassian announce that \"Confluence should work with the database versions listed below\". So the 5.0.28+ should work...\n\nFrom my Test Envirronment, Confluence 4.0 works fine, and i am running Centos Or Redhat OS, where MySQL is 5.0.77.\n\nCan i run quietly Confluence on the version 5.0.77 of MySQL server ? ...\n\nThanks. \n"
} | [
{
"author": "LucasA",
"body": "Hey St?phane! \n\nYour answer is yes. Since the 5.0.77 is a minorversion from MySQL 5.0 and the minimum requeriment from Confluence is 5.0.28, 5.0.77 is supported. I was not able to found any bug related to 5.0.77 specific version either.\n\nBut if you wanna know the true, I'm using PostgreSQL 8.4 in my labs in both Jira and Confluence. My server operational system is always CentOS 5.5 and 5.6, and I'm really enjoying the performance/stability from Postgres 8.4 instead of MySQL. You can replace the default (and **unsupported** ) PostgreSQL 8.1 from EL5 using the [pgrpms.org](http://pgrpms.org/) repository, it's quitte easy. ;) \n\nEDITED: As MySQL, PostgreSQL is also free (as in free beer AND in free speech). \n\nBest regards, \nLucas Timm\n",
"comments": null
},
{
"author": "stephane Dugravot",
"body": "It is ok now,\n\nI would like to close this case....\n",
"comments": null
},
{
"author": "stephane Dugravot",
"body": "Sorry for the delay Lucas, and thank you.\n\nAs you said, yes our test Confluence is running well MySQL 5.0. And we didn't find any bug too, until now.\n\nBut, i will change the database from MySQL 5.0 to MySQL 5.1 (supported in CentOS 6.0) soon.\n\nStephane.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/MySQL-5-1/qaq-p/170169 | [
"mysql"
] |
{
"author": "Alex Bobrovski",
"title": "Confluence 4.0. No Wiki-markup in macros. How to workaround",
"body": "I was unpleasantly surprised, that all my macros have stopped working after moving to Confluece 4.0. There is no options \"Output format - Wiki markup\" anymore.\n\nWhat should I do? How to work it around? How to call a system macro in my XHTML (now) macro?\n\nThanks.\n"
} | [
{
"author": "E",
"body": "This should work:\n\n```\n## @noparams<ac:macro ac:name=\"info\" > <ac:rich-text-body>$body </ac:rich-text-body><ac:macro />\n```\n\n---\n\nAnd then set the macro as \"Escaped\".\n",
"comments": null
},
{
"author": "Joe Clark",
"body": "Just trying to understand your question properly, Alex - so you have a macro which, when rendered, includes in its content, an {info} macro?\n\nDoes your macro have a body? Is the contents of the {info} macro hard-coded, or configurable by the user?\n\nIf you want to convert wiki markup into XHTML, you can get a *com.atlassian.confluence.content.render.xhtml.Renderer*bean injected into your macro class, and then use that to convert a {macro} string in wiki markup into the corresponding rendered XHTML.\n",
"comments": null
},
{
"author": "Joe Clark",
"body": "@Sue - Confluence 4.0 is fairly unique in the scope of changes to Confluence in that we completely altered the storage format of Confluence from wiki markup to XHTML. In honesty, Confluence 4 is probably the biggest change to Confluence ever, and it's probably unlikely that things will change this much again.\n\nWe have lots of resources to help plugin developers prepare for Confluence 4.0 upgrades. This page is a good starting point: <https://developer.atlassian.com/display/CONFDEV/Preparing+for+Confluence+4.0>\n\nIf you have any specific questions or problems, please feel free to ask questions on this site and our community can help you out!\n",
"comments": null
},
{
"author": "Sue Hallwood",
"body": "i am also having issues with all of the macros, in the theme plugin that I developed, not working in Confluence 4.0. What is the quickest and simplest way to resolve the issue without having to re-write the code? My client is concerned about the cost of upgrading the theme plugin every time a newer version of Confluence is released. Are there always this many changes when a major release of Confluence is re-leased? What are your plans for the future? Will there be more major changes to how macros are developed?\n",
"comments": null
},
{
"author": "Alex Bobrovski",
"body": "Ok, I found a part\n\nit's my new body of the macro: \n**\\<ac:macro ac:name=\"info\" \\>** \n*text text text* \n**\\<ac:macro /\\>**\n\nit works partly - it draws a blue panel, but without the text inside. Need help.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-4-0-No-Wiki-markup-in-macros-How-to-workaround/qaq-p/359560 | [
"macro"
] |
{
"author": "Paivi Kuusisto",
"title": "Is there any easy way to customize Confluence translation?",
"body": "Our customer want's to use their own terms (eq. in navigation, profile info) in Confluence layout. I've visited Atlassian Translation Portal but I haven't find there any way to save such specific terms and add them to translation package. Is it possible? Or should I just unzip jar-package and rewrite the terms?\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "The best way is to create your own partial language pack -- [details here](http://davidsimpson.me/2009/11/04/changing-boilerplate-text-in-confluence/).\n",
"comments": [
{
"author": "Paivi Kuusisto",
"body": "thanks - I think that it helps us a lot!\n\nP?ivi\n"
},
{
"author": "Coen Flach",
"body": "Hi @david,\n\nI've tried the described approach following the instructions in your link. However, I'm stumbling upon the fact that a specific string I'd like to translate is not incorporated in the original \"`ConfluenceActionSupport_en_GB.properties`\" file. Hence, I wouldn't know how to refer to the string in my partial translation. The string that I would like to translate is: \"**Minor change?** (no notifications will be sent)\" as seen in the Confluence editor. Can you guide me towards a solution for translating this string?\n\nThanks in advance, \nJurriaan van Reijsen \\[The Courseware Company\\]\n"
},
{
"author": "Coen Flach",
"body": "Is there anyone who can contribute on my question above? \n\nThanks in advance, \nJurriaan\n"
},
{
"author": "David at David Simpson Apps",
"body": "Looking in ConfluenceActionSupport.properties (for Confluence 4.0) I've found this:\n\n```\nminor.edit=<b>Minor change?</b> (no notifications will be sent)\n```\n\nEdit that line to what you require and then bundle up your language pack as previously described.\n"
}
]
},
{
"author": "jjaroczynski",
"body": "Hi,\n\nThere is a very useful plugin which allows to translate JIRA in place: <https://marketplace.atlassian.com/plugins/com.atlassian.translations.jira.inproduct>\n\nIf there is enough interest we will create something similar for Confluence. Please vote if you would like to use it: <https://jira.atlassian.com/browse/TRANS-579>\n",
"comments": [
{
"author": "jjaroczynski",
"body": "InProduct translation plugin for Confluence has been released:\n\n[](https://marketplace.atlassian.com/plugins/com.atlassian.translations.confluence.inproduct)<https://marketplace.atlassian.com/plugins/com.atlassian.translations.confluence.inproduct>\n\nCheers, \nJacek\n"
}
]
},
{
"author": "Paivi Kuusisto",
"body": "Hi,\n\nit works quite well with English version - but I've some problems withe other languages which are plugins. Is it so that I must dowload the latest version from Translations-portal, open the package, find out the terms our customer want to change, repack jar and install the plulgin?\n\nYours\n\nPaivi\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Is-there-any-easy-way-to-customize-Confluence-translation/qaq-p/145140 | null |
{
"author": "Roy Youngman",
"title": "Any idea when the SharePoint Connector will work with Confluence 4.0?",
"body": "We are having to make a 3.5 versus 4.0 decision now and it would be good to make that decision with some idea when we can connect Confluence to SharePoint.\n"
} | [
{
"author": "Matt",
"body": "Hi Roy -- we plan to release a Confluence 4.0 compatible version of the SharePoint Connector by the end of the year. We'll be sure to publish a blog post and email our customers as soon as it's available.\n",
"comments": [
{
"author": "Roy Youngman",
"body": "Thanks, Matt! Very helpful.\n"
}
]
},
{
"author": "Guilherme Nedel [Atlassian]",
"body": "At the moment there is no ETA for the next version of Sharepoint connector, the latest release has just been delivered in the 20th of September, so I believe it will take a while until the developer rolls out a new iteration of the plugin. \n\nI advise you to monitor the Sharepoint Connector page - <https://plugins.atlassian.com/plugin/details/235> to stay up to date with it's latest news.\n\nHope this helps :)\n",
"comments": [
{
"author": "Roy Youngman",
"body": "Thanks for the quick response, Guilherme, but there really isn't any useful information here.\n\nI don't need to know a specific date, just a strategic time frame (before the end of the year, 1st quarter 2011, etc.). I know this may seem nutty in an Agile world, but anybody who is trying to connect Confluence to SharePoint is already used to a world where software vendors inform their customers of their strategic intent. It helps large companies make their strategic decisions. In this case, a large company needs to know whether to start their Wiki life on Confluence 3.5 with a connector to SharePoint, or start their Wiki life on Confluence 4.0 and hope that the SharePoint Connector catches up quickly. Large companies don't like making decisions based on \"hope\". So again, and \"idea\" or general timeframe is all we need.\n\nBTW - who is \"the developer\" of whom you speak? Is the SharePoint Connector not an Atlassian product?\n"
},
{
"author": "Joe Clark",
"body": "\"the developer\" is me. :-)\n"
}
]
},
{
"author": "Luis Mayora",
"body": "I dont know. But definitely I am waiting for it. Since our company uses Sharepoint i would like to make a good point to move forward with Confluence instead of Share-nightmare-Point.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Any-idea-when-the-SharePoint-Connector-will-work-with-Confluence/qaq-p/262897 | [
"sharepoint"
] |
{
"author": "Jason Plumhoff",
"title": "What happens when users are disabled/removed from active directory?",
"body": "I'm currently setting up our on-premise instance of Confluence and I had a question about user management. I've set up our system to use Microsoft Active Directory (Read Only, with local groups). I've verified I can import users and groups. Assuming I go ahead and import our users and they start creating content, what happens when our IT group decides to remove or disable a user? Will that user still count against my license?\n"
} | [
{
"author": "Andy Brook [Plugin People]",
"body": "I had that configuration in my last role. Initially I included the users account status in the LDAP filter, such that they were discounted. This resulted in the users wherever listed, being coloured 'red' (no hyper link) and user spaces were inaccessible. As a result of this, users complained wanting access to those users data, so I undid the change. Then, I had an unlimited license so didn't care about the membership, now, yes, it would count as a seat.\n\nPotentially a housekeeping job could be written to scan all registered users, then poll LDAP to figure out if they exist or are disabled, removing confluence-users membership as a result.\n",
"comments": [
{
"author": "Stephan Haslinger",
"body": "> Potentially a housekeeping job could be written to scan all registered users, then poll LDAP to figure out if they exist or are disabled, removing confluence-users membership as a result.\n\nThere is a CROWD Improvement request that may be related: [https://jira.atlassian.com/browse/CWD-2478](https://jira.atlassian.com/browse/CWD-2478 \"CWD-2478\")\n"
}
]
},
{
"author": "JamieA",
"body": "related question: [https://answers.atlassian.com/questions/12956/jira-full-ldap-integration-how-do-you-deal-with-retiring-users](/questions/12956/jira-full-ldap-integration-how-do-you-deal-with-retiring-users)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/What-happens-when-users-are-disabled-removed-from-active/qaq-p/455016 | [
"active-directory",
"administration",
"ldap",
"user"
] |
{
"author": "Shazia Sheikh",
"title": "How do page level permissions work, will pages display when listing pages?",
"body": "If a user has view permissions for a space, then can view all content but not edit etc.\n\nNow if a particular page has permissions such that someone who isn't a particular group cannot view it, will it still display the page's title when viewing the space, or will it hide it also? I'm sure if you click on the link it won't let you view the page's content, but I'm asking if it will show the page link anywhere on the site also.\n"
} | [
{
"author": "Laura Kolker",
"body": "Generally speaking, Confluence hides the existance of pages you don't have view access to. If you are on a page directly linking to a page you don't have access to, the link will not be clickable and looks different. Here's [some](http://confluence.atlassian.com/display/DOC/Page+Restrictions#PageRestrictions-PageSecurityRules) [more](http://confluence.atlassian.com/display/DOC/Setting+a+Page%27s+Restrictions) [details.](http://confluence.atlassian.com/display/DOC/Viewing+Restricted+Pages)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-do-page-level-permissions-work-will-pages-display-when/qaq-p/198398 | [
"permission"
] |
{
"author": "The Diamond Z",
"title": "Confluence and Google AdSense?",
"body": "Is anyone using confluence with google's adsense?\n\nI see I can put confluence wide adsense code at the top/bottom of each page but I'm interested in doing so on a page or space level.\n\nI can do this with some IFrame code on each page but I don't think I'll get relevant ads this way.\n\nAnyone care to share experiences?\n"
} | [
{
"author": "LuizA",
"body": "Hello There,\n\nBeing honest with you is not so common to see Confluence being used with google's adsense, I personally didn't see other customers using this kind of configuration.\n\nIf you want to integrate the adsense with Confluence or see if it is possible another kind of configuration between these two apps, I would suggest you to take a look with an Atlassian Expert, maybe they already performed some kind of development/integration in this side. You can contact them by the following:\n\n<http://www.atlassian.com/resources/experts>\n\nKind Regards,\n\nLJ.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-and-Google-AdSense/qaq-p/288490 | [
"google"
] |
{
"author": "Shazia Sheikh",
"title": "Are groups in confluence built in or can you create more and rename them?",
"body": "Are the anonymous, user, etc. groups in confluence built in and have to remain with the same names or can you create another group with the same permissions?\n\nCan you rename these built in groups?\n"
} | [
{
"author": "Nic Brough -Adaptavist-",
"body": "You can't rename groups, but you certainly can create other ones and use them instead, or alongside the built in ones, and you can delete the default ones. If you are going to do this, check the global permissions carefully before you make change - you need to think about allowing logins etc.\n\nAnonymous isn't a group though, it's a flag to say \"let them in without asking who they are\"\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "@Nic Brough is right. The **confluence-users** and **confluence-administrators** group names are hard coded into the Confluence source code, so using different group names will have consequences, e.g. for the default permissions of new spaces.\n\nUsing the supplied group names also means that Atlassian's supplied documentation will ring true and your platform will be easier to maintain for the next person who takes over the admin.\n",
"comments": [
{
"author": "Nicole Punsalan",
"body": "David, how can we manage the \"consequences\" of a new group?\n"
},
{
"author": "Nic Brough -Adaptavist-",
"body": "There are no \"consequences\" of a new group. There are some things you need to think about if you want to get rid of confluence-administrators and confluence-users, but David and I already covered those in our answers.\n"
},
{
"author": "Alex Hart",
"body": "Is there a way to add groups to the confluence-administrators group rather than just users?\n"
},
{
"author": "Nic Brough -Adaptavist-",
"body": "No, you can't nest groups. Groups contain users, not other groups.\n\nYou can add other groups to the **permission** for confluence administration though. The test system I'm setting up at the moment has administrators rights given to \"confluence-administrators\", \"\\<client\\>-admins\" and \"adaptavist-admins\"\n"
},
{
"author": "Nic Brough -Adaptavist-",
"body": "Oh, and I've just realised - this is a really old post, and the admin group name is no longer hard coded anywhere, so you can remove that group safely now.\n"
},
{
"author": "Alex Hart",
"body": "I wondered about that, thanks for clarifying that additional piece about being able to remove the group safely.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Are-groups-in-confluence-built-in-or-can-you-create-more-and/qaq-p/214756 | [
"group",
"security"
] |
{
"author": "Kay Brown",
"title": "Global Spaces in Confluence 4.0",
"body": "In Confluence 4.0, Global Spaces are displayed in multiple pages on the Dashboard. In early releases, spaces were all displayed on the Dashboard. Is there a way to reconfigure the Global Spaces so that they all display on the Dashboard?\n\nRegards,\n\nKay\n"
} | [
{
"author": "Brian Nguyen",
"body": "Unfortunately, this is not possible. The new panel on the Dashboard was designed to make it eaiser to consume when Confluence has many spaces. Rather than using the Dashboard, we've implemented a space directory to allow for quick access to all spaces. This is available in the Browse menu.\n\nIf you are trying to access a particular space(s) that is not in the dashboard, you can make the space a favourite via the Advanced tab in the space. This will show the space in the dashboard at all times.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Global-Spaces-in-Confluence-4-0/qaq-p/422060 | [
"dashboard",
"global",
"space"
] |
{
"author": "Collin O_Connor",
"title": "Confluence Chart macro: Not showing all fields?",
"body": "The title prettymuch says it all; almost all of the fields for the chart defining the orientation, type, and a few others are missing. It seems to start at \"Display 3D\". This is in Confluence 4.0. Additionally I almost never can get it to show table data; for it claims none is there. The only thing I can get it to render is a Pie Chart.\n\nIs this a bug I can't find info on, or am I just doing something wrong? Thanks!\n"
} | [
{
"author": "Rodrigo Girardi Adami",
"body": "Hi Collin,\n\nhave you had the chance to test this out within a new confluence? I couldn't reproduce the issue but I might be doing something wrong here.\n\nTry to use a new confluence version like 5.4.x and let me know if that helps.\n\nRegards,\n\nRodrigo\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-Chart-macro-Not-showing-all-fields/qaq-p/338969 | null |
{
"author": "Luis Mayora",
"title": "Atlassian Camp 2011 - Presentations?",
"body": "Does anybody where to get the presentations of the last Atlassian Camp 2011. Youtube location? or the slides?.\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "The YouTube videos aren't up yet. In the meantime, try here:[https://developer.atlassian.com/dosearchsite.action?queryString=Atlascamp\\&where=\\&searchButton=confluence\\&type=\\&lastModified=\\&contributor=\\&contributorUsername=](https://developer.atlassian.com/dosearchsite.action?queryString=Atlascamp&where=&searchButton=confluence&type=&lastModified=&contributor=&contributorUsername=)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Atlassian-Camp-2011-Presentations/qaq-p/189614 | [
"atlas-camp"
] |
{
"author": "David Dube",
"title": "Any word cloud generator plugins out there?",
"body": "I'm familiar with the popular labels macro, and the confluence tagclod plugin... both of those work based on labels. I'm wondering if there is something out there that can create a word cloud based on a unike wiki page or a page tree family... something like [tagxedow.com](http://tagxedow.com) would be perfect...\n\nDave\n"
} | [
{
"author": "Kai Deinert",
"body": "Being able to restrict the \"popular labels\" macro to a page instead of whole spaces would help me already.\n",
"comments": null
},
{
"author": "Jennifer S",
"body": "I have been looking for the same thing and have had no luck yet..\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Any-word-cloud-generator-plugins-out-there/qaq-p/81893 | null |
{
"author": "Tino Winkler _Communardo_",
"title": "How to remove unnecessary occurences of unsupported-wiki-markup macro?",
"body": "During the upgrade of Confluence to version 4 all the content will be migrated to a new storage format. As this might fail for some content there is a fallback: Snippets of wiki markup that can not be migrated will be wrapped in a macro called unsupported-wiki-markup. There might be different causes for the migration to fail, like a deactivated macro or a macro with a body that can not be migrated. However, some of those problems might be fixed later (e.g. by reactivating or upgrading the plugin). So afterwards the unsupported-wiki-markup macro might not be needed anymore.\n\nWill this be detected somehow by the system? E.g. when a page is stored.\n\nAlternatively, is there a way to rerun the migration process for the whole Confluence instance so that unnecessary occurences of an unsupported-wiki-markup macro are removed?\n"
} | [
{
"author": "Matt",
"body": "> Alternatively, is there a way to rerun the migration process for the whole Confluence instance so that unnecessary occurences of an unsupported-wiki-markup macro are removed?\n\nYes - See Wiki Markup to [XHTML Migration \\> Re-running Migration](http://confluence.atlassian.com/display/DOC/Wiki+Markup+to+XHTML+Migration#WikiMarkuptoXHTMLMigration-Re-runningMigration) in our [Planning for Confluence 4.0 documentation](http://confluence.atlassian.com/display/DOC/Planning+for+Confluence+4.0).\n",
"comments": [
{
"author": "Tino Winkler _Communardo_",
"body": "Thanks a lot Matt for pointing this out. Must have overseen this in the dokumentation.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-remove-unnecessary-occurences-of-unsupported-wiki-markup/qaq-p/154874 | [
"administration"
] |
{
"author": "Gabrielle Lods",
"title": "When using the \"Include Page\" Macro, how to display only the content of the first 10 lines of the page?",
"body": "When using the \"Include Page\" Macro, how to display only the content of the first 10 lines of the page?\n"
} | [
{
"author": "GilesG",
"body": "Hi Gabrielle,\n\nAs far as I'm aware, 'out-of-the-box', Confluence's '[Include](http://confluence.atlassian.com/display/DOC/Include+Page+Macro)' macro cannot restrict content on the page it references in any way. Hence, when this macro used on a page, all content on the referenced page will be shown.\n\nHowever, you could use the '[Excerpt Include](http://confluence.atlassian.com/display/DOC/Excerpt+Include+Macro)' macro as a workaround. This macro is effectively the same as the 'Include' macro, but it will only show content on the referenced page which is enclosed within an '[Excerpt](http://confluence.atlassian.com/display/DOC/Excerpt+Macro)' macro.\n\nHence, what you could do is to 'wrap' the first 10 lines of content on the pages you reference in 'Excerpt' macros, then reference these pages on your other page using the 'Excerpt Include' macro instead.\n\nThe only drawbacks with this approach are:\n\n* More work - you need to add 'Excerpt' macros to the pages referenced in your 'Excerpt Include' macros.\n* Unlike the 'Include' macro, the 'Excerpt Include' macro cannot reference pages in other Confluence spaces - as can be seen by [this long-standing improvement request](https://jira.atlassian.com/browse/CONF-5752) (which you can vote on if you wish).\n\nHope this information helps.\n\nCheers,\n\nGiles.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/When-using-the-quot-Include-Page-quot-Macro-how-to-display-only/qaq-p/83622 | null |
{
"author": "Steve Farrell",
"title": "Connect to Confluence over VPN",
"body": "hey guys,\n\nI have Confluence 3.5.5 running for my company. We have 2 or 3 employees who work in remote locations. I am having issue with them being able to log into Confluence from home. They are connecting fine to the office VPN and can see everything on the domain. They can see the login page for confluence, but when they attempt to login, they are redirected back to the login page with no errors. If they enter an incorrect login they are told the login is incorrect. Has anyone else experienced this issue or know of a solution?\n\nThanks\n\nSteve\n"
} | [
{
"author": "Steve Farrell",
"body": "Guys,\n\nAfter some testing it seems that I am able to connect from home. Seems to be a user level issue and not a confluence specific issue. Thanks\n",
"comments": null
},
{
"author": "Rayone Moyer",
"body": "I am using Google Chrome and vpn into confluence quite a bit from home. I have not seen any issues with it so far.\n",
"comments": null
},
{
"author": "Jo-Anne MacLeod",
"body": "Does it behave the same in different browsers?\n\nI admit that I often bring up confleunence using a vpn and have never experienced this sort of problem.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Connect-to-Confluence-over-VPN/qaq-p/412521 | null |
{
"author": "ket.pjwstk",
"title": "How to override content-editor.vm",
"body": "Hi,\n\nHow can I override content-editor.vm, I would like to add some custom content. It seems like Action Conveyor cant help me or I dont know how to use it properly in such case.\n"
} | [
{
"author": "David Peterson",
"body": "Because 'content-editor.vm' is an indirect import (that is, other .vm files import it), the only way to 'override' content-editor.vm is to modify the file on the server's file system. However, there are a couple of other possible options.\n\n1. Use Conveyor to override the action(s) which import 'content-editor.vm', make your own clone of the .vm files and point them at your own custom version.\n\n2. Use a JavaScript injection that hijacks the page after it's been loaded, possibly using a 'web-part'.\n\nI haven't tried option 2 myself, but I believe it's possible. Could be the simplest route.\n\nDavid\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-override-content-editor-vm/qaq-p/221056 | [
"java"
] |
{
"author": "Thomas Burkhart",
"title": "Is there an easy way to insert a timestamp in a page?",
"body": "Hi,\n\nI'm looking for a way how to insert the current time/date into a confluence page. Perhaps its so simple that I just don't see it.\n\nBest\n\nTom\n"
} | [
{
"author": "Kevin Buchs",
"body": "Well, you can get the page modification date. Is that sufficient?\n\nSince Confluence pages are dynamically displayed, if there were some markup that would display the current date, it would always be updated whenever the page is rendered.\n\nMaybe you would like an editor shortcut, but I know of no such thing.\n\nEasiest way I know of to put a date into a page is to type the date.\n",
"comments": [
{
"author": "Thomas Burkhart",
"body": "Yes, I think an Editor shortcut would be the thing I was looking for. Perhaps this will be included in future\n"
}
]
},
{
"author": "Roman Kirilenko",
"body": "Hello!\n\nYou can use a [Handy Timestamp](https://docs.stiltsoft.com/display/HMFC/How+to+use+Handy+Timestamp+macro) macro from [Handy Macros for Confluence](https://marketplace.atlassian.com/plugins/com.stiltsoft.confluence.handy.macros/server/overview).\n",
"comments": null
},
{
"author": "David Skreiner",
"body": "No need to waste money on a plugin.\n\nSteven Behnke explained how to create a user macro that will add the current time and date in here:\n\n<https://answers.atlassian.com/questions/25481>\n",
"comments": null
},
{
"author": "Thomas Burkhart",
"body": "Nobody n Idea?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Is-there-an-easy-way-to-insert-a-timestamp-in-a-page/qaq-p/176623 | [
"addon-com.stiltsoft.confluence.handy.macros"
] |
{
"author": "Chris Ramakers",
"title": "How to create a template from a page in Confluence 4?",
"body": "I've spent the last few days optimizing a page which will serve as default template for our developer to document a module in our software. The problem now is that i can't seem to find a way to turn this page into a template, as far as i can tell it's even impossible to view the raw wikiformat of the page so i can copy/paste it into the template.\n\nDoes anyone know how i can achieve this?\n"
} | [
{
"author": "David Peterson",
"body": "Good question. Templates are only half-implemented in Confluence 4 - no real rich text editor yet. Would be a good opportunity for a plugin to add a 'Create Page Template' menu item in pages for Space Admins/Confluence Admins, which would pull the current page and send the markup to the 'create template' page.\n",
"comments": [
{
"author": "Chris Ramakers",
"body": "I sure home atlassian adresses this asap, else i'll have to rebuild the page from scratch using wiki markup.\n"
},
{
"author": "Sherif Mansour",
"body": "Hi Chris,\n\nWe are tracking this feature request here: <https://jira.atlassian.com/browse/CONF-11744> . We do hope to have this resolved in the short-term roadmap.\n\nSherif\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-create-a-template-from-a-page-in-Confluence-4/qaq-p/404704 | null |
{
"author": "Geoff Galitz",
"title": "Plugins not working",
"body": "Hi.\n\nUnder Confluence 3.0.2 we are having trouble getting various diagram plugins working. We have both gliffy and yed, but neither of them work. There is no add diagram option available under the add content menu.\n\nI suspect it is a wider issue with plugins not working at all. Does anyone have any pointers on where to start looking to troubleshoot this?\n\nThanks\n"
} | [
{
"author": "Ole Kristensen",
"body": "Sometimes disabling/enabling a macro magically makes it work again.\n",
"comments": [
{
"author": "David at David Simpson Apps",
"body": "Yes, this often works a treat.\n"
}
]
},
{
"author": "Geoff Galitz",
"body": "Ok.. did some more digging and found this with a recent plugin install:\n\n> 2011-10-05 08:35:39,192 WARN \\[SpringOsgiExtenderThread-6\\] \\[atlassian.confluence.cache.TransactionalCacheFactory\\] put Transactional cache update outside transaction. All updates to this cache should be performed from a thread with a valid transaction context. \n> -- referer: <http://confluence.shutterstock.com/admin/viewplugins.action> \\| url: /admin/uploadplugin.action \\| userName: XXXX \\| action: uploadplugin\n\nAny suggestions on hwo to deal with this?\n",
"comments": null
},
{
"author": "Chris Kohlhardt",
"body": "Hi Geoff,\n\nIf you're a current customer, our support team is happy to help you work through this problem directly. The best place to get support from us is through our support portal at <http://support.gliffy.com>\n",
"comments": null
},
{
"author": "Nic Brough -Adaptavist-",
"body": "The log files, they should tell you what is failing.\n\nBefore that, I'd have a quick look at the Admin -\\> Plugins page to see if the plugins are installed and showing in there. If they are, they may have an error message or something to help you find their entries in the log. If they aren't then you know you want to read the log for around the time Confluence starts up, or for when you install them, as a plugin failing to load will produce informative error messages at that point.\n",
"comments": [
{
"author": "Nic Brough -Adaptavist-",
"body": "Oh, and check the versions of the plugins are correct for your version of Confluence - that won't be explicit in the logs most of the time, and it's much easier to read and compare the versions off the plugin exchange and in your plugin admin page.\n"
},
{
"author": "Geoff Galitz",
"body": "I should have mentioned that I cannot seem to find anything relevant in the log files, and I have verified with the vendors of the plugins that they work this version of confluence. I'm not super knowledgeable about the confluence backend or java so if there is a specific log file check (catalina\\* or admin\\* or host-manager\\*) I'll take a pointer there, too.\n\nThanks.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Plugins-not-working/qaq-p/118129 | [
"app"
] |
{
"author": "Todd McKnight",
"title": "Can't see Submit Button with Popup",
"body": "Have a pretty big screen but with firefox 6.0.2, the SUBMIT button with certain popup boxes is off the page. Yeah, I could eliminate some toolbars, but would like to figure out how to make the box smaller.\n\nWith Chrome, it seems to resize, but not with firefox 6. Any ideas?\n\n**FIREFOX 6 (HIDDEN)**\n\n\n\n**CHROME (GOOD)**\n\n\n"
} | [
{
"author": "Matt",
"body": "Todd, I think this is due to the height of your Browser Window in FF i.e. you have mopre viewing space in Chrome.\n\nWhen a dialog opens in Confluence we remove the ability to scroll.\n\nIf you were to hide on of your toolsbars in FF you should be able to see the Submit button.\n",
"comments": [
{
"author": "Matt",
"body": "I found this:\n\n<https://jira.atlassian.com/browse/CONF-21702>\n\nCan you confirm that the dialog resizes in Chrome, or do you just have more browsing space in Chrome due to toolbars?\n"
},
{
"author": "Matt",
"body": "My apologies for not reading you entire question :)\n\nLet me see if I can find a known isssue for this.\n"
},
{
"author": "Matt",
"body": "Sounds like a bug, Todd. I've raiosed this for you here:\n\n<https://jira.atlassian.com/browse/CONF-23357>\n"
},
{
"author": "Todd McKnight",
"body": "great, will watch it over there. Thanks Matt\n"
},
{
"author": "Todd McKnight",
"body": "Thanks Matt. Well, kindof. The Ticket/Issue referes to the issues being the same for Firefox and Chrome with a resolution below 1152 x 720 . As you can see above, Chrome (ver 14.0.835) is OK and the box looks smaller - as in the browser resized it.. whereas Firefox did not. I can do a 'Vew Full Screen aka F11' within Firefiox and it shows. But a pain. And yeah, I could elimate some toolbars and it wil show. but thought it was more a bug in that it works OK with Chrome.\n\nAlso, IE9 (ver 9.0.8112) seems to resize the popup page too. The best example is the ATTACHMENT screen within the EDIT PAGE sceen. Even when I dump the toolbar at the bottom of the page, same issue. The SUBMIT button below the viewable area.\n\nFYI, viewing it on an HP laoptop, 17\" widescreen with Screen Resolution = 1366 x 768. In typing this, I guess the easy solution is just to use Chrome or IE9. But would be nice :)\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Can-t-see-Submit-Button-with-Popup/qaq-p/254121 | null |
{
"author": "frank vandebergh",
"title": "Template containing subpages",
"body": "I would like to create a template page with 5-10 subpages. I then want to create a new set of those pages in an easy way. So if I have the following structure: \n\\<Product\\> \n\\<Documentation\\> \n\\<Release Notes\\> \n\nI want to create several \"products\" and just rename the product page. The other pages should be a copy of a template.\n\nWhat is the best way to accomplish this ?\n"
} | [
{
"author": "Kevin Buchs",
"body": "One approach you might consider is a hierarchy of templates with a specified prefix. I just created this series of three templates: JournalMaster, JournalSubject and JournalEntry to create a journal organized by subject and then under each subject there are dated entries. You use this by starting with a page you create with the JournalMaster. That allows you to create the subjects and it automatically adds page prefixes. So on the subject pages you can an entries.\n\n**(1) JournalMaster**\n\n```\nh2. {center}{color:blue}*Project Journal Master*{color}{center}h2. Create New Journal Entry{add-page:template=JournalSubject|parent=@self|prefix=%Journal Subject% }Click to add new journal subject{add-page}Note, when you create the new subject, you will create a page and be prompted for the Subject title and the subject prefix. The latter should be a fairly short abbreviation which will make all the journal entry pages unique.h2. Journal Subjects{children:depth=1}\n```\n\n```\n\n```\n\n**(2) JournalSubject:**\n\n```\n*Subject Prefix:* {text-data:Prefix}@Prefix@{text-data}----h2. Subject Description*Description:* {text-data:Descr}@Description|textarea(5,35)@{text-data}h2. Create New Journal Entry{add-page:template=JournalEntry|parent=@self|prefix=%data:Prefix% Journal Entry %global:current date > date:yyyy-MM-dd% }Click to add new journal entry{add-page}h2. Journal Entries{children:depth=1}\n```\n\n```\n\n```\n\n**(3) JournalEntry:**\n\n```\nh2. {center}Journal Entry{center}Write your entry here.h2. Attachments{attachments}h2. Meetings ReferencedAdd a meeting reference.{show-if:label=-meetrefdone}h2. List of recent meetings you may wish to referenceCopy and paste the name(s) from this list into referenced meetings above in the editor. {choose-label:labels=meetrefdone|descriptions=click here to remove this list}{report-block:maxResults=10} {local-reporter:value:label meeting > label:content} {content-filter:scope=\"Home\" > descendents} {date-sort:content:creation date|order=descending} {local-reporter} {report-body}> &nbsp; {report-info:page:title} {report-link:page:title|link=true}link{report-link}\\\\{report-body} {report-block}{show-if}\n```\n",
"comments": [
{
"author": "frank vandebergh",
"body": "thanks will give it a try\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Template-containing-subpages/qaq-p/318124 | null |
{
"author": "Brian My",
"title": "Within JIRA Studio, how can I enable strike-through for Resolved/Closed issues on a Confluence page?",
"body": "Within JIRA Studio, I often refer to issues on a wiki page. JIRA already has a nice feature that will strike-through issues that are Resolved/Closed when linking issues (see <http://confluence.atlassian.com/display/JIRA043/Linking+Issues>), but I can't seem to replicate that behavior within Confluence.\n\nIs there a way to configure Confluence that will automatically strike-through issues that have been resolved/closed?\n"
} | [
{
"author": "JamieA",
"body": "If you use {jira}ABC-1{jira} it will render it nicely according to the status/resolution. Not sure it will do it if you just use the ID alone.\n",
"comments": null
},
{
"author": "Edward Plumer",
"body": "We have Confluence 4.1.9. When I add links to a Jira issues in Confluence, none is marked with a strike-through, regardless of status/resolution.\n",
"comments": null
},
{
"author": "jiminoc",
"body": "this is an annoyance for me as well.\n\nany ideas?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Within-JIRA-Studio-how-can-I-enable-strike-through-for-Resolved/qaq-p/355471 | null |
{
"author": "Jeroen Meijer",
"title": "Is it possible to hide changes on a page?",
"body": "1. Is it possible to hide changes / history on a page for anonymous users? Such as \n* Attachments:1\n* Added by......, last edited by .....on Sep 13, 2011 (view change)\".\n\n2. Is it also possible to hide 'all updates' on the dashboard for anonymous users?\n\n3. Is it possible to hide the entire dashboard for anonymous users?\n"
} | [
{
"author": "Dave Hergert",
"body": "1. I do not think its possible without a plugin, which I don't think it would be hard to do.\n\n2 \\& 3. So you want Anonymous users to have access to your site (specifically spaces) but you don't want them to be able to see the dashboard? You could probably edit the .vm file for the dashboard to check if the user is anonymous, and if so, don't display the timeline or space list.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Is-it-possible-to-hide-changes-on-a-page/qaq-p/76271 | null |
{
"author": "Man Wei Tam",
"title": "Confluence 4.0 Editor - Cannot edit long pages!",
"body": "Not sure if anyone has posted this yet, but some of our users cannot edit the bottom of the page if it is too long. The editing bar at the bottom is preventing the last few lines from even being seen.\n\nThis is reproducible on IE/FF/CH on Windows \\& MacOS/X.\n\nUpdate: Turns out that this was due to some HTML text I had in the editor. Still an issue though.\n"
} | [
{
"author": "Matt",
"body": "Were you displaying Custom HTML in the Confluence Header?\n\nIf yes, simply move that HTML to the start of the body:\n\nConfluence Admin \\> Custom HTML\n\nThis is a known issue in Confluence 4.0.\n",
"comments": null
},
{
"author": "Matthew J. Horn",
"body": "Another solution is to manually add scroll bars to the edit page's HTML. I did this by editing the Global Stylesheet at Admin \\> Stylesheet. Add the following:\n\nbody.contenteditor {\n\noverflow: scroll !important;\n\n}\n\nhth,\n\nmatthew horn\n",
"comments": null
},
{
"author": "Matthew J. Horn",
"body": "One solution is to manually add scroll bars to the edit page's HTML. I did this by editing the Global Stylesheet at Admin \\> Stylesheet. Add the following:\n\nbody.contenteditor {\n\noverflow: scroll !important;\n\n}\n\nIf the RTE's content box is too short, you can change the height to, say, 600px, by using the following:\n\n#wysiwyg, #preview, #previewArea {\n\nheight: 600px !important;\n\n}\n\nhth,\n\nmatthew horn\n",
"comments": null
},
{
"author": "Laura Kolker",
"body": "I had this problem when adding table rows. Kind of awkward to try to add an image to a table row when you can't see it. :P\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "I'm getting this problem on Chrome/OSX after pasting a large image in. If I switch Chrome to full screen, the problem goes away though -- I'm not convinced that this is a suitable workaround for all.\n\nIn my case, there is no additional Custom HTML pushing the page elements out of place.\n",
"comments": null
},
{
"author": "Man Wei Tam",
"body": "The same thing happens with the HTML at the start of the body. But it does work in the footer. Thanks for your help.\n",
"comments": [
{
"author": "Matt",
"body": "That's interesting. I had the same issue with the Confluence Sandbox. Moving the custom HTML to the start of the biody solved the problem for me.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-4-0-Editor-Cannot-edit-long-pages/qaq-p/29926 | [
"editor"
] |
{
"author": "Kevin O'Brien ADMIN",
"title": "Modifying Dashboard Layout",
"body": "We would like to have the abilty to display status updates from certain users (in a group) on the Dashboard under Space categories or favorites. Is this possible? \n\nAs a Confluence user, I would like to see status updates of users in given space under the category or favorites tab so I can separate out my business groups so they only see status updates that may affect them.\n\nI suppose its kind of anti-collaboration, but we have groups that don't have anything to do with other groups and would like to separate these updates out to different categories.\n\nThanks!\n\nKevin\n"
} | [
{
"author": "vchoy",
"body": "Hi Kevin!\n\nYou [customise the dashboard](http://confluence.atlassian.com/display/DOC/Customising+the+Dashboard) and modify the global template `/confluence/decorators/global.vmd` or the layout at **Administration** \\> **Layouts** \\> **Global Layout**\n\nThe '[Customising Layouts](http://confluence.atlassian.com/display/DOC/Customising+Layouts) will contain some information on how to modify these decorator files.\n\nHopel this helps!\n\nRegards\n\nVincent Choy\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Modifying-Dashboard-Layout/qaq-p/117813 | null |
{
"author": "SungJin Woo",
"title": "Pending in Confluence Setup User Management Step.",
"body": "1. Jira setup ok ( 1 Admin User Account)\n\n2. confluece setup - User Managerment step Pending.\n\nso much time. one - two hour running ..still run\n\nMessage is \"Performing full synchronisation.\"\n\n( I Choose JIRA Connection.)\n\nand Using MySQL.\n\nDo you what is problem?\n"
} | [
{
"author": "Mark Hrynczak",
"body": "It is likely that you are seeing this bug: <https://jira.atlassian.com/browse/CONF-23184>\n\nIf so, the synchronisation has actually completed successfully, but the 'Next' button is still showing as disabled. See [here](https://jira.atlassian.com/browse/CONF-23184?focusedCommentId=270103&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-270103) for a suggested workaround.\n\nCheers, \nMark\n",
"comments": [
{
"author": "SungJin Woo",
"body": "thank you for your help. it's working\n"
}
]
},
{
"author": "Nic Brough -Adaptavist-",
"body": "What does your confluence log file say? How many users are there in the Jira database (sounds like just 1, is that right?)\n",
"comments": [
{
"author": "SungJin Woo",
"body": "only 1 Admin User.. i can't find any error...hmm do you have any idea about that?\n"
},
{
"author": "Nic Brough -Adaptavist-",
"body": "No, there really should be something in the log to tell you what it's doing (I'm assuming you mean that there's only 1 user and that's the admin user?) Might need to run the JVM with verbose logging on to find out what it's actually doing.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Pending-in-Confluence-Setup-User-Management-Step/qaq-p/372961 | [
"administration",
"jira",
"user"
] |
{
"author": "Chris Ramakers",
"title": "User profile macro - public",
"body": "I've added a \"User profile macro\" to my Confluence page but when a not-logged-in user visits the page the macro just outputs \"The content of this macro can only be viewed by users who have logged in\" .. is there any way around that?\n"
} | [
{
"author": "Chris Ramakers",
"body": "Found it, it's in \"global permissions\" in the confluence admin.\n",
"comments": null
},
{
"author": "Mark Hrynczak",
"body": "See <http://confluence.atlassian.com/display/DOC/Setting+up+Anonymous+Access>\n",
"comments": null
},
{
"author": "Chris Ramakers",
"body": "Found it, it's in \"global permissions\" in the confluence admin.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/User-profile-macro-public/qaq-p/11586 | [
"anonymous",
"macro"
] |
{
"author": "BogdanS",
"title": "jquery macro and confluence",
"body": "I have installed jquerty macro on my confluence 3.4. and i'm trying to run some simple code\n\n```\n{jquery:markup=wiki}{html}<head><script type=\"text/javascript\">function displaymessage(){alert(\"Hello World!\");}</script></head><body><form><input type=\"button\" value=\"Click me!\" onclick=\"displaymessage()\" /></form><p>By pressing the button above, a function will be called. The function will alert a message.</p>{html}{jquery}\n```\n\n...everything works fine on PREVIEW view (Hello World string appears) but when i save my page and press the \"Click me\" button nothing happened.\n\nAny idea why?\n\n```\n\n```\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "Some things...\n\nYou don't seem to be using jQuery at all, so why both with the {jquery} macro. Also, this is being displayed in the page, so don't add the head or body tags.\n\nTry this:\n\n```\n{html}<script> function displayMessage(){ alert('Hello World!'); }</script><form><input id=\"clickMeInput\" type=\"button\" value=\"Click me!\" onclick=\"displayMessage()\" /></form><p>By pressing the button above, a function will be called. The function will alert a message.</p>{html}\n```\n\nIf you want to use jQuery, Atlassian already bundle it in Confluence, but their version is referenced using **AJS.$** rather than just **$**.\n\nTry this: \n\n```\n{html}<script> AJS.toInit(function(){ // use instead of $(document).ready() AJS.$('#clickMeInput').click(function(){ alert('Hello World!'); }) })</script><form><input id=\"clickMeInput\" type=\"button\" value=\"Click me!\" /></form> <p>By pressing the button above, a function will be called. The function will alert a message.</p>{html}\n```\n",
"comments": null
},
{
"author": "BogdanS",
"body": "this is macro security issue or jquery macro is not compatible with 4.3?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/jquery-macro-and-confluence/qaq-p/260208 | null |
{
"author": "Dee Elling",
"title": "how to find all broken links in a space or multiple spaces",
"body": "Hi,\n\nI just inherited a Confluence wiki and it has a lot of hard-coded URLs that are broken. How can I get a list of all of them?\n\nI've tried searching for part of the URL string, but the search functionality does not seem to include fragments of URL strings. (I guess the search only looks at what is displayed, and not the wiki markup.)\n\nI notice that there's an old thread on this; hoping the problem/feature has been addressed in newer releases!\n\nthanks for any tips! -Dee\n"
} | [
{
"author": "Matthias Born",
"body": "Perhaps u may try this: \\[Validate External Links For A Space\\|http://wiki.customware.net/repository/x/iQC9Ag\\]\n",
"comments": [
{
"author": "Dee Elling",
"body": "Thanks Matthias, I'll have a look! -Dee\n"
},
{
"author": "Dee Elling",
"body": "Thanks Kevin, Matthias!\n\nI learned that if you want some basic content administration functionality you have to look for plugins. I'm used to mediawiki so it didn't occur to me to look outside of the paid-for product. Much appreciated!\n"
},
{
"author": "Jonathan Simonoff",
"body": "New URL for that: <https://docs-old.servicerocket.com/display/AtlassianPlugins/Validate+External+Links+For+A+Space>\n"
}
]
},
{
"author": "Kevin Buchs",
"body": "Hard coded URLs that are of the http:// format are going to be hard to detect unless you use some sort of website validator tool. However, if you are referring to page links, \\[My Page X\\], then there is an easy way to detect that. Put this on a page in a given space\n\n```\nh2. Pages Which Have No Links Pointing To Them: {orphaned-links}No links exist{orphaned-links} h2. Links Which Point To Non-existent Pages: {undefined-links}No links exist{undefined-links}\n```\n",
"comments": [
{
"author": "Dee Elling",
"body": "Thanks Kevin! unfortunately these macros are not supported (\"unknown macro\" error) in my installation (3.5.9), do i need an additional plugin? -Dee\n"
},
{
"author": "Kevin Buchs",
"body": "These macros are part of the Linking plugin from Customware:\n\n<https://plugins.atlassian.com/plugin/details/166>\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/how-to-find-all-broken-links-in-a-space-or-multiple-spaces/qaq-p/284300 | null |
{
"author": "Adolfo Casari",
"title": "Question about numbered list in concluence",
"body": "I am trying to build a numbered list in confluence such as this:\n\n1.\n\n2.\n\n3.\n\n4.\n\na. Indented\n\nb. Indented\n\n5.\n\nMy problem is that I can t get a five, the list restart in 1. I tried both with the RTE and the wiki editor.\n\nIs this list doable in Confluence?\n\nThank you.\n"
} | [
{
"author": "Kevin Buchs",
"body": "In mark-up it would be like this\n\n# item1\n\n# item2\n\n# item3\n\n# item4\n\n## item4.a\n\n## item4.b\n\n#item5\n\nYou are not allowed to have blank lines in the list or it does restart the counter.\n",
"comments": [
{
"author": "Adolfo Casari",
"body": "Thank you. Not having blank lines makes it look OK.\n"
}
]
},
{
"author": "Luis Mayora",
"body": "If you are using Confluence 4.0. What i do is create 7 numbers and between 5 and 6 press \"Tab\" for each or you can use the the wiki tool bar to indent.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Question-about-numbered-list-in-concluence/qaq-p/220614 | null |
{
"author": "Harvey Moore",
"title": "Why are we now paying for functionality that we used to get for free in terms of the Calendar Plugin?",
"body": "The calendar plugin is an essentual part of our Confluence usage. Since it has been depreciated (and we have upgraded to Confluence 4.0) we have lost this function. Whilst I accept that it was our decision to upgrade, it wouldn't be long before Atlassian started to recommend this upgrade.\n\nYou can now get this lost functionality back by **PURCHASING** team calendars. Doesn't this go against one of Atlassians 5 values - \"Dont \\*\\*\\*\\* the customer\"? We feel throughly \\*\\*\\*\\*ed as you've just added $1100/year to our Atlassian bill to maintain what we already had. We're may or may not want all the lovelies that come with the new Team Calendars, but that should be our decission.\n"
} | [
{
"author": "Sherif Mansour",
"body": "Harvey, \n\nYou raise some valid points. I'd firstly like to say, this isn't a decision we took lightly. I personally spoke to many customers about this, trying to understand what problems they would like solved and in addition, looking at how we can built something that is sustainable in the long term. \n\nAfter much discussion and analysis I strongly believe that pricing this plugin is the right thing for our customers. Let me explain why: \n\nAfter conducting many interviews and speaking to a lot of customers about what problems they want solved in terms of calendaring, we feel we can solve a lot of specific problems with the combination of events, people, projects (JIRA) and content. Atlassian sees this plugin working alongside your personal meeting or events calendar. Team Calendars already has an extensive roadmap which is jam-packed with improvements and exciting things. \nIt was apparent in our research that not every customer needs a team calendaring solution. It doesn't make sense to invest core roadmap time for those thousands of customers who would never use this feature. Not bundling Team Calendars with Confluence means that \n1. We don't doesn't increase the development/opportunity cost for Confluence. Especially for those customers who aren't going to use it. \n2. We can focus and build improvements on the plugin based on the plugin demand - a much more measured and fair approach for all our customers. \n3. We don't de-invest from the Confluence roadmap. Team Calendars is staffed by a different team, meaning Confluence roadmap work continues to develop with no impact to the thousands of customers. \n\nHope this answers your question. At the end of the day, I'm more than confident this is the best thing for our customers. \n\nSherif Mansour \n\nTeam Calendars Product Manager\n",
"comments": [
{
"author": "Harvey Moore",
"body": "Sherif,\n\nWhilst I agree with a lot of what you have to say, and the obvious effort to guage customer requirements for a \"Team\" calendar solution. I feel that you still do not have a valid reason for reducing the functionality of the basic Confluence package. Confluence still costs the same to us, but does less for our money. Having had a long faught battle to justify the expense of Confluence, I'm now having to answer the question (from my fellow managers and the directors) \"What next will they make a charged for item?\"\n\nI quote you \"It was apparent in our research that not every customer needs a **team calendaring** solution\", and I agree, but what we do want is the calendaring solution we already had - it has become an integral part of our working practice.\n\nI understand that the team calendaring is an entirely seperate developement team (and I would organise/finance this situation in the same manner), but what happened to the people working on the original calendar plugin?\n\nI suspect that the developement path is set in stone, so this change will not be reversed. Until now we have been very happy with the Atlassian products and service, I just hope that similar decisions do not affect our decision to entrust this part of our business to Atlassian.\n\nThankyou for the reply,\n\nHarvey Moore\n"
},
{
"author": "Sherif Mansour",
"body": "Hey Harvey,\n\nYeah, I see your point and appreciate your concern, especially with \"What next will they make a charged for item?\". I can't forsee us doing this for every major feature in Confluence. The Calendar plugin was a tough one because it evovled as someones small 20% project inside Atlassian. It was never supported or really minatined. At the same time, a few customers picked it up and thought it was pretty cool - long story short this grew to become critical. The bad thing was that it was never intended to be, so much so that Team Calendars is a completely new plugin- doesn't use the old code base etc.. So I do think that we were in a bit of a weird position with the old calendar plugin. I can't forsee this happening with all our other major features.\n\nWith that in mind - we've learnt a lession in these types of things.\n\nThanks for being open and sharing your concerns. Much appreciated. I'm sorry you feel fustrated about this - and I do assure you this decision wasn't made lightly. We debated, discussed, spoke, stressed-over this for a long time... I did see a couple of grey haris appear on my head! :-)\n\nI'm very happy we've reached to this position, it's the most sustainable model for everyone.\n"
},
{
"author": "Jon Cotter",
"body": "Smart customer service would be to credit them\n"
},
{
"author": "Rodolfo Romero",
"body": "Sherif,\n\nI understand that it might have not been easy to make a decision so drastic with this important piece of Confluence functionality. What I don't understand is what will customers with many pages using the old Calendar plugin do if they don't want to upgrade to Team Calendar. We have many pages that now are useless because of this.\n\nI believe, a better approach would have been to continue providing the basic functionality that was already included in the Calenda plugin for free (or included in Confluence price) and a paid version for those who wanted all the bells and whistles.\n\nIn our particular case, we discuss the purchase of Team Calendar but the product has many problems and we couldn't justify to pay $4,000/year more for just once single piece of Confluence functionality.\n"
}
]
},
{
"author": "Davet",
"body": "A lot of the Atlassian defence against accusations of market gouging bears a remarkable similarity to recent exhorbitant price rises from VMWare.\n\nThere is I beleive a conscious management decision to focus on the big end of town (where the big bucks are) because to the corporations a couple of extra thou a year is peanuts. Bye bye little customers :\\[\n\nWhat started out as a reasonably priced ($6000 P.A.), useful wiki (after a lot of free plugins were added) has now become a $20,000 P.A. pig-to-administer flying spagghetti monster with ransomware built-in. The upgrade path (and access to all those wonderful new features) is almost always blocked by out of date plugins that are prime candidates for the dreaded \"pricing announcement\" which of course is always promoted to be in the best interests of the customer. It is never promoted as being in the best interests of the bottom line ;\\[\n\nWhatever happened to the \"\n\n### Open Company, No Bullshit\" {#toc-hId-1508164746}\n",
"comments": [
{
"author": "Harvey Moore",
"body": "It's a shame that this has caused such a strong feeling, but it is indicative of a company not following its values when it comes to making money decisions.\n\nAt present, I want to set up a second instance of Confluence for our service network, as the team calendars is visible to all users and I don't want them looking at it. Unfortunately, the directors have refused the capital expenditure stating this very example -\\> that would have been a 50 user instance of Confluence = no sale.\n\n(PS love the term \"ransonware,\" may have to plagerise that one!)\n"
}
]
},
{
"author": "jimmycd",
"body": "The license policy of atlassian leads us to the decision that we move away from confluence (and later jira also) due to the predatory plugin policy (i.e. we use lots of free plugins which change to a priced modell whoch we are forced to buy when upgrasing jira. otherwise the plugins are not working any more -\\> our pages will not work). we put that many times to atlassian and just asked for the option to keep the free one with no additional functionality compatible with new jira versions. no chance. they say its up to the providers of the plugins to decide their policy..... clear.\n\nnow after the xth plugin changing the policy and increasing the PA costs drasticaly we have no choice than to move away from all atlassian solutions. bottomline the cost to change to other products is lower than keeping it (without extrapolation the developent of the cost curve from the past 10 years....).\n\nvery disappointing and apparently a clearly atlassian hazards the consequences of their license policy. btw: atlassian sales people: save your time to convince us: board decision already made....\n\nbye bye\n",
"comments": null
},
{
"author": "Mahbub Rahman",
"body": "$6000 for a calendar feature? I think that is a bit excessive.\n",
"comments": [
{
"author": "Rodolfo Romero",
"body": "I think it is expensive as well. Confluence as a whole costs that!\n"
}
]
},
{
"author": "Beth Schaefermann",
"body": "I interpreted Sherif's response differently: instead of increasing the Atlassian cost for everyone holistically due to a variety of normal inputs (growth in business, audience, evolution of features, etc), they decided to break out some features and charge ? la carte so that you only pay for those features you need. If they had not broken out those features, you would still have had the cost increase (everyone would have). This way, though, provides greater flexibility in choice - to pay only for what you need.\n\nAtlassian is still very attractively priced on the market for the quality of products and services they provide, in my humble opinion.\n",
"comments": [
{
"author": "Harvey Moore",
"body": "Thanks Beth,\n\nGood point well made! And yes, it is very attractively priced.\n\nBut has my cost of Confluence gone down to reflect this?\n"
},
{
"author": "Beth Schaefermann",
"body": "To use an analogy, the price of gas (and most things) only goes up over time. The price of the application went up due to a variety of inputs I described above), but bits were broken off to allow people to choose whether they want to continue to invest in the evolution of a specific feature, or not. Continuing to invest in the evolution of a software product or piece of it is a choice based on perceived business value.\n\nTo look at it from another perspective, the new Confluence price has \"gone down\" for those who choose not to invest in the evolution of a specific feature. Otherwise, all would be paying the new price of a solution that contains all features.\n"
},
{
"author": "Rodolfo Romero",
"body": "That would work in a scenario where existing customers are able to continue using the same functionality for the same price. In our case, we now have many useless pages becuase the Calendar plugin is gone and we cannot justify spending other $4,000/year to buy Team Calendar, which is only a little piece of functionality compared to all the other functionality that Confluence provides.\n"
},
{
"author": "Andrew",
"body": "At first glance the Atlassian products seem reasonably priced, once you start expanding the functionality with Plugins and third party plugins (which may be already bundled with other produts) the price escalates. Ths escalation each year (one year the plugin is free the next who knows) makes budgeting and getting approval of the budget extremely difficult. No one like to keep having to go to finance with a begging bowl to get approval for more spend. I have noticed that the concept of $0 is used often as opposed to 'free'. That has put me off loading any of these plugins as it lends itself to 'ransonware' (Davet 2012).\n"
}
]
},
{
"author": "Michael Rutledge",
"body": "And another year later, same deal with the calendars, among many other plugins. This behavior of forcing users into purchase of once free functionality is swiftly becoming the norm for atlassian. At least in my experience over the 8 years of using the software.\n\nIn my opinion, they (atlassian development) should have forked calendars into two branches, one deprecated version that is no longer supported by development, but installable on future versions, and a second which continues to receive development and support.\n\nThis would have at least retained existing functionality for users without a forced purchase and allowed them to focus development effort and a sustainable business model for their product.\n\nJust my two cents, but it seems like every time I get something going well in confluence, two major versions later I seem to be paying for it out of nowhere.\n\nPretty frustrating.\n\nApologies for the poor form of late posting. I feel the opinions I share have been clearly posted previously in the thread, but it's still an ongoing and pronounced issue with Atlassians roadmap/management direction.\n",
"comments": [
{
"author": "Andreas Lundstr?m",
"body": "I don't know if this has been done already, but I just ported this plugin to work in a Confluence instance that we work on, that we updated from Confluence 3.x.x to Confluence 5.6.6.The work concisted of porting JavaScript from using prototype.js to jQuery and some xwork/velocity/dependencies hade to be updated..It works fine, no complaints (yet) (:\n"
},
{
"author": "Andreas Lundstr?m",
"body": "had\\* to be\n"
},
{
"author": "BJ Golding",
"body": "Andreas - We're in a similar situation. About to upgrade and just realized our calendars have broken. Do you have a copy of the plugin available? Or are you willing to give more details on the backporting process? Any assistance you could provide would be very helpful.\n\nThanks!\n"
},
{
"author": "Andreas Lundstr?m",
"body": "Hi @BJ Golding, I'll have a look to see if I can retrieve it for you.. I'll get back to you in this thread if that is ok?\n"
},
{
"author": "BJ Golding",
"body": "@@Andreas Lundstr?m Sounds Great- Thanks for getting back to me! ? Looking forward to your reply.\n"
},
{
"author": "Andreas Lundstr?m",
"body": "@BJ Golding: this is what I could find (quickly), a version without the \"user picker\" on add/edit event, but otherwise functional for up to latest Confluence, build the plugin and posted it here: <https://github.com/alundstroem/confluence-calendar-jquery>\n\nCan you try it out and let me know if it works for you?\n"
},
{
"author": "BJ Golding",
"body": "Hey @Andreas Lundstr?m - Tried the plugin and it works great. Thanks so much, you rock!\n\n-BJ\n"
},
{
"author": "Andreas Lundstr?m",
"body": "Glad to hear it @BJ Golding. Do you need the user picker feature?\n"
},
{
"author": "BJ Golding",
"body": "@Andreas Lundstr?m - If it is a simple fix, then by all means, yes it would be great!\n\n-BJ\n"
},
{
"author": "Helen Heath",
"body": "@Andreas Lundstr?m Tried to install your plugin (thank you for this!) but Confluence errors with: \n\nCould not find a handler capable of installing the add-on at calendar-plugin-2.7.5.1.jar. Check that the file is a valid add-on. \n\nObviously it can be done, because @BJ Golding has done it, but why can't I upload it? We're on ver 5.8.15 of Confluence. Thanks! \n"
},
{
"author": "Andreas Lundstr?m",
"body": "@Helen Heath, I'll try to check and see if I can help you out during next week\n"
},
{
"author": "Helen Heath",
"body": "@Andreas Lundstr?m Thanks, I actually managed to get it installed via UPM, it was a problem with my download. Redownloaded it and it installed just fine, thank you! However, I'd really appreciate you just letting me know how I reference it from within a page! I sort of expected it to be added to a drop-down list of things to add into a page, but it's not available from any edit menu, macro list, or anywhere else I can see to select it from? It's definitely showing in the list of user-installed add-ons, but nowhere I can reference from within a Confluence page? I'm sure it's obvious, but how to use it is currently escaping me!!\n"
},
{
"author": "Andreas Lundstr?m",
"body": "@Helen Heath, Good to hear that the installation went ok - have you tried adding a calendar (in edit mode) by the \"{\"-notation, or by \"Insert\", \"Other Macros\"?\n"
},
{
"author": "Helen Heath",
"body": "@Andreas Lundstr?m Yes, I tried that - it's not available in the Macros list. I've checked that it is enabled, and it is.\n"
}
]
},
{
"author": "aaron wideen",
"body": "And 2 years later it sounds like this plug-in has retained its same price and same functionalities. Aside from adding in being able to pull from google calendar (which I could do with an iframe for free). I see that confluence itself has grown exponentially in look and feel and the different functions you could do while development with the 'team calendars' has kind of fell off the grid.\n",
"comments": null
},
{
"author": "Hendrik Nehnes",
"body": "With the 4.x update not only Atlassian ?$?% the customer, also customware that delivers the reporting, scaffolding, ... plugins. Now you have to pay for that plugins, before they were free and they does not seem to have to good support as atlassian does. When I look back at the last years the atlassian eco system continously increases the costs and it will be hard to explain that to the management - have a look on the new jira licensing. Until now with 4.x we had unlimited users. With 5.x we need to buy a 2000 enterprise license. The upgrade costs a much as a renewal for 4.x and we get less as we do not have unlimited users anymore. Im am very disappointed that atlassian goes this was and I think we will not continue this path in some years and move to other products that have similar functions and a fair pricing without caching the customer with a cheap start and an expensive ending.\n",
"comments": null
},
{
"author": "Beth Schaefermann",
"body": "I saw this calendar plug-in this morn and thought of this thread. Maybe it's an alternative to look into: <https://plugins.atlassian.com/plugin/details/293>\n",
"comments": [
{
"author": "Rodolfo Romero",
"body": "This Calendar plugin is for Jira only.\n"
}
]
},
{
"author": "Ariela Stern",
"body": "I understand asking customers to pay extra for \"tricked out\" calendars, but not even having a basic option is a feature sorely lacking for the cloud version.\n",
"comments": null
},
{
"author": "Trish Ind [MMAL]",
"body": "How do you copy a calander format into confluence with out paying for it?\n",
"comments": null
},
{
"author": "Darren Pegg",
"body": "Luckily we have Jira, and I hope to create a workflow that allows actions to be added by creating an issue htough exluding it from reporting.. Although I have a feeling I'll hit a bick wall!\n",
"comments": null
},
{
"author": "Richard Wilkinson",
"body": "What are the symptoms of this lack of support? Our calendar controls have just stopped working with the following error:\n\nError formatting macro: calendar: com.thoughtworks.xstream.alias.CannotResolveClassException: com.atlassian.confluence.extra.calendar.model.CalendarGroup : Unable to load class \\[ com.atlassian.confluence.extra.calendar.model.CalendarGroup \\] from PluginClassLoader\n\nWe upgraded from v3.2 to v3.5 a few months ago, but the calendar control didn't stop working when we upgraded - apparently it happened last week. Is it trying to refer to a control on an Atlassian server that no longer exists, or is this error unrelated? \n",
"comments": null
},
{
"author": "Gary Weaver",
"body": "I'm sure that there are infinite possibilities when doing scheduling integration with Jira and Confluence. In the future, maybe you could add a vacation request to your calendar, and it would automatically figure out how resources would have to be re-allocated on Jira tasks, the differences in Gantt and burndown charts would be created, new estimated dates would appear and your manager could deny that vacation because it would mean that the team could not hit a deadline.\n\nBUT, even with those possibilities, Confluence, Jira, etc. is not the place to manage calendar/scheduling/event information. Even scheduling Jira tasks, etc. should just hook into an external scheduling system, imo. Like I've said before, if anyone can do it, Atlassian can; if they want to run the calendaring services rather than just interact with them, that is their decision. But, if they do it, I think they should either (1) purchase an existing company like they did for Crowd, etc. that has a nice calendar server (and this probably isn't an option- just throwing it out there) or (2) just integrate with existing calendars via CalDAV and leave calendar support free in Confluence, Jira, etc. as part of the product that relies on connection with an external server (or servers).\n\nFor now though, if I were in a position where my company depended on Confluence's calendars, I'd bite the bullet for now and pay the additional cost, and then either transition to something else (Exchange, Oracle Calendar, etc.), or hang on and bask in the glory of whatever Atlassian comes up with (and I'm being serious- that isn't sarcasm). I just hope the end solution doesn't involve Atlassian banging their head against the desk a lot because of the craziness involved with doing calendaring at an enterprise level. Farm that out or buy it, instead.\n",
"comments": [
{
"author": "Sherif Mansour",
"body": "Yeah, you are right about this. I actually think its a messaging problem we currently have and are trying to work on.\n\nLong story short - we don't see Team Calendars replacing your Outlook / Exchange calendaring system AT ALL. We don't want it to go that way. Our goal with Team Calendars is to help teams collaborate, plan and communicate team events - not perosnal meetings (this also involves JIRA projects). Where applicable, we would integrate with the end-users personal calendar (Google/Outlook/Lotus Notes.. or whatever).\n\nTeam Calendars just helps teams in that intermediatry step before it ends up in your personal calendar.\n"
}
]
},
{
"author": "Harvey Moore",
"body": "Jo-Anne,\n\nThanks for the suggestion, but that would mean getting skills in outside our core business set. Can't justify the expense.\n",
"comments": null
},
{
"author": "Jo-Anne MacLeod",
"body": "It looks like the source is available. If you want to continue to use the older one, perhaps you (or someone) wants to take over the mainentance of the plugin? Just as anyone can create a plugin and then stop supporting it, I guess that Atlassian can as well.\n\nSo you know where i am coming from, we never used the old calandar for a variaty of reasons. We do now use Team Calandars. It also has its own set of problems, but that is a diffeent post.\n",
"comments": null
},
{
"author": "Rayone Moyer",
"body": "We have not upgraded yet but will be doing so soon. We use calendars a lot so if you can't use your original calendars that might be a big issue for us as well.\n",
"comments": null
},
{
"author": "JamieA",
"body": "Fair point... I suspect that they underestimated the amount of work required to maintain the original calendars. If it happens with other functionality I could get a little miffed.\n",
"comments": [
{
"author": "MUTELLIB JUHAR JAALALLEE _NAMOO JAALALLEE_",
"body": "Jamie\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Why-are-we-now-paying-for-functionality-that-we-used-to-get-for/qaq-p/432887 | [
"team-calendars-for-confluence"
] |
{
"author": "Scott Faller",
"title": "Can a Custom Seraph Authenticator be shared between standalone JIRA and Confluence instances?",
"body": "We already have a standalone JIRA 4.4 instance hosted internally with a custom seraph authenticator to our own enterprise Single Sign On directory. If we install a trial and eventually a licensed standalone Confluence 4.0 instance on the same physical server, can we use the same custom seraph authenticator for Confluence that we are using today for JIRA? Or do we have to maintain a different seraph authenicator for Confluence. Even if they are separate XML files, can the configurations be the same?\n"
} | [
{
"author": "Akeles",
"body": "In my opinion, a different authenticator is required because both Confluence and JIRA authenticators use their application specific libraries.\n",
"comments": null
},
{
"author": "LloydM",
"body": "How are you implementing the custom seraph authenticator? If it is contained in a plugin, you should be able to deploy the plugin to both JIRA and Confluence. The modifications to the web.xml and seraph-config.xml should be similar to both. One thing to be aware of is that your custom seraph authenticator will need to use DefaultAuthenticator for JIRA and ConfluenceAuthenticator for Confluence. I was pointed in the right direction from an answer to one of my questions:\n\n[](../273627/problem-with-confluence-seraph-and-a-custom-sso \"question.\")<https://answers.atlassian.com/questions/273627/problem-with-confluence-seraph-and-a-custom-sso>\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Can-a-Custom-Seraph-Authenticator-be-shared-between-standalone/qaq-p/418238 | [
"authentication",
"jira",
"seraph"
] |
{
"author": "Alan Bowman",
"title": "Using macros in templates in Confluence 4",
"body": "Hello,\n\nIs it possible to include macros in templates in Confluence 4? I'm creating Space tempates, and would like to have things like the table of contents macro automatically inserted.\n\nThanks,\n\nAlan\n"
} | [
{
"author": "Matt",
"body": "Looks like you found a bug Alan. I've raised it for you on out public issue tracker:\n\n<https://jira.atlassian.com/browse/CONF-23346>\n\nWhile preview does not work when you do create a page from that template it will work.\n",
"comments": [
{
"author": "Alan Bowman",
"body": "Well, leave it to me to find a bug. And yes, the template and macros work, even though it throws an error in Preview. Thanks for the assistance.\n"
}
]
},
{
"author": "Matt",
"body": "@Jason Vance - here's a [little screencast](http://screencast.com/t/2bNKvTBVkW22) of the workaround suggested above in action. There might even be a little peek another editor feature in the works... :)\n",
"comments": null
},
{
"author": "Matt",
"body": "Yes it is, Alan. At the moment, templates will still remain in wiki markup. Ideally you should be able to use the new editor when creating/editing templates. We do have plans to, it is in the backlog.\n\nFor now you can continue to enter the wiki markup of the macros you wish to include in your template. For Tabkle of Contents the mark up is:\n> {toc}\n",
"comments": [
{
"author": "Alan Bowman",
"body": "Matt,\n\nThat was the first thing I tried. However, that gives a NullPointerException on Preview. For example, I have this in a template:\n\n```\nh3. Name of document{toc}\n```\n\nWhen I click on Preview, I get this message in an error box just under **Name of document**:\n\n```\nError formatting macro: toc: java.lang.NullPointerException\n```\n\nAny ideas?\n"
},
{
"author": "Jason Vance",
"body": "@Matt Hodges \\[Atlassian\\] - you mention the ability to use the new editor to create/edit templates ... is there a place I can vote on this? Did a search and couldn't find it ...\n"
},
{
"author": "Matt",
"body": "Hey @Jason Vance - Here's the [feature request](https://jira.atlassian.com/browse/CONF-11744).\n\nIn the intermin. here's a work around I have been using on our internal instance:\n\n1. Create a new page that is really just a template and name it as such i.e. *Meeting Notes Template*\n\n2. Restrict the editing of the page to those that you wan to have the ability to make changes to the template\n\n3. Save the page\n\n4. From that page's Tools menu right-click the 'Copy' menu item and selct 'Copy link'\n\n5. On another another page, create a link using the link you copied in the step above. The alias coule be something like 'Create New Meeting Notes'\n\n6. Save the page\n\n7. Clicking on this link will open a new page with the contents of the page you created in step 1\n\nHacky :) but it works until we get you the new editor for creating page templates.\n"
},
{
"author": "Matt",
"body": "@Jason Vance - here's a [little screencast](http://screencast.com/t/2bNKvTBVkW22) of the workaround suggested above in action. There might even be a little peek another editor feature in the works... :)\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Using-macros-in-templates-in-Confluence-4/qaq-p/49723 | [
"macro",
"template"
] |
{
"author": "Frank Ruenagel",
"title": "Documentation theme: Hard/Impossible to change layout of a theme",
"body": "Hi,\n\nbeginners question:\n\nwe simply want to push the reference to the last editor (line below header of a page) to the bottom of the page. This seems not to be possible without deeply step into theme generation? How do I change the template of a theme?\n\nOr different asked: How can I achieve a editable documentation-theme-like Layout (with tree oh the left) without themes?\n\nWhy do you introduce themes, if they are not cusomizable? \n\nThank you.\n\nFrank\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "OK, try this:\n\nTo move the \"Adding by/Last edited by\" section to the end of the content for the Documentation Theme only...\n\nBrowse to **Confluence Admin \\| Look and Feel \\| Custom HTML**\n\nIn **At the end of the HEAD,** paste:\n\n```\n<script> AJS.toInit(function(){ AJS.$('body.theme-documentation .page-metadata').prependTo('#labels-section'); });</script>\n```\n\n..then save.\n\nIt's much easier when you manipulate the DOM client-side :)\n",
"comments": [
{
"author": "briburt",
"body": "Thanks for that code snippet. Works perfectly!\n"
}
]
},
{
"author": "David at David Simpson Apps",
"body": "This is the opposite of \"Would like the labels to be on top of pages instead of the bottom. Is this possible?\"\n\nBrowse to: **Confluence Administration \\| Look \\& Feel \\| Layouts**\n\nin the **Content Layouts** section, edit **Page Layout**.\n\nMove this line:\n\n```\n#parse (\"/decorators/includes/page-metadata.vm\")\n```\n\n...above this line:\n\n```\n#parse (\"/labels/labels-editor.vm\")\n```\n\nThat's it. If you're using a custom theme, then you'll need to edit the page.vmd file in your theme.\n",
"comments": [
{
"author": "briburt",
"body": "Where do you find the page.vmd file for a theme? All I can find is the one for the default theme located in the /confluence/decorators directory.\n\nLet's hope that making such a simple change to a page layout does not involve downloading the jar file of the theme, making edits to the page.vmd in the jar file, and then redeploying the jar as a plugin. If so, that is a very cumbersome design, to say the least.\n"
},
{
"author": "Kenn North",
"body": "as described in this answer [https://answers.atlassian.com/questions/21912/how-do-i-override-css-styles-in-the-documentation-theme](/questions/21912/how-do-i-override-css-styles-in-the-documentation-theme) \nthat's exactly what is done. You create a new theme and upload it as a new jar plugin.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Documentation-theme-Hard-Impossible-to-change-layout-of-a-theme/qaq-p/77438 | null |
{
"author": "Samuel Levin",
"title": "Cannot create \"catalina.out\", -> Permission Denied -> When trying to run Confluence 4.0 after fresh install",
"body": "root@node:\\~# /etc/init.d/confluence start \nUsing CATALINA_BASE: /usr/local/confluence/atlassian-confluence-4.0 \nUsing CATALINA_HOME: /usr/local/confluence/atlassian-confluence-4.0 \nUsing CATALINA_TMPDIR: /usr/local/confluence/atlassian-confluence-4.0/temp \nUsing JRE_HOME: /usr/lib/jvm/java-6-sun \nUsing CLASSPATH: /usr/local/confluence/atlassian-confluence-4.0/bin/bootst rap.jar \nUsing CATALINA_PID: /usr/local/confluence/atlassian-confluence-4.0/work/catal ina.pid \ntouch: cannot touch \\`/usr/local/confluence/atlassian-confluence-4.0/logs/catalin a.out': Permission denied \n/usr/local/confluence/atlassian-confluence-4.0/bin/catalina.sh: 503: cannot crea te /usr/local/confluence/atlassian-confluence-4.0/work/catalina.pid: Permission denied \n/usr/local/confluence/atlassian-confluence-4.0/bin/catalina.sh: 503: cannot crea te /usr/local/confluence/atlassian-confluence-4.0/logs/catalina.out: Permission denied\n"
} | [
{
"author": "Radu Dumitriu",
"body": "Try these outstanding commands:\n\n$man chown\n\n$man chmod\n\nBe sure not to type the '$' sign (it represents the prompt).\n",
"comments": [
{
"author": "Samuel Levin",
"body": "What must I make the permissions?\n"
}
]
},
{
"author": "Thomas Burke",
"body": "the better question is why must we be piece-mealing permission for Atlassian install scripts all over the place?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Cannot-create-quot-catalina-out-quot-gt-Permission-Denied-gt/qaq-p/93197 | [
"catalina",
"tomcat"
] |
{
"author": "Rayone Moyer",
"title": "Is there a way to zoom in or out on an image in confluence?",
"body": "we have many images in a gallery and would like to be able to click on it and zoom in or out. We do get the one larger image when you click on it but that is not exactly what we want. We want to be able to zoom in as much as needed to view a specific part of the image. Is this possible?\n"
} | [
{
"author": "Sandro Herrmann [Communardo]",
"body": "i think you can implement this easy with jquery and the zoom script\n\n<http://www.jacklmoore.com/zoom>\n\nyou can insert the needed javascr\n\n```\n<script type=\"text/javascript\">your javascript code</script>\n```\n\nipt code via the global administration cutom html section by using the script tags\n",
"comments": null
},
{
"author": "Rayna Lazarova",
"body": "Please prioritize that feature.\n\nWithout zoom in and out mobile version is nearly useless. I'm pushed to go for desktop version, which is not always possible. This puts under consideration using the Confluence at all.\n\nIf the issue can be resolved with a javascript that easy just include it in the next version please.\n",
"comments": null
},
{
"author": "Rayone Moyer",
"body": "Thank you for these answers they helped\n",
"comments": null
},
{
"author": "Giuliano C.",
"body": "Hello Rayone,\n\nI'm not sure if this option is available on Confluence yet, but, the best approach I can provide to you at the moment is to manually download the image or open it in a new tab and use the \"old school\" setting to zoom on the image and see the details or with some image editor software.\n\nIf you're interested, we can create a Feature and see how it goes!\n\nhope it helps,\n\nGiuliano tenedini\n",
"comments": null
},
{
"author": "Giuliano C.",
"body": "We do have the Gallery Macro to work with image settings, please, refer to the following page to have a better overview of it and see how it works with your instance:\n\n[Gallery Macro](https://confluence.atlassian.com/display/DOC/Gallery+Macro \"Gallery Macro\")\n\nReally sorry that Confluence doesn't have a concrete solution for your doubt at the moment.\n\nKind Regards\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Is-there-a-way-to-zoom-in-or-out-on-an-image-in-confluence/qaq-p/144935 | null |
{
"author": "Emile Deen",
"title": "Is there a pattern for Staging/UAT of Pages",
"body": "We develop several products and use Confluence to provide documentation to the public with each product occupying a Space.\n\nHowever, we don't want the docs (and updates for new versions) to be publicly visible while we work on them.\n\nDoes anyone use Confluence with the notion of a Staging area? Are there any patterns in common use?\n"
} | [
{
"author": "SarahA",
"body": "Hallo The Diamond Z\n\nThis page in the Confluence docs describes how to manage the life cycle of technical documentation, using core Confluence functionality:\n\n<http://confluence.atlassian.com/display/DOC/Managing+the+Life+Cycle+of+your+Technical+Documentation>\n\nThere are some plugins that provide extended workflow in Confluence:\n\n* *Ad hoc Workflows plugin* by Comalatech, for adding workflow capabilities to Confluence: \\<tt\\><https://plugins.atlassian.com/plugin/details/142>\\</tt\\>\n* *Confluence Remote Publishing Plugin* by Comalatech, extending the *Ad hoc Workflows plugin* to publish content from a master Confluence space to a destination space: \\<tt\\><https://plugins.atlassian.com/plugin/details/42115>\\</tt\\>\n* *Confluence Workflows Utilities Plugin* by Comalatech, extending the *Ad hoc Workflows plugin* with utilities such as a workflow event logger and new comment trigger events: \\<tt\\><https://plugins.atlassian.com/plugin/details/38741>\\</tt\\>\n* *Live Forms and Workflows for Confluence* by Frevvo, for creating input forms and associated workflows: \\<tt\\><https://plugins.atlassian.com/plugin/details/8965>\\</tt\\>\n\nI hope these are useful!\n\nCheers, Sarah\n",
"comments": null
},
{
"author": "Nic Brough -Adaptavist-",
"body": "Some places I've worked hide the entire space until it's basically ready, others use space restrictions. A couple use closed spaces with limited acces, and then move the pages when they're ready - often their own personal spaces. Depends on if you need a monolithic, mostly static space to go out, or you can drip-feed the pages out as you work through them.\n\nBut, the most common emergent pattern is to do the initial work in a personal space, get a colleague to have a quick read, then publish it and work in public. Most documenters are keen to get something out for the users, even if it's a little rough.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Is-there-a-pattern-for-Staging-UAT-of-Pages/qaq-p/282151 | null |
{
"author": "Anni R",
"title": "Team Calender trial needs a licence?",
"body": "H\n\nI want to try TeamCalender plugin, but I get message:\n\nCalendar in read-only mode. Please update Team Calendars Plugin's license. Where I get the trial licence?\n"
} | [
{
"author": "Nic Brough -Adaptavist-",
"body": "As it says in the installation docs, go to <https://my.atlassian.com/products/index> and generate an evaluation license for it. Same as the other Atlassian products (you'll need an account, but if you're a Jira/Confluence user, I imagine you'll already have one)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Team-Calender-trial-needs-a-licence/qaq-p/179214 | null |
{
"author": "Amey Nevrenkar",
"title": "Proxy authentication required.",
"body": "Hi\n\nI am trying to configure the JIRA widget within confluence and I am getting a Proxy authentication required error.\n\nI had configured the necessary application links, but didnt work out.\n\nbelow is the screen shot of the error. \n\n### Current issue list. {#toc-hId-1482239108}\n\n{#jiraissues} \n[JIRA Issues](http://nasj1scantob:8080/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+CW+AND+resolution+%3D+Unresolved+ORDER+BY+due+ASC%2C+priority+DESC%2C+created+ASC&tempMax=1000) \n\\<th style=\"font-size: 10pt; line-height: 13pt; text-align: left; border-right-width: 1px; border-right-style: solid; border-right-color: #cccccc; border-left-width: initial; border-left-style: none; border-left-color: initial; overflow-x: hidden; overflow-y: hidden; vertical-align: top !important; height: 24px; cursor: default; white-space: nowrap;\" abbr=\"type\" axis=\"col0\" align=\"left\"\\> \nType\n\\</th\\>\\<th style=\"font-size: 10pt; line-height: 13pt; text-align: left; border-right-width: 1px; border-right-style: solid; border-right-color: #cccccc; border-left-width: initial; border-left-style: none; border-left-color: initial; overflow-x: hidden; overflow-y: hidden; vertical-align: top !important; height: 24px; cursor: default; white-space: nowrap;\" abbr=\"key\" axis=\"col1\" align=\"left\"\\> \nKey\n\\</th\\>\\<th style=\"font-size: 10pt; line-height: 13pt; text-align: left; border-right-width: 1px; border-right-style: solid; border-right-color: #cccccc; border-left-width: initial; border-left-style: none; border-left-color: initial; overflow-x: hidden; overflow-y: hidden; vertical-align: top !important; height: 24px; cursor: default; white-space: nowrap;\" abbr=\"summary\" axis=\"col2\" align=\"left\"\\> \nSummary\n\\</th\\>\\<th style=\"font-size: 10pt; line-height: 13pt; text-align: left; border-right-width: 1px; border-right-style: solid; border-right-color: #cccccc; border-left-width: initial; border-left-style: none; border-left-color: initial; overflow-x: hidden; overflow-y: hidden; vertical-align: top !important; height: 24px; cursor: default; white-space: nowrap;\" abbr=\"assignee\" axis=\"col3\" align=\"left\"\\> \nAssignee\n\\</th\\>\\<th style=\"font-size: 10pt; line-height: 13pt; text-align: left; border-right-width: 1px; border-right-style: solid; border-right-color: #cccccc; border-left-width: initial; border-left-style: none; border-left-color: initial; overflow-x: hidden; overflow-y: hidden; vertical-align: top !important; height: 24px; cursor: default; white-space: nowrap;\" abbr=\"reporter\" axis=\"col4\" align=\"left\"\\> \nReporter\n\\</th\\>\\<th style=\"font-size: 10pt; line-height: 13pt; text-align: left; border-right-width: 1px; border-right-style: solid; border-right-color: #cccccc; border-left-width: initial; border-left-style: none; border-left-color: initial; overflow-x: hidden; overflow-y: hidden; vertical-align: top !important; height: 24px; cursor: default; white-space: nowrap;\" abbr=\"priority\" axis=\"col5\" align=\"left\"\\> \nPriority\n\\</th\\>\\<th style=\"font-size: 10pt; line-height: 13pt; text-align: left; border-right-width: 1px; border-right-style: solid; border-right-color: #cccccc; border-left-width: initial; border-left-style: none; border-left-color: initial; overflow-x: hidden; overflow-y: hidden; vertical-align: top !important; height: 24px; cursor: default; white-space: nowrap;\" abbr=\"status\" axis=\"col6\" align=\"left\"\\> \nStatus\n\\</th\\>\\<th style=\"font-size: 10pt; line-height: 13pt; text-align: left; border-right-width: 1px; border-right-style: solid; border-right-color: #cccccc; border-left-width: initial; border-left-style: none; border-left-color: initial; overflow-x: hidden; overflow-y: hidden; vertical-align: top !important; height: 24px; cursor: default; white-space: nowrap;\" abbr=\"resolution\" axis=\"col7\" align=\"left\"\\> \nResolution\n\\</th\\>\\<th style=\"font-size: 10pt; line-height: 13pt; text-align: left; border-right-width: 1px; border-right-style: solid; border-right-color: #cccccc; border-left-width: initial; border-left-style: none; border-left-color: initial; overflow-x: hidden; overflow-y: hidden; vertical-align: top !important; height: 24px; cursor: default; white-space: nowrap;\" abbr=\"created\" axis=\"col8\" align=\"left\"\\> \nCreated\n\\</th\\>\\<th style=\"font-size: 10pt; line-height: 13pt; text-align: left; border-right-width: 1px; border-right-style: solid; border-right-color: #cccccc; border-left-width: initial; border-left-style: none; border-left-color: initial; overflow-x: hidden; overflow-y: hidden; vertical-align: top !important; height: 24px; cursor: default; white-space: nowrap;\" abbr=\"updated\" axis=\"col9\" align=\"left\"\\> \nUpdated\n\\</th\\>\\<th style=\"font-size: 10pt; line-height: 13pt; text-align: left; border-right-width: 1px; border-right-style: solid; border-right-color: #cccccc; border-left-width: initial; border-left-style: none; border-left-color: initial; overflow-x: hidden; overflow-y: hidden; vertical-align: top !important; height: 24px; cursor: default; white-space: nowrap;\" abbr=\"due\" axis=\"col10\" align=\"left\"\\> \nDue\n\\</th\\> \n\\<iframe class=\"jiraissues_errorMsgSandbox\" style=\"height: 140px; width: 420px;\" src=\"http://nasj1swiki/plugins/servlet/issue-retriever?url=http%3A%2F%2Fnasj1scantob%3A8080%2Fsr%2Fjira.issueviews%3Asearchrequest-xml%2Ftemp%2FSearchRequest.xml%3FjqlQuery%3Dproject%2B%253D%2BCW%2BAND%2Bresolution%2B%253D%2BUnresolved%2BORDER%2BBY%2Bdue%2BASC%252C%2Bpriority%2BDESC%252C%2Bcreated%2BASC\\&appId=a47cad8a-e565-3fa3-a900-800351569fcb\\&columns=type\\&columns=key\\&columns=summary\\&columns=assignee\\&columns=reporter\\&columns=priority\\&columns=status\\&columns=resolution\\&columns=created\\&columns=updated\\&columns=due\\&forceAnonymous=false\\&flexigrid=true\" frameborder=\"0\"\\>\\</iframe\\> \nPage \\<input style=\"font-family: Arial, Helvetica, FreeSans, sans-serif; font-size: 10pt; color: #000000; vertical-align: text-top; position: relative; top: -5px;\" type=\"text\" value=\"1\" readonly=\"readonly\" size=\"4\"/\\> of 1 \nProxy Authentication Required \nclass java.lang.RuntimeException \n**Labels:** \n"
} | [
{
"author": "hsuhailah",
"body": "If you have a web proxy in front of Confluence, try to configure Confluence to use it - <http://confluence.atlassian.com/display/DOC/Configure+Web+Proxy+Support+for+Confluence> :)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Proxy-authentication-required/qaq-p/360178 | null |
{
"author": "Anni R",
"title": "Confluence 4.0 wiki edit menu",
"body": "Hello!\n\nWhy I can't find in Confluece space edit menu such tab's as in 3.4.6 (rich text, wiki markup, preview)\n\nIn 4.0 isn't possible to view my text in wiki markup?\n"
} | [
{
"author": "Thomas Vlerick",
"body": "No, wiki markup has been removed in favor as the more enhanced richt text editor.\n\nSee the release notes: <http://confluence.atlassian.com/display/DOC/Confluence+4.0+Release+Notes>\n",
"comments": null
},
{
"author": "Nic Brough -Adaptavist-",
"body": "\\<sigh\\> <http://confluence.atlassian.com/display/CONFKB/Wiki+markup+tab+no+longer+exists+in+Confluence+4.0.>\n\nThe main point of version 4 was that Atlassian were killing off wiki markup.\n",
"comments": null
},
{
"author": "Kimberly McKinnis",
"body": "Damn, this kills my idea to copying in the handful of pages we've written in the 3.5 staging to the 4.0 production Confluence. We only have one space, but it's failing to import. Any ideas on the best way to approach this?\n",
"comments": [
{
"author": "Joe Clark",
"body": "You can still use the Confluence Remote API to import content that is in Wiki markup - they will get migrated to XHTML on the way in.\n\nConfluence 4 also has a built-in migration task for upgrading content from wiki markup to XHTML - if you can post some details on why your space import is failing, someone may be able to help. :-)\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-4-0-wiki-edit-menu/qaq-p/318675 | null |
{
"author": "Gustav Stresemann",
"title": "Problem: The new plugin uninstalled the old plugin, but both must be installed",
"body": "Hi, \n\nOur self-developed plugin works fine. Now it was time to modify it. We have successfully tested the new plugin and uploaded. We always have uninstalled the old plugin and upload the new plugin. In the transition phase must be installed both plugins at the same time. This causes a problem. When we upload the new plugin will be uninstalled the old plugin. How can we solve the problem? The plugin names are different, the version number are also different. Is there somewhere still an ID, which I must change? I hope you can help me. \n\nThank you\n"
} | [
{
"author": "David Peterson",
"body": "You will need to change the plugin key, set in either the pom.xml or the atlassian-plugin.xml file. That's the only thing that has to be unique for having multiple plugins.\n",
"comments": [
{
"author": "Gustav Stresemann",
"body": "Thank you, it almost works. The new plugin is uploaded, but now I get an error message. \n\n\"There were errors loading this plugin. There is more information in the logs. \n\nCause: \nThere was a problem loading the module descriptor. com.xx.xxxxxx.plugins.config.DefaultThemeService \\<br/\\> Can not overwrite an existing bean definition: theme Service\" \n\nThe old plugin still works fine. It amazes me that the new plugin now can not be loaded. Just because I pluginkey in the atlassian-pluginfile.xml have changed? Do you have another idea? its tricky....\n"
},
{
"author": "Gustav Stresemann",
"body": "I have solved the problem and I have the \"Default Theme Service\" and the \"Velocity Helper\" taken out. Why these two are needed? It also works without it. Does anyone have any idea or knows how I can integrate this yet?\n"
}
]
},
{
"author": "David at David Simpson Apps",
"body": "@Gustav Stresemann: I'm guessing here, but it sounds like you've used the Documentation Theme as a basis for a new Confluence theme.\n\nIn the Documentation Theme, the \"Default Theme Service\" and the \"Velocity Helper\" are important parts of the theme that allow the theme to be configured with or without content in the left hand navigation panel and in the page header and footer.\n\nHere are the references to the items in the atlassian-plugin.xml file:\n\n```\n<component key=\"themeService\" name=\"Default Theme Service\" class=\"com.atlassian.confluence.plugins.doctheme.DefaultThemeService\"> <description>Services to store and retrieve theme configuration information.</description> <interface>com.atlassian.confluence.plugins.doctheme.ThemeService</interface></component>...<velocity-context-item key=\"velocityHelper\" name=\"Velocity Helper\" class=\"com.atlassian.confluence.plugins.doctheme.DocThemeHelper\" context-key=\"docThemeHelper\"/>\n```\n\nIn a more straightforward Confluence theme, these custom components may not be needed.\n\nIf you need similar functionality, try renaming the classes and also use different keys. For clarity, I'd also slightly change the descriptions too :)\n",
"comments": null
},
{
"author": "Gustav Stresemann",
"body": "Geben Sie Text oder eine Website-Adresse ein oder [lassen Sie ein Dokument ?bersetzen](http://translate.google.de/?tr=f&hl=de). \n[Abbrechen](http://translate.google.de/?tr=t&hl=de)\\<input id=\"file\" style=\"display: none;\" type=\"file\" name=\"file\" size=\"40\"/\\> \n\n### ?bersetzung von Deutsch nach Englisch {#toc-hId-1481556856}\n\nHey guys, \n\nThank you for your help. I've done it and it works now. The problem was that I had not changed all the paths and keys. I've learned a lot through all the problems. =) \n\nThanks and regards\n",
"comments": [
{
"author": "David at David Simpson Apps",
"body": "Don't forget to up-vote/mark as correct the answers that were useful :)\n"
},
{
"author": "David Peterson",
"body": "Yeah, I'm trying to get back into the top 10 :P Hehe....\n"
}
]
},
{
"author": "David Peterson",
"body": "Yeah, the problem will be the 'key' value for these. The actual implementation class name shouldn't be an issue, since class names don't cross plugin boundaries unless you explicitly tell them to. But the key names are set globally, so they need to be unique for every plugin. You will also then need to modify your .vm and .vmd files to use your new key names, so that if the old Documentation theme is uninstalled, your new theme will keep working.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Problem-The-new-plugin-uninstalled-the-old-plugin-but-both-must/qaq-p/358488 | [
"app"
] |
{
"author": "Amey Nevrenkar",
"title": "System error - java.lang.OutOfMemoryError",
"body": "Hi\n\nI am getting this error for past few days in confluence when I try to click system information i get system error\n\nand the cause points to java.lang.OutOfMemoryError.\n\nI have tried increasing the heap size, of tomcat as well as JVM, by going in window registry.\n\ncan someone help.\n\nbelow is the screen shot of the error message.\n\nSystem Error {#toc-hId-1877328230}\n==================================\n\nA system error has occurred --- our apologies!\n\nFor immediate troubleshooting, consult our **[knowledge base](http://confluence.atlassian.com/display/CONFKB/Confluence+Knowledge+Base+Home)** for a solution.\n\nIf you would like to receive support from Atlassian's support team, ask your **[Confluence administrator](http://nasj1swiki/contactadministrators.action)** to create a support issue on [Atlassian's support system](http://support.atlassian.com/) with the following information:\n\n1. a description of your problem and what you were doing at the time it occurred\n2. a copy of the error and system information found below\n3. a copy of the application logs (if possible).\n\nYour Confluence administrator can use the **[support request form](http://nasj1swiki/admin/raisesupportrequest.action)** to create a support ticket which will include this information.\n\nWe will respond as promptly as possible. \nThank you!\n\n[**Return to site homepage...**](http://nasj1swiki/)\n\n### Cause {#toc-hId--1067855741}\n\norg.apache.velocity.exception.MethodInvocationException: Invocation of method 'getModifications' in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction threw exception java.lang.OutOfMemoryError at /admin/systeminfo.vm\\[line 99, column 23\\] \nat org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIdentifier.java:237)\n\ncaused by: java.lang.OutOfMemoryError \nat java.io.FileInputStream.readBytes(Native Method)\n\n#### Stack Trace:\\[hide\\] {#toc-hId-478441089}\n\n```\norg.apache.velocity.exception.MethodInvocationException: Invocation of method 'getModifications' in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction threw exception java.lang.OutOfMemoryError at /admin/systeminfo.vm[line 99, column 23]\tat org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIdentifier.java:237)\tat org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)\tat org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:487)\tat org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)\tat org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)\tat org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)\tat org.apache.velocity.runtime.directive.Parse.render(Parse.java:260)\tat org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)\tat org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)\tat org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)\tat org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)\tat org.apache.velocity.Template.merge(Template.java:328)\tat org.apache.velocity.Template.merge(Template.java:235)\tat com.opensymphony.webwork.dispatcher.VelocityResult.doExecute(VelocityResult.java:91)\tat com.atlassian.xwork.results.ProfiledVelocityResult.doExecute(ProfiledVelocityResult.java:21)\tat com.opensymphony.webwork.dispatcher.WebWorkResultSupport.execute(WebWorkResultSupport.java:116)\tat com.opensymphony.xwork.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:263)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:187)\tat com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.intercept(DefaultWorkflowInterceptor.java:55)\tat com.atlassian.confluence.core.ConfluenceWorkflowInterceptor.intercept(ConfluenceWorkflowInterceptor.java:35)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\n```\n"
} | [
{
"author": "Jeremy Largman",
"body": "Hi Amey,\n\nYou'll likely want to [verify your settings](http://confluence.atlassian.com/display/DOC/Fix+Out+of+Memory+errors+by+Increasing+Available+Memory#FixOutofMemoryErrorsbyIncreasingAvailableMemory-Step3VerifyYourSettings). Make sure the registry settings are being picked up.\n",
"comments": [
{
"author": "Amey Nevrenkar",
"body": "Hi Jeremy\n\nI have carried out the steps but it still seems to give the error.\n\nThanks for the response.\n"
}
]
},
{
"author": "AlysonA",
"body": "Are you getting this error only when trying to access the System Information section? Also, do you have enough physical memory to allocate to Tomcat (assuming that you're using an EAR-WAR version)?\n\nPlease also be sure to restart tomcat once you increase the memory. =)\n",
"comments": [
{
"author": "Amey Nevrenkar",
"body": "Hi Alyson\n\nI have carried out the steps but it still seems to give the error.\n\nThanks for the response.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/System-error-java-lang-OutOfMemoryError/qaq-p/387810 | null |
{
"author": "Jonathan Dingman",
"title": "how can I build a report for value = ?",
"body": "So I have metadata on a page, but I'm trying to figure out how I can build a report against a specific value.\n\nie if the column is \"day\", and there are values of friday, friday, friday, thursday, wednesday\n\nhow can I build a report for all the rows that have day = friday?\n"
} | [
{
"author": "David Peterson",
"body": "I'm a little hazy on the exact Supplier that Metadata provides, but you should be able to do something like this:\n\n{report-table}\n\n{local-reporter:page:descendents}\n\n{text-filter:metadata:AB\\|value=AB}\n\n{text-sort:page:title}\n\n{local-reporter}\n\n{report-column:title=Page}{report-info:page:title\\|link=true}{report-column}\n\n{report-column:title=Application}{report-info:metadata:Application}{report-column}\n\n{report-column:title=Component}{report-info:metadata:Component}{report-column}\n\netc...\n\n{report-table}\n\nYou can add more filters and sort values inside the {local-reporter} to customise your query. If you use Scaffolding data fields instead, you can specify formatting for date and number fields. Just substitute \"data:My Field Name\" into the above, and provide a 'format' rule to display them. Eg, for creation date it might be:\n\n{report-info:data:Creation Date\\|format=d MMMM, yyyy}\n\nWhich would output something like \"29 September, 2011\".\n\nHope that helps!\n",
"comments": [
{
"author": "Jonathan Dingman",
"body": "Thanks David\n\nI tested that, and it's returning the actual scaffolding data, not the values I put in.\n\nie when I specify for Application, it's returning this value:\n\n{text-data:Application2\\|width=600px\\|height=50px\\|type=area}WM, WMPB .. etc etc\n\nAny idea how I can get around that? \n"
},
{
"author": "David Peterson",
"body": "I would suggest using the actual 'Application2' value then. That is:\n\n{report-info:data:Application2\\|render=wiki}\n\nThat will return the contents of the Scaffold field, rather than the metadata field which contains the Scaffold {text-data} markup.\n"
},
{
"author": "Jonathan Dingman",
"body": "Great! That's one step closer to getting what I need.\n\nBased on using the data: pre-fix, how should I use the text-filter to filter based on that data?\n\nCan I use something like data:Application2\\|include=WC where the metadata has WC somewhere in the data? (I want to be able to use include rather than just value=)\n\nThank you David!\n"
},
{
"author": "Jonathan Dingman",
"body": "Aha! I think I got it.\n\n```\n{text-filter:data:Application2|include=WC}\n```\n\nThat should be sufficient. Thanks David\n"
},
{
"author": "David Peterson",
"body": "That would do the trick. If you want it to be a real 'contains WC', then add '.\\*' before and after. Eg:\n\n```\n{text-filter:data:Application2|include=.*WC.*}\n```\n"
},
{
"author": "Jonathan Dingman",
"body": "Great! That's definitely a huge help.\n\nOne more issue I'm running into.\n\n{list-data:Component3\\|type=check\\|multiple=true} \n{list-option}Web{list-option}\n\nIt's not letting me grab the data if it's a list-option. Is there anything special, aside from :data:, that I have to use to grab those values?\n\nThanks for all your help David\n"
},
{
"author": "David Peterson",
"body": "{list-option} values are accessible as 'Text' objects (via the Text Supplier). However, in this case you have 'multiple=true', which means the result for 'data:Component3' is actually a Collection of Text values, so you need to work with the value as a collection. There are a couple of ways to do this. The simplest is {report-on}, and would look like this:\n\n{report-on:data:Component3\\|separator=comma}{report-info:@self}{report-on}\n"
},
{
"author": "Jonathan Dingman",
"body": "Thx!\n\nEverything was working until I tried to use \"descendants\" .. only to find there was a small bug :)\n\n<http://community.customware.net/customware/topics/local_reporter_children_works_but_descendants_doesnt>\n\nI switched it to \"descendents\" and BAM! Everything is working great now.\n\nThanks for all your help David\n"
}
]
},
{
"author": "David Peterson",
"body": "Does depend on how you're storing your metadata (ie. with the Metadata Plugin or the Scaffolding Plugin?) and what you're reporting with. More details of your wiki markup would be helpful...\n",
"comments": [
{
"author": "Jonathan Dingman",
"body": "I'm actually using both.\n\nI'm using live-template to pull in the live template from the scaffolding plugin and inside the live-template, I'm wrapping the fields with metadata\n\nthat way each page with the template that I use, has the metadata\n\nHere is an example of the reporting page I have on the metadata\n\n{metadata-report:Page,Application,Component,Create Date,Fix Version,Author,Publisher\\|root=Test Cases\\|pages=@descendants} \nthat pulls in the meta data that I'm using for each page. I'm trying to figure out how I can do something like... \nComponent = AB\n"
}
]
},
{
"author": "Kevin Buchs",
"body": "```\n{text-filter:prefix:key|value=\"friday\"} should do the trick for you.\n```\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/how-can-I-build-a-report-for-value/qaq-p/54560 | [
"metadata"
] |
{
"author": "Michael",
"title": "Enable CamelCase linking for Confluence 4.0",
"body": "I found documentation for turning on camel case linking for Confluence 3.5 and prior (<http://confluence.atlassian.com/display/CONF35/Enabling+CamelCase+Linking>); however, this option no longer seems to exist in Confluence 4.0. Is it possible to turn on camel case linking in 4.0? I am importing from Twiki which uses camel case linking.\n"
} | [
{
"author": "Sherif Mansour",
"body": "Hi mjparme.\n\nAs Matt said, we removed the setting as part of our overall goal to simplify the product. We did not consier the implications this had to importing content from other wikis. Thanks for bringing this up. I think this may be something we will bring back. I've raised an issue for you: <https://jira.atlassian.com/browse/CONF-23331> so we can track this and track demand for it.\n\nThanks for bringing this up.\n\nSherif\n",
"comments": null
},
{
"author": "Joe Clark",
"body": "In the meantime, if you want a workaround to enable CamelCase linking for your Confluence 4.0 instance - you can setup a Confluence 3.5 instance, enable CamelCase linking and then upgrade it to 4.0 - the state of the setting will be preserved when upgrading to Confluence 4.\n",
"comments": null
},
{
"author": "Matt",
"body": "CamelCase linking was removed in Confluence 4.0 due to low recorded usage and the ongoing goal of simplifying Confluence. This was communicated in the [Confluence 4.0 release notes](http://confluence.atlassian.com/display/DOC/Confluence+4.0+Release+Notes#Confluence40ReleaseNotes-ReleaseNotices).\n",
"comments": [
{
"author": "Michael",
"body": "Is there a way to turn it back on? We are currently evaluating Confluence (currently use Twiki) and Twiki uses camel case linking. When I imported some Twiki data (using UWC) all our links are broken. It would be tedious and not feasabile to manually fix all of our links.\n\nIf camel case linking is off how do you quickly link documents in Confluence, what is the equivalent functionality?\n"
},
{
"author": "Kevin Buchs",
"body": "You still link with the name of the referenced page, it is just that using camel case is not an automatic trigger for the text being a link. Enter a link with \"\\[\" . So you can have a page named MjpArme and you create a link \\[MjpArme\\] to that page. But page names can have non-camel case names, with spaces, etc. That freedom it seems is much more desirable.\n\nWhen I transferred our content from an OddMuse wiki, I had to do a lot of massaging by scripts to make up for not using camelcase. I missed some cases where text should not have been turned into a link when I took every camel case word and added brackets around it.\n"
},
{
"author": "Michael",
"body": "I really like the \"\\[\" shortcut, which then brings up a interface so I can type/select a page to link to. That is actually really cool. So going forward I don't see a problem with camel case linking not being available, it is just for my imported data that I forsee a problem.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Enable-CamelCase-linking-for-Confluence-4-0/qaq-p/698 | null |
{
"author": "Samuel Levin",
"title": "Can confluence and JIRA 4.x run in the same servlet container? (Same Tomcat JRE)",
"body": "My VPS only has 512mb of RAM, so it would be more efficient for me to run both in the same container (I think).\n\nCan anyone correct me on this, or confirm whether that's true. If true, can they be run in the same JRE?\n\nThanks!\n"
} | [
{
"author": "AlysonA",
"body": "It's not recommended since they were not designed to work that way. How about setting both apps to run behind apache, does that sounds like a plan?\n",
"comments": null
},
{
"author": "Nic Brough -Adaptavist-",
"body": "Yes, but don't. Especially with only 512Mb - I wouldn't try to run either of them with less than 512Mb. You're also unsupported - although it can be made to work (and I have done it, albeit with 3Gb RAM), if anything goes wrong, everyone will tell you to separate them before you move into any serious debugging.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Can-confluence-and-JIRA-4-x-run-in-the-same-servlet-container/qaq-p/287989 | [
"jira",
"jre",
"tomcat"
] |
{
"author": "Anni R",
"title": "Why Confluence display space link directions differently?",
"body": "Hi!\n\nWhy Confluece display some space link end differently. Some link have in the end id, others space page name?\n\n<https://www11.energia.ee/confluence/pages/viewpage.action?pageId=6919398>\n\n<https://www11.energia.ee/confluence/display/SERV/Horisontaalne+haldus>\n\nthe page hierary is the same for both pages\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "It all depends on the page title...\n\nRefering to the [Uniform Resource Locators RFC](http://www.ietf.org/rfc/rfc1738.txt) (from December 1994)...\n>\n> ```\n> only alphanumerics, the special characters \"$-_.+!*'(),\", and reserved characters used for their reserved purposes may be used unencoded within a URL.\n> ```\n\nIf the page title complies with this, the URL will be like **http://wiki.example.com/display/spaceKey/Page+Title**\n\nOtherwise the backup plan kicks in and the page is referenced by its **pageID** e.g. **http://wiki.example.com/pages/viewpage.action?pageId=123456**\n\nIf you wish for the former URL format, strip the punctuation from the page title.\n",
"comments": [
{
"author": "Jeffrey Harris",
"body": "What if I want to use the latter format? Is it possible to reference any page by its pageId, even if the page title is compliant?\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Why-Confluence-display-space-link-directions-differently/qaq-p/412310 | null |
{
"author": "Nikhil Naoghare",
"title": "Error while Exporting the Confluence Space.",
"body": "HI Team,\n\nI am facing one issue while exporting the content of the space into a XML file. I need to export all the contents of the space into a xml backup. But when I try to do so, it works fine for some time and when coming to 99% completion it throws an Exception called: \"**There was an error in the export. Please check your log files. :Hibernate lazy instantiation problem**\"\n\nCan anyone knows this or had face this earlier, please help.\n\nThanks,\n\nNikhil.\n"
} | [
{
"author": "AlysonA",
"body": "Also, it's worth to mention that if you're not changing databases, you can use our Production backup strategy instead: <http://confluence.atlassian.com/display/DOC/Production+Backup+Strategy>\n",
"comments": null
},
{
"author": "Azwandi Mohd Aris",
"body": "As suggested, you might want to check further stack trace inside the atlassian-confluence.log. Here's how to find it <http://confluence.atlassian.com/display/DOC/Working+with+Confluence+Logs>\n\nOnce you identified the most likely cause from the log, maybe it's worth to check our KB articles at <http://confluence.atlassian.com/display/CONFKB/XML+Backups+and+Space+Exports+Troubleshooting>\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Error-while-Exporting-the-Confluence-Space/qaq-p/293007 | [
"export"
] |
{
"author": "Todd Palmer",
"title": "Does UWC work with Confluence 4?",
"body": "Trying to import a MoinMoin wiki into Confluence 4 and it looks like it hasn't been updated to support Confluence 4? I get the following exception. Importing an existing wiki is a critical feature to evaluation and adoption, so any help would be appreciated.\n\n```\norg.apache.xmlrpc.XmlRpcException: java.lang.Exception: com.atlassian.confluence.rpc.RemoteException: Unsupported operation: Wiki formatted content can no longer be retrieved from this API. Please use the version 2 API. The version 2 WSDL is available at: http://localhost:9090/rpc/soap-axis/confluenceservice-v2?wsdl. XML-RPC requests should prefixed with \"confluence2.\". Please use getPageSummary() to get page data without its content. at org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeException(XmlRpcClientResponseProcessor.java:104) at org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeResponse(XmlRpcClientResponseProcessor.java:71) at org.apache.xmlrpc.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:73) at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:194) at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:185) at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:178) at biz.artemis.confluence.xmlrpcwrapper.RemoteWikiBroker.populatePageXmlRpcData(RemoteWikiBroker.java:208) at biz.artemis.confluence.xmlrpcwrapper.RemoteWikiBroker.storeNewOrUpdatePage(RemoteWikiBroker.java:260) at com.atlassian.uwc.ui.ConverterEngine.sendPage(ConverterEngine.java:1742) at com.atlassian.uwc.ui.ConverterEngine.sendPage(ConverterEngine.java:1859) at com.atlassian.uwc.ui.ConverterEngine.sendPage(ConverterEngine.java:1621) at com.atlassian.uwc.ui.ConverterEngine.writeHierarchy(ConverterEngine.java:1537) at com.atlassian.uwc.ui.ConverterEngine.writeHierarchy(ConverterEngine.java:1485) at com.atlassian.uwc.ui.ConverterEngine.convert(ConverterEngine.java:412) at com.atlassian.uwc.ui.ConverterEngine.convert(ConverterEngine.java:210) at com.atlassian.uwc.ui.UWCGuiModel.convert(UWCGuiModel.java:180) at com.atlassian.uwc.ui.listeners.ConvertListener$Worker.construct(ConvertListener.java:277) at com.atlassian.uwc.ui.SwingWorker$2.run(SwingWorker.java:110) at java.lang.Thread.run(Unknown Source)\n```\n"
} | [
{
"author": "Laura Kolker",
"body": "Yes and no.\n\nShort story: Some of the work needed to get the UWC working with Confluence 4 has been completed, but not released, so if you're willing to [build from source](https://studio.plugins.atlassian.com/wiki/display/UWC/UWC+Developer+Documentation#UWCDeveloperDocumentation-BuildInstructions), then you can get those changes right now. (Works more or less, except the comments get munged.)\n\nOtherwise, you'll have to wait til the [next release](https://studio.plugins.atlassian.com/wiki/display/UWC/UWC+Updates) of the UWC. (Or do your migration to a staging Conf 3, and use Confluence's upgrade processes to upgrade the data to Conf 4)\n",
"comments": [
{
"author": "Todd Palmer",
"body": "OK got the development build, but unfortunately now I get a different problem. I've exported the old wiki, but when I got to import it all I get are a bunch of errors that say:\n\n011-09-27 14:26:20,386 ERROR \\[Thread-10\\] - .... unexpected name: FrontPage/SalesAndMarketing/1 - SKIPPING \n011-09-27 14:26:20,386 ERROR \\[Thread-10\\] - .... unexpected name: FrontPage/1 - SKIPPING \n011-09-27 14:26:20,386 ERROR \\[Thread-10\\] - .... unexpected name: FrontPage/SalesAndMarketing/Sending/null/1 - SKIPPING \n011-09-27 14:26:20,386 ERROR \\[Thread-10\\] - .... unexpected name: FrontPage/SalesAndMarketing/Sending/1 - SKIPPING \n011-09-27 14:26:20,386 ERROR \\[Thread-10\\] - .... unexpected name: FrontPage/SalesAndMarketing/1 - SKIPPING \n011-09-27 14:26:20,386 ERROR \\[Thread-10\\] - .... unexpected name: FrontPage/1 - SKIPPING \n011-09-27 14:26:20,386 ERROR \\[Thread-10\\] - .... unexpected name: FrontPage/SalesAndMarketing/null/1 - SKIPPING \n011-09-27 14:26:20,386 ERROR \\[Thread-10\\] - .... unexpected name: FrontPage/SalesAndMarketing/1 - SKIPPING \n011-09-27 14:26:20,386 ERROR \\[Thread-10\\] - .... unexpected name: FrontPage/1 - SKIPPING \n011-09-27 14:26:20,386 ERROR \\[Thread-10\\] - .... unexpected name: FrontPage/null/1 - SKIPPING \n011-09-27 14:26:20,386 ERROR \\[Thread-10\\] - .... unexpected name: FrontPage/1 - SKIPPING \n011-09-27 14:26:20,386 ERROR \\[Thread-10\\] - .... unexpected name: GuestGroup/null/1 - SKIPPING \n011-09-27 14:26:20,386 ERROR \\[Thread-10\\] - .... unexpected name: GuestGroup/1 - SKIPPING \n011-09-27 14:26:20,386 INFO \\[Thread-10\\] - Uploading Pages to Confluence... \n011-09-27 14:26:20,386 INFO \\[Thread-10\\] - Page 'Home' does not exist. Creating it now. \n011-09-27 14:26:20,824 INFO \\[Thread-10\\] - Conversion Complete \nAnd it skips all the pages . It looks like the revision number is in the page. If I look in the converted pages for one t outputs as skipped (FrontPage/1).\n\nThe page FrontPage.txt exists with {orig-title:FrontPage}.\n\nI've tried with content-hierarchy-setname.property true or false with similar results.Any ideas?\n"
},
{
"author": "Laura Kolker",
"body": "Hrm. What happens if you switch off the [page history](https://studio.plugins.atlassian.com/wiki/display/UWC/UWC+Moinmoin+Notes#UWCMoinMoinNotes-history)?\n"
},
{
"author": "Todd Palmer",
"body": "If I turn off history in the exporter and converter I get the same result.\n\n```\n2011-09-28 07:00:16,986 ERROR [Thread-12] - .... unexpected name: FrontPage/1 - SKIPPING2011-09-28 07:00:16,986 ERROR [Thread-12] - .... unexpected name: FrontPage/SalesAndMarketing/Images/null/1 - SKIPPING2011-09-28 07:00:16,986 ERROR [Thread-12] - .... unexpected name: FrontPage/SalesAndMarketing/Images/1 - SKIPPING2011-09-28 07:00:16,986 ERROR [Thread-12] - .... unexpected name: FrontPage/SalesAndMarketing/1 - SKIPPING2011-09-28 07:00:16,986 ERROR [Thread-12] - .... unexpected name: FrontPage/1 - SKIPPING2011-09-28 07:00:16,986 ERROR [Thread-12] - .... unexpected name: FrontPage/SalesAndMarketing/Sending/null/1 - SKIPPING2011-09-28 07:00:16,986 ERROR [Thread-12] - .... unexpected name: FrontPage/SalesAndMarketing/Sending/1 - SKIPPING2011-09-28 07:00:16,986 ERROR [Thread-12] - .... unexpected name: FrontPage/SalesAndMarketing/1 - SKIPPING2011-09-28 07:00:16,986 ERROR [Thread-12] - .... unexpected name: FrontPage/1 - SKIPPING2011-09-28 07:00:16,986 ERROR [Thread-12] - .... unexpected name: FrontPage/SalesAndMarketing/null/1 - SKIPPING2011-09-28 07:00:17,002 ERROR [Thread-12] - .... unexpected name: FrontPage/SalesAndMarketing/1 - SKIPPING2011-09-28 07:00:17,002 ERROR [Thread-12] - .... unexpected name: FrontPage/1 - SKIPPING2011-09-28 07:00:17,002 ERROR [Thread-12] - .... unexpected name: FrontPage/null/1 - SKIPPING2011-09-28 07:00:17,002 ERROR [Thread-12] - .... unexpected name: FrontPage/1 - SKIPPING2011-09-28 07:00:17,002 ERROR [Thread-12] - .... unexpected name: GuestGroup/null/1 - SKIPPING2011-09-28 07:00:17,002 ERROR [Thread-12] - .... unexpected name: GuestGroup/1 - SKIPPING2011-09-28 07:00:17,002 INFO [Thread-12] - Uploading Pages to Confluence...2011-09-28 07:00:17,002 INFO [Thread-12] - Page 'Home' does not exist. Creating it now.2011-09-28 07:00:17,486 INFO [Thread-12] - Conversion Complete\n```\n"
},
{
"author": "Laura Kolker",
"body": "So the moinmoin converter was user submitted (which simply means it worked great for that user and their organization). Over the years, we've added a few bits and pieces to try to make it cover a few more cases, like hierarchy, but without real data to work off, sometimes these features just don't work. You're probably going to need to get a developer team together to expand on what's there. It's a place to start, but it's clearly not going to handle your dataset as is.\n\nOne other thought: If you don't need it, you could try turning off the hierarchy. Just comment out the hierarchy related properties by putting a hash symbol (#) infront of the property defining the hierarchy class.\n"
},
{
"author": "Todd Palmer",
"body": "The documentation really should do a better job of explaining the converters up front. \"Supported\" should mean just that IMHO.\n"
}
]
},
{
"author": "Ellen Feaheny [AppFusions]",
"body": "You do not have to wait for the UWC to be compatible with Conf 4 - you can migrate using the UWC 3.5.x versions - then upgrade. 3.5.X \\> 4.X Confluence upgrades are pretty straight-forward.\n\nAt least that is today's answer, and definitely to evolve.\n\nRegardless, the UWC is not a silver bullet - it helps you along, but [this checklist](https://www.appfusions.com/display/Dashboard/Wiki+Migration+Checklist)gives an idea of the many content and other areas to think through - for starts. With the help of the UWC, you are already 2 wks ahead on your effort, before you even started!\n\nBeyond, happy to chat with you to understand your project/needs, and explain your options and you can decide from there.\n\nBest,\n\nEllen \[email protected]\n",
"comments": null
},
{
"author": "Ellen Feaheny [AppFusions]",
"body": "The UWC update for Confluence 4.2.X is now officially underway ...\n\nCouple dev days into it \\>\\> Magic eight ball says: prognosis looks positive, for release in Sept.\n\nWill update when released.. in mid/late Sept 2012.\n",
"comments": null
},
{
"author": "David Skreiner",
"body": "a) The above link is outdated. Good documentation for UWC is available here: \n[](https://migrations.atlassian.net/wiki/display/UWC/UWC+Developer+Documentation)<https://migrations.atlassian.net/wiki/display/UWC/UWC+Developer+Documentation> \n\nb) Appfusion don't seem to reply to emails. Anyone know details, like do they still work on UWC?\n\nc) I found this thread by looking for \"unexpected name ... SKIPPING\". In our case, the problem was in the (optional) page hierarchy: It tried to link many pages like ABC/DEF, ABC/DEG and ABC/DEH to the ABC page, which did not exist. The workaround was to just create an ABC page so the hierarchy information / node links would work.\n",
"comments": null
},
{
"author": "Ellen Feaheny [AppFusions]",
"body": "|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Updates are posted - have at it! <https://twitter.com/appfusions/status/253905889482903552> Thanks [[email protected]](mailto:[email protected]) and recent client for their support on this effort! |\n",
"comments": null
},
{
"author": "Laura Kolker",
"body": "[Go to the p.a.c. page](https://plugins.atlassian.com/plugin/details/14575) and expand the Compatibility with Confluence subsection\n",
"comments": null
},
{
"author": "Nuno Dias",
"body": "Hello, is there a compatibility matrix for UWC / Confluence?\n\nI have read various pages of documentation and did not find which version of UWC is compatible with Confluence 4 (version 4.1 to be precise).\n\nSeemed kinda strange since is very commom on plugin pages.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Does-UWC-work-with-Confluence-4/qaq-p/220341 | [
"universal-wiki-converter"
] |
{
"author": "Anni R",
"title": "Confluence Table sorting",
"body": "Hi!\n\nHow to enable Confluence table sorting? I know how to enable table filter plugin, but is there is a possible to add sorting also?\n"
} | [
{
"author": "Kevin Buchs",
"body": "The table-plus plug-in works well for sorting. It defines it on each column by default. It is easy to use, just surround your mark-up table with \"{table-plus}\" markers.\n",
"comments": [
{
"author": "Anni R",
"body": "Should I create User Macros also? I need Table-plugin and macro - right?\n\nHow to configure macro in Confluence 4.0? Just adding \"{table-plus}\"?\n\nI'm beginner, sry for simple question.\n"
},
{
"author": "Anni R",
"body": "Well, now I have one more question\n\n1 coulmn will be sorted by this {table-plus:autoTotal=true\\|autoNumber=true\\|sortColumn=1\\|sortIcon=true\\|columnTypes=S,I,I}\n\nHow to configure, that 10 / each columns will by sorted\n"
}
]
},
{
"author": "Andrey Khaneev _StiltSoft_",
"body": "You can use [Table Filter add-on](https://marketplace.atlassian.com/plugins/com.stiltsoft.confluence.plugin.tablefilter.tablefilter), it has an option to set [default sorting order](https://docs.stiltsoft.com/display/TableFilter/Managing+Look+of+the+Table+and+Filtration+Pane#ManagingLookoftheTableandFiltrationPane-Applyingthedefaultsortingordertocolumns). Notice that you can export page to PDF/Word in a current sorted state.\n",
"comments": null
},
{
"author": "Sherif Mansour",
"body": "We are tracking this feature request here: <https://jira.atlassian.com/browse/CONF-2493>\n",
"comments": null
},
{
"author": "Sherif Mansour",
"body": "We are tracking this feature reuqest here: <http://jira.atlassian.com/browse/CONFDEV-3462>\n",
"comments": [
{
"author": "Rick Breidenstein",
"body": "Permission ViolationIt seems that you have tried to perform an operation which you are not permitted to perform.If you think this message is wrong, please contact your JIRA administrators.\n"
}
]
},
{
"author": "David at David Simpson Apps",
"body": "First, you'll need to install the [Table Plugin](https://plugins.atlassian.com/plugin/details/197), then you'll be able to wrap your tables in the {table-plus} macro e.g.\n\n\n\nproduces:\n\n\n",
"comments": [
{
"author": "Anni R",
"body": "Your example shows coulmn 3, not the all columns?\n"
},
{
"author": "Anni R",
"body": "This macro sort dates like this:\n\\<colgroup\\> \\<col style=\"width: 48pt;\" width=\"64\"/\\>\\</colgroup\\>\n\n|---------|\n| 1.sept |\n| 3.sept |\n| 4.sept |\n| 29.sept |\n| 29.aug |\n| 30.aug |\n| 31.aug |\n\nand another way round\n\n\\<colgroup\\> \\<col style=\"width: 48pt;\" width=\"64\"/\\>\\</colgroup\\>\n\n|---------|\n| 31.aug |\n| 30.aug |\n| 29.aug |\n| 29.sept |\n| 4.sept |\n| 3.sept |\n| 1.sept |\n\nBut is it possible to order by newest to oldest?\n\\<colgroup\\> \\<col style=\"width: 48pt;\" width=\"64\"/\\>\\</colgroup\\>\n\n|---------|\n| 29.sept |\n| 4.sept |\n| 3.sept |\n| 1.sept |\n| 31.aug |\n| 30.aug |\n| 29.aug |\n\nand like this:\n\n29.sept\n\n29.aug\n\n30. sept\n\n30.aug\n\nThanks in advance!\n"
},
{
"author": "Bob Swift (personal)",
"body": "For special date formats that are not automatically recognized, follow the instructions here: <https://studio.plugins.atlassian.com/wiki/display/TBL/Confluence+Table+Plugin#ConfluenceTablePlugin-advancedDate>\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-Table-sorting/qaq-p/145562 | null |
{
"author": "max vici",
"title": "Unable to access to Sharepoint Admin",
"body": "Hello,\n\nI have just installed the sharepoint connector for an evaluation. As soon as I try to go to \"Sharepoint Admin\"\n\nI have the following error. Please help.\n\nthanks in advance\n\n### System Error {#toc-hId-1449145921}\n\nCause\n\norg.apache.velocity.exception.MethodInvocationException: Invocation of method 'getSharePointSiteList' in class com.atlassian.confluence.extra.sharepoint.actions.SharePointAdmin threw exception java.lang.NullPointerException at /templates/extra/sharepoint/administration.vm\\[line 43, column 45\\] \nat org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIdentifier.java:223)\n\ncaused by: java.lang.NullPointerException \nat com.atlassian.confluence.extra.sharepoint.config.SimpleConfigurationManager.allSites(SimpleConfigurationManager.java:144)\n\n#### Stack Trace:\\[hide\\] {#toc-hId--1299524545}\n\n```\norg.apache.velocity.exception.MethodInvocationException: Invocation of method 'getSharePointSiteList' in class com.atlassian.confluence.extra.sharepoint.actions.SharePointAdmin threw exception java.lang.NullPointerException at /templates/extra/sharepoint/administration.vm[line 43, column 45]\tat org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIdentifier.java:223)\tat org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)\tat org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:487)\tat org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)\tat org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)\tat org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)\tat org.apache.velocity.Template.merge(Template.java:328)\tat org.apache.velocity.Template.merge(Template.java:235)\tat com.opensymphony.webwork.dispatcher.VelocityResult.doExecute(VelocityResult.java:91)\tat com.atlassian.xwork.results.ProfiledVelocityResult.doExecute(ProfiledVelocityResult.java:21)\tat com.opensymphony.webwork.dispatcher.WebWorkResultSupport.execute(WebWorkResultSupport.java:116)\tat com.opensymphony.xwork.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:263)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:187)\tat com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.intercept(DefaultWorkflowInterceptor.java:55)\tat com.atlassian.confluence.core.ConfluenceWorkflowInterceptor.intercept(ConfluenceWorkflowInterceptor.java:35)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.atlassian.xwork.interceptors.XsrfTokenInterceptor.intercept(XsrfTokenInterceptor.java:100)\tat com.atlassian.confluence.xwork.ConfluenceXsrfTokenInterceptor.intercept(ConfluenceXsrfTokenInterceptor.java:25)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.atlassian.confluence.security.interceptors.CaptchaInterceptor.intercept(CaptchaInterceptor.java:46)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.atlassian.confluence.util.LoggingContextInterceptor.intercept(LoggingContextInterceptor.java:49)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.atlassian.confluence.core.CancellingInterceptor.intercept(CancellingInterceptor.java:23)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.atlassian.confluence.security.websudo.WebSudoInterceptor.intercept(WebSudoInterceptor.java:66)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.atlassian.confluence.security.actions.PermissionCheckInterceptor.intercept(PermissionCheckInterceptor.java:57)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.atlassian.confluence.setup.webwork.BootstrapAwareInterceptor.intercept(BootstrapAwareInterceptor.java:26)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.atlassian.confluence.user.actions.UserAwareInterceptor.intercept(UserAwareInterceptor.java:58)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.atlassian.confluence.pages.actions.CommentAwareInterceptor.intercept(CommentAwareInterceptor.java:43)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.atlassian.confluence.pages.actions.PageAwareInterceptor.intercept(PageAwareInterceptor.java:106)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.atlassian.confluence.spaces.actions.SpaceAwareInterceptor.intercept(SpaceAwareInterceptor.java:68)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.atlassian.confluence.core.actions.LastModifiedInterceptor.intercept(LastModifiedInterceptor.java:38)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.atlassian.confluence.core.ConfluenceAutowireInterceptor.intercept(ConfluenceAutowireInterceptor.java:38)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.atlassian.xwork.interceptors.TransactionalInvocation.invokeAndHandleExceptions(TransactionalInvocation.java:76)\tat com.atlassian.xwork.interceptors.TransactionalInvocation.invokeInTransaction(TransactionalInvocation.java:61)\tat com.atlassian.xwork.interceptors.XWorkTransactionInterceptor.intercept(XWorkTransactionInterceptor.java:56)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.atlassian.confluence.xwork.SetupIncompleteInterceptor.intercept(SetupIncompleteInterceptor.java:40)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)\tat com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)\tat com.opensymphony.xwork.DefaultActionProxy.execute(DefaultActionProxy.java:115)\tat com.atlassian.confluence.servlet.ConfluenceServletDispatcher.serviceAction(ConfluenceServletDispatcher.java:53)\tat com.opensymphony.webwork.dispatcher.ServletDispatcher.service(ServletDispatcher.java:199)\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:717)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:46)\tat com.atlassian.plugin.servlet.filter.DelegatingPluginFilter$1.doFilter(DelegatingPluginFilter.java:66)\tat com.atlassian.applinks.core.rest.context.ContextFilter.doFilter(ContextFilter.java:25)\tat com.atlassian.plugin.servlet.filter.DelegatingPluginFilter.doFilter(DelegatingPluginFilter.java:74)\tat com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:42)\tat com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:77)\tat com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.security.websudo.MessagesDecoratorFilter.doFilter(MessagesDecoratorFilter.java:49)\tat com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)\tat com.atlassian.confluence.util.profiling.ProfilingPageFilter.parsePage(ProfilingPageFilter.java:84)\tat com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:54)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:46)\tat com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:77)\tat com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.jmx.JmxFilter.doFilter(JmxFilter.java:106)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.core.filters.ServletContextThreadLocalFilter.doFilter(ServletContextThreadLocalFilter.java:19)\tat com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.util.LoggingContextFilter.doFilter(LoggingContextFilter.java:40)\tat com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.web.filter.ThreadLocalCacheFilter.doFilter(ThreadLocalCacheFilter.java:22)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.util.UserThreadLocalFilter.doFilter(UserThreadLocalFilter.java:44)\tat com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.seraph.filter.SecurityFilter.doFilter(SecurityFilter.java:211)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.security.auth.trustedapps.filter.TrustedApplicationsFilter.doFilter(TrustedApplicationsFilter.java:98)\tat com.atlassian.confluence.util.AbstractBootstrapHotSwappingFilter.doFilter(AbstractBootstrapHotSwappingFilter.java:30)\tat com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.seraph.filter.BaseLoginFilter.doFilter(BaseLoginFilter.java:150)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:46)\tat com.atlassian.plugin.servlet.filter.DelegatingPluginFilter$1.doFilter(DelegatingPluginFilter.java:66)\tat com.atlassian.oauth.serviceprovider.internal.servlet.OAuthFilter.doFilter(OAuthFilter.java:71)\tat com.atlassian.plugin.servlet.filter.DelegatingPluginFilter.doFilter(DelegatingPluginFilter.java:74)\tat com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:42)\tat com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:77)\tat com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.util.ClusterHeaderFilter.doFilter(ClusterHeaderFilter.java:34)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.johnson.filters.AbstractJohnsonFilter.doFilter(AbstractJohnsonFilter.java:72)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat org.springframework.orm.hibernate.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:170)\tat com.atlassian.spring.filter.FlushingSpringSessionInViewFilter.doFilterInternal(FlushingSpringSessionInViewFilter.java:29)\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:75)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.util.ConfluenceErrorFilter.doFilter(ConfluenceErrorFilter.java:22)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.util.profiling.filters.ProfilingFilter.doFilter(ProfilingFilter.java:99)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.core.datetime.RequestTimeThreadLocalFilter.doFilter(RequestTimeThreadLocalFilter.java:35)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.gzipfilter.GzipFilter.doFilterInternal(GzipFilter.java:81)\tat com.atlassian.gzipfilter.GzipFilter.doFilter(GzipFilter.java:51)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.core.filters.cache.AbstractCachingFilter.doFilter(AbstractCachingFilter.java:33)\tat com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:46)\tat com.atlassian.plugin.servlet.filter.DelegatingPluginFilter$1.doFilter(DelegatingPluginFilter.java:66)\tat com.atlassian.confluence.extra.webdav.servlet.filter.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:43)\tat com.atlassian.plugin.servlet.filter.DelegatingPluginFilter.doFilter(DelegatingPluginFilter.java:74)\tat com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:42)\tat com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:77)\tat com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.web.filter.validateparam.RequestParamValidationFilter.doFilter(RequestParamValidationFilter.java:58)\tat com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.plugin.servlet.filter.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:71)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.web.filter.LanguageExtractionFilter.doFilter(LanguageExtractionFilter.java:52)\tat com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.util.RequestCacheThreadLocalFilter.doFilter(RequestCacheThreadLocalFilter.java:25)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.core.filters.encoding.AbstractEncodingFilter.doFilter(AbstractEncodingFilter.java:41)\tat com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.core.filters.HeaderSanitisingFilter.doFilter(HeaderSanitisingFilter.java:44)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.servlet.FourOhFourErrorLoggingFilter.doFilter(FourOhFourErrorLoggingFilter.java:65)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)\tat org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)\tat org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)\tat org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)\tat java.lang.Thread.run(Unknown Source)Caused by: java.lang.NullPointerException\tat com.atlassian.confluence.extra.sharepoint.config.SimpleConfigurationManager.allSites(SimpleConfigurationManager.java:144)\tat com.atlassian.confluence.extra.sharepoint.actions.SharePointAdmin.getSharePointSiteList(SharePointAdmin.java:469)\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\tat sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)\tat java.lang.reflect.Method.invoke(Unknown Source)\tat org.apache.velocity.runtime.parser.node.PropertyExecutor.execute(PropertyExecutor.java:142)\tat org.apache.velocity.util.introspection.UberspectImpl$VelGetterImpl.invoke(UberspectImpl.java:533)\tat org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIdentifier.java:198)\t... 202 more\n```\n\n```\n \n```\n\n```\n \n```\n"
} | [
{
"author": "Joe Clark",
"body": "What version of Confluence, SharePoint and the SharePoint Connector do you have installed?\n\n**EDIT:** At this stage, I think that something in the SharePoint Connector is not getting initialised correctly when it is first installed or when Confluence starts up. Could you please look in the Confluence log (see [Working with Confluence Logs](http://confluence.atlassian.com/display/DOC/Working+with+Confluence+Logs)) for any other errors or exceptions relating to the SharePoint plugin?\n\nAlso, if you look in the \"Plugins\" section of the Confluence Administration Console, can you please check that the SharePoint Connector is enabled and that all of its plugin modules are enabled?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Unable-to-access-to-Sharepoint-Admin/qaq-p/215613 | [
"sharepoint"
] |
{
"author": "Anni R",
"title": "Confluence webinar",
"body": "Hi,\n\nFrom where the Confluence web conference physically will transfer?\n"
} | [
{
"author": "Matt",
"body": "You can watch a recording of the Introducing Confluence 4.0 Webinar here:\n\n<http://atlss.in/q0vZrS>\n",
"comments": null
},
{
"author": "Anni R",
"body": "any comments?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-webinar/qaq-p/203458 | null |
{
"author": "Suresh Hegde",
"title": "Confluence 4, unable to add label for Metadata Macro",
"body": "Recently upgraded to Confluence 4.0. When inserting a new \"Metadata\" macro do not see a label option. The screen is blank. We also had {details:label=yyyy} before upgrade. We do not see any option to edit the label for the existing Metadata as well. Is this a bug in Confluence 4 or are we missing something during upgrade?\n\nIssues I see are:\n\n* When we insert {details:label=uuu} macro labels are not added to that Macro block, Labels are not added to the Page also. Tried as Metadata as well as Wiki Markup. Same issue\n* We are unable to edit the existing macro Label after insertion. There is no option to edit in the Macro editor\n* {detailssummary} is using the page label to pull the Report. Any Number of Metadata ({details}) on that page is Reported in the {detailssummary}. If we have 4 different {details:label=} macros, we get 4 rows in the {detailssummary:label=} report which is not what we want\n"
} | [
{
"author": "Rhyne Armstrong",
"body": "If I am not mistaken, you should be able to add the columns in the same detailssummary macro entry. You have to do it by hand, as there is no ui for it in the properties dialog.\n\n```\n{detailssummary:label=foo|headings=XXXX,YYYY,ZZZZ}\n```\n\nThis would return a single table with 4 columns. The first being a link to the page, the other three being the metadata table you created on each page.\n",
"comments": [
{
"author": "Suresh Hegde",
"body": "Thanks Rhyne. That worked and helps our requirement.\n"
}
]
},
{
"author": "Matt",
"body": "Sounds like you are using the [Confluence Metadata Plugin 2](https://plugins.atlassian.com/plugin/details/5295) which has not yet been upgraded for Confluence 4.0.\n\nPlease [contact the plugin author](https://plugins.atlassian.com/vendor/details/5292) to request an update for this plugin.\n",
"comments": [
{
"author": "Suresh Hegde",
"body": "That doesnt seem to be the case. As I study the documentation it is provided by the \"Tabular Metadata\" plugin which is installed by default in Confluence. I can see that under System Plugins section.\n\nWe didn't have any outside plugin installed in 3.5. We were using out of the box {details} and {detailssumary} macros for reporting. After upgrade this looks like broken in our site.\n\\<dl style=\"margin-top: 0px; padding-left: 150px;\"\\>\\<dt style=\"clear: left; display: inline; float: left; margin-bottom: 0.4em; margin-left: -150px;\"\\>Plugin key:\\</dt\\>\\<dd class=\"upm-plugin-key\" style=\"display: block; margin-bottom: 0.4em;\"\\>confluence.extra.masterdetail\\</dd\\>\\<dt style=\"clear: left; display: inline; float: left; margin-bottom: 0.4em; margin-left: -150px;\"\\>Developer:\\</dt\\>\\<dd class=\"upm-plugin-developer\" style=\"display: block; margin-bottom: 0.4em;\"\\>Atlassian\\</dd\\>\\<dt style=\"clear: left; display: inline; float: left; margin-bottom: 0.4em; margin-left: -150px;\"\\>Plugin version:\\</dt\\>\\<dd class=\"upm-plugin-version\" style=\"display: block; margin-bottom: 0.4em;\"\\>2.11.0\\</dd\\>\\</dl\\> \n\n##### detailssummary {#toc-hId-1085639163}\n\n(detailssummary) \n\nShow a tabular view of a series of details stored in pages in the same space (Legacy) \n\n##### detailssummary {#toc-hId--1466517798}\n\n(detailssummary-xhtml) \n\nShow a tabular view of a series of details stored in pages in the same space \n\n##### Details styles {#toc-hId-276292537}\n\n(master-details-styles) \n\n##### details {#toc-hId-2019102872}\n\n(details) \n\nRecord (and display) details about a page (Legacy) \n\\<button id=\"module-disable-confluence.extra.masterdetail:details-xhtml\" class=\"upm-module-disable\" style=\"display: inline; height: 1.95em; padding-top: 0.25em; padding-right: 0.5em; padding-bottom: 0.2em; padding-left: 0.5em;\"\\>Disable\\</button\\>\n\n##### details {#toc-hId--533054089}\n\n(details-xhtml) \n\nRecord (and display) details about a page \n\n##### details-migrator {#toc-hId-1209756246}\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-4-unable-to-add-label-for-Metadata-Macro/qaq-p/324397 | null |
{
"author": "Alan Bowman",
"title": "Removing \"Log In\" from a Space in Confluence 4",
"body": "Hello,\n\nI'm wondering how to remove the \"Log In\" link from a Space in Confluence 4. I'm setting up a customer facing knowledgebase, which is read or view only. We do not want the customers to log in to the knowledgebase (nor can they leave comments). For this Space, I want to remove the Log In link, so that there isn't any confusion in case a customer sees the link and tries to log in. For other Spaces, I want to leave the Log In link visible - I'm also setting up an intranet for our staff, who will need to be able to log in.\n\nAny ideas where this can be configured? I was looking in the Space Admin \\> Layout \\> Site Layouts, but nothing there looked like what I wanted. I suspect this is going to be found in the config files on the server itself, which is fine. I am just looking for some pointers or direction before I start mucking about at the CLI.\n\nThanks,\n\nAlan\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "This script works for the \"Demonstration Space\" (which has a spaceKey of \"ds\") that ships with Confluence\n\nBrowse to **Confluence Admin \\| Look and Feel \\| Custom HTML**\n\nIn **At the end of the HEAD**, paste:\n\n```\n<script> AJS.toInit(function($){ if (AJS.params.spaceKey == 'ds') { $('#login-link,#browse-menu-link').parent().hide(); // Hide the login & browse menu } });</script>\n```\n\nThen Save.\n\nChange the 'ds' bit to whatever the spaceKey is for your space.\n",
"comments": [
{
"author": "Alan Bowman",
"body": "David,\n\nThat worked perfectly, thank you. One last question - I want to do the same with the \"Browse\" link. I tried to add in another script under the one that hides the \"Log In\", but it's not working. I suspect this is because I don't know the proper name for \"Browse\". Do you know what that would be, or at least know where I could look for it?\n\nThanks,\n\nAlan\n"
},
{
"author": "David at David Simpson Apps",
"body": "Alan, I've updated the answer to include removal of the \"Browse\" menu too.\n\n-- Cheers, David\n"
},
{
"author": "Alan Bowman",
"body": "David,\n\nThat worked also. Many thanks.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Removing-quot-Log-In-quot-from-a-Space-in-Confluence-4/qaq-p/358842 | [
"login",
"space"
] |
{
"author": "Frank Ruenagel",
"title": "Attachment Filesystem Path is on C:, Installation is on D",
"body": "Hi,\n\nWe noticed, that Confluence saves it's Attachments in a path under **c:** although we have installed Confluence under **d:**. How can we change the path? (Windows)\n\nThank you!\n\n[[email protected]](mailto:[email protected])\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "Where have you pointed your **confluence.home** property in **\\[confluence-install\\]\\\\confluence\\\\WEB-INF\\\\classes\\\\confluence-init.properties**?\n\nTry moving it under **d:** instead.\n",
"comments": null
},
{
"author": "Frank Ruenagel",
"body": "React on reminder: There is no \"(click the grey check mark)\"-mark to check, there is no obvious opportunity in the interface to mark the question as done and the answer as accepted.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Attachment-Filesystem-Path-is-on-C-Installation-is-on-D/qaq-p/281687 | [
"attachment"
] |
{
"author": "David Dube",
"title": "Confluence displaying multiple fonts within a text-data field",
"body": "Hoping I might get some thoughts here... I have a particular field within a template that routinely displays content using different fonts/font sizes, even though it's specified to use a specific font/size. The content looks like same when filling in the field. It's when you save the form that the difference in font/font size is apparent. The picture below is not the best... it's better viewed at <http://www.maoa.net/Mixed_Fonts.png>.\n\nThe code looks like:\n\n```\n{table}...{tr} {td:style=padding:5px;font-size:12px;font-weight:bold;font-family:Microsoft Sans Serif;background:#cae3f6;color:#333333;border-bottom:1px solid #cae3f6;border-right:1px solid #cae3f6|colspan=6|width=600px}{center}Notes{center}{td} {tr} {tr}{td:style=padding:5px;font-size:12px;font-family:Microsoft Sans Serif;border-bottom:1px solid #CCCCCC;border-right:1px solid #ebebeb|colspan=6}{text-data:statusNotes|width=600px|height=60px|type=area}{td} {tr}{table}\n```\n\n```\n\n```\n\n\n"
} | [
{
"author": "David Dube",
"body": "Hi David,\n\nThe image above is a screenshot of the actual output... I'm talking about the content in the white area below the \"Notes\" title. The first paragraph appears to be just a smaller font size than the other two paragraphs. Which shouldn't be the case since the field was defined to use a 12px, Microsoft Sans Serif font (the second {td:...} declaration above. Does the following link help explain it a bit better?\n\n[http://www.maoa.net/Mixed_Fonts2.png](http://www.maoa.net/Mixed_Fonts.png)\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "Dave, try mixing serif \\& sans-serif in your image -- it's tricky to see what you're trying to say.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-displaying-multiple-fonts-within-a-text-data-field/qaq-p/302557 | null |
{
"author": "Tom Crapper",
"title": "Automatically create/add a page",
"body": "Hi,\n\nI have several templates to make it easier for users to add stuctured content.\n\nI want to also add unstructured content to the created pages, but wish to do this by automatically creating/adding a child page to the one renderd through the template.\n\n**USE CASE:**\n\nA user clicks a link that takes him/her to a template form; this will create a new page in that space. (done this bit).\n\nSo, when finished, the user clicks 'Save' and the form creates a new page. IN ADDITION, a child page is created (based upon that parent page name) and is imbedded inside the parent page (using the Include Page Macro {include:...}).\n\n**WHY?**\n\nIn doing this, I can have a repository of structured data which can be efficiently presented, searched etc, AND a running notes/test area on the page which can be manipulated by users on the fly. This way, I get a really rich and rapidly grown repository for my userbase.\n"
} | [
{
"author": "Tom Crapper",
"body": "Cracked it (well, in fact Mick Roff did!!! This solution includes his text. Thanks Mick!)\n\nFirstly, put the create childs in a report to minimise when the report is run. This is set it up only to run within the first 60 seconds of the parent page being created. This ensures child pages that have been spawned can be deleted if required. If you don't have this restriction, then the child pages will continue to be spawned if they are not present.\n\nThen, the use of the replace and render function allows you to replace %title% with the name of the parent page.\n\nFinally, add a {create-child} macro (in a {replace} macro) to add a child page of the correct title.\n\nShould look like:\n\n```\n{report-block}{local-reporter:content:creation date}{date-filter:creation date|afterValue=-60s|format=hh:mm:ss dd MMM, yyyy}{local-reporter}{report-body}{replace-and-render} {replace-body}{create-child:%title% - Notes|parent=@self|template=Notes Page} {create-child:Grandchild Page -%title%|parent=Child Page -%title%|template=Blank }{replace-body} {replace-item:%title%} {report-info:report:root content > page:title}{replace-item} {replace-and-render}{report-body}{report-block}\n```\n\nAnd:\n\n```\n{replace-and-render} {replace-body}{create-child:Child Page -%title%|parent=@self|template=Blank } {create-child:Grandchild %title% - Notes|parent=Child Page -%title%| }{replace-body} {replace-item:%title%} {report-info:report:root content > page:title}{replace-item} {replace-and-render}\n```\n\nThe next thing I have to work out is how to automatically pre-fill the notes page (either with a template or without) in order that It renders content as soon as the main page template is saved. At the moment, it shows the pink 'macro error' lines of text where the child pages should render, which is not fixed until they are opened, edited and saved (which completes the parent page).\n\nAny answers to that last piece of the jigsaw? \n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Automatically-create-add-a-page/qaq-p/243861 | null |
{
"author": "Mattias Cederlund",
"title": "Attachment label",
"body": "Hi!\n\nI'm new to the system so please forgive me if questions are to simple.\n\nI need to add labels/tags to my attachments to make them searchable. Is that possible to do?\n\nThanks!\n\nMattias Cederlund\n"
} | [
{
"author": "Kevin Buchs",
"body": "I thought I'd convert my comment to an answer - so I get more good karma.\n\n----\n\nIs the plan to put all attachments on one page, or distribute them around in an orderly/disorderly sequence?\n\nIt would seem to be reasonable to put one attachment per page and then label the page with the label you want to associate with the attachment.\n\nYou may want to use the Reporting plug-in to generate your lists, because then you could possibly have a compact list of hyperlinks to the attachments and you wouldn't have to remember the search criteria.\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "Attachments don't have labels though there is an [open request (](https://jira.atlassian.com/browse/CONF-3963)[CONF-3963](https://jira.atlassian.com/browse/CONF-3963)) for this. They can be made searchable though. There are extractors for [Office](https://plugins.atlassian.com/plugin/details/4871) and [OpenOffice](https://plugins.atlassian.com/plugin/details/4904) files, though these aren't currently Confluence 4.0 compatible (according to Plugin Exchange)\n\nYou can create new extractors for other file types using the [Extractor Module](https://developer.atlassian.com/display/CONFDEV/Extractor+Module).\n",
"comments": null
},
{
"author": "Mattias Cederlund",
"body": "Hi again and thanks for your good suggestions.\n\nI am new to confluence so I am not aware of all possibilities and limitations yet.\n\nMy customers would like to create projects and attach documents - which are formal agreements. Then he would like to have labels to all the agreements to quickly find all attachments that belongs to a specified subjects.\n\nIf we want to find all agreements belonging to let's say gardening, we only filter them out.\n\nAm I thinking right here?\n",
"comments": [
{
"author": "Kevin Buchs",
"body": "Is the plan to put all attachments on one page, or distribute them around in an orderly/disorderly sequence?\n\nIt would seem to be reasonable to put one attachment per page and then label the page with the label you want to associate with the attachment.\n\nYou may want to use the Reporting plug-in to generate your lists, because then you could possibly have a compact list of hyperlinks to the attachments and you wouldn't have to remember the search criteria.\n"
},
{
"author": "Mattias Cederlund",
"body": "Sounds like an interesting solution! Thanks Kevin i will give it a try!\n"
}
]
},
{
"author": "Sherif Mansour",
"body": "As David mentioned below, we have an open feature reuqest for this right now. Just out of curiosity, I'd love to hear why you want to label attachments? Is it purely because of search? is it because people search by label or is it because people can't find the attachments right now?\n",
"comments": null
},
{
"author": "Radek Kantor",
"body": "You can use \"JIRA Searchable Attachments Plugin\" (<https://plugins.atlassian.com/plugin/details/4868>) or another one.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Attachment-label/qaq-p/147419 | null |
{
"author": "Mattias Cederlund",
"title": "Create local copy of Confluence",
"body": "Hi!\n\nMy customer wants to use a local copy of confluence when out on travel.\n\nThis is only for read purposes.\n\nCan this be done in an easy way?\n\nBest regards\n\nMattias Cederlund\n\nEdit: He want's to do it both on PC and Mac.\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "Maybe this?\n\n<http://www.appfire.com/firestarter/>\n",
"comments": null
},
{
"author": "Konzept plus",
"body": "Hi,\n\nisn't it easier to establish a VPN-Connection to allow remote-access?\n\nI haven't seen an \"offline\" copy, like it is available for Sharepoint.\n\nHere are some articles:\n\n<http://confluence.atlassian.com/display/DISC/Offline+Confluence+Access>\n\n<https://jira.atlassian.com/browse/CONF-3726>\n\nregards Oliver\n",
"comments": [
{
"author": "Mattias Cederlund",
"body": "Hi Oliver and thanks for your reply!\n\nThe customer travels a lot, and it is for use mainly in airplanes, why vpn won't work.\n\nIs it possible to just create a local copy of the db? Would that work?\n"
}
]
},
{
"author": "Konzept plus",
"body": "Hi Matthias,\n\ni could think of using an externel database with replication. So using a working DB an a client-DB as a replic of the original one on the laptop. Then you have to store attachments etc. in the database to avoid replication of files. You should have the same filestructure on both sides. Also you have to install same plugins.\n\nAnd don't forget the license issue.\n\nThat might work but I'm not sure of any impact\n\nRegards\n\nOliver\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Create-local-copy-of-Confluence/qaq-p/148771 | null |
{
"author": "Konzept plus",
"title": "How to see all breadcrumbs?",
"body": "How do I enable all breadcrumbs without having \"...\" in Confluence 4.0\n\nThere is no option inside Adminpanel, at least I don't see it.\n\nAny help?\n\nThanks \nOliver\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "Browse to **Confluence Admin \\| Look and Feel \\| Custom HTML**\n\nIn **At the end of the HEAD**, paste:\n\n```\n<script> AJS.toInit(function(){ AJS.$('#ellipsis strong').click(); });</script>\n```\n\n..then save. This will register a click on the ellipsis on page load.\n",
"comments": [
{
"author": "Konzept plus",
"body": "That was the trick. Thanks a lot.\n\nThanks atlassian for complicating simple things\n"
},
{
"author": "AWarren",
"body": "Hello David,\n\nI cannot get the above script to work on Confluence 4.0.\n\nI have added the content to the correct section, and it is there if I check the source of the page. Do you have any other suggestions?\n"
},
{
"author": "David at David Simpson Apps",
"body": "I would expect it to work on Confluence 4.0 as that's what I (quickly) tested it on.\n\nIf you view-source, can you see the text in the output?\n"
},
{
"author": "Matthew J. Horn",
"body": "I've tested this with a couple browsers on cConfluence 4.1.2 and it works great. Thanks David!\n\nmatt\n"
}
]
},
{
"author": "Kevin Buchs",
"body": "You are probably aware that you can dynamically expand the ellipsis by clicking on it. This is required for each page you view, however, so if you need it routinely displayed, then your answer will help.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-see-all-breadcrumbs/qaq-p/138841 | null |
{
"author": "Anni R",
"title": "Introducing Confluence 4.0 - Live Demo & Q&A",
"body": "Hi Atlassian people!\n\nPlease provide more information for that. Is it like web conference in real time? Is the participants numer is important?\n\nIf I register, how can I participate to this conference? Do you send a link for that where I see in real life picture and sound?\n\nThanks.\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "It's a GoToMeeting webinar. Sign up and you'll get all the details emailed to you:\n\n<https://www2.gotomeeting.com/register/366915714>\n",
"comments": null
},
{
"author": "Anni R",
"body": "Who can't paticipate in webseminar - do you send materials, fails, slideshow somwhere?\n",
"comments": null
},
{
"author": "Anni R",
"body": "What soft I should install to parcipicate the converence?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Introducing-Confluence-4-0-Live-Demo-Q-A/qaq-p/240098 | null |
{
"author": "Jason George",
"title": "Can't subscribe to other Confluence Calendars",
"body": "Confluence 3.5 with the Calendar plug-in - not Team Calendars. We can't use Team Calendars at this time.\n\nWe have a main Calendar, A, with additional Calendars X, Y Z. Trying to subscribe X, Y, Z to Calendar A results in error \"An unexpected problem occurred.\"\n\nHave tried various suggestions; setting space to anonymous view, added a new calendar user, relaxed parsing mode, nothing seems to work.\n\nIs it possible to get this working or not? this is a major deal breaker for us if we have to buy Team Calendars now.\n"
} | [
{
"author": "Azwandi Mohd Aris",
"body": "You will probably need to explicitly specify a username and password in the feed URL. See <http://confluence.atlassian.com/display/CONF35/Passing+username+and+password+via+URL>\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Can-t-subscribe-to-other-Confluence-Calendars/qaq-p/102638 | [
"calendar"
] |
{
"author": "Konzept plus",
"title": "How to add a side wide banner",
"body": "I wan't to add a side wide banner via custom html. But when I attach my code for banner \"after header\" and edit a page, then i miss the last two rows inside the editor. I can't even see the arrow on the right hand side to scroll down.\n\nHow can I add a banner without screwing up the editor?\n\nThis is the HTML I'm using right now inside Documentation Theme:\n\n\\<table width=\"100%\" border=\"0\" cellspacing=\"0\" style=\"background:#F79618;\"\\> \\<tr\\> \\<td width=\"28%\"\\>\\<img src=\"/images/kp_banner1.gif\"\\> \n\\</td\\> \n\\<td width=\"72%\"\\>\\<img src=\"/images/kp_banner2.gif\" align=\"right\"\\>\\</td\\> \n\\</tr\\> \n\\</table\\>\n\nAny suggestions?\n\nRegards Oliver\n\n\n"
} | [
{
"author": "JamieA",
"body": "Possibly a bug in confluence 4.0? Ie the css fails to take into account the size of banner when drawing the editor and footer etc. Sorry for being so vague but I've had similar problems before.\n",
"comments": null
},
{
"author": "Konzept plus",
"body": "It might help to get rid of the Tip in the footer to make footer smaller. But I also don't know how to remove the tip.\n",
"comments": null
},
{
"author": "Konzept plus",
"body": "For screenshot I was using IE 8 but it's the same with Firefox 5 and 6. It also the same on different machines.\n",
"comments": null
},
{
"author": "Konzept plus",
"body": "I don't know how to attach here, so I uploaded to a hoster\n\n<http://www.pic-upload.de/view-11499346/editor.jpg.html>\n\n<http://www.pic-upload.de/view-11499366/editor_banner.jpg.html>\n\nIt's crazy, with Confluence 3.5 it was working perfectly, now with 4.0 it is messed up.\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "Which browser and version of the browser are you using?\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "Can you attach a screenshot? This might help\n",
"comments": null
},
{
"author": "Konzept plus",
"body": "Hello David,\n\nthanks for this one. But same problem without tables.\n\nI probaly have to edit the main template and not injecting the code afterwards? But I'm not sure where and how. I'm totally newbie in customizing themes/templates.\n\nThanks\n\nOliver\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "[Don't use tables](http://stackoverflow.com/questions/83073/why-not-use-tables-for-layout-in-html) unless you're adding tabular data.\n\nTry something *more like* this (untested) instead:\n\n```\n<div style=\"background:#F79618;\"> <img src=\"/images/kp_banner2.gif\" style=\"float:right;\"> <img src=\"/images/kp_banner1.gif\"></div>\n```\n\nFor extra points, externalise the styles.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-add-a-side-wide-banner/qaq-p/228951 | null |
{
"author": "Aviram Gabay",
"title": "Can I retrieve a user's profile pic via SOAP?",
"body": "Hi,\n\nI am trying to create a page with a few users names and profile pictures in it.\n\nI want to be able to create that page automatically.\n\nThis is why I need a way to get the porfile pictures using SOAP api\n\nThanks!\n\nAviram\n"
} | [
{
"author": "Joe Clark",
"body": "It looks like it is not possible to do get a user's profile picture via SOAP. You can vote on this feature request if it's something you'd like to see implemented: <https://jira.atlassian.com/browse/CONF-13709>\n\nAlternatively, you could write a custom plugin that exposes this information through a custom SOAP endpoint.\n",
"comments": [
{
"author": "Aviram Gabay",
"body": "Hi Joseph,\n\nThanks for your reply, any idea which end point contains that kind of data?\n\nI looked up the api's documentation and could not find an endpoint that will contain (along with other attributes of course) a link to the profile image.\n\nCheers,\n\nAviram\n"
},
{
"author": "Joe Clark",
"body": "As I said, there is unfortunately nowhere in the SOAP API where you can retrieve this information. If you want to develop a custom plugin to provide this information, I think there is a method on the UserAccessor bean that will return the user's profile picture info.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Can-I-retrieve-a-user-s-profile-pic-via-SOAP/qaq-p/73137 | null |
{
"author": "Roy Youngman",
"title": "How loosely-coupled is Confluence and Tomcat?",
"body": "Hi Guys,\n\nNewbie here involved in my first Confluence deployment for a very large US company. Please be gentle.\n\nWe recently downloaded and installed the 3.5.13 release of Confluence. Tomcat 6.0.32 was bundled with it. The head of IT Security at our company identified 4 security vulnerabilities with that release of Tomcat. 3 of these are fixed in Tomcat 6.0.33. The other and most critical one is [CVE-2011-3190](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3190). This vulnerability looks to be addressed in a \"not-yet-released\" version of Tomcat [6.0.34](http://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.34_(not_yet_released)). So the fact that a specific release of Tomcat was bundled with Confluence raises some questions about if and when we apply patches or upgrades to Tomcat:\n\n1. What is the risk (if any) I take if I apply a release update or patch to Tomcat without also upgrading Confluence? In other words, can I go to Tomcat 6.0.33 and then 6.0.34 independent of an increase in the Confluence 3.5 line?\n2. How fast does Atlassian typically turnaround a new release of Confluence to incorporate Tomcat release changes, especially when a critical security vulnerability is in play?\n\nI need to provide our Security Leader assurances that we will be able to address these vulnerabilities in a timely manner, so any insight anyone has or can point me to is greatly appreciated.\n"
} | [
{
"author": "Joe Clark",
"body": "We do release updates for Confluence if we need to upgrade the version of Tomcat shipped with standalone for security reasons - bugfix releases for Confluence are generally released every 2-3 weeks. If you ever have questions about specific versions of Confluence and/or Tomcat, you can raise a support request to discuss details with us.\n\nThe issue you linked to looks like it relates to the Tomcat AJP connector, which is not used in the standalone version of Confluence by default.\n",
"comments": [
{
"author": "Roy Youngman",
"body": "Thanks, Joseph. As it turns out, we are also using the SharePoint Connector with IWA which requires the AJP connector (click [here](http://confluence.atlassian.com/display/SPCON/Access+Confluence+using+Integrated+Windows+Authentication+via+IIS+with+SP+2007#AccessConfluenceusingIntegratedWindowsAuthenticationviaIISwithSP2007-Step32AddAJPConnector)to see that documentation). So to us, the security issue is very relevent.\n\nIn any case, I take it that I can apply the 6.0.33 release of Tomcat now and the 6.0.34 release of Tomcat later without expecting big problems. We figured that, but the documentation on the [Supported Platform](http://confluence.atlassian.com/display/CONF35/Supported+Platforms) page is a bit ambigious. Note that is says for Tomcat: \"5.5.20 - 6.0\", not \"5.5.20 - 6.0.x\".\n"
},
{
"author": "Joe Clark",
"body": "Ah, no worries. :-) Yes, dropping in a point release of Tomcat should be easy-peasy.\n\nI'll see if I can get that supported platforms page updated to fix the ambiguity.\n"
}
]
},
{
"author": "Nic Brough -Adaptavist-",
"body": "Confluence is a standard web-application which you can try to run in any application server you want. It doesn't have to be run in Tomcat at all, let alone a specific version.\n\nConfluence \"standalone\" is simply a bunde of Confluence, Tomcat and a database server which are known to work well, and Atlassian do release quick updates to it if Tomcat needs a security update, but there should be no problem with using later versions of Tomcat with the current version of Confluence.\n\nOf course, it's a little more complex though. Confluence standalone is great for getting up and running quickly, but most large users don't use standalone - they use the WAR version with their own Tomcat/other-app-server. None of my current clients are using the bundled version of Tomcat for assorted reasons.\n\nAll I can really recommend when it comes to specific versions is that you upgrade/patch a test system and see how well it works. I expect you'll be absolutely fine!\n",
"comments": [
{
"author": "Roy Youngman",
"body": "Thanks, Nic - very helpful!\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/How-loosely-coupled-is-Confluence-and-Tomcat/qaq-p/133162 | [
"release",
"release-management",
"tomcat"
] |
{
"author": "Jason George",
"title": "Display random photo attachment from another page and its child pages",
"body": "Trying to grab a random attachment from a photo gallery page - located on a child page, uses the gallery macro - and it's child-pages (the sub-albums).\n\nFirst, I'd love to know if there's a better way for managing a photo gallery in Confluence.\n\nSecond, and my main question, how do I do this? I found a code example using the report-image macro but can't get it to work:\n\n- Home page\n\n- - W page (this is the page I want to display a random image on)\n\n- - - X page (page containing various content, DON'T WANT to get anything from this)\n\n- - - A page (this is a gallery page, may get a random photo/attachment from here)\n\n- - - - B page (sub/child-page of A, could also get random photo from here)\n\n- - - - C page (as B)\n\n- - - - D page (as B)\n\n- - - Y page (another page, don't want to get anything here!)\n\n- - - Z page (as Y)\n\nIn short, get random image (attachment) from A, B, C, or D and display on W - but don't get anything from X Y Z or anywhere else in the space.\n\nTIA!\n"
} | [
{
"author": "David Peterson",
"body": "Hi Jason,\n\nYou should be able to use something like this:\n\n```\n{report-variable:Images}{expanding-reporter:page:attachments|as=Attachment} {combining-reporter} {local-reporter:@self|source=A page} {local-reporter:page:descendents|source=A page} {combining-reporter} {text-filter:attachment:content type|include=image.*}{expanding-reporter}{report-variable}{report-image:variable:Images > query:as collection > collection:random > expanded:Attachment > attachment:url}\n```\n\nEssentially, it creates a combination list of 'A page' (@self) with the descendants of 'A page' (yes, 'descendents' is spelled that way in the supplier. It's a typo I should fix in the code sometime...). Then, it expands on the attachments of said pages that have a content type starting with 'image'. So, we end up with a big list of all attachments, stored in 'expanded' objects. Then, we select a 'random' item from the complete list and grab it's URL for the {report-image}.\n\nHope that helps!\n\nDavid\n",
"comments": [
{
"author": "Jason George",
"body": "Thank you David! It sure did, and thank you for making it so clear - plug and play. Beautiful! Have a great day!\n"
},
{
"author": "Jeff Peters",
"body": "This sounds like exactly what I'm trying to accomplish, but unfortunately I'm too much of a non-coder to understand what to do with this. Do I use this code to create a User Macro?\n"
},
{
"author": "Jacob Bartlett",
"body": "This doesn't work for me - I'm trying to place the macro in a panel if that's relevant. I'm just pasting in the macro you wrote, changing the page names. Do you know what I can change?\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Display-random-photo-attachment-from-another-page-and-its-child/qaq-p/187672 | [
"gallery",
"report"
] |
{
"author": "Guy Montag",
"title": "Usability of \"Minor Change\" checkbox.",
"body": "The \"Minor Change (No Notifications will be sent)\" check box is a major annoyance that results in 1000s of unecessary spam messages that cause people to ignore said messages.\n\nThis could be easily fixed by:\n\n1) Remove the Minor Change checkbox and text\n\n2) Use these action buttonss at the foot of the page: \n\n\\[Save Only\\] \\[Save and Send Notifications\\] \\[Cancel\\]\n"
} | [
{
"author": "JamieA",
"body": "Assuming this is a question... if you go to confluence admin -\\> custom html -\\> at the end of head, and paste in the following, it should do what you want:\n\n```\n<script type=\"text/javascript\"> AJS.$(function () { var minorEdit = AJS.$(\"#minorEdit\"); if (minorEdit.length) { minorEdit.parent().toggle(); AJS.$(\"input[type='submit'][name='confirm']\").each(function () { AJS.$(this).clone().click(function () { AJS.$(\"#minorEdit\").attr('checked', 'true'); }).val('Save (No notifications)').insertAfter(AJS.$(this)); }) } });</script>\n```\n",
"comments": null
},
{
"author": "Sven",
"body": "Just for information. We wanted to have the checkbox disabled by default (to prevent accidental SPAMMING ;-)\n\nIt's as easy as this (put at the same place like indicated above)\n\n```\n<script type=\"text/javascript\">AJS.toInit(function () { AJS.$('#notifyWatchers').attr('checked', false);});</script>\n```\n",
"comments": [
{
"author": "Joerg Bencke",
"body": "Hi, a small correction :\n\n```\n<script type=\"text/javascript\">AJS.toInit(function () { AJS.$('#minorEdit').attr('checked', false);});</script>\n```\n"
},
{
"author": "Sven",
"body": "Is this necessary in confluence 4.2 ?\n\n(the other script is definetly working in 4.1)\n"
},
{
"author": "Joerg Bencke",
"body": "Hi Svenni, I did test it with Confluence 3.5, and there \"notifywatchers\" got me an error.\n"
}
]
},
{
"author": "Sean King",
"body": "Confluence v3 requires the box be checked to not notify users as it's asking, \"Is this a minor edit?\" Therefore:\n\n```\n<script type=\"text/javascript\">AJS.toInit(function () { AJS.$('#minorEdit').attr('checked', true);});</script>\n```\n\nConfluence 4.x+ is the opposite, it's asking, \"Should I notify people of your change?\", therefore you don't want the box checked. The ID for the box is also different.\n\n```\n<script type=\"text/javascript\">AJS.bind('init.rte', function() { AJS.$('#notifyWatchers').attr('checked', false);});</script>\n```\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Usability-of-quot-Minor-Change-quot-checkbox/qaq-p/15141 | [
"notification"
] |
{
"author": "Douglas Pierce",
"title": "How do I bold and underline at the same time using markup in 4.0?",
"body": "When i type \\*++\\* which used to give me bold and underlined, I now just get bold with bolded plus signs in the text. What am I doing wrong?\n"
} | [
{
"author": "twong_atlassian",
"body": "Speaking of shortcut keys... it's not like 4.0 editor doesn't have those. Steps to reproduce:\n\n* Decide you want to use the bold and the underlines\n* ctrl B ctrl u\n* Type something toggle out with ctrl b ctrl u.\n\nSure. There's a bug in converting the on the fly markup to formatting feature or whatever the official buzzwordy term for that is... but Confluence has always had issues with nesting.\n\nIf anything, bold + underline is easier than it was before... it works more like word now.\n",
"comments": [
{
"author": "Douglas Pierce",
"body": "Tim, the editor is slow compared to wiki markup (and compared to Word) and why should we be forced into the editor when wiki markup was a great power tool for users?\n"
},
{
"author": "twong_atlassian",
"body": "placeholder\n"
},
{
"author": "twong_atlassian",
"body": "I completely understand the frustration: being a Confluence wiki-markup power user myself... I find the 4.0 editor pretty frustrating when I type \\[link\\]: Completing the last bracket kills the link dialog and it thinks I want to type exactly that string and escapes the whole thing. I also find the macro browser than {macro} when I know exactly how that macro works: It sucks to bring up a whole dialog and break my train of thought.\n\nThat being said... even I will admit that it does a lot of things better: basic bolding and underlining is way easier, and boy, it makes futzing with tables not require me to fetch the bottle of scotch under my desk. After using it extensively for the last few months, I'm back at probably 80 percent of my previous speed.\n\nAlthough I personally haven't drunken the collective kool-aid about the editor, I'll admit it's way better for 90% of the people out there. Just in the same way I don't expect everyone to use vi over M$Word as a primary editor- I think that the 4.0 is better for most; most of the speed loss is really unlearning the wiki-markup.\n"
},
{
"author": "Graham Hannington",
"body": "> Although I personally haven't drunken the collective kool-aid about the editor\n\nI just stumbled across this question, and this comment, while looking for something else. It's refreshing to hear this from an Atlassian. The word \"groupthink\" also springs to my mind with regard to the editor. The combination of (these are just some of the issues):\n\n* Dropping the wiki markup editor\n* Introducing a quirky rich text editor\n* Coining an XML vocabulary without providing a formal definition (that can be used to validate document instances in an external editor); and presenting/serving the XML as snippets, rather than documents\n\nhas, in my opinion, resulted in a self-generated *perfect storm* . However, I get the impression from comments by Atlassian that Confluence is, in fact, *storming ahead*, with these issues not causing any significant blip in new licenses or renewals. Which is odd, given the sheer number of negative comments I've read from separate users; I would be interested to see the results of a \"satisfaction\" survey of renewing licensees.\n\nI sincerely want to get behind Confluence - it has a significant user base and, I think, still so much potential - but I am frankly dismayed by recent events and decisions. Ah, I'm starting to rant, and this is not really the right place (takes another swig of scotch).\n"
}
]
},
{
"author": "Nicolas Wildner",
"body": "Actually, the simbol that represents bold is \\* and underline + .On Confluence 4.0 these simbols remained the same, except with the functionality of \"on-the-fly\" formating :P\n\n[http://www.youtube.com/watch?v=h77zmZwFWS4\\&feature=player_embedded](http://www.youtube.com/watch?v=h77zmZwFWS4&feature=player_embedded)\n\nAnd if you tried +\\*word\\*+ ?\n",
"comments": [
{
"author": "Douglas Pierce",
"body": "Nicolas, did you actually bother to try your solution? Before when I used the bold symbol (\\*) followed by the underline symbol (+) the word came out bold and underlined. Changing the order, your solution, doesn't work either. Then you get the \"\\*word\\*\" underlined and NOT underlined and bold as it used to. What I have been doing before this collossaly awful \"improvement\" is \\*+word+\\* and with the wiki markup the word comes out bold and underlined.\n\nThis editor is slow and I really think we should be able to get our money back if you guys are going to tank the product like this. If I wanted a great WYSIWYG editor, I would use MS Word, at least you have shortcut keys to make it fast to format.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/How-do-I-bold-and-underline-at-the-same-time-using-markup-in-4-0/qaq-p/74641 | null |
{
"author": "David Oliver",
"title": "Mailto: icon not showing",
"body": "Mailto: icon (envelope) does not appear although valid mailto address and syntax. Tested with several browser and different OS. Searched previous questions, no resolution.\n"
} | [
{
"author": "Jean de Laulani?",
"body": "This is a global setting only, i'm affraid.\n",
"comments": null
},
{
"author": "Jean de Laulani?",
"body": "Hi There,\n\nyou need to check that in the \"general configuration\" the option \"Show Link Icons\" is checked.\n\ncheers,\n",
"comments": [
{
"author": "David Oliver",
"body": "Can this be set by each individual workspace or is this a global setting only?\n"
}
]
},
{
"author": "David Oliver",
"body": "Thanks! In a large organization and probably not an option for me to request this...Merci!\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Mailto-icon-not-showing/qaq-p/87940 | null |
{
"author": "Stephan Haslinger",
"title": "Where does Confluence 3.5.x store Crowd URL?",
"body": "Hi,\n\ni need to change the crowd URL in my Confluence 3.5.x but am unable to use the GUI.\n\n(I have restored a xml backup but the crowd url has changed. I cannot login because Confluence cannot connect to Crowd).\n\nAs of version 3.5 it should be somewhere in the database?\n\nRegards,\n\nStephan\n"
} | [
{
"author": "Stephan Haslinger",
"body": "I've found cwd_directory_attribute on my own.\n",
"comments": [
{
"author": "Ivar",
"body": "I've been looking for this myself. No information in Confluence about this change, at least not that I could find that was related to 'changing the crowd server url'.\n"
},
{
"author": "Stephan Haslinger",
"body": "it seems as if you have to change both: the database entry + the crowd.properties file\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Where-does-Confluence-3-5-x-store-Crowd-URL/qaq-p/106530 | [
"crowd",
"sql",
"url"
] |
{
"author": "Eric T",
"title": "Why do I login on every action ?",
"body": "Hello,\n\nI'm using a standalone Confluence-3.5.5 and on almost every action I do, login is required. This is a little bit boring :)\n\nCan someone help me and indicate how to configure this ?\n\nThanks in advance\n\nTicker\n"
} | [
{
"author": "Eric T",
"body": "Found it !\n\nThere's an option in $CONFLUENCE_HOME/confluence/WEB-INF/classes/seraph-config.xml :\n\n```\n<!-- Invalidate session on login to prevent session fixation attack --><init-param> <param-name>invalidate.session.on.login</param-name> <param-value>true</param-value></init-param>\n```\n\nIf you change the parameter value to **false**, it solves the problem :) We haven't this on our enterprise Confluence because we are using Crowd : the seraph config files are by-passed.\n\nHope this helps\n\nTicker\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "I've experienced something similar before on restrictive company networks.\n\nIs this a hosted environment? Do you have a particularly restrictive networking in your company? If so, maybe [Privoxy](http://www.privoxy.org/) may be able to help you track down problem calls that your network blocks.\n\nDo you have a secure network gateway that is invalidating sessions?\n",
"comments": [
{
"author": "Eric T",
"body": "Hi David,\n\nThe standalone instance of Confluence is installed on my machine (Windows XP) and I access it locally. So it could not be a network problem. But I think you're right : something is invalidating my session...\n\nThanks for your answer\n\nTicker\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Why-do-I-login-on-every-action/qaq-p/365254 | [
"configuration",
"login"
] |
{
"author": "Lee Lee",
"title": "Problems in configuring Confluence 4.0",
"body": "Hello everyone. When I configure Confluence 4.0, it's always stopping when it connect to jira and load users and groups from jira. I don't know what happens, and after I uninstall Confluence and install it again, it happens again when I configure.\n\nIn this case, I have two users in jira, they are admin and test.\n\nThis problem troubles me a lot, please help me, thanks!\n\n\n"
} | [
{
"author": "BernardoA",
"body": "Actually this bug has been fixed in Confluence 4.0.3 as uptated in the bug report.\n",
"comments": null
},
{
"author": "Azwandi Mohd Aris",
"body": "This is a known bug in Confluence 4.0, see <https://jira.atlassian.com/browse/CONF-23184>. Please try the [workaround](https://jira.atlassian.com/browse/CONF-23184?focusedCommentId=270103&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-270103) provided in the bug report.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Problems-in-configuring-Confluence-4-0/qaq-p/37247 | null |
{
"author": "Dave Saller",
"title": "What do I need to do to upgrade from 3.2 to 4.0",
"body": "What do I need to do toy upgrade from 3.2 to 4.0\n\nCna I skip the in between relaeses\n\nCan I upgrade from x86 to x64\n"
} | [
{
"author": "Ellen Feaheny [AppFusions]",
"body": "Agree with Dave - but in addition, you should positively promote it too with knowledge. Power in knowledge, so equip your users.\n\nShare these links and videos with them - or at least be well-versed on them yourself at a very very very minimum.\n\n* Live Sandbox \\> <http://sandbox.onconfluence.com/dashboard.action>\n* Quick What's New Video \\> <http://www.atlassian.com/software/confluence/whats-new.jsp>\n* Hour-long demo \\> <http://www.atlassian.com/software/confluence/demo.jsp>\n* <http://confluence.atlassian.com/display/DOC/Planning+for+Confluence+4.0>\n* <http://confluence.atlassian.com/display/DOC/Confluence%204.0%20Editor%20FAQ>\n",
"comments": null
},
{
"author": "Azwandi Mohd Aris",
"body": "You should upgrade to Confluence 3.5 before upgrading to 4.0. See this upgrade notes <http://confluence.atlassian.com/display/DOC/Confluence+4.0+Upgrade+Notes#Confluence40UpgradeNotes-UpgradeProcedure>\n\nChanging from 32-bit to 64-bit platform should not be a problem. If you are installing Confluence as a service, take note of the following article <http://confluence.atlassian.com/display/CONFKB/Problems+Installing+Confluence+as+a+Service+on+Windows+64bit>\n",
"comments": null
},
{
"author": "David Dube",
"body": "Make sure your users are aware of the editor changes. If you have many people used to using WML, they will be in for a suprise. It will behoove you to set up a test server, install 4.0, and then perform a lunch \\& learn for your team.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/What-do-I-need-to-do-to-upgrade-from-3-2-to-4-0/qaq-p/294979 | null |
{
"author": "Rhyne Armstrong",
"title": "Is there a way in 4.0 to batch import Word Documents as pages?",
"body": "I asked this before, but someone mentioned that this may be different in 4.0. Since 4.0 was released, is there a way to import multiple word documents as pages? Is the CLI the best route to do this? I tried to use it as HTML, but the results were not usable. It would take me longer to edit every page than just manually importing each word doc by hand.\n\nSeems to me this would be something very useful for many users.\n"
} | [
{
"author": "Jeremy Largman",
"body": "I don't think you can use the CLI for this, as Doc import isn't a remote API feature:\n\n<https://jira.atlassian.com/browse/CONF-14366>\n\nIf you're thinking of adding them as attachments, the CLI would work great (or you could use [WebDav](http://confluence.atlassian.com/display/DOC/Configuring+a+WebDAV+client+for+Confluence#ConfiguringaWebDAVclientforConfluence-ClientSetup)).\n\nI'm surprised there isn't a feature request for this (it'd be [here](https://jira.atlassian.com/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+CONF+AND+issuetype+%3D+%22New+Feature%22+AND+component+%3D+%22Office+Connector+-+Doc+Import%22)). You might want to make one over in JIRA, in the Confluence project with the 'Doc Import' component.\n\nIn short, there's nothing different in 4.0.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Is-there-a-way-in-4-0-to-batch-import-Word-Documents-as-pages/qaq-p/238405 | null |
{
"author": "Amey Nevrenkar",
"title": "I am getting java.lang.OutOfMemory error?",
"body": "Hi\n\nI am trying to view confluence system information and when I click on the link I am getting\n\norg.apache.velocity.exception.MethodInvocationException: Invocation of method 'getModifications' in class com.atlassian.confluence.admin.actions.ViewSystemInfoAction threw exception java.lang.OutOfMemoryError at /admin/systeminfo.vm\\[line 99, column 23\\] \nat org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIdentifier.java:237)\n\ncaused by: java.lang.OutOfMemoryError \nat java.io.FileInputStream.readBytes(Native Method)\n\nCan someone tell me the reason and solution for this.\n"
} | [
{
"author": "Adam Saint-Prix",
"body": "Amey,\n\nThere's a good explanation of this in the documentation on Confluence and Out of Memory Errors. You likely just need to increase available memory for Confluence, perhaps you're still using the defaults. To get you started, there's more on how to do so here:\n\n<http://confluence.atlassian.com/display/DOC/Fix+Out+of+Memory+errors+by+Increasing+Available+Memory>\n",
"comments": null
},
{
"author": "Amey Nevrenkar",
"body": "Thanks Adam\n\nI shall try!\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/I-am-getting-java-lang-OutOfMemory-error/qaq-p/190979 | null |
{
"author": "sanjay srikonda",
"title": "Failed to install theme builder Confluence 4.0",
"body": "Has anyone successfully installed Theme Builder on Confluence 4.0? I don't have the compatibility plugin installed but I still can't install the theme builder plugin. Adaptavist's site says that 4.2.1 and 4.2.2 ARE compatible with Confluence, 4.0, but all I get is the following:\n\nFailed to install plugin adaptavist-plugin-themeBuilder-4.2.1.jar\n\nFailed to install plugin adaptavist-plugin-themeBuilder-4.2.2.jar\n\nAny help/advice would be greatly appreciated.\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "The latest version (4.2.3) of Theme Builder is **not** currently available for Confluence 4.0 even if 4.2.1 and 4.2.2 are marked as compatible.\n\nCheck here to see when the latest version is compatible: \n<https://plugins.atlassian.com/plugin/details/274>\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "Check this statement/blog post from Adaptavist for compatibility of their plugins with Confluence 4:<http://t.co/JSKzkLDO>\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Failed-to-install-theme-builder-Confluence-4-0/qaq-p/372254 | null |
{
"author": "Jeffrey Harris",
"title": "Is it possible to let anonymous users see the Category tab on the Dashboard?",
"body": "Anonymous users see only the \"All\" tab when they view the dashboard. I would prefer to replace the All tab with the Category tab that lists my spaces by language.\n\nAny help is appreciated.\n"
} | [
{
"author": "Azwandi Mohd Aris",
"body": "This does not seem to be possible at the moment but it sounds like a good feature to have. If you wish to register your interest, I'd recommend to raise an improvement request at <https://jira.atlassian.com/browse/CONF>\n",
"comments": [
{
"author": "Jeffrey Harris",
"body": "Done. If anyone else thinks this would be a nice feature...go vote.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Is-it-possible-to-let-anonymous-users-see-the-Category-tab-on/qaq-p/193924 | null |
{
"author": "supportc",
"title": "Can I use the UWC to import a Confluence 3.2.1 wiki to Confluence 4? ``",
"body": "I need to move all of my company's confluence 3.2.1 articles from our own server to an Amazon hosted Confluence 4. I don't care about authoring information. I also don't want/can't upgrade the existing confluence instance to 4 first and then just export and import. (We have the entire atlassian suite, it's all tied in with crowd and jira, it's all super outdated, and it's just a mess). \nSo, I'd like to just install the UWC on my current Atlassian box, and use it to move everything to Confluence 4. Is this feasible?\n"
} | [
{
"author": "Laura Kolker",
"body": "[The UWC's not really good for that kind of problem set](https://studio.plugins.atlassian.com/wiki/display/UWC/UWC+F.A.Q.#UWCF.A.Q.-HowdoImovepages%2CspacesorentireConfluencesitesbetweenConfluenceservers%3F)\n\nIf you're moving into a hosted solution, I would think the support team for whoever is hosting would be able to provide guidance as to the best way to get your old Confluence data into their hosted solution.\n\nIf the hosting provider can't help you, and you don't want to upgrade the existing confluence, I would recommend doing something along the lines of:\n\ncreate a staging server seperate from your production server, using confluence 3.2.1, move your data to staging, upgrade staging to 4, move your data to production 4\n\nMigrating data is always a chore, no matter what your start and end points. Good luck!\n",
"comments": null
},
{
"author": "Ellen Feaheny [AppFusions]",
"body": "AppFusions is happy to help you through this effort. Its just a service, but we can help you get it done without pain.\n\nBest,\n\nEllen\n\n[[email protected]](mailto:[email protected])\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Can-I-use-the-UWC-to-import-a-Confluence-3-2-1-wiki-to/qaq-p/352569 | [
"universal-wiki-converter"
] |
{
"author": "Gavin Fowler",
"title": "Confluence Wiki Markup Search and Replace",
"body": "With the recent introduction of Confluence 4.0, I've taken a look at some of my user macro's. Many are very basic and were thrown together and should really be reworked. The trouble i have is, if i make substantial changes to the way these macro's work (change structure, name, fields, body), how can i quckly / easily retrofit these changes back into the pages that use these macro's. I'm talking a small number of macro's used 1000's of times across multiple spaces.\n\n<br />\n\nI had a quick look here (altassian answers) and in the plugins library, but nothing jumped out that would suit my confluence 3.5.11 (production) or confluence 4.0.0 (pre production testing) installation. I'm happy to apply the change to any installation (assumes i don't roll 4.0 into production any time soon).\n\nAny worked suggestions / advice much appreciated.\n"
} | [
{
"author": "Jean de Laulani?",
"body": "Hi there,\n\nyou can use this plug-in <https://plugins.atlassian.com/plugin/details/162> not officially compatible with v3.5 but by adding the backport jar file, it will work just fine.\n\nbe careful though it's quiet powerful, i believe you can use regex to narrow down your search.\n\ni've used it in the past to change user macro names accross several spaces.\n\ncheers,\n",
"comments": [
{
"author": "Gavin Fowler",
"body": "A late follow-up (i orginally just used the solve button), but to help others. Jean's solution worked perfectly well. I took the advice, in the link he gave, and embeded the recomended back port into the plugin jar file and then uploade the plugin into confluence. It solved my issue for bulk changing a user macro that was used 1000's of times across 20+ spaces. my version of confluence at the time was 3.5.11.\n"
}
]
},
{
"author": "Sven",
"body": "Just to add that one possibility is to configure a drive for WebDav-Access. Each page is then a folder with a \\*.txt-file containing in storage format the content of that page.\n\nUsing a text editor (like Notepad++) and the option \"Find and Replace in Files\" (include subdirectories) I was able to do some extraordinary useful patches...\n",
"comments": null
},
{
"author": "Sherif Mansour",
"body": "Hi Gavin,\n\nIn relation to find/replace text, we are looking at implementing that in the near future: <https://jira.atlassian.com/browse/CONF-2522> However in your case, you want to find/replace macros, I haven't heard of that request too often. A cheap/hacky workaround might be some database scripts to find/replace, although that might be a bit risky.\n",
"comments": [
{
"author": "Gavin Fowler",
"body": "Thanks for the feedback Sherif, the link you embeded results in a Jira error \"Project Not Found\". I'm assuming it's a permissions thing. Any idea on the timeline?\n\nI'm asuming i will have upgraded to confluence 4.0 before any new features (such as search and replace) are introduced. Do you think the search and replace your referring to will have the capablities to find and replace Confluence version 4.0 macro notation / markup??\n\nThanks\n"
},
{
"author": "Joe Clark",
"body": "There's a period/full-stop at the end of the URL which is breaking the link. - I've fixed it now\n"
}
]
},
{
"author": "Barbara Green",
"body": "Would there be any hope of getting this to run in 5.3.1? I have the same issue with user macros and we are trying to clean up data.\n",
"comments": null
},
{
"author": "AM",
"body": "Please check: \n\nhttps://answers.atlassian.com/questions/21735/occupy-confluence-markup-provide-a-wysiwyg-xhtml-markup-editor-to-edit-the-markup-source-of-confluence-4-wiki-pages\n\nA-M\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-Wiki-Markup-Search-and-Replace/qaq-p/245356 | [
"markup",
"replace",
"search",
"wiki"
] |
{
"author": "Kirill Kovalenko",
"title": "Rich text editor is totally unavailable in Confluence 4.0",
"body": "Hello.\n\nHave a problem - rich text editor unavailable.\n\nI tried all browsers, and result always the same - disabled tools panel and no edit field presented.\n\nIm administrator, so have all rights.\n\nAny ideas?\n"
} | [
{
"author": "Nic Brough -Adaptavist-",
"body": "Check your rights include Edit - an admin gets rights over settings, not necessarily any content (I'm an admin here, 780 spaces, I can only edit 12. I can give myself the permission to edit the others if I feel like it, because I'm admin, of course)\n\nSecondly, check the plugins - are there any disabled that are in the \"system\" list and look like they are related to editing?\n\nCheck the logs for errors too?\n",
"comments": null
},
{
"author": "AlysonA",
"body": "Hello there!\n\nDid you try re-running the migration of wiki markup to xhtml?\n\n<http://confluence.atlassian.com/display/DOC/Wiki+Markup+to+XHTML+Migration#WikiMarkuptoXHTMLMigration-Re-runningMigration>\n\nTo manually re-run migration:\n\n1. Open \\<site\\>/admin/force-upgrade.action\n2. From the 'Upgrade task to run' list select *wikiToXhtmlMigrationUpgradeTask*\n3. Click 'Force Upgrade'.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Rich-text-editor-is-totally-unavailable-in-Confluence-4-0/qaq-p/389585 | null |
{
"author": "ITops123",
"title": "Confluence SQL query for pageviews by user?",
"body": "Hi,\n\nI'm developing a Confluence usage index for our staff and would like to run a SQL query that provides a count of pageviews by user the last three months.\n\nI already have SQL queries for comments by user, page edits by user, and page creation by user. Is there any way to get the pageviews, too? Ideally, my table would look like this:\n\n\\|\\|User name\\|\\|Pageview count\\|\\|\n\n\\|John Doe\\|165\\|\n\n\\|Jane Smith\\|145\\|\n\n\\|Texas Pete\\|25\\|\n"
} | [
{
"author": "Azwandi Mohd Aris",
"body": "Confluence does not store content view statistics in the database, unfortunately.\n\nOn a related note, the [Usage Tracking Plugin](https://plugins.atlassian.com/plugin/details/271) work around this by creating its own indexes.\n",
"comments": [
{
"author": "Brad_Puett",
"body": "Azwandi,\n\nAt my company, we would like a list of page views by space, for all spaces. We want something that is similar to the \"Most Popular Spaces (Views)\" list in the Confluence Admin/Global Activity page -- but for all spaces. If the page view data is not stored in the database, where is it stored? The \"Most Popular Spaces (Views)\" list must be getting its data from somewhere.\n\nThanks.\n\nBrad\n"
},
{
"author": "Stan the man",
"body": "I don't really think view statistics aren't stored in the database as you can see persistent data when drilling into \"Page View Statistics\" maybe wasn't an option back on 2011 but now is\n"
}
]
},
{
"author": "Midori",
"body": "Let me suggest an alternative metric for \"popularity\", different from the SUM(PAGEVIEWS) per space.\n\nThe page view tracking feature of the Archiving Plugin logs the last view date on each page. These are written to the AO_xxx_PAGE_VIEW table in your database, keyed with the page ID. You can easily write an SQL query to merge the page table with their last view date, and aggregate those records by space in some way.\n\n```\nmysql> SELECT * FROM AO_1991C6_PAGE_VIEW;+-----+---------+-------------+---------------------+| ID | PAGE_ID | VIEWER_NAME | VIEW_DATE |+-----+---------+-------------+---------------------+| 50 | 2470703 | admin | 2013-09-18 16:52:04 || 134 | 2470468 | admin | 2013-09-18 16:52:09 || 139 | 2470823 | admin | 2013-09-18 16:52:04 |...\n```\n\nFor example, you could compute an AVG(LAST_PAGE_VIEW_DATE) per space as to measure \"activity level\" (or \"popularity\"). (Hint: use some very old date for those pages for which there is no page view date logged.)\n",
"comments": [
{
"author": "VijayakumarE",
"body": "I don't see any table name like \"Page_View\" in the db.\n"
}
]
},
{
"author": "Radek Janata",
"body": "We have **[Page Views add-on](https://marketplace.atlassian.com/apps/1215565/page-views?hosting=server&tab=overview)** installed and it has its own DB/AO tables. Using this add-on, I can then query DB and prepare some basic statistics.\n\nE.g., top 10 most viewed pages on the instance (MySQL syntax):\n\n```\n\nSELECT\n PT.PAGE_ID\n , PT.SPACE_KEY\n , PT.PAGE_NAME\n , C.CONTENTTYPE\n , U.display_name AS author\n , C.CREATIONDATE\n , COUNT(*) AS uniqusers\n , SUM(PT.TIMES_VIEWED) AS pageviews\nFROM AO_572ACE_PAGE_TRACKING PT\nLEFT JOIN CONTENT C ON C.CONTENTID = PT.PAGE_ID\nLEFT JOIN user_mapping UM ON UM.user_key = C.CREATOR\nLEFT JOIN (\n SELECT DISTINCT U.lower_user_name, U.display_name \n FROM cwd_user U\n ) U ON U.lower_user_name = UM.lower_username\n-- WHERE PT.SPACE_KEY = 'MYSPACE' -- optionally select just one space\nGROUP BY PT.PAGE_ID\nORDER BY pageviews DESC\nLIMIT 10\n```\n",
"comments": null
},
{
"author": "NCFCU IT",
"body": "I know this is an old post [@ITops123](/t5/user/viewprofilepage/user-id/502080) but in the OP you mentioned queries for edits by user. I'm struggling to get this working myself, if you're able to share that query.\n",
"comments": null
},
{
"author": "Evgeny Victorov",
"body": "@Remo Siegwart Could you provide a reference for read-only accessing the viewtracker stats, please?\n",
"comments": null
},
{
"author": "Bob Swift (personal)",
"body": "fyi... see[Site Statistics](http://confluence.atlassian.com/display/DISC/Site+Statistics) for similar things. Also, you can contribute to that.\n",
"comments": null
},
{
"author": "Remo Siegwart",
"body": "We also developed a custom plugin some time ago exactly for this purpose: [Viewtracker plugin](http://www.bitvoodoo.ch/viewtracker-plugin)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-SQL-query-for-pageviews-by-user/qaq-p/47969 | [
"content",
"postgres",
"query",
"sql"
] |
{
"author": "Stephan Haslinger",
"title": "How to steal cool macros in confluence 4?",
"body": "This is a pre-upgrade question:\n\nIn our Intranet Confluence instance there are several read-only pages.\n\nIf I see a cool macro that I don't know yet and that I want to use on my own pages, I'd select Tools-\\>ViewWikiMarkup and copy that macro with its attributes.\n\nIs it possible to do that in Confluence4? Is there another way to crib markup?\n\nThanks,\n\nStephan\n"
} | [
{
"author": "Sherif Mansour",
"body": "Hi Stephan, This hasn't changed too much from Confluence 3.x, all you simply need to do is go to Tools \\> View Source. From there you can highlight and copy macros. The view source page will render macros just like you would see in the editor.\n\nThe other option you have is to edit the page and copy form editor-to-editor.\n",
"comments": null
},
{
"author": "Sven Blendin",
"body": "Problem is, you don't see WIKI- Markup! Like you said:\n> The view source page will render macros just like you would see in the editor\n\nThat makes it difficult to use the macros in templates for example. (BTW: When do we get WYSIWIG for generating templates?)\n\n<br />\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-steal-cool-macros-in-confluence-4/qaq-p/119631 | [
"markup"
] |
Subsets and Splits