aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-08-25Remove css text-indent hack for back and close buttons.HEADmasterBo Lopker
Fixes #624. Remove text-index Remove old 'Back' text Remove 'close' text
2014-08-02Added documentation around ProfilingPanel and problems with the middlware.tschilling
Closes #497
2014-08-02Merge pull request #627 from djsutho/patch-3Aymeric Augustin
Add Request History panel to list of third-party panels.
2014-07-29Add Request History panel to list of third-party panels.David Sutherland
2014-07-26Make note of the incompatability with the GZipMiddleware.tschilling
2014-07-26Don't suggest adding the app config to INSTALLED_APPS.Aymeric Augustin
This is more in line with Django's contrib apps. Fix #621.
2014-07-26Keep the toolbar handle pinned to the side after drag event.David Sutherland
Current behaviour: after handle is moved when the window width is resized the handled keeps its absolute position rather than sticking to the right side of the window. Handle position returns to normal on page reload.
2014-07-18Merge pull request #619 from tim-schilling/javascript-api-484Aymeric Augustin
Add a JavaScript API. Fix #484.
2014-07-16Updating JS api documentation.tschilling
Removed parameters to show_toolbar and hide_toolbar. Removed extra whitespace and added a tab after a long param description. Fixed copy-paste error for method summary for djdt.cookie.set
2014-07-15Making a basic javascript API for the toolbar.tschilling
2014-07-06Merge pull request #616 from tim-schilling/fix-top-584Aymeric Augustin
Get the relative top rather than the absolute top.
2014-07-05Get the relative top rather than the absolute top.tschilling
2014-06-22Merge pull request #613 from tim-schilling/prefix-css-classes-604Aymeric Augustin
Prefixing common CSS classes with djdt-
2014-06-17Prefixing common CSS classes with djdt-tschilling
2014-05-24Mark the toolbar as unmaintained.Aymeric Augustin
2014-05-17Bump version number for 1.2.1.1.2.1Aymeric Augustin
2014-05-17Make the fix for #591 more focused and explain it.Aymeric Augustin
2014-05-17Merge pull request #591 from mbarrien/jquery-requireAymeric Augustin
undefine "define" to avoid requirejs conflict
2014-05-17Don't show AJAX loader for preloaded panels.Aymeric Augustin
Fix #582, #594. Thanks TacoDelPaco for the report and ionelmc for the fix.
2014-05-16Merge pull request #597 from frewsxcv/patch-1Aymeric Augustin
Enable testing on Python 3.4
2014-05-11Enable testing on Python 3.4Corey Farwell
2014-05-06Merge pull request #593 from micrypt/patch-1Aymeric Augustin
settings: fix minor typo.
2014-05-04settings: fix minor typo.Seyi Ogunyemi
Otherwise, it render the deprecation warning as '… in theDEBUG_TOOLBAR_CONFIG …'
2014-04-29undefine "define" to avoid requirejs conflictMichael Barrientos
2014-04-25Bump version number.1.2Aymeric Augustin
2014-04-25Minor update in release process.Aymeric Augustin
2014-04-25Update translations.Aymeric Augustin
2014-04-25Update source translations.Aymeric Augustin
2014-04-25We don't minify CSS and JS any more.Aymeric Augustin
2014-04-25Merge pull request #586 from living180/improve_redirect_testAymeric Augustin
Improve the redirect context processor test.
2014-04-25Merge pull request #587 from living180/work_around_chrome_mousemoveAymeric Augustin
Work around spurious mousemove on Chrome.
2014-04-25Make the pain go away.Aymeric Augustin
Fix #581, #544, #541, #535 and a few others.
2014-04-25Work around spurious mousemove on Chrome.Daniel Harding
When clicking on an element in Chrome, spurious mousemove events can be generated when the cursor hasn't actually moved. This can prevent the toolbar from being shown when the handle is clicked because the code sees the mousemove event and thinks a handle drag is happening. Work around this by only running the handle drag code if the cursor has moved since the mousedown event.
2014-04-25Improve the redirect context processor test.Daniel Harding
* rename the context processor used from 'custom' to 'broken' * remove the custom middleware, because it is not used in the context of the test * rename the test to better identify what it is testing
2014-04-19Fix #549 -- Avoid breaking on mod_python.Aymeric Augustin
(Please don't use mod_python.)
2014-04-19Flake8.Aymeric Augustin
2014-04-19Fix #565 -- Replace render with render_to_response.Aymeric Augustin
2014-04-19Merge pull request #577 from prestontimmons/setup-versionAymeric Augustin
Remove upper limit from django version in setup.py.
2014-04-19Merge pull request #579 from ecederstrand/patch-1Aymeric Augustin
System encoding might not be utf-8
2014-04-15System encoding might not be utf-8Erik Cederstrand
Eliminates UnicodeDecodeError when opening README.rst if system encoding is not utf-8
2014-04-15Merge pull request #578 from ↵Jannis Leidel
catalanojuan/fix-dont-run-context-processor-for-redirects Fix dont run context processor for redirects
2014-04-15Added unit test for broken context processors due to use of `render`Juan Catalano
This adds the regression test for the case when a custom context processor breaks cause of the use of `render` in the redirects panel.
2014-04-15Don't run context processors for redirect template.Daniel Harding
2014-04-14Remove upper limit from django version in setup.py.Preston Timmons
2014-04-14Updated Spanish translation.Jannis Leidel
2014-04-13Merge pull request #576 from vishalsodani/masterAymeric Augustin
Add missing if
2014-04-13Add missing ifVishal Sodani
2014-04-12New version of flake8 adds new checks.1.1Aymeric Augustin
2014-04-12Bump version numbers for 1.1.Aymeric Augustin
2014-04-12Add Django 1.7b1 to tested versions.Aymeric Augustin