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

View Directory Listing Directory Listing


Sticky Revision:

Revision 142 - Directory Listing
Modified Wed Jul 16 14:14:18 2008 UTC (15 years, 9 months ago) by dpavlin
skeleton of reload functionality, non-working for now

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 140 - Directory Listing
Modified Wed Jul 16 00:06:19 2008 UTC (15 years, 9 months ago) by dpavlin
roles can have roles, so we need to handle that

Revision 139 - Directory Listing
Modified Tue Jul 15 23:35:27 2008 UTC (15 years, 9 months ago) by dpavlin
add css just once

Revision 138 - Directory Listing
Modified Tue Jul 15 19:10:56 2008 UTC (15 years, 9 months ago) by dpavlin
link to introspect from pod

Revision 137 - Directory Listing
Modified Tue Jul 15 18:06:27 2008 UTC (15 years, 9 months ago) by dpavlin
fixed role introspection and simplify code [0.12]

Revision 136 - Directory Listing
Modified Tue Jul 15 17:14:33 2008 UTC (15 years, 9 months ago) by dpavlin
remove 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 134 - Directory Listing
Modified Tue Jul 15 14:56:28 2008 UTC (15 years, 9 months ago) by dpavlin
 r153@eeepy:  dpavlin | 2008-07-15 16:56:43 +0200
 - don't call is_required on objects which can't do it
 - display package roles also


Revision 133 - Directory Listing
Modified Tue Jul 15 13:58:07 2008 UTC (15 years, 9 months ago) by dpavlin
 r151@eeepy:  dpavlin | 2008-07-15 15:58:25 +0200
 display required attributes as bold with title "required" instead of separate column


Revision 130 - Directory Listing
Modified Mon Jul 14 23:50:16 2008 UTC (15 years, 9 months ago) by dpavlin
fix encoding of :: in package names

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 128 - Directory Listing
Modified Mon Jul 14 23:39:56 2008 UTC (15 years, 9 months ago) by dpavlin
introspection now shows pod documentation (if any)

Revision 127 - Directory Listing
Modified Mon Jul 14 23:16:21 2008 UTC (15 years, 9 months ago) by dpavlin
display pod through URL

Revision 126 - Directory Listing
Modified Mon Jul 14 23:12:48 2008 UTC (15 years, 9 months ago) by dpavlin
display pod documentation

Revision 125 - Directory Listing
Modified Mon Jul 14 23:12:07 2008 UTC (15 years, 9 months ago) by dpavlin
try to load all available classes if needed

Revision 124 - Directory Listing
Modified Mon Jul 14 22:44:12 2008 UTC (15 years, 9 months ago) by dpavlin
added superclasses -- and it magically works all op to Moose:Object :-)

It's turtles all the way down! (err, Moose...)

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 121 - Directory Listing
Modified Mon Jul 14 21:22:43 2008 UTC (15 years, 9 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, 9 months ago) by dpavlin
cleanup introspection interface

Revision 119 - Directory Listing
Modified Sun Jul 13 18:51:29 2008 UTC (15 years, 9 months ago) by dpavlin
split ClassBrowser into it's own package (class)

Revision 118 - Directory Listing
Modified Sun Jul 13 18:14:07 2008 UTC (15 years, 9 months ago) by dpavlin
show roles as such and don't try to design them

Revision 117 - Directory Listing
Modified Sun Jul 13 18:04:45 2008 UTC (15 years, 9 months ago) by dpavlin
we can really only browse classes which have collection_table exposed

Revision 116 - Directory Listing
Modified Sun Jul 13 18:01:40 2008 UTC (15 years, 9 months ago) by dpavlin
fix generation of methods and attributes html

Revision 115 - Directory Listing
Modified Sun Jul 13 18:01:19 2008 UTC (15 years, 9 months ago) by dpavlin
remove debug output

Revision 114 - Directory Listing
Modified Sun Jul 13 17:41:13 2008 UTC (15 years, 9 months ago) by dpavlin
- better table output of available Classes (default page)
- require Module::Reload which Continuity will pick up and reload modules for us
- dispatch to ObjectDesigner

Revision 113 - Directory Listing
Modified Sun Jul 13 17:38:01 2008 UTC (15 years, 9 months ago) by dpavlin
Single object designer skeleton

Revision 112 - Directory Listing
Modified Sun Jul 13 16:54:13 2008 UTC (15 years, 9 months ago) by dpavlin
sort class names before returning them

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 109 - Directory Listing
Modified Sun Jul 13 13:09:56 2008 UTC (15 years, 9 months ago) by dpavlin
added limit and offset to collection

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

