aboutsummaryrefslogtreecommitdiffstats
path: root/data/rhlib/rhbzpage.js
Commit message (Collapse)AuthorAgeFilesLines
* Add to the upstreamed bug note about our original bug.Matěj Cepl2011-06-051-2/+3
|
* Make closing bug as UPSTREAM working again.Matěj Cepl2011-06-051-2/+6
| | | | | | | Actually, wholeURL must be initialized and wholeURL is string, not an object which would have host property). Fixes #102
* New release 0.105.Matěj Cepl2011-06-051-0/+1
| | | | | | * bumping the metadata * when doing makeBacktraceAttachment conditional, we could loose titleParsedAttachment, which we need in RHBZInit. Moved to rhbzpage.js
* Don't allow submit for 0xFFFF component.Matěj Cepl2011-06-051-0/+10
| | | Fix #97
* Really Eclipseize formatting.Matěj Cepl2011-06-051-71/+71
|
* Another massive cleanup and simplification of tweak scripts.Matěj Cepl2011-06-051-2/+1
| | | | | | | bugs on bugzilla.mozilla.org now work as well, although the history is still not shown inline, which remains for 1.1. Fixes #88
* Make my console.myDebug configurable via about:config preference.Matěj Cepl2011-06-051-2/+1
| | | | That is the Boolean variable bugzilla-triage.setting.debug
* Reorganization.Matěj Cepl2011-06-051-0/+512
* fixingAttMIME, rhbzpage, xorgBugCategories moved to data/rhlib directory, * docs directory removed ... keep documentation in JSDocs; rewrite in MD is a waste of time. * move Ehsan’s scripts to separate data/tweaks directory.