7
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 22 hours ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- adds "-F, --force" option, which is synonymous with --update-cache. - replaces "sed 1q" with nb_print(). - updates user manual with tips for disabling plugins. More... over 16 years ago
- Changed default mimetype to more relaxed, "text/html." - Must use --query option to change queries for --edit, --delete, --list, --move, and --update. More... over 16 years ago
Backported some CSS enhancements, including feed icons. More... over 16 years ago
- Replaced CSS with correct files. - Updated classes for pre and intro. More... over 16 years ago
Replaced file with correct one. More... over 16 years ago
- Fix: previous entry failed to update when URI changed. - Redesigned templates and CSS back to a simple 2 column layout. More... over 16 years ago
- reverted templates and css to wide style, thanks to Guennadi for contrib. - Fix: archive links broken by unicode. More... over 16 years ago
Updated licensing information. More... almost 17 years ago
- Consolidated lookup_*id functions into a single function. - Bug fix: broken navigational links. More... almost 17 years ago
Updated with denis BENARD's UTF-8 conversions. More... about 17 years ago
Julie Wojcicki and denis BERNARD updated help.txt converted to UTF-8. More... about 17 years ago
Updates from Sven Bergner for German .lang files. More... about 17 years ago
Denis Bernard's latest updates to French user manual. More... about 17 years ago
Configurable temp directory. More... about 17 years ago
Fix: query for expired cache could throw limit offset. More... about 17 years ago
- Fix: useless use of cat in set_*link functions. - Fix: Day archives were not being cached. - Replaced external use of sed with faster Bash internals where possible in set_*link functions. More... about 17 years ago
Replaced use of external expr command with faster, internal let command. More... about 17 years ago
Replaced command subsitution of expr with faster internal let command. More... about 17 years ago
- Fix: validation of $db_categories used unreliable form of command substitution. - Fix: write_template example in user manual was wrong. More... about 17 years ago
Denis Bernard updated French translation of user manual. More... about 17 years ago
Fix: $db_categories wasn't being nullified when no categories existed. More... about 17 years ago
- Fix: previous commit didn't set metadata files to load. - New function, write_template writes template data to STDOUT. - Optimized rest of *_entry.htm templates (removed pipe to sed). More... about 17 years ago
- Enhanced load_metadata() function. - Faster generation of category archives whenever TITLE is specified as metadata type. - Updated user manual with SHOW_TIMES variable and load_metadata function. More... about 17 years ago
Fix: previous commit caused certain queries to screw with update process. More... about 17 years ago
- Added French user manual by Denis Bernard. - Backported minor speed improvements to RSS-1.0 plugin. More... about 17 years ago
Default query mode influences all opeartions, now must use --query or blog.conf's QUERY_MODE to change. More... about 17 years ago
Minor speed improvements to atom, rss, feed links plugins, and lib/tools. More... about 17 years ago
- Improved detection for specified range of dates. - Fix: "cat" was needlessly queried while listing entries. More... about 17 years ago
- New Benchmarking option that uses internal times command. - Removed long time, deprecated "-B" and "--body" command line options. - Ability to index and re-index category ID's to category database. - Ability to specify a starting date when querying entries. - Notable speed improvement when generating category links. - Fix: Year archive plugin used potentially slower load_entry, instead of read_metadata for retrieving entries' titles. More... about 17 years ago
Fix: last commit would've caused category to be updated with old entry when date was changed. More... about 17 years ago