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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 111 - (view) (annotate) - [select for diffs]
Modified Sun Jul 13 16:17:34 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 6351 byte(s)
Diff to previous 108 , to selected 71
implemented pager for collection [0.10]

Revision 108 - (view) (annotate) - [select for diffs]
Modified Sun Jul 13 13:09:27 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 6315 byte(s)
Diff to previous 105 , to selected 71
fix warning

Revision 105 - (view) (annotate) - [select for diffs]
Modified Sun Jul 13 12:08:59 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 6300 byte(s)
Diff to previous 101 , to selected 71
hush warnings and limit output with debug

Revision 101 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 22:54:42 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 6269 byte(s)
Diff to previous 98 , to selected 71
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 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 17:53:08 2008 UTC (15 years, 8 months ago) by dpavlin
File length: 6234 byte(s)
Copied from: trunk/lib/Strix/View/User.pm revision 97
Diff to previous 97 , to selected 71
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 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 13:11:36 2008 UTC (15 years, 8 months ago) by dpavlin
Original Path: trunk/lib/Strix/View/User.pm
File length: 5324 byte(s)
Diff to previous 96 , to selected 71
Frey::Web::Field is now our main class for web fields (with Coro support)

Revision 96 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 12:47:50 2008 UTC (15 years, 8 months ago) by dpavlin
Original Path: trunk/lib/Strix/View/User.pm
File length: 5280 byte(s)
Diff to previous 95 , to selected 71
refactoring to create own Continuity::Widget [0.08]

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

Revision 95 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 10:29:31 2008 UTC (15 years, 8 months ago) by dpavlin
Original Path: trunk/lib/Strix/View/User.pm
File length: 4671 byte(s)
Diff to previous 92 , to selected 71
added another layout, columns as third way to display tabular data

Revision 92 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 09:24:23 2008 UTC (15 years, 8 months ago) by dpavlin
Original Path: trunk/lib/Strix/View/User.pm
File length: 4238 byte(s)
Diff to previous 91 , to selected 71
don't try to update bash if widget isn't submited
(and thus didn't produce any hash)

Revision 91 - (view) (annotate) - [select for diffs]
Modified Thu Jul 10 21:17:43 2008 UTC (15 years, 8 months ago) by dpavlin
Original Path: trunk/lib/Strix/View/User.pm
File length: 4184 byte(s)
Diff to previous 90 , to selected 71
a bit more button magic - Now form can change it's button names

Revision 90 - (view) (annotate) - [select for diffs]
Modified Thu Jul 10 20:57:27 2008 UTC (15 years, 8 months ago) by dpavlin
Original Path: trunk/lib/Strix/View/User.pm
File length: 3973 byte(s)
Diff to previous 89 , to selected 71
design tweaks

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

Revision 89 - (view) (annotate) - [select for diffs]
Modified Thu Jul 10 20:00:54 2008 UTC (15 years, 8 months ago) by dpavlin
Original Path: trunk/lib/Strix/View/User.pm
File length: 3875 byte(s)
Diff to previous 86 , to selected 71
implemented div and table layout [0.07]

Revision 86 - (view) (annotate) - [select for diffs]
Modified Thu Jul 10 17:27:58 2008 UTC (15 years, 8 months ago) by dpavlin
Original Path: trunk/lib/Strix/View/User.pm
File length: 3113 byte(s)
Diff to previous 82 , to selected 71
move render_view and render_edit into own subs

Revision 82 - (view) (annotate) - [select for diffs]
Modified Thu Jul 10 15:29:01 2008 UTC (15 years, 8 months ago) by dpavlin
Original Path: trunk/lib/Strix/View/User.pm
File length: 2951 byte(s)
Diff to previous 79 , to selected 71
some cleanup CRUD works, version bump [0.06]

Revision 79 - (view) (annotate) - [select for diffs]
Modified Thu Jul 10 10:33:04 2008 UTC (15 years, 8 months ago) by dpavlin
Original Path: trunk/lib/Strix/View/User.pm
File length: 2998 byte(s)
Diff to previous 74 , to selected 71
try to factor out rendering into render_iterator, but it doesn't
sit well with me

Revision 74 - (view) (annotate) - [select for diffs]
Modified Wed Jul 9 20:46:40 2008 UTC (15 years, 8 months ago) by dpavlin
Original Path: trunk/lib/Strix/View/User.pm
File length: 2006 byte(s)
Diff to previous 71
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 - (view) (annotate) - [selected]
Modified Wed Jul 9 16:38:48 2008 UTC (15 years, 8 months ago) by dpavlin
Original Path: trunk/lib/Strix/View/User.pm
File length: 1113 byte(s)
Diff to previous 63
added edit button and _fey accessor to store Fey::ORM object
(which we update)

Revision 63 - (view) (annotate) - [select for diffs]
Added Tue Jul 8 12:22:16 2008 UTC (15 years, 8 months ago) by dpavlin
Original Path: trunk/lib/Strix/View/User.pm
File length: 522 byte(s)
Diff to selected 71
first Continuity::Widget build from database schema

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26