/[Frey]/branches/zimbardo/lib/Frey/View
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 /branches/zimbardo/lib/Frey/View

View Directory Listing Directory Listing


Sticky Revision:

Revision 1172 - Directory Listing
Modified Sun Jul 5 21:40:16 2009 UTC (14 years, 10 months ago) by dpavlin
branch for localisation


Revision 1133 - Directory Listing
Modified Tue Jun 30 15:10:55 2009 UTC (14 years, 10 months ago) by dpavlin
Original Path: trunk/lib/Frey/View
make classes immutable and remove moose droppings to make Perl::Critic::Moose happy

Revision 966 - Directory Listing
Modified Wed Jan 7 23:00:40 2009 UTC (15 years, 4 months ago) by dpavlin
Original Path: trunk/lib/Frey/View
rest of changes to make it work, some css design

Revision 963 - Directory Listing
Modified Wed Jan 7 20:31:51 2009 UTC (15 years, 4 months ago) by dpavlin
Original Path: trunk/lib/Frey/View
massaged and refactored Frey::View::NoPager

Revision 962 - Directory Listing
Modified Wed Jan 7 19:42:36 2009 UTC (15 years, 4 months ago) by dpavlin
Original Path: trunk/lib/Frey/View
fixes

Revision 957 - Directory Listing
Modified Wed Jan 7 17:50:03 2009 UTC (15 years, 4 months ago) by dpavlin
Original Path: trunk/lib/Frey/View
port a bit more of no-pager (next page still doesn't work)

Revision 946 - Directory Listing
Modified Tue Jan 6 15:26:41 2009 UTC (15 years, 4 months ago) by dpavlin
Original Path: trunk/lib/Frey/View
Frey::View::Exhibit now has configurable Frey::Pipe source
split JSON encoder for exhibit into Frey::View::Exhibit::JSON

Revision 858 - Directory Listing
Modified Tue Dec 16 14:25:52 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/View
single quote cleanup

Revision 843 - Directory Listing
Modified Sun Dec 14 23:26:54 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/View
get Frey::View::NoPager in state where it can load jquery debug plugin and css

Revision 765 - Directory Listing
Modified Tue Dec 9 20:31:27 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/View
 r3624@llin (orig r743):  dpavlin | 2008-12-06 18:17:17 +0100
 pass syntax check


Revision 763 - Directory Listing
Modified Tue Dec 9 20:31:25 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/View
 r3622@llin (orig r741):  dpavlin | 2008-12-06 17:35:43 +0100
 initial import of no pager code from
 https://blog.rot13.org/2006/08/fun_with_jquery.html


Revision 656 - Directory Listing
Modified Mon Dec 1 12:45:25 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/View
allow_blessed

Revision 563 - Directory Listing
Modified Thu Nov 27 21:29:36 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/View
decode timestamps (number up to current time, actually) and display them

Revision 535 - Directory Listing
Modified Wed Nov 26 16:17:17 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Frey/View
move Frey::Escape funcionality into Frey::Web and chop long warn lines

Revision 467 - Directory Listing
Modified Wed Nov 19 19:28:09 2008 UTC (15 years, 6 months ago) by dpavlin
Original Path: trunk/lib/Frey/View
rename class with experimental script

Revision 461 - Directory Listing
Modified Wed Nov 19 18:04:22 2008 UTC (15 years, 6 months ago) by dpavlin
Original Path: trunk/lib/Frey/View
fix exhibit rel so json data is now recognized again by javascript interface

Revision 455 - Directory Listing
Modified Wed Nov 19 15:28:23 2008 UTC (15 years, 6 months ago) by dpavlin
Original Path: trunk/lib/Frey/View
rename invocable events with prefix as_ with fallback in Frey::Web

This started with brute-force rename using:

  perl -p -i -n -e 's/sub markup/sub as_markup/'  `grep -lr 'sub markup' lib t`
  perl -p -i -n -e 's/sub data/sub as_data/'      `grep -lr 'sub data' lib t`
  perl -p -i -n -e 's/sub sponge/sub as_sponge/'  `grep -lr 'sub sponge' lib t`

  perl -p -i -n -e 's/->markup/->as_markup/'      `grep -lr -- '->markup' lib t`
  perl -p -i -n -e 's/->data/->as_data/'          `grep -lr -- '->data' lib t`
  perl -p -i -n -e 's/->sponge/->as_sponge/'      `grep -lr -- '->sponge' lib t`

  perl -p -i -n -e 's!/markup!/as_markup!'        `grep -lr -- '/markup' lib t etc`
  perl -p -i -n -e 's!/data!/as_data!'            `grep -lr -- '/data' lib t etc`
  perl -p -i -n -e 's!/sponge!/as_sponge!'        `grep -lr -- '/sponge' lib t etc`


Revision 453 - Directory Listing
Modified Wed Nov 19 04:28:27 2008 UTC (15 years, 6 months ago) by dpavlin
Original Path: trunk/lib/Frey/View
Fake id and label for exhibit data if it doesn't exist

This will probably require some kind of intelicence instead of
brute force which is used now. First working version, yee!

Revision 449 - Directory Listing
Added Wed Nov 19 04:13:02 2008 UTC (15 years, 6 months ago) by dpavlin
Original Path: trunk/lib/Frey/View
Exhibit view integration

  ViewVC Help
Powered by ViewVC 1.1.26