Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

FIX: compatibility with Python v2.x #9

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 29, 2018

  1. FIX: compatibility with Python v2.x

    MOD: some cosmetics regarding folding of function comments
    nnako committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    deb9dc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9d9e7a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. removed some comments

    nnako committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    5f5af12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec2f205 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. NEW: PERSON specifications by using different SQUARE BRACKET formats

    NEW: REMARKS specification by using CURLY BRACKETS
    nnako committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    d87c529 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. some minimal comment changes

    Kohn, Dr. Peter Nnamdi (TM-D) committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    71b6937 View commit details
    Browse the repository at this point in the history
  2. FIX: usage of serialize() instead of __str__() so in Python v2 unicod…

    …e can be handled
    
    FIX: __setattr__() function now handles persons and remarks as well
    MOD: rename "author" -> "authors" and "responsible" -> "responsibles" as they are lists
    Kohn, Dr. Peter Nnamdi (TM-D) committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    f84d5bf View commit details
    Browse the repository at this point in the history
  3. FIX: facilitate normal time string "12:34" within text by forcing sta…

    …rting alpha char for attributes
    Kohn, Dr. Peter Nnamdi (TM-D) committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    ac5c86f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. FIX: occasional creation date mismatch corrected on import of TODOTXT…

    … file
    Kohn, Dr. Peter Nnamdi (TM-D) committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    e46fc3a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. FIX: return REMARKS not as list but as string containing '\n'

    Kohn, Dr. Peter Nnamdi (TM-D) committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    dae5165 View commit details
    Browse the repository at this point in the history
  2. FIX: remove warning message for REMARK to be no string

    Kohn, Dr. Peter Nnamdi (TM-D) committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    c878bf7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. FIX: evaluate REMARKS before PERSONS to facilitate square brackets wi…

    …thin remarks
    Kohn, Dr. Peter Nnamdi (TM-D) committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    0bda3de View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. NEW: prioritized evaluation of specific link attributes (http, https,

    link) into list of list
    Kohn, Dr. Peter Nnamdi (TM-D) committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    11080b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. FIX: for detection of tags, take tag name until FIRST colon char

    Kohn, Dr. Peter Nnamdi (TM-D) committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    983b3a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. added better comments

    Kohn, Dr. Peter Nnamdi (TM-D) committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    36cadce View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. FIX: ignore single PLUS symbol for project specification (while readi…

    …ng from file)
    Kohn, Dr. Peter Nnamdi (TM-D) committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    161b031 View commit details
    Browse the repository at this point in the history
  2. FIX: change order of member detection. now, e.g. projects are not rea…

    …d from descriptions.
    Kohn, Dr. Peter Nnamdi (TM-D) committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    87d9eaa View commit details
    Browse the repository at this point in the history
  3. todotxt-v1.1.2

    nnako authored and Kohn, Dr. Peter Nnamdi (TM-D) committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    9a16193 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. FIX: stabilize project / subject identification against special chara…

    …cters instilled e.g. by GitLab
    
         special characters following the plus sign will skip the element
    nnako authored and Kohn, Dr. Peter Nnamdi (TM-D) committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    68d2b20 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. FIX: use recursive regular expressions for identifying remarks correctly

    nnako authored and Kohn, Dr. Peter Nnamdi (TM-D) committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    fe5d5f2 View commit details
    Browse the repository at this point in the history