/[Frey]/trunk/lib/Frey/Web
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/lib/Frey/Web

View Directory Listing Directory Listing


Sticky Revision:

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

Revision 1110 - Directory Listing
Modified Mon Jun 29 16:54:39 2009 UTC (14 years, 10 months ago) by dpavlin
BUG FIX: don't die if there are no images to combine

Revision 969 - Directory Listing
Modified Fri Jan 9 16:02:33 2009 UTC (15 years, 3 months ago) by dpavlin
start refactoring of Fey RDBMS support into Frey::ORM

Revision 910 - Directory Listing
Modified Fri Jan 2 17:14:15 2009 UTC (15 years, 4 months ago) by dpavlin
move close link to the right to be more botton like (with hover and stuff)

Revision 907 - Directory Listing
Modified Fri Dec 26 01:32:09 2008 UTC (15 years, 4 months ago) by dpavlin
make iframe to role and plug it into flot

Revision 906 - Directory Listing
Modified Fri Dec 26 01:01:37 2008 UTC (15 years, 4 months ago) by dpavlin
cleanup iframe transport which now transfers to div
(which seems to be only way to get full height resizing
of iframe which doesn't seem to work well at all)

Revision 905 - Directory Listing
Modified Thu Dec 25 21:59:20 2008 UTC (15 years, 4 months ago) by dpavlin
import old and crufty iframe opener

Revision 888 - Directory Listing
Modified Wed Dec 24 20:05:14 2008 UTC (15 years, 4 months ago) by dpavlin
checkout upstream, patch and compile modified flv-player

Revision 883 - Directory Listing
Modified Tue Dec 23 21:00:14 2008 UTC (15 years, 4 months ago) by dpavlin
added flv_subtitle callback from flash to javascript so we
can move over dump of titles (and jump to title positions)

Revision 880 - Directory Listing
Modified Fri Dec 19 14:01:01 2008 UTC (15 years, 4 months ago) by dpavlin
 r972@eeepy:  dpavlin | 2008-12-19 15:00:32 +0100
 added id to flash object


Revision 855 - Directory Listing
Modified Mon Dec 15 21:40:28 2008 UTC (15 years, 4 months ago) by dpavlin
- use width and height from video_ instead of meta_ which might be missing
- add autoload to have smooth playback
- show file info

Revision 850 - Directory Listing
Modified Mon Dec 15 19:41:35 2008 UTC (15 years, 4 months ago) by dpavlin
render subtitles as table

Revision 847 - Directory Listing
Modified Mon Dec 15 18:57:04 2008 UTC (15 years, 4 months ago) by dpavlin
added title and subtitle auto-detection

Revision 846 - Directory Listing
Modified Mon Dec 15 18:42:48 2008 UTC (15 years, 4 months ago) by dpavlin
move to FLV Player which is better and more flexibile than Flowplayer

Revision 845 - Directory Listing
Modified Mon Dec 15 18:32:51 2008 UTC (15 years, 4 months ago) by dpavlin
Frey::Class::Refactor::Modify Frey::Web::Flowplayer -> Frey::Web::FLVPlayer

Revision 844 - Directory Listing
Modified Mon Dec 15 18:32:49 2008 UTC (15 years, 4 months ago) by dpavlin
Frey::Class::Refactor::Modify Frey::Web::Flowplayer -> Frey::Web::FLVPlayer

Revision 825 - Directory Listing
Modified Fri Dec 12 23:20:33 2008 UTC (15 years, 4 months ago) by dpavlin
example codeswarm render-to-flash pipeline in shell

Revision 823 - Directory Listing
Modified Fri Dec 12 19:34:42 2008 UTC (15 years, 4 months ago) by dpavlin
use new role to correctly set width and height of swf container element

Revision 814 - Directory Listing
Modified Thu Dec 11 21:07:52 2008 UTC (15 years, 4 months ago) by dpavlin
add attributes

Revision 809 - Directory Listing
Modified Thu Dec 11 20:18:28 2008 UTC (15 years, 4 months ago) by dpavlin
added flowplayer.org

Revision 557 - Directory Listing
Modified Thu Nov 27 19:19:01 2008 UTC (15 years, 5 months ago) by dpavlin
Ported from GD to Imager after I googled a bit about GD transparency
problem (which manifested in black icon background).

Imager also solved image quality problems :-)

