X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=TODO;h=c2fafe23fa818eb3841a7c1ec37a0c4011e4ea78;hp=aa99e54b879368a7a2e1a2c8da7c5ee56e1567ca;hb=807fbc25c35ea3cdf16adcb2106fbb63b3511a68;hpb=f4287e42a5e96cffe70d84a3c659d5be3eab46d5 diff --git a/TODO b/TODO index aa99e54..c2fafe2 100644 --- a/TODO +++ b/TODO @@ -1,13 +1,40 @@ +TODO +==== + +Changes for future releases +=========================== + +- Allow different encoding formats to be used when compiling instead of + UTF-8 which will probably be implemented within the output modules. +- Code optimisation where the if statements are condensed into one line so + that less space is used among other improvements. + +Changes implemented in 0.5.0 +============================ + +- Implemented Output Module system. + +Changes implemented in 0.3.0 +============================ + +- Added the ability to switch off and on a filter. +- Removed CGI.pm from the installer script. +- Added ability to change the amount of pages, templates and filters that + can be viewed. + +Changes implemented in 0.2.0 +============================ + - Add setting for altering the size of the large textarea boxes. -- Add the ability to switch off and on a filter. - Optimise the speed of getting filters and templates when viewing them -as a list. + as a list. - Allow a limit on the amount of pages viewed on each page to reduce CPU -and Database load. + and Database load. - Apply the same from the above to the template and filter lists. -- Add overwrite template ability when compiling. -- Optimise the speed of Kiriwrite in general (seperating the code into -smaller files perhaps stored in a new directory called lib). - Attempt to replace the usage of the CGI Perl module with CGI::Lite. - Possibly replace the use of XML files used for the configuration file -and language files to improve the speed of Kiriwrite. + and language files to improve the speed of Kiriwrite. +- Add overwrite template ability when compiling. +- Optimise the speed of Kiriwrite in general (seperating the code into + smaller files perhaps stored in a new directory called lib). +