Matt Good
|
18414d733b
|
Add a live template editor to the template panel
|
2012-05-18 16:32:03 -07:00 |
|
Matt Good
|
83523d6f59
|
Update example.py to use flask.ext compatibility imports.
|
2012-05-09 15:18:55 -07:00 |
|
Matt Good
|
97fc95f769
|
Merge branch 'profile-sorter'
|
2012-04-17 08:33:26 -07:00 |
|
Matt Good
|
484575eb66
|
Make striped table rows work with table sorter
|
2012-04-17 08:33:06 -07:00 |
|
Matt Good
|
e34c10d15b
|
Simplifying CSS resets
|
2012-04-17 08:05:16 -07:00 |
|
Matt Good
|
025a7bebb6
|
Use spaces for indentation in CSS/JS
|
2012-04-17 08:04:05 -07:00 |
|
Matt Good
|
bada1ae429
|
Merge pull request #24 from evoloshchuk/sqlalchemy_sql_select
Didn't find the original problem, seem to work fine.
|
2012-04-17 07:46:49 -07:00 |
|
Ievgen Voloshchuk
|
b7a67a0486
|
Didn't find the original problem, seem to work fine.
|
2012-04-17 10:13:16 +02:00 |
|
Ievgen Voloshchuk
|
addfb343b0
|
let's use tabs if all file use them
|
2012-04-17 09:54:40 +02:00 |
|
Ievgen Voloshchuk
|
11cb1daadf
|
css selector corrections
|
2012-04-17 09:53:16 +02:00 |
|
Andrii Mishkovskyi
|
ddeaa2b958
|
Correctly try to sort all the tables possible
|
2012-04-17 09:50:42 +02:00 |
|
Ievgen Voloshchuk
|
9c1d859cfd
|
Make profiler results sortable
|
2012-04-17 09:50:20 +02:00 |
|
Ievgen Voloshchuk
|
d927012d75
|
Add configuration parameter to enable profiler by default
|
2012-04-17 09:49:05 +02:00 |
|
Matt Good
|
72e8e277af
|
Bump version to 0.6.3.1 to re-release with changelog info
0.6.3.1
|
2012-04-16 13:25:25 -07:00 |
|
Matt Good
|
75bac4e961
|
Add changelog info for 0.6.3
|
2012-04-16 13:21:25 -07:00 |
|
Matt Good
|
f84087156a
|
Prepare 0.6.3 release
0.6.3
|
2012-04-16 13:15:26 -07:00 |
|
Matt Good
|
56be56de86
|
Fix import for Flask-SQLAlchemy 0.16
Use the "flask.ext" import for compatibility with old and new versions
|
2012-04-16 13:12:26 -07:00 |
|
Matt Good
|
7e8a8e280e
|
Merge pull request #18 from mattoufoutu/master
display context variables values in the "templates" panel
|
2012-02-23 09:23:22 -08:00 |
|
Mathieu D. (MatToufoutu)
|
672fdb59e6
|
remove unused outer_loop variable
|
2012-02-23 18:15:16 +01:00 |
|
Mathieu D. (MatToufoutu)
|
b5a6fbe839
|
use dictsort instead of items() to display variables alphabetically ordered
|
2012-02-23 18:14:02 +01:00 |
|
Mathieu D. (MatToufoutu)
|
824f73d9aa
|
minor fixes in the templates
|
2012-02-23 14:40:02 +01:00 |
|
Mathieu D. (MatToufoutu)
|
d8d2fb7a85
|
display context variable values in the templates panel
|
2012-02-23 14:33:42 +01:00 |
|
Matt Good
|
8a922a2a5c
|
Cookie for list of "active" panels needs decoded before splitting
|
2012-02-20 14:14:53 -08:00 |
|
Matt Good
|
ba56f81d19
|
Preparse 0.6.2 release
0.6.2
|
2012-02-18 14:22:04 -08:00 |
|
Matt Good
|
002dea199e
|
Simplify jQuery.noConflict mode to fix #16
|
2012-02-18 14:18:41 -08:00 |
|
Matt Good
|
bb99b48833
|
Remove trailing slashes in MANIFEST.in since Windows doesn't like them
(fixes #17)
|
2012-02-18 13:41:17 -08:00 |
|
Matt Good
|
210dfb48fc
|
Link from docs to GitHub project
|
2012-02-15 18:54:12 -08:00 |
|
Matt Good
|
7e83d45d6c
|
Add some basic Sphinx docs (fixes #12)
|
2012-02-15 18:49:03 -08:00 |
|
Matt Good
|
6d268ba00b
|
Add skeleton for Sphinx docs (re #12)
|
2012-02-15 18:15:41 -08:00 |
|
Matt Good
|
e92c102bc9
|
Prepare 0.6.1 release
0.6.1
|
2012-02-15 12:35:58 -08:00 |
|
Matt Good
|
20a302c3b4
|
Fix request vars display for non-string values (fixes #14)
|
2012-02-15 12:28:28 -08:00 |
|
Matt Good
|
bdbc570c91
|
Fix memory leak from holding reference to toolbar (fixes #10)
|
2012-02-14 23:56:36 -08:00 |
|
Matt Good
|
17b629742d
|
Add protocol to django-debug-toolbar link in readme
|
2012-02-14 19:17:49 -08:00 |
|
Matt Good
|
54a18b8cf2
|
Improve the readme example (fixes #8)
|
2012-02-14 19:14:37 -08:00 |
|
Matt Good
|
a48efe822a
|
Escape non-printable values in request vars panel (fixes #9)
|
2012-02-14 18:51:21 -08:00 |
|
Matt Good
|
45ce65c058
|
Merge branch 'mono-fonts'
|
2012-01-31 11:03:38 -08:00 |
|
Matt Good
|
89fbe2e6b5
|
Let DEBUG_TB_ENABLED take precedence over app.debug
|
2012-01-31 11:02:30 -08:00 |
|
Matt Good
|
e5feff5884
|
Merge pull request #7 from joeshaw/joeshaw-enabled-setting
add DEBUG_TB_ENABLED setting which overrides app.debug check
|
2012-01-31 10:59:32 -08:00 |
|
Matt Good
|
93008a8e53
|
Make table bodies use mono-spaced font
|
2012-01-31 10:52:55 -08:00 |
|
Matt Good
|
8bb829e1e4
|
Make font reset easier to override
|
2012-01-31 10:25:17 -08:00 |
|
Matt Good
|
70478ffcc2
|
Merge pull request #5 from kennethreitz/patch-1
Requiring setuptools is evil :)
|
2012-01-31 00:50:27 -08:00 |
|
Joe Shaw
|
6f6b1cb47d
|
add DEBUG_TB_ENABLED setting which overrides app.debug check
|
2012-01-30 23:41:43 -05:00 |
|
Kenneth Reitz
|
1834443246
|
Requiring setuptools is evil :)
|
2012-01-30 22:26:37 -05:00 |
|
Matt Good
|
c3c2714ace
|
Merge pull request #3 from kennethreitz/readme
Updated Readme
|
2012-01-30 17:50:38 -08:00 |
|
Kenneth Reitz
|
884451669c
|
(sp)
|
2012-01-30 20:48:03 -05:00 |
|
Matt Good
|
0bdc3f7e59
|
Merge pull request #2 from kennethreitz/logo
Flask Logo
|
2012-01-30 17:47:45 -08:00 |
|
Kenneth Reitz
|
43b069905d
|
readme fix
|
2012-01-30 20:46:41 -05:00 |
|
Kenneth Reitz
|
d85ce273af
|
squash all the PNGs
|
2012-01-30 20:42:00 -05:00 |
|
Kenneth Reitz
|
69d137c2d7
|
new django flask icon
|
2012-01-30 20:41:50 -05:00 |
|
Kenneth Reitz
|
7988e5f472
|
new read me
|
2012-01-30 20:29:57 -05:00 |
|