Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
1k views

Change ticket display in Trac

With default template, trac ticket is available for viewing only, I must click modify to expand properties tab to modify, change state of a ticket. Now I want to expand that tab automatically? How can ...
6
votes
3answers
908 views

When using Trac and SVN together, how will I know that a file is committed to solve a certain ticket?

For example, a file is modified to do an enhance ticket, what I want to do is associated the committed file to the ticket. When using Trac and SVN together, how will I know that a file is committed to ...
3
votes
1answer
192 views

How to get Kerberos TGS and use it in a GUI application in JAVA?

i'm trying to make an application with the Keberos protocol and the GSS-API in Java, and i've already made the authentication and the context establishement before calling the doAsPrivileged method. ...
3
votes
2answers
96 views

What is the most polished OSS ticket system?

I am particularly interested in solutions that do very well creating tickets from e-mail, and that allow replies to be sent back and forth via e-mail in a threaded fashion.
3
votes
4answers
177 views

Internal and External Bug-Tracking Setup

Most of you certainly use some kind of bugtracker. Maybe internally only, once a customer files a bug via email or phone you add a new ticket by yourself. Sometimes weekly project meetings can be ...
3
votes
1answer
989 views

Create non-persistent cookie with FormsAuthenticationTicket

I'm having trouble creating a non-persistent cookie using the FormsAuthenticationTicket. I want to store userdata in the ticket, so i can't use FormsAuthentication.SetAuthCookie() or ...
3
votes
2answers
3k views

ASP.net based open source support ticket system

I am in search of ASP.net based open source support ticket system. are there any suggestions?
3
votes
4answers
2k views

How to quickly add tickets in Trac?

It's very painful to add multiple tickets to Trac or to have it as your own todo list. That causes people to use their own task management tools so tasks are then spread all around. Is there any ...
2
votes
1answer
196 views

Display list of changesets linked to a particular Ticket on Trac

I have a Trac installation with the Trac-Git plugin. When committing to git, I can use TracLinks to reference to a Bug by using a prefix bug:123 or #123 and the changeset is linked to the bug. I want ...
2
votes
2answers
58 views

Where to find Qt's commits?

There's a regression in Qt 4.6.2 on Windows (setting border color from stylesheet does not work) that I decided to fix myself. This bug was originally reported in Qt 4.4, and was fixed in Qt 4.5, ...
2
votes
5answers
4k views

How do I export Trac tickets to MS Excel including the ticket description, with formatting?

I need to be able to export Trac tickets from a report or custom query to Excel, including the ticket description. The catch is that the description must be formatted as defined by the wiki syntax ...
1
vote
1answer
96 views

PHP Email Based TIcket System… Ideas?

I've done a lot of looking around but not found the solution yet. Here are the requirements: Open Source (Ideally) Free (Ideally. If paid, I'd prefer not to pay per agent, per month) Web based, in ...
1
vote
0answers
197 views

How to properly handle Forms Authentication Ticket when using a Cookie-less Session

I am pretty sure I do not have a unique problem, but I have searched all over google and this site and I haven't found a solid answer for what I am looking for. So I wanted to explain myself to see if ...
1
vote
0answers
133 views

Autocomplete Jquery Plugin with Web service data source

