App-CELL
view release on metacpan or search on metacpan
0.001-0.003 2014-01-01
- start coding
- add "version bump" functionality to dev.sh script
- work on initialization
0.004 2014-01-02 15:13
- revamp CELL.pm
- use Log::Fast instead of Sys::Syslog
- some changes to top-level README
0.005-0.007 2014-01-03
- break out logging into CELL::Log
- lots of work on CELL::Config
- finish _import_sysconfig in CELL::Config
- refactor _import_sysconfig ( broke it into pieces,
iterate over array of subroutine references )
0.008 2014-01-04 17:00
- first crack at Config::Error (inspired by brian d foy)
0.009-0.010 2014-01-07
- refactor CELL.pm
- refactor and merged Error.pm and Log.pm
- start refactoring Config.pm
0.011-0.013 2014-01-08
- get 'make test' running on refactored modules
- WIP: ticket #25
- fix argument passing issue with CELL::Error->new
- first crack at CELL::Message (mostly POD for now)
0.014-0.015 2014-01-09
- CELL::Message now working; testing in progress
- CELL::Config tweaked
- ready to continue working ticket #13
0.016 2014-01-10 23:45
- Config.pm now loading core configuration parameters
0.017-0.019 2014-01-11
- Message.pm refinements
- bring in OBS stuff
- work on OBS stuff (including new release.sh script)
- close tickets #13 and #17
0.020-0.024 2014-01-12 15:50
- work on release script (api/bin/release.sh)
- implement CELL->config method
- implement CELL::Config::config and CELL->config
- implement CELL::Config::set_meta and CELL->set_meta
- basic unit tests for the above
- add more unit tests and configuration parameters
0.025-0.031 2014-01-13
- work on ticket #38
- move former api/bin/ to api-dev/ to keep api/ free of distractions
- another tweak on api-dev/release.sh
- make API pass manifest.t
- add unit test for CELL::Util and fix bug in that module
- rename CELL::Error to CELL::Status
- stop using tags after they possibly cause origin to get into detached
HEAD state
0.032-0.036 2014-01-14
- revamp Status.pm to enable "OK" status level
- add class diagram
- start working on ticket #44 "Add an 'OK' status to CELL::Status"
- refactor CELL.pm
- revamp Status.pm
- start splitting off CELL::Config::Meta
- finish initial write-up of Meta.pm
0.037-0.039 2014-01-15
- work on tickets
- pass all unit tests
0.040 2014-01-16 03:43
- Log.pm: add new 'arbitrary' function so we can write higher-level log
messages without requiring Status.pm
- Status.pm: avert possible circular dependency problems
0.041-0.043 2014-01-17
- change all occurrences of 'dochazka' to 'CELL'
- debug release scripts
- start initial write-up of CELL.pm (mainly POD)
0.044 2014-01-21 09:44
- start implementing new features:
- multiple config files
- flexible names
- config files can be in subdirectories of config dir
- meta parameters in config files instead of hard-coded
- messages in config files instead of hard-coded
0.045 2014-01-21 12:02
- Config.pm: implement get_param() and set_meta()
- Load.pm: first crack at find_files()
0.046-0.050 2014-01-22
- debugging in progress
- start testing Message.pm
- implement unit test for CELL::Load::find_files
- fix some bugs found by unit testing
- move get_and_load_config_files to CELL::Load and prepare for use with
'message' type config files
- make Load.pm deal with messages better
0.051 2014-01-23 23:03
- new Test.pm module for re-useable testing code
- change t/03-load.pm to use the new module
- start working on new format for message config files
(staging/message-slurp.plx)
0.052 2014-01-25 11:58
- put message file parsing code into Load.pm
- write some unit tests for parsing message files and configuration files
- start CELL Localization Guide (in staging/)
0.053 2014-01-27 11:39
- implement caching in find_files
- pass over (and log) duplicate config parameters
0.054 2014-01-27 21:52
- put finishing touches on Load.pm
- add a number of unit tests for Load.pm
0.055-0.59 2014-01-28
- put standard CELL configuration files in dist/config/
- fix bugs
- in Load.pm, make parse_message_file get language tag from the
filename, so the user doesn't have to enter a language tag for each
message she defines
- fix release script
- add language tags verbiage to Localization Guide
- work on Localization Guide
0.060-0.063 2014-01-29
- caress Load.pm and get ready to start testing CELL::Config::init
- unit tests for Load.pm more or less done
- Config.pm: _import_config strip double quotes as well as single
- Log.pm: do not use CELL::Status, convert package variable to state
- Status.pm: include message object in status object
- add more unit tests (almost ready to test CELL::Config::init)
- CELL::Config::init working now
- CELL::Message::init working now
0.064 2014-01-30
- CELL.pm: work on POD and code
- Log.pm: accept lower/mixed-case level
- Util.pm: no newline in timestamp
- 07-cell.t: new unit tests for CELL.pm
- Config.pm: fix regex, don't use meta param for re-entrantness
- Message.pm: make init be re-entrant and report errors
- put unit test of CELL::Message::init in the right file
0.065 2014-01-30 15:26
- rename to App::CELL (from just plain CELL)
0.066 2014-01-31 16:54
- refactor Localization Guide
- draft Apologia (attempt to justify App::CELL's existence to CPAN gurus)
0.067 2014-04-25 17:21
- start work on File::ShareDir based 'config' directory (ticket #17)
0.068 2014-04-26 22:11
- some minor changes left over on laptop from months ago
- fix bug in Perl script used by release.sh to determine the current version
0.069 2014-04-26 22:48
- initial File::ShareDir support
0.070 2014-05-03 12:05
- dependencies to Makefile.PL
- File::ShareDir to testing dependencies in t/00-dependencies.t
0.071 2014-05-04 23:22
- work on ShareDir functionality (ticket #17)
0.072-0.074 2014-05-05
- separate CELL and site configuration directories (rewrite config/README)
- try to pass CPAN Testers smoke test
- edit Changes file for style
- clean up comments in release script
- fix bug: "App::CELL->init not processing argument correctly"
- note that dist/dev.sh bump depends on Perl::Version
0.075-0.76 2014-05-06
- remove obsolete dependencies
- add some error-checking to the release script
- use regexp quote-like operator instead of single-quotes (Load.pm)
- chang App::CELL::Load::find_file so it can walk multiple directories
(ticket #18)
0.077 2014-05-07 22:46
- add tickets/ directory with README
- Status.pm: croak on CRIT errors
- start implementing major design change: first, load App::CELL's own
internal configuration from the distro sharedir and _then_ load from site
configuration directory if it exists
0.078-0.080 2014-05-08 21:16
- Status.pm: remove croaking on CRIT errors
- move directory functions from Config.pm to Load.pm
- move is_directory_viable() to Util.pm
- major refactoring to implement design change referred to in 0.077
- clean up unit test files
- add new unit test 003-debug.t
- minor POD fix in CELL.pm
- Config.pm: initialize meta, core, site package variables; fix bug in
get_param
- Load.pm: improve error checking; more useful debugging messages
- Config.pm: fix bug "get_param, set_meta, and _set_core_site do not
respect hash structure"
0.081 2014-05-09 10:23
- general cleanup
0.082 2014-05-09 14:16
- Test.pm:
- new cleartmpdir function, use it in unit tests
- write proper SYNOPSIS
- new unit tests (t/003-test.t)
- t/030-status.t: add more tests
- update dependencies in t/000-dependencies.t and Makefile.PL
- expand release/README
0.083 2014-05-09 17:15
- CELL.pm: remove 'status_ok' and 'status' wrappers
- CELL_Config.pm and CELL_MetaConfig.pm: prefix all params with 'CELL_',
add comments
- Message.pm: fix bug "'new' method suffers from flawed logic"
0.084 2014-05-09 17:47
- CELL.pm: move 'config' logic to Config.pm and make it a wrapper
- Message.pm: add some comments
- t/100-cell.t: add a test, fix a test
0.085 2014-05-09 22:23
- Config.pm: improve error-checking in get_param
- Log.pm: add $log_level package variable, add 'set_log_level' subroutine,
- Load.pm: revamp SYNOPSIS, fix POD for 'init' subroutine (close ticket
#19), fix white-space bug in parse_message_file
- CELL.pm: change re-entrancy processing, avoid referring to config params
and messages before they have been loaded
- CELL_Message_en.pm: prefix all messages with CELL_ (close ticket #9)
0.086 2014-05-09 23:21
- t/050-find-and-parse.t: add whitespace to trigger bug in event of
regression
- config/CELL_Message_en.conf: add CELL_OVERWRITE_META_PARAM message
- Config.pm: use CELL_OVERWRITE_META_PARAM
- Load.pm: make functions and log messages easier to follow
- open bug #23 Put sprintf into eval block in Message->new
0.087 2014-05-11 13:36
- (Perl::Critic) add .perlcriticrc, disable "no strict 'refs'" warnings
- (Perl::Critic) use two-argument form of 'bless'
- (Perl::Critic) convert nested subroutine into anonymous subroutine
- (Perl::Critic) avoid explicit 'return undef'
- replace 'eval' with Try::Tiny, update dependencies
- Message.pm turn warnings into exceptions in 'new' (close ticket #23)
0.088 2014-05-11 17:15
- add 'Testing with Perl::Critic' section to release README
- (Perl::Critic) unpack @_ in CELL.pm
- (Perl::Critic) use @ARGV with 'local' in Test.pm
- Log.pm: remember $ident and re-use it when necessary
- Message.pm: add 'error' attribute to message class, add 'stringify'
method to message class revamp error checking in 'new'
0.089 2014-05-11 20:01
- implement major design change: migrate to Log::Any (ticket #27)
- t/001-log.t: rewrite to use Log::Any::Test
- remove dependency on Log::Fast
0.090 2014-05-11 21:23
- Log.pm: rename 'configure' subroutine to 'init', tweak POD,
expand permitted levels (ticket #28)
- audit all calls to App::CELL::Status->new (ticket #5)
0.091 2014-05-11 22:29
- CELL_Config.pm, Message.pm: add CELL_SUPPORTED_LANGUAGES and
CELL_LANGUAGE core params (ticket #15)
- CELL.pm, t/100-cell.t: initialize package variables in Message.pm
- Config.pm: unpack @_ in 'config' subroutine
0.092 2014-05-12 13:18
- Load.pm: improve error checking in 'init' (ticket #21); tweak variable
names, subroutine names, param names, message names; fix return status
- tweak param names, variable names, message names in unit test files
- t/004-debug.t: indicate how to activate logging in a test
0.093 2014-05-12 16:48
- completely revamp logging in light of migration to Log::Any
0.094 2014-05-12 23:36
- t/004-log.t: use $ENV{'HOME'} instead of ~
- CELL.pm, Load.pm: optionally take PARAMHASH (appname, sitedir)
0.095 2014-05-13 17:10
- add bin/ directory and start demo.plx script there
- CELL_Message_en.conf: add some testing messages
- t/001-log.t: test logging via Status->new with testing message
- Log.pm: attempt to inherit from Log::Any (not working yet)
0.096 2014-05-14 22:23
- bin/demo.plx now actually does something
- Config.pm: removed obsolete dependencies
- t/004-debug.plx: remove obsolete CELL_DEBUG_MODE test and add comment
explaining purpose of this unit test file, so I'm not tempted to delete
it later
0.097 2014-05-15 14:04
- CELL_Config.pm: get rid of CELL_DEBUG_MODE
- Load.pm: generate debug message for each meta/core/site param loaded;
make process_stanza slightly less verbose; improve debug messages
generated by sitedir search routine; no longer look in home directory or
/etc/sysconfig because application developer can now specify a literal
sitedir path to App::CELL->init
- Makefile.PL, t/000-dependencies.t: remove dependency on Config::General
- Status.pm: log using $log object; fix bug in 'log' method that was
causing "at [FILE] line [LINE]" to be appended twice; add 'text' accessor
method
0.098 2014-05-15 21:56
- Load.pm: clean up get_sitedir some more -- now, application is expected
to specify sitedir in call to 'App::CELL->init' by providing either a
'sitedir' parameter specifying a full path, or an 'enviro' parameter
specifying name of environment variable containing a full path. The only
alternative considered is the CELL_SITEDIR environment variable. This
makes more sense than what we were attempting before, and streamlines the
code.
- t/050-find-and-parse.t renamed -> t/050-load.t
- t/070-config.h: rewriting (ticket #33) - WIP
- add LICENSE and WISHLIST files to dist/ directory
0.099-0.0100 2014-05-16
- Load.pm: tweaked log messages, fixed bug in _report_load_status: "success
log message not being logged because status code 'OK'"
- t/070-config.t: add more tests (ticket #33)
- Status.pm: add boolean methods for 'notice', 'warn', 'err', etc.
- config/: add CELL_SiteConfig.pm, add unit testing params
0.101 2014-05-20 10:48
- t/050-load.t: fix diagnostic log messages
- add LICENSE file with GPLv3 text
- add item to WISHLIST
0.102 2014-05-21 12:45
- CELL.pm, Log.pm: minor cleanup
- Status.pm: fix bug in 'new' -> "status log messages displaying the wrong
caller"
0.103 2014-05-22 21:56
- Log.pm: change initialization routine so it takes a PARAMHASH, and added
a 'show_caller' param to it
- adapted CELL.pm and t/* to change in Log.pm
0.104 2014-05-22 22:17
- CELL.pm: fixed bug "App::CELL->init not recognizing appname param"
- Log.pm: add 'ident' accessor routine
- demo.plx: expanded demo script
0.105 2014-05-23 21:16
- CELL.pm, CELL_Config.pm: move verbiage to doc/guide.pod, implement
CELL_LOG_SHOW_CALLER
- Config.pm: spam the log less
- Message.pm: cleanup 'new', make it return a status object (ticket #26)
- Status.pm: make it handle status object from Message->new
- t/005-message.t: adapt tests, add more tests
0.106 2014-05-23 22:54
- CELL.pm: honor "debug_mode" flag
- Log.pm: honor debug_mode flag, replace a bunch of wrappers with a single
AUTOLOAD routine
- t/001-log.t: add some debug_mode-related tests
0.107 2014-05-24 10:19
- Load.pm: add sanity check to constructor (ticket #21)
- config/: fix spelling of params, add params for sanity check
- Message.pm: tell Data::Dumper to not include any newlines
0.108 2014-05-24 12:26
- Load.pm: suppress caller info in "parsed message" $log->debug call,
generate more useful warnings/errors in find_files
- Log.pm: expand AUTOLOAD routine, improve caller handling, eliminate ok
and not_ok wrappers
- Message.pm: improve caller handling in constructor
- Status.pm: improve caller handling in constructor, make 'caller' accessor
return array ref instead of array
- t/070-config.t: turn on debug_mode
- Config.pm, CELL_Message_en.conf: add value to CELL_OVERWRITE_META_PARAM,
remove unused error/warning messages
- Load.pm: some logging-related fixes
- Guide.pm: some work on documentation
0.184 2014-06-19 09:38 CEST
- started adding "cell => 1" to all $log calls to enable the developer to
suppress all log messages coming from CELL, if desired
0.185 2014-07-07 22:47 CEST
- continue implementing 'cell => 1' parameter to $log-> functions so
developer can suppress CELL's log messages if desired
- Build.PL: require Log::Any::Adapter version 0.10 or higher, because
earlier versions lack File.pm, which we rely on for log-to-file
0.186 2014-07-08 13:28 CEST
- Guide.pm: add caveat section about site_perl/vendor_perl conflicts
0.187 2014-07-11 11:56 CEST
- CELL.pm: have status_XYZ constructors issue a warning when they discard
arguments because the argument list has an odd number of elements
0.188 2014-07-11 13:12 CEST
- fix SF Bug #50 "$CELL->status_err creates status object with bad caller"
- t/031-status_ok.t: add unit tests for CELL.pm status constructors
0.189 2014-07-11 13:22 CEST
- LogToFile.pm: move POD up after CPAN started to choke on it
0.190 2014-07-15
- Message.pm: fix bug (error not reported properly when sprintf generates a warning)
0.191 2014-07-23 07:09 CEST
- Load.pm: keep track of message line numbers in parse_message_file
- Message.pm: when constructing message object for status object, take
only selected attributes from the PARAMHASH
- Status.pm: add an 'expurgate' method
- t/110-site.t: comment out a unit test broken by the message constructor
modifications
0.192 2014-07-23 07:16 CEST
- release/release.sh: fix bug in script that broke timestamp insertion on
Ubuntu 12.04
0.193 2014-07-23 07:52 CEST
- Status.pm: tweak the new 'expurgate' method
- t/032-status-expurgate.t: add unit tests
0.194 2014-07-23 09:00 CEST
- Build.PL, t/: update dependencies to include Data::Structure::Util
0.195 2014-08-11 12:06 CEST
- CELL.pm: minor tweak to eliminate a superfluous line of code
- Log.pm: if this is a CELL internal debug message, log it only if
the CELL_DEBUG_MODE environment variable exists and is true
- Message.pm: fix POD of 'new' method
0.196 2014-08-12 15:34 CEST
- Load.pm: when complaining about duplicate message/parameter definitions,
include both offending and original file in error message
0.197 2014-10-15 10:25 CEST
- Config.pm: add 'get_param' routine; rename 'get_all' routine to more
descriptive 'get_param_metadata'
- t/006-config.t: add test case for 'get_param'
0.198 2014-10-16 23:08 CEST
- t/070-config.t: add test case for Bug #51
https://sourceforge.net/p/perl-cell/tickets/51/
0.199 2014-10-17 11:56 CEST
- Config.pm: fix bug "$meta can be used to access site/core parameters"
0.200 2014-10-22 08:18 CEST
- Config.pm: fix bug "get_param_meta has same problem where $meta could be used to
access $site variables"
- t/070-config.pm: add test case for this bug
0.201 2014-11-05 14:58 CET
- remove dependency on Data::Structure::Util, which does not work with perl
5.20
0.202 2014-11-28 17:50 CET
- Status.pm: since 'dclone' might die (e.g., when a siteparam contains a REGEXP
literal), put the dclone call in a Try::Tiny block
0.203 2014-12-23 15:38 CET
- add (CELL) prefix to more App::CELL-internal log messages
0.204 2014-12-23 18:38 CET
- Config.pm: do not concatenate a variable whose value might be undef
0.205 2015-01-13 23:29 CET
- Config.pm: add 'exists' method; add 'get' wrapper for 'get_param'
- t/: add rudimentary test of 'exists' method
0.206 2015-02-11 13:48 CET
- Config.pm: fix undef bug
0.207 2015-02-12 14:00 CET
- Status.pm: add 'args' accessor method
- t/: test case for 'args' accessor method
0.208 2015-03-24 18:26 CET
- switch over to static README with just a single line (from auto-generated
mega-README)
- Status.pm: in "new" (App::CELL::Status constructor), handle condition when
'level' property is undefined
0.209 2015-04-01 17:45 CEST
- Status.pm: make level, code, and args accessors take an optional
argument -> if present, set property to its value and return it
- t/033-status-accessor.t: simple test cases for this commit
0.210 2015-04-14 09:46 CEST
- add missing File::Temp build dependency
0.211 2015-07-21 17:56 CEST
- update copyright statement to include 2015
- $VERSION only in CELL.pm and Guide.pm
0.212 2015-07-25 05:10 CEST
- technical release
( run in 1.058 second using v1.01-cache-2.11-cpan-39bf76dae61 )