View Issue Details

IDProjectCategoryView StatusLast Update
0000300Comica 2Maintenancepublic2019-05-06 19:19
ReporterBootBlock Assigned ToBootBlock  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version2.00 
Target Version2.00 
Summary0000300: Perform a property pass of Comic.Definition
Description

Look through and change any properties within the Comic.Definition class and update their attributes and make any code changes to update it to my new(er) style guide as they were originally written years ago within the Comica 0.xx era.

TagsNo tags attached.

Relationships

related to 0000306 assignedBootBlock Add support for multiple comics images within one strip 

Activities

BootBlock

2019-02-01 16:05

administrator   ~0000043

Last edited: 2019-02-01 16:05

Stripped out all of the Navigation-centric properties and functionality.

BootBlock

2019-02-20 09:56

administrator   ~0000054

Last edited: 2019-02-23 22:50

Created a ComicImages property and moved all image-centric properties into it so multiple comic images can be captured per comic strip.

The parent Definition still contains Strip and Ignore; these are the defaults for all child ComicImages unless the respective ComicImage overrides the parent properties.

Added:

  • ComicImage.RedirectUrlRegEx
  • ComicImage.Replace.Find
  • ComicImage.Replace.FindRegEx
  • ComicImage.Replace.FindRegExOptions
  • ComicImage.Replace.Replace
  • ComicImage.Replace.StartAt
  • ComicImage.Replace.Count

Renamed:

  • Definition.LatestComicUrl to Definition.ComicUrl
  • Definition.RedirectUrl to Definition.RedirectUrlRegEx
  • ComicImage.StripStrings to ComicImage.RemoveUrls
  • ComicImage.IgnoreStrings to ComicImage.Ignore

Issue History

Date Modified Username Field Change
2019-02-01 09:10 BootBlock New Issue
2019-02-01 09:10 BootBlock Assigned To => BootBlock
2019-02-01 09:10 BootBlock Status new => acknowledged
2019-02-01 16:05 BootBlock Note Added: 0000043
2019-02-01 16:05 BootBlock Note Edited: 0000043
2019-02-01 18:49 BootBlock Status acknowledged => closed
2019-02-01 18:49 BootBlock Resolution open => fixed
2019-02-20 09:56 BootBlock Note Added: 0000054
2019-02-20 10:06 BootBlock Note Edited: 0000054
2019-02-20 10:07 BootBlock Relationship added related to 0000306
2019-02-20 10:35 BootBlock Note Edited: 0000054
2019-02-20 10:40 BootBlock Note Edited: 0000054
2019-02-20 10:40 BootBlock Note Edited: 0000054
2019-02-20 11:05 BootBlock Note Edited: 0000054
2019-02-23 22:50 BootBlock Note Edited: 0000054
2019-05-06 19:19 BootBlock Category Backend / Core => Maintenance