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

View Directory Listing Directory Listing


Sticky Revision:

Revision 627 - Directory Listing
Modified Sat Nov 29 22:02:08 2008 UTC (15 years, 4 months ago) by dpavlin
split out Continuity based bits to Frey::Server::Continuity
and work a bit on Frey::Mojo

Revision 625 - Directory Listing
Modified Sat Nov 29 17:48:54 2008 UTC (15 years, 4 months ago) by dpavlin
first refactor to support request_url correctly (needs more work)

Revision 617 - Directory Listing
Modified Sat Nov 29 15:05:55 2008 UTC (15 years, 4 months ago) by dpavlin
use xdotool to switch between termnial and firefox screen (super+Tab)


Revision 554 - Directory Listing
Modified Thu Nov 27 17:37:52 2008 UTC (15 years, 4 months ago) by dpavlin
cleanup

Revision 532 - Directory Listing
Modified Wed Nov 26 07:57:12 2008 UTC (15 years, 4 months ago) by dpavlin
refactor Frey::Boostrap from Frey::Server to have correct warn handling

- we now use File::Tee to capture STDERR to file and display that
  (with filtering) for display
- added FREY_NO_LOG enviroment variable to disable logging (for perl -c)
- move all warnings handling into Frey::Web->warnings_html
- make Frey->debug Int (this touched a bunch of tests)

Revision 506 - Directory Listing
Modified Mon Nov 24 22:56:41 2008 UTC (15 years, 4 months ago) by dpavlin
added single test invocation

Revision 481 - Directory Listing
Modified Thu Nov 20 15:22:36 2008 UTC (15 years, 4 months ago) by dpavlin
check syntax on every restart to catch syntax errors introduced
after server is started

Revision 479 - Directory Listing
Modified Thu Nov 20 14:24:13 2008 UTC (15 years, 4 months ago) by dpavlin
check perl syntax on startup so we don't loop forever
starting server which has syntax error

Revision 477 - Directory Listing
Modified Thu Nov 20 13:57:38 2008 UTC (15 years, 4 months ago) by dpavlin
added real server reload via helper script bin/dev.sh
which is now recomended way to start development enviroment

Revision 467 - Directory Listing
Modified Wed Nov 19 19:28:09 2008 UTC (15 years, 4 months ago) by dpavlin
rename class with experimental script

Revision 466 - Directory Listing
Modified Wed Nov 19 19:27:38 2008 UTC (15 years, 4 months ago) by dpavlin
script used to rename methods

Revision 307 - Directory Listing
Modified Wed Nov 5 18:32:16 2008 UTC (15 years, 5 months ago) by dpavlin
rename servers, remove mojo shell helper

Revision 306 - Directory Listing
Modified Wed Nov 5 17:36:41 2008 UTC (15 years, 5 months ago) by dpavlin
rename Mojo server mojo-server.pl and help runner to mojo-run.sh

Revision 284 - Directory Listing
Modified Wed Nov 5 08:20:56 2008 UTC (15 years, 5 months ago) by dpavlin
 r3126@llin (orig r250):  dpavlin | 2008-11-04 18:37:40 +0100
 added JavaScript Information Visualization Toolkit (JIT)
 
 http://blog.thejit.org/javascript-information-visualization-toolkit-jit/


Revision 267 - Directory Listing
Modified Wed Nov 5 08:20:37 2008 UTC (15 years, 5 months ago) by dpavlin
 r3085@llin (orig r231):  dpavlin | 2008-11-01 14:20:25 +0100
 Mojolicous skeleton
 
 mojolicious generate app Frey::Mojo


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

Revision 195 - Directory Listing
Modified Tue Oct 28 18:33:53 2008 UTC (15 years, 5 months ago) by dpavlin
Remove all use of HTTP::Engine which somehow managed to evolve into
state which make Designer unusable.

From previous encounter with pQuery, I knew that it won't fit my
need to re-model html pages on-the-fly. This verison uses
HTML::Query which seems to do a bit better job at this stage.

Revision 193 - Directory Listing
Modified Tue Oct 28 17:06:59 2008 UTC (15 years, 5 months ago) by dpavlin
few more useful javascript bits

Revision 181 - Directory Listing
Modified Sun Sep 7 19:32:38 2008 UTC (15 years, 7 months ago) by dpavlin
 r203@eeepy:  dpavlin | 2008-09-07 19:00:53 +0200
 use Module::Reload same as rest of Frey


Revision 177 - Directory Listing
Modified Sun Aug 31 14:51:06 2008 UTC (15 years, 7 months ago) by dpavlin
another interesting javascript snippet to integrate:
keyboard navigation for jquery

Revision 173 - Directory Listing
Modified Sat Aug 16 12:50:14 2008 UTC (15 years, 8 months ago) by dpavlin
more interesting stuff to inegrate at one point

Revision 165 - Directory Listing
Modified Mon Aug 11 19:30:30 2008 UTC (15 years, 8 months ago) by dpavlin
use FREY_PORT from enviroment to run on port different than 14000

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

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

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


Revision 104 - Directory Listing
Modified Sun Jul 13 10:48:18 2008 UTC (15 years, 9 months ago) by dpavlin
fix port from command line

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 45 - Directory Listing
Modified Wed Jul 2 09:53:47 2008 UTC (15 years, 9 months ago) by dpavlin
 r55@eeepy:  dpavlin | 2008-07-02 11:53:41 +0200
 script to create sample database


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 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 16 - Directory Listing
Added Sun Jun 29 00:50:12 2008 UTC (15 years, 9 months ago) by dpavlin
script to dump storable

  ViewVC Help
Powered by ViewVC 1.1.26