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

View Directory Listing Directory Listing


Sticky Revision:

Revision 457 - Directory Listing
Modified Wed Nov 19 16:53:13 2008 UTC (15 years, 4 months ago) by dpavlin
added class_runnable, class_inputs and cleanup

Revision 455 - Directory Listing
Modified Wed Nov 19 15:28:23 2008 UTC (15 years, 4 months ago) by dpavlin
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 450 - Directory Listing
Modified Wed Nov 19 04:13:36 2008 UTC (15 years, 4 months ago) by dpavlin
test Frey::Pipe

Revision 448 - Directory Listing
Modified Wed Nov 19 03:36:24 2008 UTC (15 years, 4 months ago) by dpavlin
added content_type to enable return of content without markup
added test for Frey::JSON

Revision 446 - Directory Listing
Modified Wed Nov 19 03:11:11 2008 UTC (15 years, 4 months ago) by dpavlin
support newlines in head html content

Revision 444 - Directory Listing
Modified Wed Nov 19 02:52:42 2008 UTC (15 years, 4 months ago) by dpavlin
add_head now accepts html to add into head

Revision 438 - Directory Listing
Modified Wed Nov 19 01:32:36 2008 UTC (15 years, 4 months ago) by dpavlin
test load_config duplication, fix typo

Revision 428 - Directory Listing
Modified Tue Nov 18 23:49:05 2008 UTC (15 years, 4 months ago) by dpavlin
use DBM::Deep to provide first Session store called 'usage'

Revision 418 - Directory Listing
Modified Tue Nov 18 16:54:10 2008 UTC (15 years, 4 months ago) by dpavlin
Add title to Frey::Web and use it

Revision 413 - Directory Listing
Modified Tue Nov 18 14:10:57 2008 UTC (15 years, 4 months ago) by dpavlin
we don't need to test methods because it's not in Frey::Introspect anymore

Revision 412 - Directory Listing
Modified Tue Nov 18 14:07:28 2008 UTC (15 years, 4 months ago) by dpavlin
test class and role class_methods

Revision 409 - Directory Listing
Modified Tue Nov 18 13:52:26 2008 UTC (15 years, 4 months ago) by dpavlin
class_methods can now return hash for easy check of defined methods

Revision 405 - Directory Listing
Modified Tue Nov 18 11:45:15 2008 UTC (15 years, 4 months ago) by dpavlin
wantarray test for Frey::Pod, but it requires different type
of return parametar istead of relaying on wantarray

Revision 402 - Directory Listing
Modified Tue Nov 18 02:18:38 2008 UTC (15 years, 4 months ago) by dpavlin
trivial test for Frey::Run

Revision 386 - Directory Listing
Modified Mon Nov 17 22:40:22 2008 UTC (15 years, 4 months ago) by dpavlin
fix Frey::Action->param_form second invication which mungled params with config values
which was result of implementation of default values which are returned if invoked in
array context.

Revision 382 - Directory Listing
Modified Mon Nov 17 19:21:06 2008 UTC (15 years, 4 months ago) by dpavlin
class_path will now traverse %INC to find paths of loaded
classes if needed

Revision 373 - Directory Listing
Modified Mon Nov 17 15:42:27 2008 UTC (15 years, 4 months ago) by dpavlin
fix number of tests

Revision 370 - Directory Listing
Modified Mon Nov 17 15:14:07 2008 UTC (15 years, 4 months ago) by dpavlin
use DBD::AnyData instead of DBD::Sponge to enable SQL queries
on data returned by sponge (I'll keep the name because data
structure is the same)

Revision 369 - Directory Listing
Modified Mon Nov 17 14:37:48 2008 UTC (15 years, 4 months ago) by dpavlin
move form params generation into Frey::Action to share between Frey::Run and Frey::Pipe

Revision 366 - Directory Listing
Modified Sun Nov 16 23:26:11 2008 UTC (15 years, 4 months ago) by dpavlin
Frey::DBI, simple DBI bridge which support sponge

Revision 364 - Directory Listing
Modified Sun Nov 16 19:50:36 2008 UTC (15 years, 4 months ago) by dpavlin
tweak various bits on Frey::PPI to wrap find within tree
in evals so we can *SEE* errors, and split out includes
which can be called externally. Support also values as from
type constraints.

Revision 340 - Directory Listing
Modified Sat Nov 8 23:36:01 2008 UTC (15 years, 4 months ago) by dpavlin
we will use DBD::Sponge instead of DBD::RAM

Revision 335 - Directory Listing
Modified Sat Nov 8 23:01:45 2008 UTC (15 years, 4 months ago) by dpavlin
expose bugs in Frey::Feed

Revision 334 - Directory Listing
Modified Sat Nov 8 22:15:15 2008 UTC (15 years, 4 months ago) by dpavlin
import DBD::RAM for cleanup (and rename) patched with
http://rt.cpan.org/Public/Bug/Display.html?id=33882

We could and probably will use DBD::AnyData as source for
data. However, at this stage, it makes much more sense to
first support SQL queries over Frey objects and DBD::RAM seems like smaller
codebase to start with.

Revision 331 - Directory Listing
Modified Sat Nov 8 16:12:39 2008 UTC (15 years, 4 months ago) by dpavlin
implement PPI parser to get default attribute_order

Revision 330 - Directory Listing
Modified Fri Nov 7 20:46:10 2008 UTC (15 years, 4 months ago) by dpavlin
better output

Revision 311 - Directory Listing
Modified Wed Nov 5 20:02:46 2008 UTC (15 years, 4 months ago) by dpavlin
rename tests to fix typo

