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

View Directory Listing Directory Listing


Sticky Revision:

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

Revision 88 - Directory Listing
Modified Thu Jul 10 19:37:19 2008 UTC (15 years, 8 months ago) by dpavlin
sort by id ASC so that new entries get to end (as they should)

Revision 87 - Directory Listing
Modified Thu Jul 10 19:36:39 2008 UTC (15 years, 8 months ago) by dpavlin
simplify render_iterator

Revision 86 - Directory Listing
Modified Thu Jul 10 17:27:58 2008 UTC (15 years, 8 months ago) by dpavlin
move render_view and render_edit into own subs

Revision 85 - Directory Listing
Modified Thu Jul 10 17:27:39 2008 UTC (15 years, 8 months ago) by dpavlin
remove_button now works with callback_order

Revision 84 - Directory Listing
Modified Thu Jul 10 17:19:40 2008 UTC (15 years, 8 months ago) by dpavlin
preserve button order (as specified in source)

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

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

Revision 81 - Directory Listing
Modified Thu Jul 10 15:23:16 2008 UTC (15 years, 8 months ago) by dpavlin
remove limit

Revision 80 - Directory Listing
Modified Thu Jul 10 15:22:39 2008 UTC (15 years, 8 months ago) by dpavlin
re-enable cached schema

Revision 79 - Directory Listing
Modified Thu Jul 10 10:33:04 2008 UTC (15 years, 8 months ago) by dpavlin
try to factor out rendering into render_iterator, but it doesn't
sit well with me

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

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

Revision 74 - Directory Listing
Modified Wed Jul 9 20:46:40 2008 UTC (15 years, 8 months ago) by dpavlin
implement all CRUD operations

- Add fails because Fey::Loader has problem with autoincrement in our schema
- we override main from Continurity::Widget and do everything ourselfs

Revision 73 - Directory Listing
Modified Wed Jul 9 20:43:48 2008 UTC (15 years, 8 months ago) by dpavlin
added render_as to force rendering mode

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

Revision 71 - Directory Listing
Modified Wed Jul 9 16:38:48 2008 UTC (15 years, 8 months ago) by dpavlin
added edit button and _fey accessor to store Fey::ORM object
(which we update)

Revision 70 - Directory Listing
Modified Wed Jul 9 16:36:21 2008 UTC (15 years, 8 months ago) by dpavlin
- skip fields which name begins with _ (private for class, not for user)
- set_from_hash now can receive callback with hash (ORM integration)

Revision 69 - Directory Listing
Modified Wed Jul 9 15:45:59 2008 UTC (15 years, 8 months ago) by dpavlin
include local copy of Continuity::Widget

$ darcs show repo
          Type: darcs
        Format: darcs-1.0
          Root: /rest/cvs/Continuity-Widget
      Pristine: PlainPristine "_darcs/pristine"
         Cache: thisrepo:/rest/cvs/Continuity-Widget
Default Remote: http://thelackthereof.org/projects/perl/Continuity-Widget
   Num Patches: 29


Revision 68 - Directory Listing
Modified Wed Jul 9 13:12:03 2008 UTC (15 years, 8 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, 8 months ago) by dpavlin
handle errors better

Revision 66 - Directory Listing
Modified Wed Jul 9 12:08:07 2008 UTC (15 years, 8 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, 8 months ago) by dpavlin
server now binds to port when we call run, so
we can run tests with acrive server

Revision 63 - Directory Listing
Modified Tue Jul 8 12:22:16 2008 UTC (15 years, 8 months ago) by dpavlin
first Continuity::Widget build from database schema

Revision 61 - Directory Listing
Modified Tue Jul 8 12:20:25 2008 UTC (15 years, 8 months ago) by dpavlin
how to dump column names

Revision 60 - Directory Listing
Modified Tue Jul 8 12:20:08 2008 UTC (15 years, 8 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, 8 months ago) by dpavlin
don't hide load_class dies

Revision 58 - Directory Listing
Modified Tue Jul 8 12:18:33 2008 UTC (15 years, 8 months ago) by dpavlin
support any level of sub::modules::namespace

Revision 57 - Directory Listing
Modified Sun Jul 6 18:00:54 2008 UTC (15 years, 8 months ago) by dpavlin
fix Strix::User to return (some) rows

Revision 56 - Directory Listing
Modified Sun Jul 6 11:59:58 2008 UTC (15 years, 8 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, 8 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, 8 months ago) by dpavlin
added methods and attributes

Revision 53 - Directory Listing
Modified Sat Jul 5 15:19:55 2008 UTC (15 years, 8 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 52 - Directory Listing
Modified Sat Jul 5 15:08:51 2008 UTC (15 years, 8 months ago) by dpavlin
return package name and full name for require

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 48 - Directory Listing
Modified Wed Jul 2 12:36:59 2008 UTC (15 years, 8 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 35 - Directory Listing
Modified Mon Jun 30 07:12:56 2008 UTC (15 years, 9 months ago) by dpavlin
create unique schema cache for dsn

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 31 - Directory Listing
Modified Sun Jun 29 20:49:42 2008 UTC (15 years, 9 months ago) by dpavlin
fix classes names

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 24 - Directory Listing
Modified Sun Jun 29 16:29:09 2008 UTC (15 years, 9 months ago) by dpavlin
Frey base class implemented in Moose

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

Revision 17 - Directory Listing
Modified Sun Jun 29 11:34:17 2008 UTC (15 years, 9 months ago) by dpavlin
we have a name: Frey

Revision 15 - Directory Listing
Modified Sun Jun 29 00:49:50 2008 UTC (15 years, 9 months ago) by dpavlin
implement schema caching using Storable
to reduce test time from 26s to 6s

Revision 14 - Directory Listing
Modified 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

Revision 12 - Directory Listing
Modified Sun Jun 29 00:17:17 2008 UTC (15 years, 9 months ago) by dpavlin
change database

Revision 10 - Directory Listing
Modified Sat Jun 28 22:13:05 2008 UTC (15 years, 9 months ago) by dpavlin
cpeanup and spit html generation into own package

- time template generation
- wrap pages in html/head/body
- cleanup server and move logic there

Revision 8 - Directory Listing
Modified Sat Jun 28 18:45:00 2008 UTC (15 years, 9 months ago) by dpavlin
load model by primary key

Revision 4 - Directory Listing
Modified Sat Jun 28 17:37:26 2008 UTC (15 years, 9 months ago) by dpavlin
fix model

Revision 2 - Directory Listing
Added Sat Jun 28 11:49:35 2008 UTC (15 years, 9 months ago) by dpavlin
initial code dump of my web-framework-tingy:

Continuity + Fey::ORM + Template::Declare

  ViewVC Help
Powered by ViewVC 1.1.26