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

View Directory Listing Directory Listing


Sticky Revision:
(Current path doesn't exist after revision 1028)

Revision 624 - Directory Listing
Modified Sat Nov 29 17:47:34 2008 UTC (15 years, 4 months ago) by dpavlin
cleanup

Revision 621 - Directory Listing
Modified Sat Nov 29 16:41:24 2008 UTC (15 years, 4 months ago) by dpavlin
 r702@eeepy:  dpavlin | 2008-11-29 17:41:26 +0100
 configure all dsn setting in config file


Revision 474 - Directory Listing
Modified Thu Nov 20 12:54:57 2008 UTC (15 years, 5 months ago) by dpavlin
remove clutter output

Revision 169 - Directory Listing
Modified Tue Aug 12 22:28:26 2008 UTC (15 years, 8 months ago) by dpavlin
set client_encoding to utf-8 for PostgreSQL

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

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 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 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 99 - Directory Listing
Modified Fri Jul 11 18:09:30 2008 UTC (15 years, 9 months ago) by dpavlin
cleanup dir

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 92 - Directory Listing
Modified Fri Jul 11 09:24:23 2008 UTC (15 years, 9 months ago) by dpavlin
don't try to update bash if widget isn't submited
(and thus didn't produce any hash)

Revision 91 - Directory Listing
Modified Thu Jul 10 21:17:43 2008 UTC (15 years, 9 months ago) by dpavlin
a bit more button magic - Now form can change it's button names

Revision 90 - Directory Listing
Modified Thu Jul 10 20:57:27 2008 UTC (15 years, 9 months ago) by dpavlin
design tweaks

- better forms in table layout
- compress html a bit by removing leading tabs

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 88 - Directory Listing
Modified Thu Jul 10 19:37:19 2008 UTC (15 years, 9 months ago) by dpavlin
sort by id ASC so that new entries get to end (as they should)

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

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 81 - Directory Listing
Modified Thu Jul 10 15:23:16 2008 UTC (15 years, 9 months ago) by dpavlin
remove limit

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

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

Revision 74 - Directory Listing
Modified Wed Jul 9 20:46:40 2008 UTC (15 years, 9 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 71 - Directory Listing
Modified Wed Jul 9 16:38:48 2008 UTC (15 years, 9 months ago) by dpavlin
added edit button and _fey accessor to store Fey::ORM object
(which we update)

Revision 63 - Directory Listing
Modified Tue Jul 8 12:22:16 2008 UTC (15 years, 9 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, 9 months ago) by dpavlin
how to dump column names

Revision 57 - Directory Listing
Modified Sun Jul 6 18:00:54 2008 UTC (15 years, 9 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, 9 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, 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 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 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 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 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 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 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 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 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 12 - Directory Listing
Modified Sun Jun 29 00:17:17 2008 UTC (15 years, 9 months ago) by dpavlin
change database

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