| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-25 | Remove css text-indent hack for back and close buttons.HEADmaster | Bo Lopker | |
| Fixes #624. Remove text-index Remove old 'Back' text Remove 'close' text | |||
| 2014-08-02 | Added documentation around ProfilingPanel and problems with the middlware. | tschilling | |
| Closes #497 | |||
| 2014-08-02 | Merge pull request #627 from djsutho/patch-3 | Aymeric Augustin | |
| Add Request History panel to list of third-party panels. | |||
| 2014-07-29 | Add Request History panel to list of third-party panels. | David Sutherland | |
| 2014-07-26 | Make note of the incompatability with the GZipMiddleware. | tschilling | |
| 2014-07-26 | Don'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-26 | Keep 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-18 | Merge pull request #619 from tim-schilling/javascript-api-484 | Aymeric Augustin | |
| Add a JavaScript API. Fix #484. | |||
| 2014-07-16 | Updating 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-15 | Making a basic javascript API for the toolbar. | tschilling | |
| 2014-07-06 | Merge pull request #616 from tim-schilling/fix-top-584 | Aymeric Augustin | |
| Get the relative top rather than the absolute top. | |||
| 2014-07-05 | Get the relative top rather than the absolute top. | tschilling | |
| 2014-06-22 | Merge pull request #613 from tim-schilling/prefix-css-classes-604 | Aymeric Augustin | |
| Prefixing common CSS classes with djdt- | |||
| 2014-06-17 | Prefixing common CSS classes with djdt- | tschilling | |
| 2014-05-24 | Mark the toolbar as unmaintained. | Aymeric Augustin | |
| 2014-05-17 | Bump version number for 1.2.1.1.2.1 | Aymeric Augustin | |
| 2014-05-17 | Make the fix for #591 more focused and explain it. | Aymeric Augustin | |
| 2014-05-17 | Merge pull request #591 from mbarrien/jquery-require | Aymeric Augustin | |
| undefine "define" to avoid requirejs conflict | |||
| 2014-05-17 | Don't show AJAX loader for preloaded panels. | Aymeric Augustin | |
| Fix #582, #594. Thanks TacoDelPaco for the report and ionelmc for the fix. | |||
| 2014-05-16 | Merge pull request #597 from frewsxcv/patch-1 | Aymeric Augustin | |
| Enable testing on Python 3.4 | |||
| 2014-05-11 | Enable testing on Python 3.4 | Corey Farwell | |
| 2014-05-06 | Merge pull request #593 from micrypt/patch-1 | Aymeric Augustin | |
| settings: fix minor typo. | |||
| 2014-05-04 | settings: fix minor typo. | Seyi Ogunyemi | |
| Otherwise, it render the deprecation warning as '… in theDEBUG_TOOLBAR_CONFIG …' | |||
| 2014-04-29 | undefine "define" to avoid requirejs conflict | Michael Barrientos | |
| 2014-04-25 | Bump version number.1.2 | Aymeric Augustin | |
| 2014-04-25 | Minor update in release process. | Aymeric Augustin | |
| 2014-04-25 | Update translations. | Aymeric Augustin | |
| 2014-04-25 | Update source translations. | Aymeric Augustin | |
| 2014-04-25 | We don't minify CSS and JS any more. | Aymeric Augustin | |
| 2014-04-25 | Merge pull request #586 from living180/improve_redirect_test | Aymeric Augustin | |
| Improve the redirect context processor test. | |||
| 2014-04-25 | Merge pull request #587 from living180/work_around_chrome_mousemove | Aymeric Augustin | |
| Work around spurious mousemove on Chrome. | |||
| 2014-04-25 | Make the pain go away. | Aymeric Augustin | |
| Fix #581, #544, #541, #535 and a few others. | |||
| 2014-04-25 | Work 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-25 | Improve 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-19 | Fix #549 -- Avoid breaking on mod_python. | Aymeric Augustin | |
| (Please don't use mod_python.) | |||
| 2014-04-19 | Flake8. | Aymeric Augustin | |
| 2014-04-19 | Fix #565 -- Replace render with render_to_response. | Aymeric Augustin | |
| 2014-04-19 | Merge pull request #577 from prestontimmons/setup-version | Aymeric Augustin | |
| Remove upper limit from django version in setup.py. | |||
| 2014-04-19 | Merge pull request #579 from ecederstrand/patch-1 | Aymeric Augustin | |
| System encoding might not be utf-8 | |||
| 2014-04-15 | System encoding might not be utf-8 | Erik Cederstrand | |
| Eliminates UnicodeDecodeError when opening README.rst if system encoding is not utf-8 | |||
| 2014-04-15 | Merge pull request #578 from ↵ | Jannis Leidel | |
| catalanojuan/fix-dont-run-context-processor-for-redirects Fix dont run context processor for redirects | |||
| 2014-04-15 | Added 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-15 | Don't run context processors for redirect template. | Daniel Harding | |
| 2014-04-14 | Remove upper limit from django version in setup.py. | Preston Timmons | |
| 2014-04-14 | Updated Spanish translation. | Jannis Leidel | |
| 2014-04-13 | Merge pull request #576 from vishalsodani/master | Aymeric Augustin | |
| Add missing if | |||
| 2014-04-13 | Add missing if | Vishal Sodani | |
| 2014-04-12 | New version of flake8 adds new checks.1.1 | Aymeric Augustin | |
| 2014-04-12 | Bump version numbers for 1.1. | Aymeric Augustin | |
| 2014-04-12 | Add Django 1.7b1 to tested versions. | Aymeric Augustin | |
