New link_bar handler to be used in sidebars.
Style and html fixes for user login template.
Groups are now simply users with a /members file with one member per file.
Rename $blog_editors to $conf_blog_editors and give it the default value of 'blog-editors'.
Be more careful when checking passwords, make sure that the password file exists and is not empty.
Big overhaul of dirdir rewriting most code to be much simpler, reliable and efficient.
Make bridge app more correct: only activated when GET-ing pages which can have comments and don't get confused by other apps POSTs. Simplify code along the way.
Fix incorrect recording of author on edits. And write a note on a very minnor bug that adds extra new lines at the end of edited files.
Improve default sitemap template, including Google's enhanced 404 pages by default.
CSS tunning: Slightly lower default font size, and change vertical align for images in top_bar.
Add hr abobe comments login request message.
Allow : and , in urls, but strip them and redirect them if they are last char. This fixes some autogenerated links in other sites that will include . and , if they follow an url in an email for example.
Added tag LATEST-RELEASE for changeset 8b746644a5fb
Added tag LATEST-RELEASE for changeset 6edb1b62afba
Added tag LATEST-RELEASE for changeset 164d1aec6edc
Added tag LATEST-RELEASE for changeset 656fdaf320d6
Minor TODO notoe: maybe we should treat relative and absolute url redirect arguments differently.
Atumatically expand conf_hide_paths arguments with $sitedir
In the sidebar tree, remove sitedir *after* we apply dirfilter.
Minor correction to atom and rss link urls.
Improve the atom and rss templates: fix bugs in link attirbutes, simplify code, and include html posts in rss feeds instead of raw markdown.
Add note to review and compare html post parsing code with another implementation.
Add urlencode.awk to contrib/, not used for now.
Move comments display to a template. Show a link to login page when required for posting comments.
Replace switch with series of if, makes the code slightly cleaner, I think.
Remove xml comments from atom feed output and convert them to rc comments instead. Remove limit on atom post sized.
Correct dirfilter matching of /sitemap.txt and /robots.txt, note that we match them even if not in site root.
Don't execute perm_redirects directly from conf_perm_redirect to avoid tripping over sitemaps and other code that sources config files but doesn't want to actually *do* anything. Also hide paths with simple or pattern redirects from sitemaps.
Fix silly html syntax error that all browsers but opera ignored.
Updates to blagh: Allow setting date of new posts, blog-editors default group, provide better error repporting using new notification framework, plus other bug fixes.
Fix bug in crop_text and make length argument optional (default is 512 chars).
Minor style change and delete debug print.
Brown papperbag bug: do not include html headers in rss/atom feeds!
Add file on how to customize the werc CSS stylesheets.
Now that title style is fixed, we can remove this hack.
Increase space between title and sub-title.
Custom .css styles moved from /_style.css to _werc/pub/style.css
Add user/group management docs to werc site.
Add blog header and rss/atom feed links, and fix a bug for agregated blog dirs.
Use new conf_enable_... interfaces, this also alos us to make the default for $enabled_apps nil.
Add conf_enable_app to add items to $enabled_apps, used from conf_enable_xxx functions so one doesn't need to both add stuff to $eanbled_apps and then call conf_enable_xxx, and to avoid enabling the same app twice.
Convert fltr_cache into a function. Enable output buffering which had been commented out for unknwon reasons.
Rewrite most sitemap generation code, much cleaner, modularize file title/desc extraction, take advantage of new fproc_cache to cache sitemap.
Make fproc_cache take an optional second arg that can be a file or dir name, if provided that file/path will be used as input for the first argument removing the need for a temporary file.
Make conf_hide_path more flexible, and note a limitation in sitemap dirfilter handling.
Expand documentation in werc website.
Added tag LATEST-RELEASE for changeset c221ac21cf85
Reorg code in five source files: werc.rc, cgilib.rc, corehandlers.rc, wercconf.rc and werclib.rc.
Use new conf_enable_comments directive in werc website.
Store and display comment posted date/time.
add comment about how note is never displayed due to subsequent redirect.
Fix txt_handler that was broken due to idiotic overzealous 'optimization', thanks mycroftiv for finding and fixing this!
Replace $redirectPermanent with new conf_perm_redirect function. New notices_handler for error/note/success notification boxes. Rename hide_paths to conf_hide_paths. Reorder variable setting, all req-specifc vars are set after initrc and app sourcing, moved request handling code to its own function, this makes us ready to do scgi and other optimizations.
Styles for new notification boxes.
Make http_redirect resolve non-absolute uris. Only allow safe chars for user names. Reliability fixes when checking $status (don't check $#status!). Check user suceeds always if user in admin group.
New version of comments module, must more reliable and polished.
Cosmetic improvements to login form and error msg.
Be smarter about when to enable comments, and make it configurable.
Only allow comments for .md files, this avoids silly things like comments for
Move form templates to where they blong.
Cosmetic html fixes to user login form.
Upgrade and cleanup dirdir, move to app framework, and its implementation more elegant and reliable.
Fix syntax error, and some cosmetic improvments to html form.
Add tempalte for blog posting via web interface.
Move blagh feed templates to app dir, be smarter when enabling 'implicit' blogs, and upgrade the web interface for blog posting.