Revision 107 - Directory Listing
Modified Sun Jul 13 12:40:45 2008 UTC (15 years, 9 months ago) by dpavlin
cleanup

Revision 106 - Directory Listing
Modified Sun Jul 13 12:22:14 2008 UTC (15 years, 9 months ago) by dpavlin
added Frey::Collection role to database models

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 103 - Directory Listing
Modified Fri Jul 11 23:08:25 2008 UTC (15 years, 9 months ago) by dpavlin
minimal server testing

Ability to run server on different port by specifiny port on command line of
using FREY_PORT enviroment variable

Revision 102 - Directory Listing
Modified Fri Jul 11 23:01:54 2008 UTC (15 years, 9 months ago) by dpavlin
minimal possible example for another schema
(with extracted common parts to Frey::Schema)

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 100 - Directory Listing
Modified Fri Jul 11 19:19:42 2008 UTC (15 years, 9 months ago) by dpavlin
another refactoring

- cleanup cruft code
- create Frey::ClassLoader to deal with package/class stuff
- Frey::Web role with dom2html to based on Continuity::Widget::DomNode

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
Modified 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...

Revision 95 - Directory Listing
Modified Fri Jul 11 10:29:31 2008 UTC (15 years, 9 months ago) by dpavlin
added another layout, columns as third way to display tabular data

Revision 94 - Directory Listing
Modified Fri Jul 11 09:35:32 2008 UTC (15 years, 9 months ago) by dpavlin
small object layout picker

Revision 93 - Directory Listing
Modified Fri Jul 11 09:25:02 2008 UTC (15 years, 9 months ago) by dpavlin
document why gen_link doesn't work (we can wrong _layout
in widgets because they are closures with pervious state)

Revision 89 - Directory Listing
Modified Thu Jul 10 20:00:54 2008 UTC (15 years, 9 months ago) by dpavlin
implemented div and table layout [0.07]

Revision 83 - Directory Listing
Modified Thu Jul 10 15:41:17 2008 UTC (15 years, 9 months ago) by dpavlin
nit-pick cleanup

Revision 82 - Directory Listing
Modified Thu Jul 10 15:29:01 2008 UTC (15 years, 9 months ago) by dpavlin
some cleanup CRUD works, version bump [0.06]

Revision 78 - Directory Listing
Modified Thu Jul 10 10:28:11 2008 UTC (15 years, 9 months ago) by dpavlin
use correct css

Revision 75 - Directory Listing
Modified Wed Jul 9 20:47:27 2008 UTC (15 years, 9 months ago) by dpavlin
add one empty Strix::User with renader_as => 'edit' to show add box

Revision 72 - Directory Listing
Modified Wed Jul 9 16:41:00 2008 UTC (15 years, 9 months ago) by dpavlin
create real page and add form so that update to database work

Revision 68 - Directory Listing
Modified Wed Jul 9 13:12:03 2008 UTC (15 years, 9 months ago) by dpavlin
we can now display rows from database

Revision 67 - Directory Listing
Modified Wed Jul 9 13:11:26 2008 UTC (15 years, 9 months ago) by dpavlin
handle errors better

Revision 66 - Directory Listing
Modified Wed Jul 9 12:08:07 2008 UTC (15 years, 9 months ago) by dpavlin
moved error catching into Frey::Server

Revision 64 - Directory Listing
Modified Tue Jul 8 16:18:13 2008 UTC (15 years, 9 months ago) by dpavlin
server now binds to port when we call run, so
we can run tests with acrive server

Revision 60 - Directory Listing
Modified Tue Jul 8 12:20:08 2008 UTC (15 years, 9 months ago) by dpavlin
skeleton of server-side object browser

Revision 59 - Directory Listing
Modified Tue Jul 8 12:19:04 2008 UTC (15 years, 9 months ago) by dpavlin
don't hide load_class dies

Revision 56 - Directory Listing
Modified Sun Jul 6 11:59:58 2008 UTC (15 years, 9 months ago) by dpavlin
more work on server-size class browser

- correct loading of modules
- display required attributes

Revision 55 - Directory Listing
Modified Sat Jul 5 19:00:10 2008 UTC (15 years, 9 months ago) by dpavlin
remove all usage of Template::Declare [0.05]

- die gracefully if class can't be loaded

Revision 54 - Directory Listing
Modified Sat Jul 5 16:50:17 2008 UTC (15 years, 9 months ago) by dpavlin
added methods and attributes

Revision 53 - Directory Listing
Modified Sat Jul 5 15:19:55 2008 UTC (15 years, 9 months ago) by dpavlin
huge wapping changes all over the place [0.05]

