Uriel
89682cafa1
Fix bug in crop_text and make length argument optional (default is 512 chars).
2009-02-13 23:18:34 +00:00
Uriel
1c4d6ff8bd
Minor style change and delete debug print.
2009-02-13 23:17:49 +00:00
Uriel
1f98c49a68
Fix syntax error.
2009-02-13 23:16:56 +00:00
Uriel
fbcd630e20
Update and improve bpst.rc
2009-02-13 05:10:28 +00:00
Uriel
9fe69dc7fd
Script to add users.
2009-02-13 00:56:15 +00:00
Uriel
7151777d9b
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.
...
New conf_enable_wiki function to follow the interface of other apps.
2009-02-08 00:22:46 +00:00
Uriel
2e1f0dd32f
Convert fltr_cache into a function. Enable output buffering which had been commented out for unknwon reasons.
2009-02-06 22:09:32 +01:00
Uriel
a0a7645022
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.
2009-02-06 20:42:15 +01:00
Uriel
602819f2fa
Make conf_hide_path more flexible, and note a limitation in sitemap dirfilter handling.
2009-02-05 03:16:14 +00:00
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
39b0cc06f6
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.
2009-01-30 16:13:06 +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
61be624c8c
New helpful dprintvars deubg function.
2009-01-23 16:46:25 +01:00
Uriel
d8ff0403e8
Move comment to where it belong and note deprecation.
2009-01-22 14:24:48 +01:00
Uriel
3bdb99773b
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.
Fix a silly bug in urldecode.
2009-01-22 14:21:40 +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
0fcaff04fe
Fix cookie parsing if more than one cookie present, add optional user/loggin-info sidebar
2009-01-17 03:43:05 +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
11900bdb0e
- New static_file and select_mime functions.
...
- Minor improvements to get_post_args, set status unless one of the requested args is present.
2009-01-11 04:02:07 +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
c51c30029d
Delete some debug code in a function that is not used yet.
2009-01-09 02:03:36 +01:00
Uriel
b0cd0818d9
Very minor style fixes, and obfuscate local var in ll_add.
2009-01-08 16:48:09 +01:00
Uriel
d01d89becf
Add nested lists rc helper
2009-01-08 16:46:00 +01:00
Uriel
4eb8e0641e
Minor optimizations and reliability improvments to fproc_cache.
2009-01-07 23:50:49 +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