• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
overhaul of package:

- favor tcl-compilable string comparisons

- don't use numeric comparison operator for non-numeric arguments

- brace expressions

- replace depreacted "ad_parameter" by parameter::get

- use "in" or "ni" expression instead of "lsearch"

- use tcl 8.5 extended index format for "string range"

  1. … 20 more files in changeset.
- replace deprecated calls

  1. … 5 more files in changeset.
Made larsblogger use HTML notifications

  1. … 11 more files in changeset.
Got rid of the storing of the RSS feeds in the file directory as this is overkill (can be generated on the fly) *and* faces limits on the file system (especially if you have more than 32000 news feeds in your system

  1. … 4 more files in changeset.
Merged in changes from openacs-5-0-0-final to jcd-merge-pre503

  1. … 18 more files in changeset.
- Implemented parameters for content length in RSS feed and on blog index/archive pages

- Bumped version number to 1.0.2

- Require acs-tcl version 5.0.1

  1. … 3 more files in changeset.
Merged posted_date and entry_date into entry_date, which is now a full timestamp

  1. … 34 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
Fixed bug: Request error when posting entry -- was bad Oracle query in the RSS datasource. While fixing, I wrote test cases to expose it, and while doing that I had to invent and restructure lots of API.

- Removed pages under /admin which are now under www

  1. … 34 more files in changeset.
Support for categories in RSS

  1. … 1 more file in changeset.
Removed pubDate, it's not being set by rss-support

Fixed timezone RSS support: Always convert times to GMT

Added support for RSS 2.0

  1. … 4 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 816 more files in changeset.
fixed an embarrassing amount of bugs, now let us have fun! :)

  1. … 34 more files in changeset.
added support for multiple users

  1. … 69 more files in changeset.
merge from oacs-4-6

  1. … 103 more files in changeset.
Applied patch #503 to fix bug #1914: Problem with posted_date and timezones

  1. … 1 more file in changeset.
make timestamps ISO 8601 compliant. Get the TZ offset as the current TZ offset which is wrong but only off by 1hr at most (unlike the hardcoded -0600)

  1. … 2 more files in changeset.
- Cleaned up templates. There's now a single template for displaying an entry, so it's always displayed consistently.\n- Moved lars_package_url_from_package_id into the core as apm_package_url_from_id.\n- Introduced a lars_blog_public_package_url proc so that's consistent, too.

  1. … 25 more files in changeset.
Initial version of lars-blogger with PG and Oracle support

  1. … 71 more files in changeset.