7
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 12 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Fix: noncritical temp files were not created in time, sending errors to stdout. - Fix: sed command in title2link() could be shortened (thanks Dmitry Kohmanyuk) - Fix: cache files updated after weblog generation from same command line. More... over 17 years ago
- Fix: cached older entries when chron. order was plain - should be latest. - Added prompt when editing entries to accomodate ext. editing processes. - New "--query" option to assist in editing or deleting of entries that match a particular query. More... over 17 years ago
- integrated feed icon. - Fix: syndication feeds didn't retain their reverse chronological order. More... over 17 years ago
Fix: regex for detecting moods variables was too broad. Fix: Michal Čihař noticed non-escaped HTML caused Tidy to skip output from atom.sh plugin. Fix: Romain Lenglet noticed variables were not being initialized for the meta-based articles plugin. More... over 17 years ago
Fix: It was discovered that regex used in set_smarlinkname() was too broad. More... over 17 years ago
Fix: regex to reduce title length, always removed one character too many. More... over 17 years ago
Limited length of entry's URL when greater than $MAX_TITLEWIDTH. More... over 17 years ago
Fix: Recent entries plugin works with set_smartlinkname(). More... over 17 years ago
Backwards support for previous linking methods. More... over 17 years ago
Fix: deleted entry list was updated in an illogical fashion causing non-critical race conditions. More... over 17 years ago
Fix: set_smartlinkname() was missing operative variable for categories. More... over 17 years ago
- Fix: noncritical sed errors upon entry deletion. - Improved pagination of entries without categories. More... over 17 years ago
- Enabled title based links. - Automatically manages same titled links of both entries and categories. - Fix: previous and next entries update again. - Fix: pagination of main page completes upon adding new entries. More... over 17 years ago
Fix: properly checks RSS2_CATFEEDS before creating RSS 2.0 feed links More... over 17 years ago
- Fix: Feed list handles SHOW_INDEXFILE - Fix: --blogdir ($BLOG_DIR) handles "./" More... over 17 years ago
Removed bad module add of templates. More... over 17 years ago
- Patch: add CSS for feeds, by nijel - Patch: include list of syndication feeds to template, by nijel More... over 17 years ago
- Cleaned up design and code for page navigation menus. - Patch: applied calendar-fix.patch from Nijel to fix grep expression. More... over 17 years ago
Fix: build_dayarchive() didn't compare update list against month list. More... over 17 years ago
- Fix: previous commit broke paginate() update routines.. - Fix: day archives looped entire month regardless of modified entries. - Enhanced speed when listing entries. More... over 17 years ago
- LIMIT_ITEMS changed to FEED_ITEMS, default for syndication plugins. - new control variables for syndication plugins, ATOM_ITEMS, RSS2_ITEMS, RSS_ITEMS. - LIST_N changed to RECENTLIST_ENTRIES and LIST_OFFSET to RECENTLIST_OFFSET. More... over 17 years ago
Automatically remove old numbered pages leftover from pagination. More... over 17 years ago
- Fix: pagination wasn't setting limits and offsets correctly. - Main page can be split using pagination. More... over 17 years ago
- Fix: pagination with limit of 1 was calculated incorrectly. - Added necessary page navigational links to month archive template. More... over 17 years ago
- Archives by day. - Permanent links anchor to day archives unless individual archives enabled. - Automatic pagination of month and day archives. More... over 17 years ago
Fix (by Niels Heirbaut): metadata templates were being overwritten because of a typo in a conditional statement. More... almost 18 years ago
Fix: previous commit broke handling user plugins directory exclusively. More... almost 18 years ago
Fix: some plugins failed to load when user plugins tree structure differed from the main plugins. More... almost 18 years ago
- Multiple copies of plugins are handled through Bash internals (instead of "sort -u"). - User plugins are loaded in their natural order. - User plugins load before main plugins. More... almost 18 years ago
Changed naming convention for plugins to include both letters and numbers. More... almost 18 years ago