Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Config_data.json should have "all" for bugzilla.redhat.com not "any" | Matěj Cepl | 2011-03-07 | 2 | -17/+16 |
| | | | | | | Also: * remove all trailing spaces * with "all" just add packages, don't replace other ones. | ||||
* | This actually almost looks like working, so much I can file bugs. | Matěj Cepl | 2011-02-01 | 6 | -90/+219 |
| | |||||
* | Readd trac issues into ditz local directory bugs/ | Matěj Cepl | 2011-01-31 | 10 | -0/+250 |
| | |||||
* | Tons of fixes, we are almost in state that the primitive run is possible. | Matěj Cepl | 2011-01-31 | 7 | -127/+84 |
| | | | | | | TOOD: * The most important part is we have to run libbz.initialize() and wait until it is done. | ||||
* | bzpage.js mostly done | Matěj Cepl | 2011-01-28 | 6 | -503/+571 |
| | | | | | | | 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 | ||||
* | All unchecked functions marked as such, empty files for docs added. | Matěj Cepl | 2011-01-20 | 4 | -65/+81 |
| | |||||
* | First rough removal of objects and transformation on plain functions. | Matěj Cepl | 2011-01-20 | 4 | -407/+414 |
| | | | | | | | | | 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. | ||||
* | Upgrading to the latest API | Matěj Cepl | 2011-01-20 | 2 | -4/+4 |
| | | | | .activate() return back again. | ||||
* | Just move key libraries to data/ to be made into content scripts. | Matěj Cepl | 2011-01-20 | 3 | -0/+0 |
| | |||||
* | Remove unnecessary require. | Matěj Cepl | 2011-01-19 | 1 | -1/+0 |
| | |||||
* | Test for FIXME should be in pre-commit hook. | Matěj Cepl | 2011-01-18 | 1 | -4/+1 |
| | |||||
* | Fix compatibility of packages.json ... s/jetpack-core/api-utils/ | Matěj Cepl | 2010-12-09 | 1 | -1/+1 |
| | |||||
* | Rebuild to get on Jetpack 9f202a, which seems to be most compatible.0.27maint | Matěj Cepl | 2010-11-25 | 2 | -1/+19 |
| | |||||
* | Limit full-text queries of upstream bugzillas just to current component. | Matěj Cepl | 2010-11-24 | 2 | -6/+27 |
| | | | | | | | * changed queryUpstreamBug data to have additional fields for this. * changed queryUpstream method of RHBZPage to use them. Fixes #56 | ||||
* | Actually, really bump the version. :( | Matěj Cepl | 2010-11-12 | 2 | -3/+2 |
| | |||||
* | New release 0.260.26 | Matěj Cepl | 2010-11-08 | 1 | -0/+18 |
| | |||||
* | Move choice of particular content script objects to initialize(). | Matěj Cepl | 2010-10-25 | 1 | -8/+9 |
| | |||||
* | Echm, I should actually pass the argument where it is expected ;). | Matěj Cepl | 2010-10-25 | 1 | -2/+2 |
| | |||||
* | Jetpack-SDK currently provides clipboard and selection libraries. | Matěj Cepl | 2010-10-23 | 3 | -179/+0 |
| | | | | So there is no need to do our own. | ||||
* | Update to the latest Request API | Matěj Cepl | 2010-10-10 | 5 | -36/+27 |
| | |||||
* | Remove notification method in utils.js, provided by the Jetpack module. | Matěj Cepl | 2010-10-08 | 2 | -36/+0 |
| | |||||
* | Started playing with ditz-trac | Matěj Cepl | 2010-10-06 | 1 | -0/+8 |
| | |||||
* | Encourage reporters to join upstream bug. | Matěj Cepl | 2010-10-01 | 2 | -2/+2 |
| | |||||
* | A bit of cleanup ... removed one TODO | Matěj Cepl | 2010-09-30 | 1 | -5/+9 |
| | |||||
* | Use createDeadLink method, it's better for your soul. | Matěj Cepl | 2010-09-30 | 1 | -12/+5 |
| | |||||
* | All button-links in the top row is generated by createDeadLink | Matěj Cepl | 2010-09-27 | 2 | -38/+31 |
| | |||||
* | Fix fixAllButton (missing that = this). | Matěj Cepl | 2010-09-27 | 1 | -3/+4 |
| | | | | Fixes #53. | ||||
* | Remove unnecessary console.log | Matěj Cepl | 2010-09-26 | 1 | -1/+0 |
| | |||||
* | Massive reformatting to make Eclipse happy | Matěj Cepl | 2010-09-25 | 13 | -539/+557 |
| | |||||
* | Removing unused persistent-page-mod.js | Matěj Cepl | 2010-09-25 | 1 | -57/+0 |
| | |||||
* | Release 0.250.25 | Matěj Cepl | 2010-09-25 | 2 | -1/+19 |
| | |||||
* | Make jslint more happy. | Matěj Cepl | 2010-09-25 | 1 | -4/+8 |
| | |||||
* | Search in our bugzilla could be done in multiple components at once. | Matěj Cepl | 2010-09-25 | 1 | -2/+15 |
| | | | | | | | * Equivalent components are defined by a regular expression in the array config.gJSONData.constantData.equivalentComponents Fixes #50 | ||||
* | Push unfinished documentation to a separate branch | Matěj Cepl | 2010-09-24 | 41 | -14901/+0 |
| | |||||
* | Offline support attempts were moved to a separate branch. | Matěj Cepl | 2010-09-24 | 1 | -149/+0 |
| | |||||
* | Fix Logger object to be self contained and use storage properly | Matěj Cepl | 2010-09-24 | 3 | -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.24 | Matěj Cepl | 2010-09-24 | 1 | -48/+66 |
| | |||||
* | innerHTML is a good servant ... scrap it, it is bad servant even. | Matěj Cepl | 2010-09-23 | 3 | -9/+23 |
| | |||||
* | Adding parsed backtraces seems to be functional. Yuhooo! \o/ | Matěj Cepl | 2010-09-21 | 4 | -52/+60 |
| | | | | | * rhbzpage.addNewAttachmentRow finally beaten into submission * util.parseXMLfromString ... it is better to hide this | ||||
* | Make showing parsed backtrace at least working | Matěj Cepl | 2010-09-20 | 2 | -21/+45 |
| | | | | | | | | * Fill always this.parsedAttachments parameter with attachments with parsed backtraces * Add a ton of Javadocs to rhbzpage methods * The window with parsed backtrace should be on the top * addNewAttachmentRow is called but made ineffective | ||||
* | Add checking of HTTP status in rhbzpage.showAttachment | Matěj Cepl | 2010-09-19 | 1 | -7/+13 |
| | |||||
* | Fix .split() method | Matěj Cepl | 2010-09-19 | 3 | -10/+7 |
| | |||||
* | First working version. | Matěj Cepl | 2010-09-18 | 2 | -53/+137 |
| | | | | | | Missing AJAX-style adding an attachment row to the attachment table. Add createDeadLink function, we don't need to use href='#' | ||||
* | Wrong id parameter of <a id='showBacktrace' element | Matěj Cepl | 2010-09-17 | 1 | -3/+6 |
| | |||||
* | A lot of hacking, but still not working. | Matěj Cepl | 2010-09-17 | 1 | -33/+38 |
| | |||||
* | Some thoughts on the backtrace showing | Matěj Cepl | 2010-09-17 | 2 | -49/+84 |
| | |||||
* | First attempt to attach backtraces instead of pasting them into comments | Matěj Cepl | 2010-09-17 | 1 | -7/+44 |
| | |||||
* | Add also chipset and driver information to the Xorg log analysis | Matěj Cepl | 2010-09-15 | 2 | -2/+14 |
| | | | | * also adding removeDuplicates to util.js | ||||
* | Update update.rdf | Matěj Cepl | 2010-09-14 | 1 | -0/+18 |
| | | | | I should really make some automatization to this. | ||||
* | Clarify the situation with getBugNo. | Matěj Cepl | 2010-09-14 | 3 | -10/+8 |
| | | | | | | | | | * get rid off getBugId ... it was never used and silly * improve javadoc of getBugNo and explain why it is in util.js, although it would more belong to bzpage.js (hint: there are no unit tests for bzpage.js) * add a test showing that aliases are not convereted to proper numerical bug numbers |