I am working on a project which is using Ticket Network API from the following URL {http://tnwebservices.ticketnetwork.com/tnwebservice/v3.2/TNWebServicestringinputs.asmx"}. I have to implement a ...
1
vote
2answers
88 views

Show active tickets in Trac wiki home page

in my trac installation I'm looking for a way to show Active tickets in a section of the homepage. How could I do this? Thanks
1
vote
1answer
980 views

Event code: 4005

something weird is happening! is a couple of days that my users are experincing a "logging out" isses, the error message is: Event code: 4005 Event message: Forms authentication failed for the ...
1
vote
3answers
259 views

Java and Kerberos

I would like to compare a String to the password of the currently authenticated user (encrypted keys comparison). It seems like retrieving password from the ticket cache but how can I do that? Thank ...
1
vote
2answers
236 views

Web2py ticket invalid links

I started playing around with web2py the other day for a new project. I really like the structure and the whole concept which feels like a breath of fresh air after spending a few years with PHP ...
1
vote
1answer
467 views

WCF ticket base authentication

I am writing WCF service that uses wsHttpBinding binding,which is not hosted in IIS but in Windows Service.I want to have a Login(user,pass) method in service, which will give a ticket to the client ...
1
vote
3answers
1k views

How do I code Citrix web sites to use a Secure Gateway (CSG)?

I'm using Citrix's sample code as a base and trying to get it to generate ICA files that direct the client to use their Secure Gateway (CSG) provider. My configuration is that the ICA file's server ...
0
votes
1answer
35 views

Creating forms on the fly inside my wpf application

I'm developing a service desk system based on Microsoft WPF and C#. Everything went fine since a new orientation of my superiors that came out. Basically i have to create a FORM BUILDER inside my ...
0
votes
1answer
120 views

FormsAuthenticationTicket Userdata still readable after encryption (asp.net MVC3 with forms Auth.)

Im building a website with the new ASP.NET MVC3 framework and using FormsAuth. for securing the website. I'm storing the role of a user in the UserData property of the FormsAuthenticationTicket, ...
0
votes
1answer
22 views

Looking for ticket-like script [closed]

What I am looking for is a ticket-like system. I'm having great difficulty articulating what it exactly that I'm looking for, but your help would be most appreciative. So the idea is that users will ...
0
votes
0answers
33 views

Eventum notification e-mail [closed]

I'm new to the eventum bugtracker and I wonder why I don't get any notifications when a customer submit an issue? I've setup my server to use postfix and forward any e-mail from my tld to my mail ...
0
votes
1answer
70 views

Use Paypal as a event ticket system (or is there an alternative)

I’m working in a NPO that holds a conference once a year. This is our first year and the conference is in March so we are about ready to open up for a ticket sale. My problem is that I don’t have any ...
0
votes
1answer
75 views

Class or Function in PHP for generateing printable receipts

I have a ticket printer (EPSON TM-U220) and I am working on a billing system in PHP and MySQL, My question is, If anyone knows of any classes or functions written in PHP to Build the Ticket or Invoice ...
0
votes
1answer
139 views

Alfresco ticket validity

I am using alfresco default web script to get a ticket for a user but i am not sure till when this obtained ticket is valid. Also i am extracting ticket is from obtained XML response of alfresco ...
0
votes
2answers
308 views

GSS-API Java strange error

I'm running the following tutorial: http://download.oracle.com/javase/6/docs/technotes/guides/security/jgss/tutorials/BasicClientServer.html I'm getting the following prompts: Connected to server ...
0
votes
1answer
75 views

Kerberos - difference btween JAAS connection to server and SQL Server Trusted Connection

My understanding is that both JAAS and SQL Server can be configured to use kerberos in a domain environment, with an active directory server. My understanding that JAAS gets the user credentials ...
0
votes
2answers
460 views

Closing tickets in Trac with Git commit message

I tried to use Trac with Git. I've configured Git plugin - it shows repository and changesets in "Browse Source" tab correctly. Turned on CommitTicketUpdater plugin, configured it: turned off ...
0
votes
3answers
132 views

About the plugin “EventBrite” with the new version Wordpress

These days I want to have a plugin for online bus tickets selling. Then I found the "EventBrite" plugin. But it doesn't work after I installed the Events Calendar plugin. I noticed that it said the ...
0
votes
1answer
138 views

Define new custom Trac ticket field

I am trying to create a customized ticket in Trac. What I need to do is to have a ticket, which will allow the following: User can choose (from select field or by input) how many times will some ...
0
votes
1answer
431 views

Ticketmaster style ticket reservation system? PHP / MySQL

I am wanting to find information on how I can construct a ticket reservation system with PHP and MySQL. The tickets available will be for individual events that have limited places available. The ...
0
votes
1answer
176 views

Use of the severity-property for Trac tickets

I use Trac regularly in a team at work, as well as for my own project for the university. In both cases I have never felt the need to use the severity property for a ticket. I feel that by using the ...
0
votes
1answer
33 views

VerificationException from DotNetOpenAuth RP

I'm trying to integrate open id into a site, but I have a problem due to this open ticket: "http://dotnetopenauth.net:8000/ticket/163" Can you give me a workaround, please? Maybe indicate an older ...
0
votes
2answers
223 views

Authentification and security model in client/server aplications

I'm developing custom client/server application that requires client to log in with their username and password. The user accounts are not related to Windows/AD accounts in any way. After login, ...
-1
votes
0answers
13 views

email ticket system suggestions (must handle HTML emails.) [closed]

I've been looking for a good ticket system and just haven't found a good one yet. :( Maybe some suggestions? Looking for simplicity, but with the ability to view HTML emails and SEND html emails. ...
-1
votes
1answer
408 views

Selling Concert Tickets Online [closed]

Can anyone recommend a method for selling concert tickets online? The shopping cart is relatively easy but we want to create a PDF that prints their information on the ticket and allows them to print. ...
-2
votes
2answers
2k views

ASP.NET Forms Authentication failed for the request. Reason: The ticket supplied has expired

I am getting this error many times in the event log , and users are logged out . Event code: 4005 Event message: Forms authentication failed for the request. Reason: The ticket supplied has ...