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.
Add -s, print status when a command sets it.
Make comments form look less hideous
Add some comments and replace get_post_args with load_post_args
Two minor handler changes: tpl_handler now can take multiple templates, md_handler can only take one .md file.
Fix minor cosmetic bug in dir listing by passing req_path instead of local_path.
Fix and simplify config loading process.
New helpful dprintvars deubg function.
Simplify init code to take advantage of the new blagh_root variable. Fix and cleanup various things.
Move comment to where it belong and note deprecation.
Rewrite http post parsing code, this should be faster and cleaner, added a
Merge in werc.cat-v.org updates and css changes.
Add conf_enable_blog function to blagh to be used to setup a blog.
Change app loading to be done in two passes, first source app files, then call init for enabled apps.
Try to make default css font setup saner.
Silly cosmetic fix for werc site title
Update urls to linke to werc.cat-v.org
Fix display of individual blog posts.
Allow to set optional dir listing sorting (ls) options with the config var: dir_listing_ls_opts
Add werc.cat-v.org/ site, it serves as sample site.
Rename $wiki to $enable_wiki to be consistent with $enable_comments, also add a note that dirdir templates should move from lib/_apps/dirdir/ to apps/diridri/
Dirdir wiki engine updates, cleaned up some code, now one can save from preview page.
Remove unused/debug code and rename comment var enable_comments
Cosmetic changes to default_master.tpl
Move some wiki code into dirdir app!
Fix cookie parsing if more than one cookie present, add optional user/loggin-info sidebar
Make left sidebar into a list of handlers.
Added tag LATEST-RELEASE for changeset 71e051f0e8e0
Add comment on future issue for apps with 'synthetic' dirs.
Fix handling of static /pub/ files.
Add handling of static files for /pub/*
Update atom and rss templates to work with new blagh format.
Blagh: improve handler setup for atom/rss feeds, also filter out blog posts with non-url-allowed path elements.
Get rid of response_format which was only used by blagh feeds anyway, and we can emulate by setting $headers to nil plus adding a $res_tail var.
Various small cleanups: remove unused code, clarity and reliability fixes here and here, move code to more appropriate locations, improve some comments.
Remove some debug code, and fix a silly bug.