Revision 308 - Directory Listing
Modified Wed Nov 5 19:13:01 2008 UTC (15 years, 4 months ago) by dpavlin
rename all package references to class as Moose calls them [0.18]

Revision 304 - Directory Listing
Modified Wed Nov 5 12:32:36 2008 UTC (15 years, 4 months ago) by dpavlin
use Frey::Mirror to fetch and cache feed localy in original form

Revision 303 - Directory Listing
Modified Wed Nov 5 12:31:12 2008 UTC (15 years, 4 months ago) by dpavlin
mirror web content locally

Revision 301 - Directory Listing
Modified Wed Nov 5 09:50:14 2008 UTC (15 years, 4 months ago) by dpavlin
support dump of scalars to plain file

Revision 291 - Directory Listing
Modified Wed Nov 5 08:21:02 2008 UTC (15 years, 4 months ago) by dpavlin
 r3133@llin (orig r257):  dpavlin | 2008-11-04 20:56:08 +0100
 added Frey::Translate


Revision 287 - Directory Listing
Modified Wed Nov 5 08:20:59 2008 UTC (15 years, 4 months ago) by dpavlin
 r3129@llin (orig r253):  dpavlin | 2008-11-04 20:00:13 +0100
 added Frey::Dumper to dump data as html


Revision 270 - Directory Listing
Modified Wed Nov 5 08:20:44 2008 UTC (15 years, 4 months ago) by dpavlin
 r3090@llin (orig r236):  dpavlin | 2008-11-01 17:41:45 +0100
 rename package to class to be more consistent with rest of code


Revision 229 - Directory Listing
Modified Sat Nov 1 13:17:45 2008 UTC (15 years, 4 months ago) by dpavlin
don't die on non existing config, return instead

Revision 221 - Directory Listing
Modified Fri Oct 31 23:10:08 2008 UTC (15 years, 4 months ago) by dpavlin
forgot actual code, more tests

Revision 219 - Directory Listing
Modified Fri Oct 31 22:55:08 2008 UTC (15 years, 4 months ago) by dpavlin
Frey::Config for default values to objects

Revision 216 - Directory Listing
Modified Fri Oct 31 22:39:48 2008 UTC (15 years, 4 months ago) by dpavlin
fix server testing and simplify code

Revision 214 - Directory Listing
Modified Fri Oct 31 19:53:50 2008 UTC (15 years, 4 months ago) by dpavlin
fix tests

Revision 171 - Directory Listing
Modified Fri Aug 15 23:49:11 2008 UTC (15 years, 7 months ago) by dpavlin
html to xhtml re-parser based on HTML::TreeBuilder

Revision 167 - Directory Listing
Modified Tue Aug 12 22:00:05 2008 UTC (15 years, 7 months ago) by dpavlin
model quick poll with options

Revision 164 - Directory Listing
Modified Sun Aug 10 16:01:07 2008 UTC (15 years, 7 months ago) by dpavlin
begining of pQuery based designer

Revision 161 - Directory Listing
Modified Thu Jul 17 19:33:51 2008 UTC (15 years, 8 months ago) by dpavlin
inline css and javascript smaller than some size (by default, 10k)

Revision 159 - Directory Listing
Modified Thu Jul 17 18:02:06 2008 UTC (15 years, 8 months ago) by dpavlin
experimental ExtJS 2.1 integration

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 154 - Directory Listing
Modified Thu Jul 17 17:04:21 2008 UTC (15 years, 8 months ago) by dpavlin
- rename javascript to shorter js (much nicer in code!)
- add_head now checks if file exists and add it approriately
- more tests

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

Revision 151 - Directory Listing
Modified Wed Jul 16 23:04:22 2008 UTC (15 years, 8 months ago) by dpavlin
Frey::Storage to save files on disk (and reload them)

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

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 137 - Directory Listing
Modified Tue Jul 15 18:06:27 2008 UTC (15 years, 8 months ago) by dpavlin
fixed role introspection and simplify code [0.12]

Revision 131 - Directory Listing
Modified Tue Jul 15 13:45:33 2008 UTC (15 years, 8 months ago) by dpavlin
 r147@eeepy:  dpavlin | 2008-07-15 15:45:37 +0200
 dependencies for deploymnet


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

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

Revision 122 - Directory Listing
Modified Mon Jul 14 21:40:53 2008 UTC (15 years, 8 months ago) by dpavlin
ups, rename test

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 119 - Directory Listing
Modified Sun Jul 13 18:51:29 2008 UTC (15 years, 8 months ago) by dpavlin
split ClassBrowser into it's own package (class)

Revision 111 - Directory Listing
Modified Sun Jul 13 16:17:34 2008 UTC (15 years, 8 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, 8 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, 8 months ago) by dpavlin
added limit and offset to collection

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

Revision 103 - Directory Listing
Modified Fri Jul 11 23:08:25 2008 UTC (15 years, 8 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, 8 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, 8 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, 8 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, 8 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 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 95 - Directory Listing
Modified Fri Jul 11 10:29:31 2008 UTC (15 years, 8 months ago) by dpavlin
added another layout, columns as third way to display tabular data

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 65 - Directory Listing
Modified Tue Jul 8 16:18:39 2008 UTC (15 years, 8 months ago) by dpavlin
introspect *all* packages available

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 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 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 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 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 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 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 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 7 - Directory Listing
Modified Sat Jun 28 18:37:13 2008 UTC (15 years, 9 months ago) by dpavlin
test Strix::User model

Revision 5 - Directory Listing
Modified Sat Jun 28 17:37:54 2008 UTC (15 years, 9 months ago) by dpavlin
use current version from lib for tests

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