Commit Graph

  • 6c3c07c0da Added tag LATEST-RELEASE for changeset 8b746644a5fb uriel 2009-02-22 22:26:43 +0100
  • 85c7d248e4 Added tag LATEST-RELEASE for changeset 6edb1b62afba uriel 2009-02-22 22:22:19 +0100
  • aea78c7442 Added tag LATEST-RELEASE for changeset 164d1aec6edc uriel 2009-02-22 22:21:06 +0100
  • 9972246fcf Added tag LATEST-RELEASE for changeset 656fdaf320d6 uriel 2009-02-22 22:13:02 +0100
  • f83dac047c New release uriel 2009-02-22 22:13:02 +0100
  • 4d7ce5ae00 Add reddit button to werc site. uriel 2009-02-21 03:46:37 +0000
  • b7fd02b416 Minor TODO notoe: maybe we should treat relative and absolute url redirect arguments differently. uriel 2009-02-21 00:05:30 +0000
  • a4ec29bd01 Atumatically expand conf_hide_paths arguments with $sitedir uriel 2009-02-21 00:04:48 +0000
  • cfca9ad7a5 In the sidebar tree, remove sitedir *after* we apply dirfilter. uriel 2009-02-21 00:03:11 +0000
  • 62180dd951 Minor correction to atom and rss link urls. uriel 2009-02-20 23:15:08 +0000
  • fd1a141e3f Improve 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
  • b48a0d28be Add link to ohloh werc page. uriel 2009-02-18 09:27:00 +0000
  • bbe63f5f5e Add note to review and compare html post parsing code with another implementation. uriel 2009-02-18 09:26:19 +0000
  • 997d8f206f Add urlencode.awk to contrib/, not used for now. uriel 2009-02-18 09:25:10 +0000
  • bd9b1318f3 Move comments display to a template. Show a link to login page when required for posting comments. uriel 2009-02-16 03:46:21 +0000
  • ec0649ba1c Replace switch with series of if, makes the code slightly cleaner, I think. uriel 2009-02-16 02:27:28 +0000
  • 288487310b Remove 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
  • 49be512fd5 Fix dates display in blogs. uriel 2009-02-14 20:34:23 +0000
  • 378ca3ccb2 Correct 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
  • e0f4f8b5f3 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. uriel 2009-02-14 07:09:27 +0000
  • 798ea3b262 Minor docs update. uriel 2009-02-14 07:06:10 +0000
  • 462a3185a6 Fix silly html syntax error that all browsers but opera ignored. uriel 2009-02-13 23:22:02 +0000
  • fa9f5196a9 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. uriel 2009-02-13 23:21:15 +0000
  • c93ed867af Use correct post title in rss feeds. uriel 2009-02-13 23:19:24 +0000
  • e66f3666ac Fix bug in crop_text and make length argument optional (default is 512 chars). uriel 2009-02-13 23:18:34 +0000
  • 929233edd7 Minor style change and delete debug print. uriel 2009-02-13 23:17:49 +0000
  • af1fc4767d Fix syntax error. uriel 2009-02-13 23:16:56 +0000
  • 544bf4a6bd Brown papperbag bug: do not include html headers in rss/atom feeds! uriel 2009-02-13 13:23:19 +0000
  • 211e422ec5 Update and improve bpst.rc uriel 2009-02-13 05:10:28 +0000
  • 7a0f17ba30 Add file on how to customize the werc CSS stylesheets. uriel 2009-02-13 03:50:42 +0000
  • 1ddee27d2e Now that title style is fixed, we can remove this hack. uriel 2009-02-13 03:20:40 +0000
  • 1f79d69f48 Increase space between title and sub-title. uriel 2009-02-13 03:19:54 +0000
  • 0ae1fb8278 Custom .css styles moved from /_style.css to _werc/pub/style.css uriel 2009-02-13 02:32:24 +0000
  • f5238f6e19 Add Thanks section to README uriel 2009-02-13 01:08:56 +0000
  • 3244d45cdb Update todo file. uriel 2009-02-13 01:05:38 +0000
  • 26c9a8b2b7 Add user/group management docs to werc site. uriel 2009-02-13 00:57:31 +0000
  • 12c48bb7e7 Script to add users. uriel 2009-02-13 00:56:15 +0000
  • 7d55fad55b Add blog header and rss/atom feed links, and fix a bug for agregated blog dirs. uriel 2009-02-12 22:03:57 +0000
  • 3c664ef47e Use new conf_enable_... interfaces, this also alos us to make the default for $enabled_apps nil. uriel 2009-02-08 00:23:33 +0000
  • 5fe0d95b05 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. uriel 2009-02-08 00:22:46 +0000
  • d1426d3ae7 Fix sitemap.txt generation. uriel 2009-02-06 21:20:36 +0000
  • 057d9f7900 Merge. uriel 2009-02-06 21:03:58 +0000
  • 965557e19b Convert fltr_cache into a function. Enable output buffering which had been commented out for unknwon reasons. uriel 2009-02-06 22:09:32 +0100
  • 0507bfa482 Rewrite 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
  • d5b18a461a 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. uriel 2009-02-06 20:42:15 +0100
  • db93439b6e Add TODO item. uriel 2009-02-05 03:17:30 +0000
  • f5f19776df Make conf_hide_path more flexible, and note a limitation in sitemap dirfilter handling. uriel 2009-02-05 03:16:14 +0000
  • d573da0aa7 Gramar fix, thanks lejatorn. uriel 2009-02-05 03:02:56 +0000
  • 26c95fcc1b Expand documentation in werc website. uriel 2009-02-05 03:02:10 +0000
  • 9094101aa4 Merge tags uriel 2009-02-04 17:54:42 +0000
  • b931f597fd Make all margins of main body equal. uriel 2009-02-04 17:54:32 +0000
  • 83972cb6ba Added tag LATEST-RELEASE for changeset c221ac21cf85 uriel 2009-02-04 16:43:25 +0100
  • 25e11a4b84 New release uriel 2009-02-04 16:43:25 +0100
  • 56f6976a72 Some more werc website updates. uriel 2009-02-02 20:57:57 +0000
  • 2fc3b68361 Another minor readme update. uriel 2009-02-02 21:33:02 +0100
  • b4d99933dd Minor readme updates. uriel 2009-02-02 21:31:12 +0100
  • e8d61a7a82 Add todo to werc website. uriel 2009-02-02 19:49:51 +0100
  • 95fafaf593 Merge. uriel 2009-02-01 19:23:55 +0000
  • a1d12138bb Reorg code in five source files: werc.rc, cgilib.rc, corehandlers.rc, wercconf.rc and werclib.rc. uriel 2009-02-01 20:06:51 +0100
  • 92ac3004c9 Use new conf_enable_comments directive in werc website. uriel 2009-02-01 20:05:00 +0100
  • b4cc8905a0 Handle extraHeaders being nil. uriel 2009-02-01 20:04:28 +0100
  • 0818fc13fb Display date in post listing. uriel 2009-02-01 20:03:27 +0100
  • 7d3c5446da Store and display comment posted date/time. uriel 2009-02-01 20:02:22 +0100
  • 6d31f59cab Werc site config updates. uriel 2009-02-01 18:23:31 +0000
  • 560e3767da add comment about how note is never displayed due to subsequent redirect. uriel 2009-01-30 16:48:49 +0100
  • 1861c59707 Fix 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
  • a2f4bea147 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. uriel 2009-01-30 16:18:07 +0100
  • 94533c6945 Styles for new notification boxes. uriel 2009-01-30 16:13:39 +0100
  • e80647ee52 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. uriel 2009-01-30 16:13:06 +0100
  • 1a2444b363 New version of comments module, must more reliable and polished. uriel 2009-01-30 16:10:14 +0100
  • e65da1c486 Cosmetic improvements to login form and error msg. uriel 2009-01-30 15:18:07 +0100
  • 3bb3a29070 Be smarter about when to enable comments, and make it configurable. uriel 2009-01-26 06:12:45 +0100
  • a4df183f4e Only 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
  • 98d37b2283 Handle dir listing of site root. uriel 2009-01-26 04:51:06 +0100
  • 829e3e36b0 Move form templates to where they blong. uriel 2009-01-26 04:10:02 +0100
  • 0fb040dd2a Cosmetic html fixes to user login form. uriel 2009-01-26 04:09:23 +0100
  • b8c8cb9e9d Upgrade and cleanup dirdir, move to app framework, and its implementation more elegant and reliable. uriel 2009-01-26 03:37:47 +0100
  • 267dd6a33d Fix syntax error, and some cosmetic improvments to html form. uriel 2009-01-25 16:54:03 +0100
  • 0147485944 Add tempalte for blog posting via web interface. uriel 2009-01-25 16:53:21 +0100
  • e364bbdde0 Move 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
  • e6bc2ae37d Improve the debug shell a bit. uriel 2009-01-25 16:42:22 +0100
  • 0aa02bc15d Add -s, print status when a command sets it. uriel 2009-01-25 15:42:56 +0100
  • b25406c592 Various 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
  • 6b8aa06dbb Make comments form look less hideous uriel 2009-01-24 07:22:43 +0100
  • 4302232dd0 Add some comments and replace get_post_args with load_post_args uriel 2009-01-24 07:11:39 +0100
  • a8fd3560fd Two 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
  • ca0507992e Fix minor cosmetic bug in dir listing by passing req_path instead of local_path. uriel 2009-01-23 17:48:09 +0100
  • 19fb976b75 Fix and simplify config loading process. uriel 2009-01-23 16:46:48 +0100
  • 5c742826b7 New helpful dprintvars deubg function. uriel 2009-01-23 16:46:25 +0100
  • 307d38e6ef blaghDirs is now blagh_dirs. uriel 2009-01-23 16:45:48 +0100
  • a12260bc19 Simplify init code to take advantage of the new blagh_root variable. Fix and cleanup various things. uriel 2009-01-23 16:44:42 +0100
  • d349b81ee7 Move comment to where it belong and note deprecation. uriel 2009-01-22 14:24:48 +0100
  • dddc77d560 Rewrite 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
  • 582c8efc8a Merge in werc.cat-v.org updates and css changes. uriel 2009-01-22 09:24:10 +0100
  • 3c3f9627ff Add conf_enable_blog function to blagh to be used to setup a blog. uriel 2009-01-22 09:23:20 +0100
  • 41c4279bd1 Change 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
  • 86da4525a2 Try to make default css font setup saner. uriel 2009-01-21 10:26:09 +0000
  • 7141cb368f Silly cosmetic fix for werc site title uriel 2009-01-21 10:25:39 +0000
  • 75a35ffb40 Some more werc.cat-v.org content uriel 2009-01-21 10:23:35 +0000
  • c815037b70 Update urls to linke to werc.cat-v.org uriel 2009-01-21 09:27:35 +0000