Commit graph

71 commits

Author SHA1 Message Date
Uriel
e084b89cae Reorg code in five source files: werc.rc, cgilib.rc, corehandlers.rc, wercconf.rc and werclib.rc. 2009-02-01 20:06:51 +01:00
Uriel
7702c8ed9b Fix txt_handler that was broken due to idiotic overzealous 'optimization', thanks mycroftiv for finding and fixing this! 2009-01-30 16:19:48 +01:00
Uriel
590816c6d4 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. 2009-01-30 16:18:07 +01:00
Uriel
55d12e5dac Handle dir listing of site root. 2009-01-26 04:51:06 +01:00
Uriel
316d4c4e57 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.
2009-01-25 13:56:53 +01:00
Uriel
f87339e98b Add some comments and replace get_post_args with load_post_args 2009-01-24 07:11:39 +01:00
Uriel
ce23320a4d Two minor handler changes: tpl_handler now can take multiple templates, md_handler can only take one .md file. 2009-01-23 17:51:23 +01:00
Uriel
0884966b4e Fix minor cosmetic bug in dir listing by passing req_path instead of local_path. 2009-01-23 17:48:09 +01:00
Uriel
d7bb2ec271 Fix and simplify config loading process. 2009-01-23 16:46:48 +01:00
Uriel
04f6550a53 Merge in werc.cat-v.org updates and css changes. 2009-01-22 09:24:10 +01:00
Uriel
efac1136d0 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.
2009-01-22 09:22:15 +01:00
Uriel
ca6eb56a79 Add comment about minnor bug. 2009-01-21 09:26:13 +00:00
Uriel
034de66bd8 Fix debug printing of main handler. 2009-01-20 09:05:57 +00:00
Uriel
a20b90f0cd Allow to set optional dir listing sorting (ls) options with the config var: dir_listing_ls_opts 2009-01-20 06:55:17 +01:00
Uriel
ec151a9902 Make left sidebar into a list of handlers. 2009-01-17 03:05:19 +01:00
Uriel
9cb8bf97c9 Add comment on future issue for apps with 'synthetic' dirs. 2009-01-16 03:18:10 +01:00
Uriel
1f8874c269 Proper 404 for dirs too 2009-01-16 01:24:58 +01:00
Uriel
6e66e649b1 Fix handling of static /pub/ files. 2009-01-16 01:08:54 +01:00
Uriel
9d9bca8023 Add handling of static files for /pub/* 2009-01-14 00:36:32 +01:00
Uriel
96a115b37b 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. 2009-01-13 03:18:19 +01:00
Uriel
ae20a466a3 Various small cleanups: remove unused code, clarity and reliability fixes here and here, move code to more appropriate locations, improve some comments. 2009-01-12 02:07:31 +01:00
Uriel
70d30f4375 Move misplaced comment 2009-01-11 07:13:25 +01:00
Uriel
889e844d73 Fix blah to work with new handler interfaces.
Remove outdated app-framework code.
Clanup some of the fallback handler setting code.
2009-01-11 04:40:40 +01:00
Uriel
e75232761a Handler interface reorg, take oportunity to cleanup default_master.tpl and move comments bits to bridge app. 2009-01-11 04:03:46 +01:00
Uriel
79c07a8d23 Handle static files! (Should only be used as a fallback if static files are not handled by httpd) 2009-01-10 05:23:44 +01:00
Uriel
24920f1c81 Move top header/title generation for werc.rc to default template. 2009-01-10 04:57:41 +01:00
Uriel
c91a635ac2 Minor reorg of handler selection, move comment code to bridge app.
Bigger changes still to come.
2009-01-09 03:08:02 +01:00
Uriel
e3770969a9 Awk_buffer does seem to improve things a bit, but changed the buffer side to an empirically determined value. 2009-01-09 02:06:41 +01:00
Uriel
57865a60ec Make tabs/spaces indentation consistent. 2009-01-05 05:49:45 +01:00
Uriel
218accf465 Two other minor code formating changes for readability. 2009-01-05 05:48:23 +01:00
Uriel
2459e992ee Remove a debug tee(1) and split sidebar ls pipeline in three lines to make it more readable. 2009-01-05 05:46:37 +01:00
Uriel
1c388b2a48 Make perm redirect code a bit simpler and a bit less hideous. 2009-01-05 05:41:10 +01:00
Uriel
d4cea460b5 Fix stupid bug in last commit. 2009-01-04 23:24:35 +01:00
Uriel
518f2f9685 Simplify and optimize some of the canonical-url-redirections. 2009-01-04 23:21:55 +01:00
Uriel
2b29543b68 Simplify genbody/set_handler and reorg some env vars, including moving sitedirs/sitedir out of default initrc. 2009-01-04 22:49:05 +01:00
Uriel
13c8137c76 Very minor dirfilter cleanups and some extra comments. 2009-01-04 07:57:13 +01:00
Uriel
bfd31c5b37 Simplify .txt handler, and remove double spacing, if lines are too close we should use css to space them. 2009-01-04 03:59:52 +01:00
Uriel
b3c6def71c More consistent use of dirfilter in sidebar code.
This shoudl allow dots in path elements to show up in sidebar properly!
2009-01-03 02:02:50 +01:00
Uriel
3e59183781 Fix handling of _werc/config in domain root. 2009-01-01 08:14:38 +01:00
Uriel
9582bcdeb9 Move $local_path deffinition to a more correct place. 2008-12-31 00:16:47 +01:00
Uriel
bb40483f80 Remove blog-related code from werc.rc
Make variable use more consistent:
    * $REQUEST_URI and $uri are replaced with $req_path
    * $body is replaced with $local_path
Other simplifications and cleanups.
2008-12-28 23:40:57 +01:00
Uriel
2028076c80 Rename $baseuri to $base_url 2008-12-28 20:20:48 +01:00
Uriel
7546c4f28b Replace 404_handler with a direct call to tpl_handler. 2008-12-28 11:52:57 +01:00
Uriel
9745991ff9 Minor comment cleanups. 2008-12-28 11:51:03 +01:00
Uriel
079d4b43e4 Source _werc/config files with their container dir as working directory (allows for relative references in config variables, for example: blaghDirs=(../people/*/blog/)). NOTE: this require some config files to be updated, specially ones with blogDirs in them, $sitedir/ references and full paths are not required anymore.
Added two new global vars: $werc_root and $req_paths_list.
Change sidebar menu generation to use $req_paths_list.
2008-12-27 11:53:58 +01:00
Uriel
0ba3e6c1d8 Move app handler before default dir listing handler 2008-12-24 12:18:05 +01:00
Uriel
32fed01916 Only call select_apps if enabled_apps is not null. 2008-12-21 09:47:08 +01:00
Uriel
aeb7d2483a New html_handler that replaces gnu/sed with awk by sqweek, sorry for taking so long and thanks! 2008-12-20 22:56:49 +01:00
Uriel
c10a7b7db1 Add timezone to blog posts date, thanks to dho for the original patch.
Used the opportunity to provide the current date/time info in $current_date_time for any other similar uses.
2008-12-20 22:36:25 +01:00
Uriel
f6874376c1 Tiny style fix. 2008-12-20 22:29:32 +01:00