Revision 555 - Directory Listing
Modified Thu Nov 27 17:39:00 2008 UTC (15 years, 5 months ago) by dpavlin
extracted Frey::Web::CombineImages and use it also from ClassBrowser

Revision 207 - Directory Listing
Modified Fri Oct 31 15:33:15 2008 UTC (15 years, 6 months ago) by dpavlin
implement slinding pager which show context of 10 pages
or 20 pages total if there is enough pages to display

Revision 168 - Directory Listing
Modified Tue Aug 12 22:28:00 2008 UTC (15 years, 8 months ago) by dpavlin
don't display NULL for zero

Revision 153 - Directory Listing
Modified Wed Jul 16 23:21:19 2008 UTC (15 years, 9 months ago) by dpavlin
label editor which save to yaml on disk and use it

Revision 150 - Directory Listing
Modified Wed Jul 16 21:51:23 2008 UTC (15 years, 9 months ago) by dpavlin
cleanup and use Moose attributes

Revision 149 - Directory Listing
Modified Wed Jul 16 21:23:27 2008 UTC (15 years, 9 months ago) by dpavlin
partially working label editor in ObjectDesigner -- no save yet! [0.13]

Revision 148 - Directory Listing
Modified Wed Jul 16 21:21:49 2008 UTC (15 years, 9 months ago) by dpavlin
check if we can call render_callbacks

Revision 147 - Directory Listing
Modified Wed Jul 16 21:21:13 2008 UTC (15 years, 9 months ago) by dpavlin
don't call exec_callbacks if we can't do it

Revision 146 - Directory Listing
Modified Wed Jul 16 21:20:14 2008 UTC (15 years, 9 months ago) by dpavlin
move comment to pod

Revision 145 - Directory Listing
Modified Wed Jul 16 21:19:53 2008 UTC (15 years, 9 months ago) by dpavlin
better type checking

Revision 143 - Directory Listing
Modified Wed Jul 16 14:17:46 2008 UTC (15 years, 9 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 141 - Directory Listing
Modified Wed Jul 16 14:12:43 2008 UTC (15 years, 9 months ago) by dpavlin
fine-tune debug output

Revision 135 - Directory Listing
Modified Tue Jul 15 17:14:10 2008 UTC (15 years, 9 months ago) by dpavlin
cleanup field handling (just first step)

Revision 129 - Directory Listing
Modified Mon Jul 14 23:44:18 2008 UTC (15 years, 9 months ago) by dpavlin
refactor to generalize callbacks a bit

Revision 123 - Directory Listing
Modified Mon Jul 14 21:45:59 2008 UTC (15 years, 9 months ago) by dpavlin
split CRUD buttons out from Row and leave Item without any buttons

Revision 111 - Directory Listing
Modified Sun Jul 13 16:17:34 2008 UTC (15 years, 9 months ago) by dpavlin
implemented pager for collection [0.10]

Revision 110 - Directory Listing
Modified Sun Jul 13 16:15:45 2008 UTC (15 years, 9 months ago) by dpavlin
simple links to current page with one param

Revision 108 - Directory Listing
Modified Sun Jul 13 13:09:27 2008 UTC (15 years, 9 months ago) by dpavlin
fix warning

Revision 105 - Directory Listing
Modified Sun Jul 13 12:08:59 2008 UTC (15 years, 9 months ago) by dpavlin
hush warnings and limit output with debug

Revision 101 - Directory Listing
Modified Fri Jul 11 22:54:42 2008 UTC (15 years, 9 months ago) by dpavlin
another refactor to support multiple databases [0.09]

- Frey::ClassLoader has now saner API (I hope) and ability to load all classes
- Frey::ObjectBrowser needs also fey_class now
- only packages with rows method will now be browsable

Revision 98 - Directory Listing
Modified Fri Jul 11 17:53:08 2008 UTC (15 years, 9 months ago) by dpavlin
more refactoring

Frey::Web::Row is now holder for single row from Fey::ORM
which is no longer based on Continuity::Widget (I really didn't need
attributes on widget with values, I allready had that from Fay::ORM object
which I just wrap into widget)

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

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

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

  ViewVC Help
Powered by ViewVC 1.1.26