Commit graph

199 commits

Author SHA1 Message Date
Uriel
7ad2de8c38 Merge 2008-12-16 08:12:49 +01:00
Uriel
9b4598026c Add comment noting a possible bug in fproc. 2008-12-16 07:08:05 +00:00
Uriel
4d36a9a57d Make fproc more reliable (fool-proof).
For some reason I have found empty files showing up in cache dirs, this should at least clean them up.
2008-12-16 07:02:36 +00:00
Uriel
ac0b6bfa2e Fix and cleanup dir listing regexp. 2008-12-16 03:45:44 +01:00
Uriel
bd54b147f1 Fix: don't completely delete 'sort helper' delimiter, revert it back to a '/', and coalesce any extra '/' for tidiness 2008-12-13 16:16:10 +00:00
Uriel
43b5151215 Fix sortedBlogPostList to handle paths containing a '.', and strip the '/./' used as a sort delimiter from output 2008-12-13 16:58:08 +01:00
Uriel
2a9dbdbfe9 Fix bug in crop_text, and allow to set the 'ellipsis' text ('...' by default) 2008-12-12 02:25:10 +01:00
Uriel
eecc4d2ea8 Fix and simplify code that generates rss/atom urls. Now it handles urls in / properly. 2008-12-11 21:38:31 +00:00
Uriel
1832258d47 Improve dirfilter, simplified and made more reliable. Also strip trailing * from ls -F output (not sure if this should be added to dirfilter itself. 2008-11-29 16:20:08 +01:00
Uriel
bd44a5d891 Fix typo in dirfilter, thanks to soul9 for finding this! 2008-11-29 15:23:59 +01:00
Uriel
4c1edbce01 Add atom feeds, still needs some cleanup, but seems to mostly work. 2008-11-26 04:56:39 +01:00
Uriel
d381768c8f New helper function: crop_text 2008-11-26 04:50:03 +01:00
Uriel
1a0da5a633 Allow to hide 'by line' in blog posts by setting blogAuthor to ''. 2008-11-23 22:31:07 +01:00
Uriel
c59743ff18 Fix display of dir_listing_handler headers. Thanks to soul9 and mycroftiv for reporting this. 2008-11-20 05:21:15 +01:00
Uriel
da99ad0097 Update dirfilter to hide .html .txt and .tpl indexes from listing too. 2008-11-15 20:30:08 +01:00
Uriel
b7f33b8d07 New menu implementation, removes the recursive calls to rc/awk, also makes use of dirfilter more consistent and simplifies some code.
Other minnor cleanups.
2008-10-27 00:41:23 +01:00
Uriel
bdf9922a24 Use explicitly relative paths when sourcing now that . is not in path
Add comment about perf issues with menu()
2008-10-26 05:29:42 +01:00
Uriel
eac8d656f3 Big cleanup of bin/, move external programs to contrib/, move minor useful scripts to aux/, and most important of all move controller.rc to werc.rc 2008-10-26 04:29:50 +01:00
Uriel
b940bc1744 Mark gensitemaptxt.rc as deprecated 2008-10-26 03:37:52 +01:00
Uriel
746b70d971 Improvements to auth code, now the interface and implemenation are much cleaner. 2008-10-22 09:18:55 +02:00
Uriel
9d72114f26 Update comments code to use new comment dir format and the new user auth system 2008-10-22 09:17:08 +02:00
Uriel
f24f05896d New req_path var 2008-10-21 16:37:16 +02:00
Uriel
34a99124a9 Replace debug and 'false' calls with setting $status 2008-10-21 16:36:45 +02:00
Uriel
3c8fc5fdf6 Replace debug_handler with a template. 2008-10-18 03:36:22 +02:00
Uriel
a891993160 Replace blog_dir_handler with a template in lib/feeds/html.tpl 2008-10-18 03:32:13 +02:00
Uriel
a1dd162124 Many big changes:
* Cache arg list in get_post_args so it can be called more than once and from inside templates.
* Get/set_cookie functions.
* New user auth system that actually works.
* Make_blog_post actually works now.
* Many other fixes and improvments.
2008-10-18 03:26:54 +02:00
Uriel
20339633b0 Minnor READMe/TODO updates 2008-10-14 08:15:16 +02:00
Uriel
351da977a9 Make rc happy and comment work in progress code 2008-10-14 06:59:19 +02:00
Uriel
5dfce814f6 More minnor comment and code formatting changes 2008-10-14 01:59:10 +02:00
Uriel
0837caa70a Fix bug where blogDir wouldn't be set properly 2008-10-14 01:49:35 +02:00
Uriel
4ceb1e936d Minnor comment change 2008-10-14 01:48:17 +02:00
Uriel
8877df8fe1 If we get a request for a .html file, redirect to the 'canonical' url for that file 2008-10-14 01:46:52 +02:00
Uriel
339a7a5b4d Minnor code format and comment cleanups, remove duplicated code 2008-10-14 01:40:20 +02:00
Uriel
916b093502 Simplify dir listing code 2008-10-14 01:25:37 +02:00
Uriel
88d1d5f4b2 Remove some clumsy commented out code to change menu item order in blog dirs 2008-10-14 01:16:41 +02:00
Uriel
93c2239178 Minnor code style cleanup 2008-10-14 01:13:00 +02:00
Uriel
f0bfff3f6c Properly test if msterSite is set when looking for templates 2008-10-14 01:10:34 +02:00
Uriel
e4ad62e733 Remove deprecated code to handle old config and teomplate locations 2008-10-14 01:09:12 +02:00
Uriel
ea2ab9de56 Brown paper bag bugfix, make rss feeds work again! 2008-09-30 15:28:48 +02:00
Uriel
a2342d38b9 Allo to override the blog post author by setting the conf blogAuthor and use file owner as a fallback only for blogs that are not 'agregators'.
Remove some blog info related dead code.
2008-09-30 10:41:10 +02:00
Uriel
3d3df98d31 Experimental comments system 2008-09-26 14:23:19 +02:00
Uriel
272840da52 Syntax fix and other minnor improvements 2008-09-26 11:09:18 +02:00
Uriel
1f376ad60a Further cleanup and code reorganization, move generic cgi related functions to cgilib.rc, start to add code to be used for handing comments and wiki editing. 2008-09-26 10:35:12 +02:00
Uriel
ff35f9ebf6 Big reorganization of blog and rss code, now much better integrated with the rest of the handler system, plus fixed a few bugs along the way.
This will make it easier to add things like .atom feeds and comments later.
2008-09-25 11:06:14 +02:00
Uriel
431b8c7eae Enable search for lib files in deprecated paths only if disableDeprecated is not true. 2008-09-25 07:01:30 +02:00
Uriel
83a10c526a Reorganization of included and template files, made more consistent and logical. inc/ is now called lib/, and all non-staic files in pub/ have moved to lib/.
In site dirs _config and _default.tpl have moved to _werc/ in preparation for things like comments.
2008-09-24 20:21:32 +02:00
Uriel
1413b17724 Cleanup a bit the code that generates page and blog-post titles. 2008-09-21 17:01:51 +02:00
Uriel
378967b37e Update TODO file 2008-09-18 05:45:20 +02:00
Uriel
ca3c688c52 Reorganize configuration variables, now all settings can be customized from initrc.local and the default initrc documents the available options 2008-09-17 02:16:33 +02:00
Uriel
88cae6e429 Use /usr/bin/env to the perl binary in markdown.pl 2008-09-17 01:39:52 +02:00