Commit graph

752 commits

Author SHA1 Message Date
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
db99e070dd Add edit template for dirdir 2008-10-21 16:59:26 +02:00
Uriel
efa8fb4648 Merge tags 2008-10-21 16:38:21 +02:00
Uriel
c57e9b0d45 Add login link to default footer 2008-10-21 16:37:59 +02:00
Uriel
eba666e184 Add optional wiki sidebar 2008-10-21 16:37:43 +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
840cb9effa Split $body into two vars, this allows to more easily retrive the intra-site path for the request as req_path, then use this to fix a bug in 404.tpl 2008-10-21 16:31:22 +02:00
Uriel
82ba7e59ae Added tag LATEST-RELEASE for changeset 732be9c66be6 2008-10-19 01:24:15 +02:00
Uriel
f07dd22288 New release 2008-10-19 01:24:15 +02:00
Uriel
3a90da4af9 Add initial templates for user login and blog post entry. 2008-10-18 03:40:30 +02:00
Uriel
b91bcda71f Allow to set extra http headers! 2008-10-18 03:39:39 +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
e78e2d2c73 Add trailing / for directories in sitemap to make google crawler happy 2008-10-12 22:41:40 +00:00
Uriel
818379cf80 Add comment to in progress atom template for future reference 2008-10-10 02:08:58 +00:00
Uriel
a9fedfd6cb Silly stylesheet changes 2008-10-10 02:07:42 +00:00
Uriel
795504c0e5 Merge tags 2008-09-30 15:29:21 +02:00
Uriel
ea2ab9de56 Brown paper bag bugfix, make rss feeds work again! 2008-09-30 15:28:48 +02:00
Uriel
8ffd8523a8 Added tag LATEST-RELEASE for changeset c39c10c98412 2008-09-30 13:44:49 +02:00
Uriel
fe3a79d75b New release 2008-09-30 13:44:49 +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
92c0e7b4d5 Use /tmp to store temporay sitemap.txt files 2008-09-26 14:48:31 +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
692f272645 Dynamically generate a sitemap.txt when the sitemap page is requested 2008-09-25 11:04:57 +02:00
Uriel
842dc4e0cb Add sample Atom feed file as basis for future template. 2008-09-25 07:02:58 +02:00
Uriel
b6086753db Add master, footer and header templates to lib. 2008-09-25 07:02:16 +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
de1d5b1e54 Merge branches 2008-09-22 11:10:21 +02:00
Uriel
2a4ff92bd6 Minnor updates to README 2008-09-22 11:09:44 +02:00
Uriel
7123501859 Rename dummy file in sites/ 2008-09-22 11:05:02 +02:00
Uriel
34c8b5435d Added tag LATEST-RELEASE for changeset 308022a5eb91 2008-09-22 05:58:27 +02:00