summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
10 daysFix for bug 44404HEADmasterDaniel Neel1-1/+1
2012-04-20Fix the URL when the user does has JavaScript disabled.Jan Holesovsky1-1/+1
2012-04-17Display submitted-text always where it is visibleRob Snelders1-7/+6
2012-04-17added make clean to the bugassistentRob Snelders1-0/+3
2012-02-22fdo#42006: Make Bugzilla Assistant tests pass in IE8Kate Goss2-6/+8
2012-02-19Replace "Formula editor" with "Formula Editor" because case matters and preve...Loic Dachary1-1/+1
2011-12-13ask for E-mail on the login page (fdo#43361)Petr Mladek1-1/+1
2011-12-13fix the last commit in bugreport assistantNino1-1/+0
2011-12-13Show related bug reports in a new widnow (fdo#41157)Nino1-0/+1
2011-12-03Also make the test successful after fixing create-account-linkKorrawit Pruegsanusak1-1/+1
2011-11-28'Create account' link fixedKorrawit Pruegsanusak1-1/+1
2011-11-03https://bugs.freedesktop.org/show_bug.cgi?id=42525Loic Dachary1-1/+1
2011-10-26Implement a cross browser method to ensure that the file select will always s...Loic Dachary6-20/+54
2011-10-24https://bugs.freedesktop.org/show_bug.cgi?id=42156Loic Dachary4-3/+10
2011-10-20fix quotes in regexps surrounded by // instead of ''Loic Dachary1-2/+2
2011-10-20Lookup in the HTML output using case insensitive match because IE8 converts e...Loic Dachary1-4/+4
2011-10-20hide the submission form using visibility: hidden instead of display: none so...Loic Dachary2-5/+10
2011-10-19move the state success into the submission div, just after the submit stateLoic Dachary1-5/+6
2011-10-19protect the attach state from multiple runsLoic Dachary1-16/+19
2011-10-19Do not use scrollTop to ensure the feedback is visible. Replace the submit bu...Loic Dachary3-5/+3
2011-10-19Compute the bugzilla_url based on the protocol and hostname of the enclosing ...Loic Dachary2-3/+5
2011-10-19apply submit and action to the form instead of the enclosing divLoic Dachary2-2/+2
2011-10-19post_bug.cgi is moved in the bug.js instead of being in bug.xhtml so that it ...Loic Dachary3-2/+4
2011-10-19s/bugzilla_path/bugzilla_url/Loic Dachary1-1/+1
2011-10-19Fixes https://bugassistant.libreoffice.org/show_bug.cgi?id=41832Loic Dachary2-4/+30
2011-10-19Add a file including bug.html in a frame for testing purposes. It requires th...Loic Dachary1-0/+26
2011-10-19remove unused argument to $.bug.ajax functionLoic Dachary1-3/+3
2011-10-08s/than/from/Loic Dachary1-1/+1
2011-10-08add missing ;Loic Dachary1-1/+1
2011-10-08https://bugs.freedesktop.org/show_bug.cgi?id=41564Loic Dachary6-3/+30
2011-10-08http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-March/018981.htmlLoic Dachary1-1/+4
2011-10-08include the user agent in the bug description templateLoic Dachary3-1/+4
2011-10-07s/Localization/Localisation/Loic Dachary1-1/+1
2011-10-07BugAssistantTest was removed from bugzillaLoic Dachary1-2/+0
2011-10-07The sanity.pl script is added to detect inconsistencies in the data extracted...Loic Dachary5-5/+147
2011-10-06Fixes https://freedesktop.dachary.org/show_bug.cgi?id=41300Loic Dachary10-291/+148
2011-10-03WRITER is now Writer in bugzillaLoic Dachary1-1/+1
2011-09-29Prevent double submission of the form.Loic Dachary2-1/+10
2011-09-27Do not change the component comment when hovering on an image component.Loic Dachary2-2/+2
2011-09-22copyright links are target="_blank"Loic Dachary1-1/+1
2011-09-22From: Jan Holesovsky <kendy@suse.cz>Loic Dachary1-1/+1
2011-09-22Add status_whiteboard: 'BSA' to identify bugs filled with the bug submission ...Loic Dachary1-1/+2
2011-09-22browser.msie and not browser.ieLoic Dachary1-1/+1
2011-09-22ie specific code to disable the text part of the input[type=file]Loic Dachary1-0/+8
2011-09-22Do not handle focus : it won't happen again because the field is large enough.Loic Dachary1-6/+0
2011-09-22make the input large enough to cover the decorationLoic Dachary1-1/+1
2011-09-22testing version is unreliableLoic Dachary1-6/+0
2011-09-22replace top header with properly exported imageLoic Dachary2-2/+2
2011-09-22move to the top of the page after submit so that the results are not missed e...Loic Dachary1-0/+1
2011-09-22do not use text() to retrieve the value of the component as it may contain a ...Loic Dachary1-1/+1