/[Frey]/trunk/static
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /trunk/static

View Directory Listing Directory Listing


Sticky Revision:

Revision 359 - Directory Listing
Modified Sun Nov 16 16:37:04 2008 UTC (15 years, 4 months ago) by dpavlin
dumper CSS

Revision 350 - Directory Listing
Modified Sun Nov 16 00:37:34 2008 UTC (15 years, 4 months ago) by dpavlin
move error into Frey::Web and use it

Revision 329 - Directory Listing
Modified Thu Nov 6 21:32:10 2008 UTC (15 years, 4 months ago) by dpavlin
move {} and () into css and replace them (!) with spacing
for more compact output without loosing array of hashes bounds

Revision 328 - Directory Listing
Modified Thu Nov 6 21:14:09 2008 UTC (15 years, 4 months ago) by dpavlin
re-introduce some clutter by wrapping arrays and hashes in () and {}
but it's really needed to transfer all information from structures
to user/developer

Revision 327 - Directory Listing
Modified Thu Nov 6 20:56:44 2008 UTC (15 years, 4 months ago) by dpavlin
improvements to dumper, use html_dump to correctly dump html data

Revision 312 - Directory Listing
Modified Wed Nov 5 20:05:35 2008 UTC (15 years, 4 months ago) by dpavlin
rename CSS class to correct (which maps to class name)

Revision 310 - Directory Listing
Modified Wed Nov 5 19:57:49 2008 UTC (15 years, 4 months ago) by dpavlin
annotate methods with role from which method came

Revision 290 - Directory Listing
Modified Wed Nov 5 08:21:01 2008 UTC (15 years, 4 months ago) by dpavlin
 r3132@llin (orig r256):  dpavlin | 2008-11-04 20:38:49 +0100
 added type column, highlight current row on hover for better visual aligment


Revision 215 - Directory Listing
Modified Fri Oct 31 19:59:16 2008 UTC (15 years, 4 months ago) by dpavlin
move more makrup to CSS (removed <tt>)

Revision 212 - Directory Listing
Modified Fri Oct 31 17:58:45 2008 UTC (15 years, 5 months ago) by dpavlin
more tweak to Inspector's look, now it's half-decent :-)

Revision 211 - Directory Listing
Modified Fri Oct 31 17:27:39 2008 UTC (15 years, 5 months ago) by dpavlin
Changes to make Inspector more useful

- split fray-popup (status bar) and fray-popdown (dumps)
- make status bar transparent and than again solid on hover
- fix pod html by CSS tweak

Revision 206 - Directory Listing
Modified Thu Oct 30 22:35:11 2008 UTC (15 years, 5 months ago) by dpavlin
restructure bookmarklets and put them in status bar with CSS popup

Revision 202 - Directory Listing
Modified Tue Oct 28 22:33:25 2008 UTC (15 years, 5 months ago) by dpavlin
provide more visual clues which areas are hoverable
(and this produce popup dumps) and fix markup


Revision 199 - Directory Listing
Modified Tue Oct 28 21:47:18 2008 UTC (15 years, 5 months ago) by dpavlin
dump roles and some attribute design (well, aligment at least...)

Revision 198 - Directory Listing
Modified Tue Oct 28 21:24:07 2008 UTC (15 years, 5 months ago) by dpavlin
dump two levels of superclass on hover

Revision 197 - Directory Listing
Modified Tue Oct 28 20:46:35 2008 UTC (15 years, 5 months ago) by dpavlin
added attribute properties with hoove css popup for dump (no js! :-)

Revision 194 - Directory Listing
Modified Tue Oct 28 18:25:34 2008 UTC (15 years, 5 months ago) by dpavlin
move status bar to bottom

Revision 175 - Directory Listing
Modified Sat Aug 16 23:37:42 2008 UTC (15 years, 7 months ago) by dpavlin
XPATH extractor bookmarklet

Revision 156 - Directory Listing
Modified Thu Jul 17 17:55:39 2008 UTC (15 years, 8 months ago) by dpavlin
- simplify api to add_head
- rename frey css and prefix our classes with frey- to avoid conflicts

Revision 143 - Directory Listing
Modified Wed Jul 16 14:17:46 2008 UTC (15 years, 8 months ago) by dpavlin
huge refactor of code into more distinct classes

- Frey::Collection is now generally reusable from browser and designer
- Frey::Web::Item is now (bare) class instead of role
- Frey::Web::Layout now encapsulates different layouts for items

Revision 121 - Directory Listing
Modified Mon Jul 14 21:22:43 2008 UTC (15 years, 8 months ago) by dpavlin
central page creation [0.11]

- make (optional) development feature in Makefile.PL
- split page generation in Frey::Web->page
- cleanup of html generation code all over
- jump to Carp::REPL on errors (nice, but needs to be in browser)

This is a move to more embedded html. While it does seem evil, we are aming
here at lean framework, so readability is prefered...

Revision 120 - Directory Listing
Modified Sun Jul 13 19:46:10 2008 UTC (15 years, 8 months ago) by dpavlin
cleanup introspection interface

Revision 97 - Directory Listing
Modified Fri Jul 11 13:11:36 2008 UTC (15 years, 8 months ago) by dpavlin
Frey::Web::Field is now our main class for web fields (with Coro support)

Revision 96 - Directory Listing
Modified Fri Jul 11 12:47:50 2008 UTC (15 years, 8 months ago) by dpavlin
refactoring to create own Continuity::Widget [0.08]

this is incremental step, and it will change along the way...

Revision 90 - Directory Listing
Modified Thu Jul 10 20:57:27 2008 UTC (15 years, 8 months ago) by dpavlin
design tweaks

- better forms in table layout
- compress html a bit by removing leading tabs

Revision 77 - Directory Listing
Modified Thu Jul 10 10:27:47 2008 UTC (15 years, 8 months ago) by dpavlin
added css from Continuity::Widget to make it look nice

Revision 51 - Directory Listing
Modified Thu Jul 3 19:51:18 2008 UTC (15 years, 8 months ago) by dpavlin
introspection of Moose object improvements and class ajax callback

Revision 50 - Directory Listing
Modified Wed Jul 2 22:30:19 2008 UTC (15 years, 8 months ago) by dpavlin
more introspection, including few dummy types

Revision 49 - Directory Listing
Modified Wed Jul 2 21:10:57 2008 UTC (15 years, 8 months ago) by dpavlin
first version of introspection tool which dump joose classes with attributes
version bump [0.03]

Revision 47 - Directory Listing
Modified Wed Jul 2 10:30:16 2008 UTC (15 years, 8 months ago) by dpavlin
added class browser from Joose with extracted test class into own js file

Revision 46 - Directory Listing
Modified Wed Jul 2 10:28:49 2008 UTC (15 years, 8 months ago) by dpavlin
added upstream Joose r4755

http://code2.0beta.co.uk/moose/svn/Joose/trunk/lib

Revision 43 - Directory Listing
Modified Mon Jun 30 20:02:18 2008 UTC (15 years, 9 months ago) by dpavlin
 r45@eeepy:  dpavlin | 2008-06-30 18:11:37 +0200
 added padding to error messages


Revision 29 - Directory Listing
Modified Sun Jun 29 20:14:00 2008 UTC (15 years, 9 months ago) by dpavlin
mark errors

Revision 14 - Directory Listing
Added Sun Jun 29 00:36:08 2008 UTC (15 years, 9 months ago) by dpavlin
- HTML->add_javascript to include javascript in page
- put debug class around debug output

  ViewVC Help
Powered by ViewVC 1.1.26