Tagged Questions
Confluence is an enterprise-class collaboration and wiki system.
7
votes
4answers
626 views
Favourite Colour: Myrtle
At work we use confluence.
On occasion it crashes, resulting in an error 500 page being generated.
This page includes some interesting reference information, including:
System Information:
...
6
votes
0answers
178 views
Data Dictionary generators for PostgreSQL to Confluence Wiki
I'm looking for a tool that takes PostgreSQL tables and outputs a Data Dictionary in a wiki format (preferably Confluence). It seems like most tools out there require a lot of manual work/multiple ...
5
votes
3answers
362 views
Confluence Persistence
Is there a simple in built way to maintain data in Confluence when writing your own macro? This data needs to be quaryable across pages, i.e the user will add the marco to their wiki page. Then this ...
4
votes
4answers
633 views
Is there a Wiki with a Web 2.0 UI (like StackOverflow's)?
I need to use MediaWiki at work. It used to be okay, but with sites s.a. StackOverflow, there's some user interface issues that simply don't do any more.
Most importantly, I'd want to see the live ...
3
votes
1answer
160 views
First confluence servlet plugin, ClassCastException problem
I'm trying to make a "hello world" servlet plugin for Confluence. In the atlassian-plugin.xml, I have
<servlet name="testservlet" key="testservlet" ...
3
votes
1answer
605 views
C# Syntax Highlighting for Confluence
Does anyone know of any C# syntax highlighter plugins for Confluence? Using the default Java highlighter works, but it misses things like string in C# and String in Java, with the latter being ...
3
votes
2answers
296 views
SSL Problem Downloading Resource in Maven
I am trying to create a Confluence plugin. I have been following theses instructions.
However when I run the atlas-create-confluence-plugin command maven throws SSL errors trying to get resource from ...
3
votes
2answers
745 views
Has anyone been able to get Confluence.pm to add attachments?
If so can you provide the code. I am able to do almost everything else from creating new pages, modifying page attributes etc.. But I cannot seem to add attachments. I have read the official conflunce ...
3
votes
1answer
864 views
How to export wikis from FogBugz 6 to (almost) any other wiki (final destination: Confluence)?
We have a FogBugz 6 installation, with a good deal of wiki content in place. We're transitioning to use Atlassian products (JIRA and Confluence), so we'd like to get that wiki content into ...
2
votes
2answers
68 views
Stability of Confluence 4.0
I would appreciate feedback on experience with Confluence 4.0 from people who have implemented this version. In particular have you found the 4.0 release stable in your environments?
2
votes
1answer
35 views
A confluence attachment event plugin
I would like to make a plugin with some kind of a listener when an attachment is uploaded / or dragdropped. Anyone who might help?
2
votes
2answers
89 views
Embed Jira Issue Details in Connfluence page
I am currently looking for a way to integrate detail views of selected Jira Issues into a Conflluennce page. It seems it is not a problem at all to embed a list of Issues into confluence, but I am ...
2
votes
2answers
581 views
Application Request Routing (ARR) IIS 7 Spaces in URL
I am using AAR to reverse proxy requests to a Confluence install. This works fine when the URL contains no spaces. As soon as a space is added to the URL the request returns a 404, the 404 seems to ...
2
votes
6answers
3k views
JIRA/confluence alternative
Please tell me what kind of programs you use insted of JIRA/confluence. I don't like jira because the design is so Java style. For example I like the PivotalTracker for tracking fresh projects.
What ...
2
votes
2answers
381 views
CSS: IE8 vs World (Firefox, Chrome, Safari)
I have a theme using Adaptavist Theme Builder for Confluence, and I've encountered an issue where the theme is prefect in Firefox, Chrome or Safari but IE8 doesn't want to constrain the width of the ...
2
votes
1answer
236 views
How to enable the RTF editor in Jira
I'm new to Jira and have big problem with creating tables inside my testing plan. Using pipes, double pipes, etc. to build the table markup is really time consuming.
So, I saw here, that actually ...
2
votes
1answer
662 views
Script or utility to export from ScrewTurn Wiki into Confluence?
Has anyone tried migrating from ScrewTurn to Confluence? I'm hoping that I can export the ScrewTurn database to xml and then use a utility to put it in a format that Confluence can understand - ...
2
votes
4answers
204 views
how to ajax your confluence pages so slow macros dont slow down page load
some pages that use macros like:
topusers or popularlabels
are really slow to load. Is there any way to have this load asynchronously through ajax instead of having this block the initial page load ...
2
votes
1answer
1k views
How to call overloaded SOAP method with PHP SoapClient?
Confluence soap api defines two methods with the same name but different parameters:
Page getPage(String token, long pageId) - returns a single Page (according to the documentation the second ...
2
votes
4answers
1k views
How to manage test cases using Confluence?
We would like to use Confluence for writing and managing our test cases. Confluence Testplan plugin seems close to what I'm looking for, but it's a bit too simple and limited.
How are you using ...
2
votes
2answers
508 views
Disabling CamelCase links in Confluence on a per-page basis
Background: My employer uses Confluence as our knowledgebase wiki, and they've turned on CamelCase links. Since we use a lot of CamelCase in our method names, this results in a lot of extraneous ...
1
vote
1answer
26 views
Does an open source markup->HTML tool exist for Confluence wiki markup?
There are many libraries for transforming markups like reStructuredText and markdown to HTML. I have some users who are familiar with the markup used in Atlassian's Confluence wiki product, which is ...
1
vote
1answer
40 views
How to Class Cast Page to SearchResult in Apache Lucene
it's my first question here.I apologize if i make any mistake or broke forum's rules
I use confluence and i try to write custom code for confluence search.
I have next classes
...
1
vote
1answer
270 views
Wiki markup in user macro with Confluence 4.0
how can I use wiki markup in a usermacro (or something else which produces the dynamic output, done in the user macro editor), when using Confluence 4.0.
In Confluence 3.5.3 I had a macro with the ...
1
vote
2answers
131 views
Confluence XML-RPC: Set the “creation” date
I am trying to migrate some existing blog entries into our confluence wiki using XML-RPC with Python. It is currently working with such things as title, content, space etc but will not work for ...
1
vote
1answer
39 views
Can I use Confluence's editor in my own project?
Does anyone know what editor Confluence uses, and if it can be used in other projects? Or is it proprietary and not available for public use?
I would even be happy if I could whatever JIRA uses, and ...
1
vote
2answers
187 views
CSS for specific text on Confluence
I am wondering if there is a way to use custom css for some specific text on my confluence page (not using embedded HTML).
Thanks in advance!
1
vote
1answer
81 views
upgrade database postgresql on jira confluence astlassian application 64bit .
I want to upgrade database postgresql from version 8.3 to 9.0 on Jira application.
Which RPM should be used to work with Suse SLES10.3 64bit?
How to install Postgresql 9.0 in parallel to Postgresql ...
1
vote
1answer
112 views
Customizing Maven Reporting Plugins for a Confluence Wiki
I've developed a Maven reporting plugin for internal use at our company. It's designed to work in standalone mode so that it can be run against a given project without having to be configured in the ...
1
vote
1answer
429 views
Avoid 302 Redirects through Apache
Hello
I have a confluence installation running on tomcat. In front of tomcat I have an apache server.
When I go to my page a 302 to /homepage.action is done and afterwards a redirect to the start ...
1
vote
2answers
222 views
Have a StackOverflow type of voting system on a Confluence page
I am looking for a Confluence plugin/macro to add voting capabilities to a page, similar to the one StackOverflow is offering. (Like the one next to this entry.)
1
vote
2answers
373 views
Confluence - VIM bridge?
There is an emacs plugin to directly edit a confluence page in emacs:
http://code.google.com/p/confluence-el/
Is there something similar for VIM? I was not able to find something.
1
vote
1answer
115 views
Using JAXB inside a Confluence Plugin
I have a Confluence plugin I am working on that contains a series of classes that use JAXB. When the plugin runs I get the following runtime-exception:
[INFO] [talledLocalContainer] ...
1
vote
3answers
144 views
Can the return value of DELETE be modified in PostgreSQL
I am trying to prevent users from being able to irrevocably delete spaces in a Confluence wiki. My first quick thought was to rename the spaces table to allspaces, add a new column deleted, and ...
1
vote
1answer
230 views
can you limit the number of items in a recently-updated macro in confluence 2.9?
i see in confluence 2.10, there is a max and maxresults parameter but i dont see these parameters in 2.9.1 or below. Is there anyway to limit the results in these versions ?
1
vote
2answers
130 views
can you have multiple blogs in a confluence WIKI
it seems like there is only one global NEWS section per space. is there anyway to have multiple blogs within confluence?
1
vote
3answers
228 views
organizing information for a software development organization
over time our information strategy has gone all over the place and we are looking to have a clearer policy and a more explicit way for everyone to be in sync on information sharing. Some things to ...
1
vote
2answers
700 views
Using SQL for cleaning up JIRA database
Has anyone had luck with removing large amount of issues from a jira database instead of using the frontend. Deleting 60.000 issues with the bulktools isnt really feasible.
Last time i tried it, the ...
0
votes
1answer
9 views
Set all nodes in Confluence Documentation mode as expanded
We are using Confluence for documentation, in a documentation theme. When a user comes to the Wiki, I would like all the nodes to be expanded be default.
Can this be done?
0
votes
1answer
23 views
Dificulties with accessing Atlassian Confluence through XMLRPC
I set up a Confluence 4.0 server and ran plenty of xmlrpc commands on it.
I had to drop that server and set up a Confluence 3.5 server.
I tried to run xmlrpc commands on the 3.5 server and nothing ...
0
votes
0answers
7 views
confluence latex plugin - Unable to find DVI conversion log file
I have done my google searches but have not found an answer for my situation: confluence 3.0.1 on a ms server 2003.
Pages which contain latex produce this error:
Unable to find DVI conversion log ...
0
votes
1answer
32 views
Why am I getting a SpringFramework UnexpectedRollbackException?
I am getting the following Spring Framework error message:
Invocation of getLogoForGlobalConext() in class $Proxy44 threw exception
org.springframework.transaction.UnexpectedRollbackException:
...
0
votes
2answers
18 views
Is there a plugin to improve Confluence's search?
Our team uses confluence as our enterprise wide knowledge sharing system. It's fine, but the search for Confluence is god awful. I've talked to people at other firms and they've had similar ...
0
votes
2answers
47 views
atlas-create-confluence-plugin fatal error
I'm trying to install and play with Confluence plugin SDK, and it will fail on this step that creates the plugin skeleton:
abolotnov@ubuntu:~/workspace$ atlas-create-confluence-plugin
Executing: ...
0
votes
2answers
27 views
How to edit content more easily?
i add content to my confluence page like a html
inside {html} tags. This page will be changed in future every week. It very difficult to understand html so quick for people who never don't work with ...
0
votes
1answer
35 views
Styling velocity markup with css in confluence 4.0
I have written a confluence macro. It uses velocity to generate html table. How can I style this markup with css if I don't use <html> and <head> tags in my velocity model. I have tried to ...
0
votes
1answer
48 views
Atlassian Confluence - Redirect to a new page on 404 Error
confluence-3.2.1_0
How to make a redirect to a new page(create page in current space) on 404 Error in Atlassian Confluence?
I think I need to change action in web.xml:
<error-page>
...
0
votes
1answer
24 views
Keeping 2 instances of Confluence in sync?
We have a lot of traveling users who would like to have their WIKI content (and update it) while not connected to the network. Adding a localhost instance of Confluence is a snap, but how to keep ...
0
votes
1answer
23 views
Problems with custom macros in confluence
I have some problem with macros in confluence,
i create TestMacro.java, TestTemplate.vm and add neccessary information in atllassian-plugin.xml such as
<macro name="test" class="path.TestMacro" ...
0
votes
1answer
47 views
How to forward auto-generated mails?
I'm using Confluence and I want to send every Confluence user the daily notifications of the changes on it without making them to suscribe that notifications manually. All my Confluence users are ...