aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove unnecessary console.logMatěj Cepl2010-06-112-3/+1
|
* Trying to clean-up the OO structure ... there is still something broken thereMatěj Cepl2010-06-102-53/+63
|
* Change default maintainer of seamonkeyMatěj Cepl2010-06-101-2/+2
|
* * clean up to make jslint happy (abandoned let and replaced with var)Matěj Cepl2010-06-096-212/+225
| | | | * cleaned up couple of crashes and missing stuff
* Cleanup before re-posting to https://bugzilla.mozilla.org/show_bug.cgi?id=570741Matěj Cepl2010-06-082-11/+2
|
* First almost working version of main.jsMatěj Cepl2010-06-085-59/+160
|
* Added getCurrentFlavors with tests to the clipboard module.Matěj Cepl2010-06-082-10/+25
|
* Added an URL for the filing of Xorg bugs to bugs.freedesktop.org.Matěj Cepl2010-06-071-0/+4
|
* Clean up spurious spaces.Matěj Cepl2010-06-072-107/+322
|
* Fix creation of non-existent logstoreMatěj Cepl2010-06-072-2/+4
|
* The first attempt to make JEP-10/Clipboard working.Matěj Cepl2010-06-074-2/+175
|
* Unfinished mess of everything, unworking.Matěj Cepl2010-06-0511-626/+436
|
* Adding failing Unicode test.Matěj Cepl2010-06-031-0/+10
|
* With help of bugzilla (https://bugzilla.mozilla.org/show_bug.cgi?id=569273Matěj Cepl2010-06-032-71/+35
| | | | | and https://bugzilla.mozilla.org/show_bug.cgi?id=569271 I've got most tests working.
* Noted couple of URLs to go throughMatěj Cepl2010-06-011-0/+9
|
* Adding unit tests for xmlrpc.jsMatěj Cepl2010-06-013-3/+37
|
* Adding unit tests for Color objectMatěj Cepl2010-06-012-1/+32
|
* Added test for util.heirMatěj Cepl2010-06-011-0/+46
|
* Added another unit testsMatěj Cepl2010-06-012-15/+74
| | | | | | | - util.isInList - util.getISODate - util.valToArray - util.getBugNo
* * Added hopefully a full coverage of unit tests for:Matěj Cepl2010-05-312-23/+115
| | | | | | | | util.valToArray util.addCSVValue util.removeCSVValue * Cleaning up to make jslint happy for */util*.js
* rewrite util.js to be more compliant with SDK usage.Matěj Cepl2010-05-316-21/+30
|
* First attempt to split main script into modules.Matěj Cepl2010-05-319-2500/+2535
|
* Reshuffling to Jetpack-SDK directory layout.Matěj Cepl2010-05-3113-468/+7
|
* Updating sending bug upstream.Matěj Cepl2010-05-301-2/+2
|
* Updating comment string (ajax wanted more debugging information).Matěj Cepl2010-05-301-2/+2
|
* Removing unnecessary console.log calls ... logs was just one pure mess.Matěj Cepl2010-05-261-67/+8
|
* Finally! Cancel in the comment dialog box avoids submit.Matěj Cepl2010-05-261-3/+6
|
* Logger object debugged.Matěj Cepl2010-05-262-106/+80
| | | | | | | | Cleaned up CLOSED/UPSTREAM manipulation and commenting on submit: - generate upstream bug URL more sanely and no need for constantData.bugzillaIDURLs - It is now possible again to make an empty comment, which would still make bug to be submitted (only explicit Cancel avoids submit)
* The first version of Logger object.Matěj Cepl2010-05-242-137/+184
|
* Bug no. should be parsed from the URL of the page.Matěj Cepl2010-05-211-4/+18
|
* Various small cleanups.Matěj Cepl2010-05-211-25/+19
|
* Move regular expressions to be BZPage properties.Matěj Cepl2010-05-211-16/+22
|
* Setting default assignee button has different ID now.Matěj Cepl2010-05-191-4/+1
|
* Added some javadocs.Matěj Cepl2010-05-191-5/+26
| | | | Added protection against double-firings.
* Better information how to provide kernel debugging logs.Matěj Cepl2010-05-191-1/+1
|
* When we don't have a default assignee, don't pretend to have it.Matěj Cepl2010-05-181-4/+8
|
* Fix configuration possibility for MoFoMatěj Cepl2010-05-181-1/+1
|
* Fix "Def. Assignee" button.Matěj Cepl2010-05-182-15/+14
| | | | Also remove eclipsization.
* Another hope for stabilizationMatěj Cepl2010-05-182-25/+67
|
* Move pasteBacktraceInComments to RHBugzillaPageMatěj Cepl2010-05-171-56/+56
|
* Connect back logging and bit of small bits.Matěj Cepl2010-05-171-14/+20
|
* Tons of small bugs removed, seems like almost doing.Matěj Cepl2010-05-172-252/+282
|
* One more step to completness, ready for debuggingMatěj Cepl2010-05-172-1779/+1777
|
* - get rid of configuration options in standard storage and useMatěj Cepl2010-05-151-287/+321
| | | | | | | jetpack.storage.settings (even though we don't have in-page configuration). - Move most of the RHBugzillaPage constructor code to the special functions.
* Initial almost complete JSON file.Matěj Cepl2010-05-151-339/+348
|
* First attempts to create new formatMatěj Cepl2010-05-142-145/+118
|
* Clean up generalPurposeCureForAllDisease a bit and move some of itsMatěj Cepl2010-05-121-37/+45
| | | | code to separate methods.
* Add getInstalledPackages, initCommentsDropdown, onCommentsDropdownChangeMatěj Cepl2010-05-121-152/+220
| | | | | | | with a rough transcription into plain Javascript (no JQuery), not functional yet. Reformat deformations in Javadocs Finally remove heir() function forever.
* Attempt to start working on translation of my .json file toMatěj Cepl2010-05-121-0/+377
| | | | the new format.
* Fix removeCSVValue function.Matěj Cepl2010-05-101-10/+6
|