flickzeug-main
/ shortlog
Search:
summary
shortlog
changelog
graph
tags
files
bz2
zip
gz
shortlog
22 months ago
Christopher Grebs
merge
default
tip
changeset
|
files
2 years ago
Ben Bangert
Scroll the debug window with the input
changeset
|
files
2 years ago
Daniel Holth
setup .hgignore
changeset
|
files
2 years ago
Daniel Holth
Paste Deploy entry points for all Flickzeug middleware.
changeset
|
files
2 years ago
Daniel Holth
add paste.filter_factory entry point
changeset
|
files
22 months ago
Christopher Grebs
use python's json library if no simplejson is installed
changeset
|
files
2 years ago
EnTeQuAk
make flickzeug compatible to werkzeug trunk
changeset
|
files
2 years ago
s0undt3ch
Rename `filter` to `exclude`, a less ambiguous name to what it's meant for.
changeset
|
files
2 years ago
s0undt3ch
Include an example for the filter function in `__doc__`.
changeset
|
files
2 years ago
lericson
Provide a more generic and tweak'able filter function.
changeset
|
files
2 years ago
s0undt3ch
Check for write permissions for the passed `profile_data_path` directory. Thanks `jokey`!
changeset
|
files
2 years ago
s0undt3ch
Allow `profile_filter` to be set to `None`.
changeset
|
files
2 years ago
s0undt3ch
If `profile_filter` is not passed to the `Profiler`, assume as if no filter was involved/profile everything.
changeset
|
files
2 years ago
s0undt3ch
`flickzeug.utils` also needs to be in `setup.py` :) Fixed! Thanks `lericson`.
changeset
|
files
2 years ago
s0undt3ch
Correct the profiler example on it's `__doc__` string. Test if the directory actually exists and raise `RuntimeError` if it does not.
changeset
|
files
2 years ago
s0undt3ch
Add missing image and remove unused ones.
changeset
|
files
2 years ago
s0undt3ch
We're now using jQuery's TreeTable plugin to show the profiling information. The browser does not lock that much now.
changeset
|
files
2 years ago
s0undt3ch
Rename the profiler filtering function to a name that makes more sense.
changeset
|
files
2 years ago
s0undt3ch
`LeakFinder` can now skip counting objects from the `flickzeug` package or not; Small kw arguments order change.
changeset
|
files
2 years ago
s0undt3ch
Fix `bdist` command complaining about the templates subdirectories. Fixes #1.
changeset
|
files
2 years ago
s0undt3ch
The Python Image Library is no longer a requirement. We're now using jQuery's Plot library which graphs the data inside a canvas.
changeset
|
files
2 years ago
s0undt3ch
Switched `flickzeug.debug` to use our `WebMiddleware`.
changeset
|
files
2 years ago
s0undt3ch
Profiler data is now loaded by an ajax call. This allows us to warn the user that the request might take a while.
changeset
|
files
2 years ago
s0undt3ch
Remove unused imports and typo correction.
changeset
|
files
2 years ago
s0undt3ch
Minor style improvements.
changeset
|
files
2 years ago
s0undt3ch
When you copy something, make sure you copy the whole thing!!!! (fixed `buildtree`).
changeset
|
files
2 years ago
s0undt3ch
Style correction.
changeset
|
files
2 years ago
s0undt3ch
Style correction.
changeset
|
files
2 years ago
s0undt3ch
Cache loaded templates while their `stat.st.mtime` does not change to fasten request serving.
changeset
|
files
2 years ago
s0undt3ch
The `Profiler` now accepts a function as a `kwarg`(`should_profile`) that get's the wsgi environ as an argument. The function should return `True` if you wish to profile the request or `False` otherwise.
changeset
|
files
2 years ago
s0undt3ch
Corrected url rule; Removed debbuging JS calls; `LeakFinder.json_repr()` now returns errors in JSON format so that they can be displayed.
changeset
|
files
2 years ago
s0undt3ch
No need to `escape()`.
changeset
|
files
2 years ago
s0undt3ch
How Stupid am I! A profiler needs to actually profile something!!!!
changeset
|
files
2 years ago
s0undt3ch
Forgot to change template paths from 'profile' to 'profiling'; Fixed.
changeset
|
files
2 years ago
s0undt3ch
Better naming `flickzeug.profile` -> `flickzeug.profiling`.
changeset
|
files
2 years ago
s0undt3ch
Corrected `setup.py`; `flickzeug.dozer` -> `flickzeug.leakfinder`.
changeset
|
files
2 years ago
s0undt3ch
LeakFinder now allows the user to get an extended version of the object attributes by an ajax call.
changeset
|
files
2 years ago
s0undt3ch
Renamed `flickzeug.dozer:Dozer` to `flickzeug.leakfinder:LeakFinder`.
changeset
|
files
2 years ago
s0undt3ch
I've been warned; got rid of relative imports; Going once....
changeset
|
files
2 years ago
s0undt3ch
Merge heads.
changeset
|
files
2 years ago
s0undt3ch
Re-add `flickzeug/profile/__init__.py` lost on the previous move.
changeset
|
files
2 years ago
s0undt3ch
Moved `flickzeug.profile:Profiler` to `flickzeug.profile.profiler`.
changeset
|
files
2 years ago
mitsuhiko
Removed relative import.
changeset
|
files
2 years ago
s0undt3ch
Took ownership of the package! HA HA HA HA!!!!
changeset
|
files
2 years ago
s0undt3ch
Merge heads.
changeset
|
files
2 years ago
s0undt3ch
Corrected template's load path. Improved styling. Simplified JS.
changeset
|
files
2 years ago
s0undt3ch
One more `werkzeug.debug` left over.
changeset
|
files
2 years ago
s0undt3ch
Corrected references to `werkzeug.debug`.
changeset
|
files
2 years ago
s0undt3ch
Finished correcting the file moves.
changeset
|
files
2 years ago
s0undt3ch
Moved `repr.py` to the wrong file.
changeset
|
files
2 years ago
s0undt3ch
Switched `flickzeug.utils` from module level to package level.
changeset
|
files
2 years ago
Ben Bangert
Add traceback catcher middleware
changeset
|
files
2 years ago
Ben Bangert
Fix werkzeug doc string ref
changeset
|
files
2 years ago
s0undt3ch
Much, much better styling. Changed to tables and proportional layout.
changeset
|
files
2 years ago
s0undt3ch
We now have a profiler. Style currently *sucks*!
changeset
|
files
2 years ago
s0undt3ch
Small code cleanup. Consequent requests before `tick()`'ing now return a 304 for graphs.
changeset
|
files
2 years ago
s0undt3ch
Add setup AUTHORS and LICENSE.
changeset
|
files
2 years ago
s0undt3ch
More style changes.
changeset
|
files
2 years ago
s0undt3ch
Remove debug print line.
changeset
|
files
2 years ago
s0undt3ch
Minor style changes.
changeset
|
files
(0)
-60
tip