aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'logging' into nextMatěj Cepl2011-03-171-2/+2
|\
| * Let's be cool and use HTML5. Also hopefully encoding will actually work.Matěj Cepl2011-03-171-2/+2
| |
* | Merge branch 'anyAllJSON' into nextMatěj Cepl2011-03-071-7/+6
|\ \ | | | | | | | | | | | | Conflicts: lib/libbugzilla.js
| * | Config_data.json should have "all" for bugzilla.redhat.com not "any"Matěj Cepl2011-03-071-16/+15
| | | | | | | | | | | | | | | | | | Also: * remove all trailing spaces * with "all" just add packages, don't replace other ones.
* | | Merge branch 'logging' into nextMatěj Cepl2011-03-031-1/+3
|\ \ \ | | |/ | |/|
| * | Generated time sheets should be explicitly marked as UTF-8Matěj Cepl2011-03-031-1/+3
| | |
* | | Make script working with Mozilla bugzilla.Matěj Cepl2011-03-032-28/+22
| | | | | | | | | | | | | | | * Store all functions in an array and store just indexes in the SELECT * add pageMod options for other bugzillas
* | | Add a 'n' accesskey to Next link to next bugMatěj Cepl2011-03-021-0/+1
|/ /
* | Separate logging front-end into special content script.Matěj Cepl2011-03-021-0/+1
| |
* | Add unknown PCI ID to the clipboard.Matěj Cepl2011-03-022-0/+7
| |
* | Yes, we can have window object in main script!Matěj Cepl2011-03-022-2/+3
| |
* | Fix sorting of the records in generated log. Now generates time sheet!Matěj Cepl2011-03-011-1/+7
| |
* | Logger at least creates new records.Matěj Cepl2011-03-012-2/+0
| |
* | Nouveau doesn't dedicated data, so just the Chipset line is parsed.Matěj Cepl2011-02-241-1/+1
| |
* | Moved .js files from data/ to data/lib/ so that we don't mix data and code.Matěj Cepl2011-02-231-5/+5
| |
* | Most of logger recovered.Matěj Cepl2011-02-202-29/+16
| |
* | Fix fill-in magic.Matěj Cepl2011-02-202-4/+1
| | | | | | | | | | | | | | | | * changed regexp for parsing driver line, just PCI ID is relevant. * all magic is now in data * eliminated most unnecessary console.logs ... either changed to console.error or just removed.
* | Add ability to briefly look through Xorg.0.logMatěj Cepl2011-02-201-3/+3
| |
* | Make queryLocal and XML-RPC generally work again.Matěj Cepl2011-02-172-7/+6
| |
* | Fix the password recognition.Matěj Cepl2011-02-162-11/+4
| | | | | | | | | | * doh! !== instead of === * also skip attachment.cgi page
* | Bit of reorganizationMatěj Cepl2011-02-152-1/+14
| | | | | | | | Also add an event handler on changes in assigned_to input box
* | Basic functionality working. Switching to this bug for my day-to-day work.Matěj Cepl2011-02-142-3/+11
| |
* | All functions should be (theoretically) either working or commented out.Matěj Cepl2011-02-102-29/+86
| |
* | Mainly add XML-RPC handlingMatěj Cepl2011-02-094-71/+133
| | | | | | | | | | | | | | | | | | | | | | | | In details: * add libbugzilla.makeXMLRPCCall * rewrite addAttachment and fixAttachById to use it * add RHOnMessageHandler to process RHBZ-specific RPC messages * fix the mess around getting passwords and not-provided passwords (there should be no password in a content script) * add libbugzilla.openURLinPanel and make showAttachment to use it * fix indentation of switch statements * remove JSLint strings, we need to fix the script, no screw up my ones
* | Bit of cleaning of loggerMatěj Cepl2011-02-012-59/+39
|/
* This actually almost looks like working, so much I can file bugs.Matěj Cepl2011-02-014-65/+138
|
* Tons of fixes, we are almost in state that the primitive run is possible.Matěj Cepl2011-01-313-40/+38
| | | | | | TOOD: * The most important part is we have to run libbz.initialize() and wait until it is done.
* bzpage.js mostly doneMatěj Cepl2011-01-284-566/+291
| | | | | | | Also: * created libbugzilla.js for putting aside most RPCed functions * utils.js and color.js moved to data * tons and tons of restructing to make things work via RPC
* First rough removal of objects and transformation on plain functions.Matěj Cepl2011-01-201-3/+63
| | | | | | | | | TODO: * still this is all around the place * constructors has not been fixed * all require's were just yanked, but they are still used. * functions should be more self-contained ... tons of global variables everywhere.
* Just move key libraries to data/ to be made into content scripts.Matěj Cepl2011-01-203-2129/+0
|
* Remove unnecessary require.Matěj Cepl2011-01-191-1/+0
|
* Limit full-text queries of upstream bugzillas just to current component.Matěj Cepl2010-11-241-2/+7
| | | | | | | * changed queryUpstreamBug data to have additional fields for this. * changed queryUpstream method of RHBZPage to use them. Fixes #56
* Move choice of particular content script objects to initialize().Matěj Cepl2010-10-251-8/+9
|
* Echm, I should actually pass the argument where it is expected ;).Matěj Cepl2010-10-251-2/+2
|
* Jetpack-SDK currently provides clipboard and selection libraries.Matěj Cepl2010-10-232-128/+0
| | | | So there is no need to do our own.
* Update to the latest Request APIMatěj Cepl2010-10-103-27/+26
|
* Remove notification method in utils.js, provided by the Jetpack module.Matěj Cepl2010-10-082-36/+0
|
* A bit of cleanup ... removed one TODOMatěj Cepl2010-09-301-5/+9
|
* Use createDeadLink method, it's better for your soul.Matěj Cepl2010-09-301-12/+5
|
* All button-links in the top row is generated by createDeadLinkMatěj Cepl2010-09-272-38/+31
|
* Fix fixAllButton (missing that = this).Matěj Cepl2010-09-271-3/+4
| | | | Fixes #53.
* Remove unnecessary console.logMatěj Cepl2010-09-261-1/+0
|
* Massive reformatting to make Eclipse happyMatěj Cepl2010-09-255-8/+15
|
* Removing unused persistent-page-mod.jsMatěj Cepl2010-09-251-57/+0
|
* Make jslint more happy.Matěj Cepl2010-09-251-4/+8
|
* Search in our bugzilla could be done in multiple components at once.Matěj Cepl2010-09-251-2/+15
| | | | | | | * Equivalent components are defined by a regular expression in the array config.gJSONData.constantData.equivalentComponents Fixes #50
* Offline support attempts were moved to a separate branch.Matěj Cepl2010-09-241-149/+0
|
* Fix Logger object to be self contained and use storage properlyMatěj Cepl2010-09-243-60/+71
| | | | | | | * there is really no other way than using module.storage directly Sucks! * all logger-related logic should go to the module and not be flying around (import TS, clear, isEmpty)
* Fix arrays in xmlrpc module0.24Matěj Cepl2010-09-241-48/+66
|
* innerHTML is a good servant ... scrap it, it is bad servant even.Matěj Cepl2010-09-231-8/+4
|