4d7ce5ae00Add reddit button to werc site.
uriel
2009-02-21 03:46:37 +0000
b7fd02b416Minor TODO notoe: maybe we should treat relative and absolute url redirect arguments differently.
uriel
2009-02-21 00:05:30 +0000
a4ec29bd01Atumatically expand conf_hide_paths arguments with $sitedir
uriel
2009-02-21 00:04:48 +0000
cfca9ad7a5In the sidebar tree, remove sitedir *after* we apply dirfilter.
uriel
2009-02-21 00:03:11 +0000
62180dd951Minor correction to atom and rss link urls.
uriel
2009-02-20 23:15:08 +0000
fd1a141e3fImprove the atom and rss templates: fix bugs in link attirbutes, simplify code, and include html posts in rss feeds instead of raw markdown.
uriel
2009-02-18 09:28:20 +0000
b48a0d28beAdd link to ohloh werc page.
uriel
2009-02-18 09:27:00 +0000
bbe63f5f5eAdd note to review and compare html post parsing code with another implementation.
uriel
2009-02-18 09:26:19 +0000
997d8f206fAdd urlencode.awk to contrib/, not used for now.
uriel
2009-02-18 09:25:10 +0000
bd9b1318f3Move comments display to a template. Show a link to login page when required for posting comments.
uriel
2009-02-16 03:46:21 +0000
ec0649ba1cReplace switch with series of if, makes the code slightly cleaner, I think.
uriel
2009-02-16 02:27:28 +0000
288487310bRemove xml comments from atom feed output and convert them to rc comments instead. Remove limit on atom post sized.
uriel
2009-02-15 14:50:50 +0000
49be512fd5Fix dates display in blogs.
uriel
2009-02-14 20:34:23 +0000
378ca3ccb2Correct dirfilter matching of /sitemap.txt and /robots.txt, note that we match them even if not in site root.
uriel
2009-02-14 07:26:52 +0000
e0f4f8b5f3Don'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.
uriel
2009-02-14 07:09:27 +0000
462a3185a6Fix silly html syntax error that all browsers but opera ignored.
uriel
2009-02-13 23:22:02 +0000
fa9f5196a9Updates to blagh: Allow setting date of new posts, blog-editors default group, provide better error repporting using new notification framework, plus other bug fixes.
uriel
2009-02-13 23:21:15 +0000
c93ed867afUse correct post title in rss feeds.
uriel
2009-02-13 23:19:24 +0000
e66f3666acFix bug in crop_text and make length argument optional (default is 512 chars).
uriel
2009-02-13 23:18:34 +0000
12c48bb7e7Script to add users.
uriel
2009-02-13 00:56:15 +0000
7d55fad55bAdd blog header and rss/atom feed links, and fix a bug for agregated blog dirs.
uriel
2009-02-12 22:03:57 +0000
3c664ef47eUse new conf_enable_... interfaces, this also alos us to make the default for $enabled_apps nil.
uriel
2009-02-08 00:23:33 +0000
5fe0d95b05Add 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.
uriel
2009-02-08 00:22:46 +0000
965557e19bConvert fltr_cache into a function. Enable output buffering which had been commented out for unknwon reasons.
uriel
2009-02-06 22:09:32 +0100
0507bfa482Rewrite most sitemap generation code, much cleaner, modularize file title/desc extraction, take advantage of new fproc_cache to cache sitemap.
uriel
2009-02-06 20:43:11 +0100
d5b18a461aMake 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.
uriel
2009-02-06 20:42:15 +0100
db93439b6eAdd TODO item.
uriel
2009-02-05 03:17:30 +0000
f5f19776dfMake conf_hide_path more flexible, and note a limitation in sitemap dirfilter handling.
uriel
2009-02-05 03:16:14 +0000
a1d12138bbReorg code in five source files: werc.rc, cgilib.rc, corehandlers.rc, wercconf.rc and werclib.rc.
uriel
2009-02-01 20:06:51 +0100
92ac3004c9Use new conf_enable_comments directive in werc website.
uriel
2009-02-01 20:05:00 +0100
b4cc8905a0Handle extraHeaders being nil.
uriel
2009-02-01 20:04:28 +0100
0818fc13fbDisplay date in post listing.
uriel
2009-02-01 20:03:27 +0100
7d3c5446daStore and display comment posted date/time.
uriel
2009-02-01 20:02:22 +0100
6d31f59cabWerc site config updates.
uriel
2009-02-01 18:23:31 +0000
560e3767daadd comment about how note is never displayed due to subsequent redirect.
uriel
2009-01-30 16:48:49 +0100
1861c59707Fix txt_handler that was broken due to idiotic overzealous 'optimization', thanks mycroftiv for finding and fixing this!
uriel
2009-01-30 16:19:48 +0100
a2f4bea147Replace $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.
uriel
2009-01-30 16:18:07 +0100
94533c6945Styles for new notification boxes.
uriel
2009-01-30 16:13:39 +0100
e80647ee52Make 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.
uriel
2009-01-30 16:13:06 +0100
1a2444b363New version of comments module, must more reliable and polished.
uriel
2009-01-30 16:10:14 +0100
e65da1c486Cosmetic improvements to login form and error msg.
uriel
2009-01-30 15:18:07 +0100
3bb3a29070Be smarter about when to enable comments, and make it configurable.
uriel
2009-01-26 06:12:45 +0100
a4df183f4eOnly allow comments for .md files, this avoids silly things like comments for loggin form pages, but will need to be improved to become more general.
uriel
2009-01-26 04:56:05 +0100
98d37b2283Handle dir listing of site root.
uriel
2009-01-26 04:51:06 +0100
829e3e36b0Move form templates to where they blong.
uriel
2009-01-26 04:10:02 +0100
0fb040dd2aCosmetic html fixes to user login form.
uriel
2009-01-26 04:09:23 +0100
b8c8cb9e9dUpgrade and cleanup dirdir, move to app framework, and its implementation more elegant and reliable.
uriel
2009-01-26 03:37:47 +0100
267dd6a33dFix syntax error, and some cosmetic improvments to html form.
uriel
2009-01-25 16:54:03 +0100
0147485944Add tempalte for blog posting via web interface.
uriel
2009-01-25 16:53:21 +0100
e364bbdde0Move blagh feed templates to app dir, be smarter when enabling 'implicit' blogs, and upgrade the web interface for blog posting.
uriel
2009-01-25 16:52:19 +0100
e6bc2ae37dImprove the debug shell a bit.
uriel
2009-01-25 16:42:22 +0100
0aa02bc15dAdd -s, print status when a command sets it.
uriel
2009-01-25 15:42:56 +0100
b25406c592Various changes: - New generic http_redirect function, and two shortcuts for 303: post_redirect and 301: perm_redirect - Allow get_lib_file to take a default value, and change where master_template is set. - Fix bugs in auth code and properly trim ^M from post data. - Other cosmetic/minor improvements.
uriel
2009-01-25 13:56:53 +0100
6b8aa06dbbMake comments form look less hideous
uriel
2009-01-24 07:22:43 +0100
4302232dd0Add some comments and replace get_post_args with load_post_args
uriel
2009-01-24 07:11:39 +0100
a8fd3560fdTwo minor handler changes: tpl_handler now can take multiple templates, md_handler can only take one .md file.
uriel
2009-01-23 17:51:23 +0100
ca0507992eFix minor cosmetic bug in dir listing by passing req_path instead of local_path.
uriel
2009-01-23 17:48:09 +0100
19fb976b75Fix and simplify config loading process.
uriel
2009-01-23 16:46:48 +0100
307d38e6efblaghDirs is now blagh_dirs.
uriel
2009-01-23 16:45:48 +0100
a12260bc19Simplify init code to take advantage of the new blagh_root variable. Fix and cleanup various things.
uriel
2009-01-23 16:44:42 +0100
d349b81ee7Move comment to where it belong and note deprecation.
uriel
2009-01-22 14:24:48 +0100
dddc77d560Rewrite http post parsing code, this should be faster and cleaner, added a get_post_args function to keep backwards compat but it is not really needed.
uriel
2009-01-22 14:21:40 +0100
582c8efc8aMerge in werc.cat-v.org updates and css changes.
uriel
2009-01-22 09:24:10 +0100
3c3f9627ffAdd conf_enable_blog function to blagh to be used to setup a blog.
uriel
2009-01-22 09:23:20 +0100
41c4279bd1Change app loading to be done in two passes, first source app files, then call init for enabled apps. This makes it possible to call app functions at config time. Provide $conf_wd variable at config time, which can in turn be used by apps to determine where in the tree we are at config/setup time.
uriel
2009-01-22 09:22:15 +0100
86da4525a2Try to make default css font setup saner.
uriel
2009-01-21 10:26:09 +0000
7141cb368fSilly cosmetic fix for werc site title
uriel
2009-01-21 10:25:39 +0000
75a35ffb40Some more werc.cat-v.org content
uriel
2009-01-21 10:23:35 +0000
c815037b70Update urls to linke to werc.cat-v.org
uriel
2009-01-21 09:27:35 +0000