Log of /contributions/modules/devel/devel_themer.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.58
Thu Nov 19 00:37:09 2009 UTC
(8 days, 19 hours ago)
by
weitzman
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.57: +0 -0 lines
FILE REMOVED
Remove theme developer module. Now lives at http://drupal.org/project/devel_themer. thanks to effulgentsia for taking over the module.
Revision
1.52 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 14 13:41:28 2009 UTC
(6 months, 2 weeks ago)
by
weitzman
Branch:
MAIN
Changes since
1.51: +5 -13 lines
Diff to
previous 1.51
quick port of theme developer to d7. the draggable feature is disabled for now. was giving a related js error.
Revision
1.43 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 16 13:05:26 2008 UTC
(15 months, 1 week ago)
by
weitzman
Branch:
MAIN
Changes since
1.42: +13 -10 lines
Diff to
previous 1.42
Rework Theme Developer so it use a file based cache for the variables. This avoids max_packet_size error on mysql.
Revision
1.41 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 7 14:08:22 2008 UTC
(15 months, 2 weeks ago)
by
weitzman
Branch:
MAIN
Changes since
1.40: +6 -1 lines
Diff to
previous 1.40
#267204 by ksenzee. fix some render problems in theme developer by emitting span around page using js instead of php.
Revision
1.32.2.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 10 14:45:23 2008 UTC
(16 months, 2 weeks ago)
by
weitzman
Branch:
DRUPAL-6--1
Changes since
1.32.2.7: +12 -6 lines
Diff to
previous 1.32.2.7
, to
branch point 1.32
Theme developer now has its variables back and all is fast and memory efficient. For those that choose to move their krumo subdir out of the way or otherwise disable krumo(), there is a bug in devel_print_object() where it seems not to handle recursion properly and even without recurssion, the popup does not properly expand its output when clicked.
Revision
1.32.2.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 10 04:09:06 2008 UTC
(16 months, 2 weeks ago)
by
weitzman
Branch:
DRUPAL-6--1
Changes since
1.32.2.6: +47 -14 lines
Diff to
previous 1.32.2.6
, to
branch point 1.32
First half of rework of Theme Developer to be faster and less memory intensive. Instead of sending all the variables for all theme calls in each request, we save the variables to a cache table on the server. In the next commit, the popup will retrieve the variables on demand if the user cares to view them. The menu callback for this AJAX request is done - just need javascript work now.
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 2 21:03:16 2007 UTC
(23 months, 3 weeks ago)
by
weitzman
Branch:
MAIN
Changes since
1.24: +12 -17 lines
Diff to
previous 1.24
revert list of candidate function to a simple list, instead of a theme item list. that was confusing. jeff is right.
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 29 21:21:14 2007 UTC
(23 months, 4 weeks ago)
by
weitzman
Branch:
MAIN
Changes since
1.21: +2 -2 lines
Diff to
previous 1.21
defend against theme functions that return arrays or objects. see theme_table_select_header_cell. bad function. bad.
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 29 16:18:24 2007 UTC
(23 months, 4 weeks ago)
by
weitzman
Branch:
MAIN
Changes since
1.16: +60 -23 lines
Diff to
previous 1.16
simplify how we collect template suggestions. flip the order of candidates to most specific first, and fix template log. also add more candidates for functions.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 7 19:06:58 2007 UTC
(2 years ago)
by
weitzman
Branch:
MAIN
move template log to its own module called devel_themer. that module is still not very usable. stand by.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.