root/lang/perl/NanoA

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @24923 [24923] 4 years kazuho implement select
(edit) @24920 [24920] 4 years kazuho redesign
(edit) @24895 [24895] 4 years kazuho commit
(edit) @24861 [24861] 4 years kazuho implement default form html generator
(edit) @24857 [24857] 4 years kazuho adjust attributes rendered as html
(edit) @24846 [24846] 4 years kazuho escape html in input tag generator, add select tag generator
(edit) @24843 [24843] 4 years kazuho add form validator (under development)
(edit) @24842 [24842] 4 years kazuho add accessor builder
(edit) @24574 [24574] 4 years kazuho automatically detect if string is already escaped
(edit) @24573 [24573] 4 years kazuho automatically detect if string is already escaped
(edit) @24568 [24568] 4 years kazuho eliminate use of header_add
(edit) @24565 [24565] 4 years kazuho incr $VERSION
(edit) @24564 [24564] 4 years kazuho change to envvar. starting with HTTP_ to bypass suEXEC
(edit) @24563 [24563] 4 years kazuho mv NanoA::mobile_agent to plugin
(edit) @24562 [24562] 4 years kazuho incr $VERSION
(edit) @24561 [24561] 4 years kazuho plugins can load other plugins
(edit) @24551 [24551] 4 years kazuho support for application-level plugin installation, prioritized plugin …
(edit) @24548 [24548] 4 years kazuho update docs, remove plugin::session from tinybbs
(edit) @24547 [24547] 4 years kazuho support for session
(edit) @24492 [24492] 4 years kazuho update tutorial re session and mobile support
(edit) @24491 [24491] 4 years kazuho add interface for session object
(edit) @24473 [24473] 4 years kazuho strip use (strict|warnings) in dist
(edit) @24453 [24453] 4 years kazuho brush up the design (query is always CODE or CGI::Simple)
(edit) @24452 [24452] 4 years kazuho defer loading of CGI::Simple in plugin::mobile
(edit) @24449 [24449] 4 years kazuho build query object by myself
(edit) @24447 [24447] 4 years kazuho redesign plugin architecture, add mobile/plugin.pm
(edit) @24441 [24441] 4 years kazuho defer config::init_app after initiazilation of handler
(edit) @24413 [24413] 4 years kazuho incr $VERSION
(edit) @24412 [24412] 4 years kazuho oops, forgot to update impl. of detach
(edit) @24411 [24411] 4 years kazuho incr $VERSION
(edit) @24409 [24409] 4 years kazuho switch to CGI::ExceptionManager?, HTTP::MobileAgent?
(edit) @24354 [24354] 4 years kazuho adjust API
(edit) @24353 [24353] 4 years kazuho cleanup code
(edit) @24349 [24349] 4 years kazuho change API drastically
(edit) @24346 [24346] 4 years kazuho escape funcname
(edit) @24345 [24345] 4 years kazuho copy style of MENTA::DebugScreen?, accept WAF name as parameter
(edit) @24343 [24343] 4 years kazuho minor adjustments
(edit) @24341 [24341] 4 years kazuho add func name, defer scanning of context
(edit) @24335 [24335] 4 years kazuho add semicolon
(edit) @24333 [24333] 4 years kazuho undef $err_info on detach
(edit) @24318 [24318] 4 years kazuho and this seems the right way!
(edit) @24314 [24314] 4 years kazuho there seems no good way to go, revert to 24298
(edit) @24313 [24313] 4 years kazuho add compile error generator
(edit) @24300 [24300] 4 years kazuho add compile error example
(edit) @24298 [24298] 4 years kazuho fix Encode::ConfigLocal? issue
(edit) @24293 [24293] 4 years daisuke move raw perl code out of Makefile.PL
(edit) @24291 [24291] 4 years kazuho use --check-files
(edit) @24275 [24275] 4 years kazuho svn:externals to MENTA was accidentally removed
(edit) @24274 [24274] 4 years kazuho update docs
(edit) @24263 [24263] 4 years kazuho
(edit) @24257 [24257] 4 years kazuho svn:externals to tgz2cgi for creating distribution
(edit) @24250 [24250] 4 years kazuho add bin dir
(edit) @24247 [24247] 4 years kazuho follow dir structure change in MENTA
(edit) @24241 [24241] 4 years kazuho integrate run and run_as
(edit) @24236 [24236] 4 years kazuho add docs
(edit) @24230 [24230] 4 years kazuho adjust style
(edit) @24229 [24229] 4 years kazuho update docs
(edit) @24228 [24228] 4 years kazuho update docs
(edit) @24212 [24212] 4 years kazuho update docs
(edit) @24126 [24126] 4 years kazuho exclude .svn
(edit) @24124 [24124] 4 years kazuho incr $VERSION
(edit) @24123 [24123] 4 years kazuho bundle MENTA
(edit) @24105 [24105] 4 years kazuho fix speed degradation under utf8 mode
(edit) @24104 [24104] 4 years kazuho suppress warning
(edit) @24103 [24103] 4 years kazuho do not use import (since it requires use, which requires the .pm file to …
(edit) @24101 [24101] 4 years kazuho remove unnecessary debug info
(edit) @24100 [24100] 4 years kazuho use ordinally export
(edit) @24091 [24091] 4 years kazuho always use system prefs
(edit) @24085 [24085] 4 years kazuho implement plugin architecture (although to used), add counter plugin
(edit) @24072 [24072] 4 years kazuho enforce strict,warnings,utf8
(edit) @24038 [24038] 4 years kazuho minor change in caveats
(edit) @24010 [24010] 5 years kazuho update doc
(edit) @24004 [24004] 5 years kazuho add .htaccess and nanoa-conf.cgi in dist
(edit) @24003 [24003] 5 years kazuho update disclaimer
(edit) @24002 [24002] 5 years kazuho set umask to 077 when creating datadir
(edit) @23999 [23999] 5 years kazuho only create data_dir/.htaccess if not exist
(edit) @23997 [23997] 5 years kazuho add nanoa-conf.cgi to declare data_dir, update code to respect that value, …
(edit) @23974 [23974] 5 years kazuho update escape chars
(edit) @23972 [23972] 5 years kazuho update debug screen so that compile time errors will be correctly …
(edit) @23971 [23971] 5 years kazuho fix typo in example/start
(edit) @23970 [23970] 5 years kazuho do not import utf8 by default
(edit) @23969 [23969] 5 years kazuho do not import strict,warnings,utf8 to childen
(edit) @23967 [23967] 5 years kazuho fix escapes in not found
(edit) @23965 [23965] 5 years kazuho change escape char of template from % to ?
(edit) @23959 [23959] 5 years mattn removed 'var'
(edit) @23953 [23953] 5 years kazuho fix bug in sample code
(edit) @23948 [23948] 5 years kazuho add doc
(edit) @23945 [23945] 5 years kazuho add tutorial
(edit) @23943 [23943] 5 years kazuho write install procedure (from svn)
(edit) @23940 [23940] 5 years kazuho add tutorial.mt
(edit) @23939 [23939] 5 years kazuho mobile carrier detection
(edit) @23938 [23938] 5 years mattn must exist.
(edit) @23931 [23931] 5 years kazuho since $Revision$ does only reflect the modifs. of the file itself and not …
(edit) @23930 [23930] 5 years kazuho incr VERSION for testing
(edit) @23929 [23929] 5 years kazuho add revision
(edit) @23902 [23902] 5 years kazuho switch to japanese disclaimer
(edit) @23892 [23892] 5 years kazuho remove unnecessary symbol
(edit) @23891 [23891] 5 years kazuho create test dir
(edit) @23740 [23740] 5 years daisuke とりあえずひな形
(edit) @23719 [23719] 5 years daisuke make manifest with MD5 checksum
Note: See TracRevisionLog for help on using the revision log.