aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace the history state instead of redirecting when changing a bugEhsan Akhgari2011-02-221-36/+4
|
* Added tag 1.7 for changeset f67d9385b2c6Ehsan Akhgari2011-02-220-0/+0
|
* Correct a misspelling (thanks to sfink)tweaks-1.71.7Ehsan Akhgari2011-02-221-1/+1
|
* Remove an unneeded line which throws, causing the add-on to failEhsan Akhgari2011-02-221-1/+0
|
* More whitespace adjustmentsEhsan Akhgari2011-02-221-33/+33
|
* Whitespace adjustmentsEhsan Akhgari2011-02-221-28/+28
|
* Don't use innerHTML to avoid escaping issues, and add tooltips to the new ↵Ehsan Akhgari2011-02-221-7/+21
| | | | links describing their purpose
* Use encodeURIComponent in the new link generationEhsan Akhgari2011-02-221-2/+2
|
* Merge sfink's changeset pullEhsan Akhgari2011-02-221-0/+27
|\
| * Add new bug links next to product, component to create bug in same areaSteve Fink2011-02-181-0/+27
| |
* | Actually listen for all mouse and keyboard interactions for the page to ↵Ehsan Akhgari2011-02-181-3/+8
| | | | | | | | determine whether the user is using the page before redirecting
* | Use the range count instead of the selection textEhsan Akhgari2011-02-181-1/+1
| |
* | Don't redirect if the user has interacted with the page by selecting somethingEhsan Akhgari2011-02-181-2/+3
| |
* | Don't redirect if the user has interacted with the page by scrollingEhsan Akhgari2011-02-181-3/+13
|/
* Bump the version and add credits to the new contributorsEhsan Akhgari2011-02-171-2/+6
|
* Import the functionality of Jesse's view-attachment-source script into ↵Ehsan Akhgari2011-02-171-0/+66
| | | | | | Bugzilla Tweaks original source: https://www.squarefree.com/userscripts/bug-attachment-source.user.js
* Remove the 'Assign to me' button as BMO now has a 'take' link for the same ↵Ehsan Akhgari2011-02-171-29/+0
| | | | purpose
* Make the redirection a bit more graceful (allow canceling and redirect after ↵Ehsan Akhgari2011-02-171-2/+19
| | | | 2 seconds)
* Use the existing getBugNumber functionEhsan Akhgari2011-02-171-10/+1
|
* After submitting changes, redirect to a GET link to allow reloads, session ↵Steve Fink2011-02-171-0/+22
| | | | restores, better titles in tab list
* Apply tweaks to landfill (test) bugzilla installations at bugzilla.org.Steve Fink2011-02-172-2/+3
|
* Update to new Addon SDK page-mod and context-menu modulesHeather Arthur2011-02-156-52/+92
|
* Move main.js to bug-page-mod.jsHeather Arthur2011-02-151-0/+0
|
* Bump the version of Bugzilla Tweakstweaks-1.6Ehsan Akhgari2010-11-031-1/+1
|
* Replace + signs in the quicksearch parameter with spacesEhsan Akhgari2010-11-031-1/+1
|
* Bump the version of the Bugzilla Tweaks add-on to 1.5tweaks-1.5Ehsan Akhgari2010-11-011-1/+1
|
* Put the quicksearch text in the search boxes so that they can be editedEhsan Akhgari2010-11-011-0/+17
|
* Show the Review link for process_bug.cgi pagesEhsan Akhgari2010-10-281-5/+1
|
* Bump the version of Bugzilla Tweaks to 1.4tweaks-1.4Ehsan Akhgari2010-09-171-1/+1
|
* Add a link to collapse all of tbplbot's commentsEhsan Akhgari2010-09-171-0/+33
|
* Bump the version of Bugzilla Tweaks to 1.3tweaks-1.3Ehsan Akhgari2010-09-101-1/+1
|
* Use Chrome Authority to access the Cookie Manager API which requires chrome ↵Ehsan Akhgari2010-09-101-0/+1
| | | | privileges
* Remove the clipboard module because it's now in Jetpack SDK coreEhsan Akhgari2010-09-101-59/+0
|
* Fix Bugzilla Tweaks in debug buildsEhsan Akhgari2010-09-101-1/+1
|
* Bump the version of Bugzilla Tweaks to 1.2tweaks-1.2Ehsan Akhgari2010-07-151-1/+1
|
* Tweak the regular expression to support linkifying attachment flags in ↵Ehsan Akhgari2010-07-151-1/+1
| | | | Bugzilla 3.6 again
* Bump the version number for Bugzilla Tweakstweaks-1.1Ehsan Akhgari2010-07-091-1/+1
|
* Remove the support for user name autocomplete because bugzilla.mozilla.org ↵Ehsan Akhgari2010-07-091-121/+0
| | | | is moving to Bugzilla 3.6 which provides this functionality by default
* Re-enable the context menu; work-around and initial patch by Drew Willcoxontweaks-1.0Ehsan Akhgari2010-06-281-37/+36
|
* Remove the context menu stuff until we have a work-around for context menu ↵Ehsan Akhgari2010-06-281-0/+4
| | | | items appearing multiple times
* Add Johnath to the list of contributorsEhsan Akhgari2010-05-311-0/+1
|
* Add license header to main.jsEhsan Akhgari2010-05-311-0/+37
|
* Don't show our context menu options on other pagesEhsan Akhgari2010-05-311-2/+11
|
* Remove the context menu on page unloadEhsan Akhgari2010-05-311-0/+6
|
* Don't show an empty name in the CC autocomplete listEhsan Akhgari2010-05-311-1/+1
|
* Don't pass cookie XPCOM objects across package boundariesEhsan Akhgari2010-05-312-4/+15
|
* We can't modify a menu's label, so switch to 'Toggle' in the labelEhsan Akhgari2010-05-311-9/+3
|
* Correct the exported function nameEhsan Akhgari2010-05-311-1/+1
|
* Fix a syntax errorEhsan Akhgari2010-05-311-1/+1
|
* Fix a few bugs to actually make the jetpack workEhsan Akhgari2010-05-313-133/+3
|