Autocomplete plugins for bugzilla - bugzilla

(Pre-warning. I'm not quite sure if this question belongs here or not)
I've just installed my first use of buzilla (v3.6.2) and I have a few issues with having to remember users names and keywords. Is there an extension or plugin for bugzilla that does this?

It's going to be a standard feature in Bugzilla when 4.0 is released.

I create an addon once
http://bitbucket.org/domruf/bugzillaautocomplete
maybe you want to try it until 4.0 is released

Bugzilla 4.x comes with autocomplete feature. It is made available by the YUI library:
http://developer.yahoo.com/yui/autocomplete/

Related

Upgrade from ExtJS 3.4.1 to 7.5.0

Apparently, the ExtJS' forum isn't working anymore, so asking the question here.
I am trying to upgrade ExtJS integrated in a big application. Currently, it's using version 3.4.1 and I have to upgrade it to 7.5.0, so a lot of changes are expected. It's my first time working with ExtJS. I've been reading their documentation & examples for a while now, but I'm having issues understanding some things.
If someone's experienced with ExtJS, could you tell how big is the difference between these versions? What kind of effort is expected for this upgrade? Will I have to rewrite everything, or just changing files and API calls would be enough?
Another thing is that the folder structure in the new version looks quite different from the older version. Ours using 3.4.1 looks like this -
ext-js 3.4.1 image
There are no new adapter or resources folders in the new verion. Are these folders not required anymore, or is it possible to get the same folder structure with the new version?
Is it possible to download older versions of ExtJS like 4.x, 5.x etc.? I tried but couldn't find it, I was able to download the older documentation though.
Downloaded the latest ExtJS version from here.
Referring this Sencha ExtJS documentation.
Any help would be appreciated. Thanks in advance.
Download
You should download the version from support.sencha.com. There you can find all versions.
To access the download page, you need to log in. If you have lost your login, you can contact Sencha's licensing department.
Make sure you have a valid license.
Upgrade
If you are new to Sencha, you should not do the work yourself. Between version 3 and 7, there are at least two new coding paradigms and you'll have to rewrite everything. Unfortunately, there is no easy upgrade process from 3 to 7. If you had to upgrade from 5 to 7, it would be possible to ignore all the cool new features, but if you are starting from 3, you will have to rewrite everything.
Building process
In your screenshot, I can see that you are using the full ExtJS file. But are you really building the application? That means you end up with a single js file and a single css file.
Are you building your application?
Are you using SCSS?
You should definitely contact someone with experience. I've done quite a few upgrades in ExtJS to know that you need help with this.

AndroidX native library support in codenameone

We have a third party native SDK that is done in AndroidX, to which extent we can use it in codenameone, and what is the roadmap of AndroidX integration codenamone.
Many thanks for your prompt response, we have some decisions to make.
I moved the task for AndroidX support to the 7.0 timeframe. Initially we hoped to get 7.0 out the door much sooner but since it was delayed it makes sense to do that task now.
Some developers were able to get AndroidX libraries working with some creative build hints but I can't find their posts at the moment.
Thank you a lot Shai,
We also have been able to get it work but by modifying the config of the Android studio project.
Can you confirm, the other developpers did on the CN1 build hint ?
Thanks a lot

How to create (and release) both a paid and lite version of an app using codename one

I have seen answers to this question using other tools but I cannot see how to do it with CN1. If I release a LITE version of an app, what is the process for the user to get the PRO version once they have paid?
Like I said I have seen other answers but they talk about settings within the development studio itself which makes me think that it may be related to the toolset I am using - in this case Codename One.
Thanks.
P.S. I will need to know this for both Android and Apple
This will work for all the platform Codename One supports and is explained in this tip. Effectively you keep two or more codenameone_settings.properties and multiple Main packages/classes. Then toggle them by replacing the codenameone_settings.properties file.

extjs IDE for faster development

Is there a good IDE available for extjs development? So that you do not need to refer to API to see which events/methods are supported by a object?
There are plugins for Eclipse, Spiket IDE and Aptana that will do code-suggest. However, you should always refer to the API as there may be cases where nuances to the functionality can be understood. There are often in-depth examples of how the code must be implemented to work correctly.
There is an Aptana plugin (Eclipse based plugin for Aptana IDE).. I have not used it though. May be you can give it a try.
You can get the plugin from Sencha forum - Link: http://www.sencha.com/forum/showthread.php?89417-3.X.X-Aptana-plugin
i use eclipse and spket plugin...
spket also support other js framework, like jquery, prototype, YUI, etc
Miha Trtnik. have a good article to that.
http://www.webeks.net/extjs/eclipse-javascript-plugin-ext-js.html
If you are simply looking for code completion spket and aptana studio are the way to go.

The Best tool for building Sencha (Ext JS) applications are?

I started working on Ext JS, but the building process has always been a headache to me as I always used notepad..
Can you suggest some tools which help me build the Ext JS applications easily....
Initial GUI Setup (if you're feeling lazy!)
Ext Designer
IDE for further development
Aptana Studio or CodeRun (online) or eCoder (online)
Bug testing during development
Firebug
Debugging the final layer of polish
YSlow for Firebug
I'm usually a fan of Eclipse, but Check out PHPStorm, it has better colouring, works well with libraries and does refactoring.
Try Aptana Studio + Firebug. Plus a handset of each type you intend to code for.
Also, see this link for an answer to a similar question:
"Debugging" ExtJS script
TextMate? It's really a matter of personal preference.
I recommend Textpad - I've been using it for 12 years now.
Spket IDE is powerful toolkit for working with JavaScript Framework like extjs.
You can also use Eclipse and Spket plugin for developing better javascript code. Visist http://www.spket.com/ for more details.

Resources