App-FTNDB
view release on metacpan or search on metacpan
Revision history for FTN Database application (App-FTNDB)
0.39 Wed Oct 8 06:55 2014
- Add initial version of MANIFEST.SKIP file.
- Add initial version of '.travis.yml' for use at GitHub mirror.
0.38 Fri Jan 4 17:10 2013
- Rename application from 'FTNDB' to 'App::FTNDB'
0.37 Mon Oct 8 14:52 2012
- Add insertion of the "ftnyear" & "yearday" fields to those being inserted
for each nodelist row in the database.
0.36 Mon Oct 8 11:26 2012
- Add a nodelist_file_info function to lib/FTNDB/Nodelist.pm for providing
information for a nodelist file.
0.35 Sat Sep 2 17:22 2012
- Add the '-or9" ZIPFLAGS WriteMakefile dist parameter in Makefile.PL
- Change to use the ABSTRACT keyword instead of ABSTRACT_FROM in Makefile.PL.
0.34 Sat Sep 1 09:55 2012
- Separate out the FTN::Database Perl Modules and the FTN Database application
into their own distributions.
0.33 Sun Jun 10 08:43 2012
- Copy create_ftn_nodelist_table from ftnpl-admin to ftnpl-nodelist
- Rewrite/Rename subroutine create_ftn_nodelist_table in ftnpl-admin
- Add generic create_ftn_table subroutine to FTN::Database.
0.32 Sat Jun 2 14:12 2012
- Rewrite the lib/FTN/Database/Nodelist.pm module to only include functions
that define the nodelist table fields (define_nodelist_table) and the
ftnnode index fields (ftnnode_index_fields) plus documentation for them.
0.31 Mon May 28 12:55 2012
- Move FTN::Database::Nodelist to FTNDB::Nodelist and update modules and
scripts as neccessary.
0.30 Mon Mar 19 21:41 2012
- Move and rewrite the doc/TODO file to the separate ToDo files
lib/FTNDB/ToDo.pod and lib/FTN/Database/ToDo.pod.
- Change ftnpldb references in files to being ftndb instead, including
renameing bin/ftnpldb-admin to bin/ftndb-admin and bin/ftnpldb-nodelist
to bin/ftndb-nodelist.
- Create the initial set of files for the development of a replacement
administration script using App::Cmd and at least initially using the
name 'ftndbadm'.
0.29 Sun Mar 18 18:28 2012
- Use the database type for the 'id' field selection in the function
create_nodelist_table.
0.28 Sun Mar 18 15:56 2012
- Add $ftnyear and $yearday to the list_ftn_nodelist bind_columns call in
ftnpldb-nodelist.
- Change the default to 'now' and drop the "(14)" from TIMESTAMP for the
field 'updated' definition.
0.27 Sun Mar 18 12:56 2012
- Updated the doc/TODO file.
- lib/FTN/Database/Nodelist.pm:
Add the new field 'ftnyear' to the nodelist table definition.
Add the new field 'yearday' to the nodelist table definition.
Add 'ftnyear' and 'yearday' to the nodelist ftnnode index definition.
0.26 Sun Mar 18 10:58 2012
- Update the Copyright end year to 2012.
- lib/FTN/Database/Nodelist.pm:
Change the 'name' field constraint from 32 to 48.
Change the 'sysop' field constraint from 32 to 48.
Change the 'phone' field constraint from 20 to 32.
Change the 'flags' field constraint from 64 to 128.
Change the 'location' field constraint from 32 to 48.
- Update the git repository URLs for their new locations in the README.
0.25 Sun Nov 06 14:02 2011
- Correct the ftnpldb-admin script to use the drop_ftn_index subroutine.
- Derive the initial version of the new create_ftn_index subroutine from
the create_ftnnode_index function in FTN::Database::Nodelist.
- Change the ftnpldb-nodelist and ftnpldb-admin scripts to use the new
create_ftn_index subroutine.
0.24 Wed Sep 21 15:31 2011
- Correct GitHub ftnpl project Issues references.
- Rename the drop_ftndb_table function to drop_ftn_table.
- Derive a drop_ftn_index function from the drop_ftnnode_index function.
- Changed ftnpldb-nodelist script to use the new drop_ftn_index function.
- Removed the old drop_ftnnode_index function.
0.23 Mon Jul 25 11:44 2011
- Derive a drop_ftn_table function from the drop_nodelist_table function.
- Change the ftnpldb-admin script to use the new drop_ftndb_table function.
- Remove old drop_nodelist_table function from FTN::Database::Nodelist.
0.22 Sun Jul 24 22:31 2011
- Some cleanup of white space in all files.
- Rename the create_ftndb function to create_ftn_database.
- Rename the open_ftndb function to open_ftn_database.
- Rename the close_ftndb function to close_ftn_database,
- Rename the drop_ftndb function to drop_ftn_database.
0.21 Sun Jul 17 11:44 2011
- Update Copyright years to 2011.
- Cleaned up tabs and other white space in Changes file.
- Update BUGS and SUPPORT sections regarding the GitHub project.
- Corrected the ftnpldb-admin link in the modules SEE ALSO section.
0.20 Thu Oct 20 19:33 2010
- Rewrite how the reverse sort in ftnpldb-nodelist is done.
- Builtins in ftnpldb-* scripts do not need to use parentheses.
- Use constant pragma in ftnpldb-nodelist for variable constants.
- Correct literal string interpolations in the ftnpldb-* scripts.
- Rewrite how the split function call is done in ftnpldb-nodelist.
- Clean up white space and etc. in ftnpldb-admin and ftnpldb-nodelist.
- Correct how definitions of empty strings are done in ftnpldb-* scripts.
- Use braces for print file handles in ftnpldb-admin and ftnpldb-nodelist.
( run in 1.764 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )