/[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 683 - Directory Listing
Modified Tue Dec 2 18:02:57 2008 UTC (15 years, 3 months ago) by dpavlin
rename syntax checker to intent-what form

Revision 669 - Directory Listing
Modified Tue Dec 2 01:15:21 2008 UTC (15 years, 3 months ago) by dpavlin
added grep support to log helper with: ./bin/log.sh pattern

Revision 667 - Directory Listing
Modified Tue Dec 2 00:43:39 2008 UTC (15 years, 3 months ago) by dpavlin
perl syntax check helper

Revision 665 - Directory Listing
Modified Mon Dec 1 23:41:35 2008 UTC (15 years, 3 months ago) by dpavlin
make "./bin/grep-iselect.sh perl -wc" do the right thing
(find "perl -wc" in source)

Revision 664 - Directory Listing
Modified Mon Dec 1 23:39:39 2008 UTC (15 years, 3 months ago) by dpavlin
open last 3 logs

Revision 663 - Directory Listing
Modified Mon Dec 1 23:34:16 2008 UTC (15 years, 3 months ago) by dpavlin
grep iselect helper to jump directly into vi

Revision 660 - Directory Listing
Modified Mon Dec 1 22:28:18 2008 UTC (15 years, 3 months ago) by dpavlin
script to cleanup logs and INC dumps which are collected on
each request

Revision 658 - Directory Listing
Modified Mon Dec 1 22:01:16 2008 UTC (15 years, 3 months ago) by dpavlin
document starter script if only a bit :-)

Revision 639 - Directory Listing
Modified Sun Nov 30 15:04:07 2008 UTC (15 years, 4 months ago) by dpavlin
fix runner, restart still doesn't work

Revision 633 - Directory Listing
Modified Sun Nov 30 01:46:13 2008 UTC (15 years, 4 months ago) by dpavlin
work on Mojo server which is now partially supported
(form post doesn't seem to work yet)

This implementation is based on Mojo instead of Mojolicious
removing bunch of code and complications, so it will probably
become default once fixed

Revision 630 - Directory Listing
Modified Sat Nov 29 22:47:12 2008 UTC (15 years, 4 months ago) by dpavlin
include Frey::Bootstrap to have log

Revision 628 - Directory Listing
Modified Sat Nov 29 22:43:13 2008 UTC (15 years, 4 months ago) by dpavlin
HTTP::Engine server skeleton

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, 4 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, 4 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, 4 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, 4 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, 4 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, 6 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, 6 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, 7 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, 7 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, 7 months ago) by dpavlin
begining of pQuery based designer

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 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 104 - Directory Listing
Modified Sun Jul 13 10:48:18 2008 UTC (15 years, 8 months ago) by dpavlin
fix port from command line

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 45 - Directory Listing
Modified Wed Jul 2 09:53:47 2008 UTC (15 years, 8 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