- begin move to Continuity::Widget instread of Template::Declare
- Frey::Introspection can now mock joose object with accessors

Revision 51 - Directory Listing
Modified Thu Jul 3 19:51:18 2008 UTC (15 years, 9 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, 9 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, 9 months ago) by dpavlin
first version of introspection tool which dump joose classes with attributes
version bump [0.03]

Revision 48 - Directory Listing
Modified Wed Jul 2 12:36:59 2008 UTC (15 years, 9 months ago) by dpavlin
support .htm? as static file format

Revision 42 - Directory Listing
Modified Mon Jun 30 20:02:16 2008 UTC (15 years, 9 months ago) by dpavlin
 r44@eeepy:  dpavlin | 2008-06-30 18:08:33 +0200
 Change logic of generating html page using Frey::HTML->page
 because Template::Declare around_template is doing it around
 *all* templates (including those used with show).


Revision 41 - Directory Listing
Modified Mon Jun 30 20:02:14 2008 UTC (15 years, 9 months ago) by dpavlin
 r43@eeepy:  dpavlin | 2008-06-30 17:23:37 +0200
 if methods are fully qualified (defined by TD import_template)
 then call them directly


Revision 40 - Directory Listing
Modified Mon Jun 30 20:02:12 2008 UTC (15 years, 9 months ago) by dpavlin
 r42@eeepy:  dpavlin | 2008-06-30 17:19:13 +0200
 import templates with fully qualified names


Revision 39 - Directory Listing
Modified Mon Jun 30 20:02:10 2008 UTC (15 years, 9 months ago) by dpavlin
 r41@eeepy:  dpavlin | 2008-06-30 14:02:17 +0200
 fix Template::Declare invocation


Revision 38 - Directory Listing
Modified Mon Jun 30 20:02:08 2008 UTC (15 years, 9 months ago) by dpavlin
 r40@eeepy:  dpavlin | 2008-06-30 13:37:18 +0200
 Move item browser into Strix::View
 
 We still have problem with Template::Declare executing multiple times


Revision 37 - Directory Listing
Modified Mon Jun 30 20:02:06 2008 UTC (15 years, 9 months ago) by dpavlin
 r39@eeepy:  dpavlin | 2008-06-30 09:37:10 +0200
 example of callback links


Revision 36 - Directory Listing
Modified Mon Jun 30 07:13:35 2008 UTC (15 years, 9 months ago) by dpavlin
don't require or use Continuity::REPL

Revision 34 - Directory Listing
Modified Mon Jun 30 07:06:11 2008 UTC (15 years, 9 months ago) by dpavlin
callback example (non-working)

Revision 32 - Directory Listing
Modified Sun Jun 29 20:52:33 2008 UTC (15 years, 9 months ago) by dpavlin
Remove Frey::REST and merge it into Strix::View

Various other fixes along the way...

Revision 30 - Directory Listing
Modified Sun Jun 29 20:48:35 2008 UTC (15 years, 9 months ago) by dpavlin
cleanup

Revision 28 - Directory Listing
Modified Sun Jun 29 20:13:46 2008 UTC (15 years, 9 months ago) by dpavlin
- show all available package methods if no method is specified
- better error output (dump caller if called without args)

Revision 27 - Directory Listing
Modified Sun Jun 29 20:11:27 2008 UTC (15 years, 9 months ago) by dpavlin
dump better output on page

Revision 26 - Directory Listing
Modified Sun Jun 29 18:08:50 2008 UTC (15 years, 9 months ago) by dpavlin
another refacture and version bump [0.02]
- added support for error pages
- added list of classes

Revision 25 - Directory Listing
Modified Sun Jun 29 17:27:45 2008 UTC (15 years, 9 months ago) by dpavlin
Frey::Server->run will run sever so we can test it

Revision 23 - Directory Listing
Modified Sun Jun 29 16:24:41 2008 UTC (15 years, 9 months ago) by dpavlin
another major refactor and version bump [0.01]

- return 404 errors for resources which doesn't exist
- move HTML page wrapper is now in Fray::HTML->page
- dispatch to defined Template::Declare templates
- display available templates on status screen
- NOTE very clean and unobfuscated mapping
- a bits of documentation all over the place

Revision 21 - Directory Listing
Modified Sun Jun 29 13:12:59 2008 UTC (15 years, 9 months ago) by dpavlin
require view classes on startup

Revision 19 - Directory Listing
Added Sun Jun 29 12:55:39 2008 UTC (15 years, 9 months ago) by dpavlin
- create slim server caller in bin for Frey::Server
- restructure view packages
- beginning of rest dispatcher based on Template::Declare

  ViewVC Help
Powered by ViewVC 1.1.26