]> git.plutz.net Git - cgilite/shortlog
cgilite
2023-09-02 Paul Hänschallow bullet symbol as list marker (for copy/paste...
2022-07-13 Paul Hänschbugfix: do not accidentally start list blocks at second...
2023-09-01 Paul Hänschbugfix: do not consume multiple paragraphs in list...
2023-08-31 Paul HänschLICENSE CHANGE: CGIlite is now under ISC License!
2023-08-30 Paul Hänschbugfix: endless loop in _startlist because of lacking...
2023-08-30 Paul Hänschdiscriminate between different list markers
2023-08-30 Paul Hänschunified list code
2023-08-30 Paul Hänschallow block lists (again)
2023-08-30 Paul Hänschreduce use of non-posix gensub
2023-08-30 Paul Hänschsimpler block nesting, fix: h2 after paragraph
2023-08-29 Paul Hänschfix: block nesting in lists
2023-08-29 Paul Hänschfix: task list unsure
2023-08-29 Paul Hänschimproved lists
2023-08-28 Paul Hänschstyle for definition lists, adjusted list padding
2023-08-28 Paul Hänschstyle for line-block
2023-08-28 Paul Hänschtidy up variable declarations, remove additional line...
2023-08-28 Paul Hänschintroducing definition lists!
2023-08-20 Paul Hänschmarkdown: avoid adding newlines to blockquote, css...
2023-07-02 Paul Hänschheadline atttributes
2023-07-02 Paul Hänschheading text in id
2023-07-02 Paul Hänschblock level prefix to avoid repeating headline IDs
2023-07-02 Paul Hänschnesting of <section> in block elements
2023-06-22 Paul Hänschunified headline function
2023-06-21 Paul Hänschbugfix do not escape # character in link references
2023-06-21 Paul HänschOmit link IDs in nested headings, to prevent ambiguous IDs
2023-06-21 Paul HänschEXPERIMENTAL: <section> wrapping for Headlines
2023-06-19 Paul Hänschbugfix: HEX_DECODE for prefixes looking like shell...
2023-06-19 Paul Hänschbugfix: do not accidentally strip white spaces from...
2023-06-19 Paul HänschInclude backtick (`) in URL escape handling
2023-06-19 Paul Hänschbugfix: prevent endless loop in HEX_DECODE, copy non...
2023-06-13 Paul Hänschtranslatable user dialogs
2023-06-12 Paul Hänschlist padding, to prevent bullets floating into elements...
2023-06-12 Paul HänschSecurity: put backslash-escaped characters through...
2023-06-12 Paul HänschCompatibility: Grid Tables section now compatible with...
2023-06-01 Paul Hänschperformance: avoid process forking
2023-05-30 Paul Hänschwiki style links: portability regex fix
2023-05-20 Paul HänschAllow headerless grid tables
2023-05-20 Paul Hänschallow empty alt text in images
2023-05-20 Paul HänschExtension: Arrows
2023-05-18 Paul Hänschenable block element Macros
2023-05-18 Paul Hänschextesion: introduce <figure>-wrapped images as block...
2023-05-18 Paul Hänschbugfix: enable image links
2023-05-18 Paul HänschW3C Validator compliance: introduce separate function...
2022-08-04 Paul Hänschinline image attributes, wiki style links
2022-07-27 Paul Hänschbugfix/typo: correct transformation of header fields...
2022-07-25 Paul Hänschescape CR and BR in HTML output (as previously specified)
2022-06-26 Paul Hänschtable style
2022-06-26 Paul Hänschbugfix: allow trailing white space in indented code
2022-06-26 Paul Hänschbugfix anchor links starting with # character
2022-06-26 Paul Hänschbugfix: prevent white space lines from becoming code...
2022-06-26 Paul Hänschanchor links for headlines, bugfix: continue block...
2022-06-26 Paul HänschImplemented pandoc grid tables
2022-06-26 Paul HänschImplemented Pipe Tables
2022-05-31 Paul Hänschbugfix in recognition of fenced code block attributes
2022-05-31 Paul Hänschordered list of mime types, additional pdf and text...
2022-05-31 Paul Hänschstyling classes for task list, additional task list...
2022-05-22 Paul Hänschstyle for search button
2022-05-19 Paul Hänschvariable expiration times, clickable invitation links
2022-05-18 Paul Hänschdetect https/http schema for invite links
2022-05-18 Paul Hänschexport user variables
2022-05-18 Paul Hänschallow email quicklinks, bugfix pattern extractor in...
2022-05-18 Paul Hänschvariable $UID is reserved in bash and cannot be used
2022-05-17 Paul Hänschmetadata blocks
2022-05-16 Paul Hänschavoid odd margins in list items
2022-05-16 Paul Hänschuser passphrase update, improved username form
2022-05-11 Paul Hänschallow invitation without email, allow setting user...
2022-05-10 Paul Hänsch"cgilite_headers" among export variables
2022-04-08 Paul Hänschreset header variables when processing multiple requests
2022-03-24 Paul Hänschcorrected paragraph splitting and hr/h2 distinction
2022-03-24 Paul Hänschfaster hexdecode for mixed data (e.g. post-data)
2022-03-15 Paul HänschAPI CHANGE: do not set session cookie automatically
2022-03-10 Paul Hänschenable pandoc fenced divs, and fenced code attributes
2022-03-10 Paul Hänschmake hr tag visible again
2022-02-23 Paul Hänschbugfix: prevent HTML injection in reference style link...
2022-02-20 Paul Hänschmarkdown support for external macro plugin
2021-11-16 Paul Hänschbugfix URL escaping for ? and %
2021-11-16 Paul Hänschfaster HTML and URL functions
2021-10-28 Paul Hänschexport application globals
2021-10-27 Paul Hänschidmap functions
2021-10-27 Paul Hänschbetter data-layer / UI-layer abstraction in user functions
2021-10-13 Paul Hänschallow server site message page to confirm registration
2021-10-07 Paul Hänschperform _BASE striping outside of internal web server
2021-10-07 Paul Hänschcleaner display of activation link, include port number...
2021-10-07 Paul Hänschstrip _BASE path from PATH_INFO variable
2021-10-07 Paul Hänschuser invite function, handle invite/registration expire...
2021-09-29 Paul Hänschbugfix tooltips
2021-09-29 Paul Hänschimproved markup for styling
2021-09-29 Paul Hänschmin-height for textarea
2021-09-29 Paul Hänschunambiguous cookie path when destroying user session
2021-09-22 Paul Hänschautomatically swap in confirmation dialog for registration
2021-09-21 Paul Hänschfix in email syntax and confirm path
2021-09-21 Paul Hänschignore automatic files from modules
2021-09-21 Paul Hänschsyntax fixes, minor sanity checks
2021-09-16 Paul Hänschuser account functions
2021-09-15 Paul Hänschfunction new_session to force session update, limit...
2021-09-13 Paul Hänschallow suppression of default session cookie
2021-09-13 Paul HänschSTRING encodes empty values as backslash for easyer...
2021-09-12 Paul Hänschtypo in cli parsing
2021-08-27 Paul HänschSet _EXEC _DATA and _BASE variables
2021-08-24 Paul Hänschmuch faster hex decode function
next