localizing FineUploader "processing" message - localization

I have managed to localise most of the fine uploader messages via the API and template. However I cannot find where the text "processing" is being added.
I'm sure it's somewhere simple but can't find it. Can anyone help me out?
thanks

I found it. waitingforResponse under text options.
text: {
defaultResponseError: defaultResponseErrorMsg,
fileInputTitle: fileInputTitleMsg,
formatProgress: formatProgressMsg,
waitingForResponse: "This is the place!"
}
I was looking at the API options for the CORE (basic) version and I am using the UI version.

Related

Design Check with Design Automation for Revit - Live Example Does not work

I set up the live example of the Revit Design Check on my Autodesk Hub.
Link Here: https://revitdesigncheck.herokuapp.com/
After uploading the example model, it never created an issue.
does the live example still work? Or has the older api used in the live example been deprecated? Thanks.
That was indeed a problem, wrong Activity name (probably from old deploy), thanks for bringing this up. It's now fixed, and it created the issue as expected (see image)

Error message: 'Please make sure that you do not have 2 templates with the same alias' umbraco

I keep getting this error message every time i go to save on of my pages? Does anyone know why? I have looked on google, but have found no solution that is working for me....
Thanks
Oddly, this may actually be a permissions issue. Check that you have write permissions on all the relevant folders including the ones containing your templates (either views/ or masterpages/). See here for details of what should be applied.

Email Footer Issue jira

I am able to recive and send emails properly.
Email footer content is displaying "template.footer.text" instead of text.
please provide suggestions.
what are files i need to edit and location for files.
regards,
tousif shaikh.
I've never worked with Jira but I'd speculate you're missing a template file which probably live here:
atlassian-jira/WEB-INF/classes/templates/email/html/includes/
atlassian-jira/WEB-INF/classes/templates/email/text/includes/
You'll probably have better luck at the Jira forums which seems to have been based on yours truly :)
https://answers.atlassian.com/questions/

Using Jira's API to add an attachment to an issue

I was wondering if Jira's REST API supports the ability to add an attachment to an issue (existing or new) along with uploading the attachment too? Looking at the API documentation I did not see anything however maybe i missed something.
This looks like the method you're after:
http://docs.atlassian.com/jira/REST/latest/#id339692
After you create the issue, you can click on more actions tab of that particular issue.
You would be able to attach files and attach screenshot.
Correct me if I am wrong in understanding your requirement.
Thanks.
in Python:
jira = JIRA(options="Jira_Server_URL", basic_auth=("userID", "Password"))
jira.add_attachment(issue=issue, attachment="attachment_path")
Replace Jira_Server_URL, userID, Password and attachment_path accordingly.

How to add "Project Description" in FogBugz?

When I create a new project (or even when I edit the Sample Project) there is no way to add Description to the project.
Or am I blind to the obvious?
There's no such thing as a project description, really. There's a column in the Projects page which is used so you can see which project is the default, built-in inbox, and we couldn't think of anything better to put as the column header for that column.
You are not crazy. It is used internally and not even stored in the database. I wondered the same thing when I first started using FogBugz, but found a forum entry to answer my question. As of today, I still don't think they have implemented it. Jump over to FogCreek and submit a request, if you would like to make it editable.
"Description" missing from Project?
How to Edit a Project Description
The description is mostly for system projects, like e-mail inbox.
You might be able to set one in the underlying DB table.

Resources