citadel.git
12 years agoCode shuffling fixes warning with inline function... weirdo.
Wilfried Goesgens [Wed, 7 Sep 2011 15:25:11 +0000 (15:25 +0000)]
Code shuffling fixes warning with inline function... weirdo.

12 years agoLimit length of Commands sent to citserver; do multible json requests if neccessary
Wilfried Goesgens [Tue, 6 Sep 2011 23:00:12 +0000 (23:00 +0000)]
Limit length of Commands sent to citserver; do multible json requests if neccessary

  - roomListDropHandler() when cut'n'paste moving split after the move vector reaches 800 chars
  - deleteAllSelectedMessages() when <del> moving to trash / purging split into chunks to limit the command lengths

12 years agodeleteAllSelectedMessages(): don't send one request per message, citadel can handle...
Wilfried Goesgens [Tue, 6 Sep 2011 18:46:53 +0000 (18:46 +0000)]
deleteAllSelectedMessages(): don't send one request per message, citadel can handle a list of them already.

  - this dramaticaly increases the performance of pressing the <del> key when having several messages selected; less stress on the browser, webcit and citserver.

12 years agoFix warnings all over citserver; handle function replies; remove unused code.
Wilfried Goesgens [Wed, 7 Sep 2011 14:59:21 +0000 (14:59 +0000)]
Fix warnings all over citserver; handle function replies; remove unused code.

12 years agofix warnings in libev related codebase
Wilfried Goesgens [Wed, 7 Sep 2011 14:58:31 +0000 (14:58 +0000)]
fix warnings in libev related codebase

12 years agoCleanup our toolies, remove unneeded code; handle reply values.
Wilfried Goesgens [Wed, 7 Sep 2011 14:57:14 +0000 (14:57 +0000)]
Cleanup our toolies, remove unneeded code; handle reply values.

12 years agoHandle return values in Setup; catch errors & remove unneeded code.
Wilfried Goesgens [Wed, 7 Sep 2011 14:56:31 +0000 (14:56 +0000)]
Handle return values in Setup; catch errors & remove unneeded code.

12 years agoremove unused code; evaluate returnvalues.
Wilfried Goesgens [Wed, 7 Sep 2011 12:25:52 +0000 (12:25 +0000)]
remove unused code; evaluate returnvalues.

12 years agoremove unused code.
Wilfried Goesgens [Wed, 7 Sep 2011 12:25:26 +0000 (12:25 +0000)]
remove unused code.

12 years agoPrecisely report whats going wrong with the handling of the control file.
Wilfried Goesgens [Wed, 7 Sep 2011 12:24:48 +0000 (12:24 +0000)]
Precisely report whats going wrong with the handling of the control file.

12 years agodisable warnings about strict aliasing; gcc does broken warnings here in conjunction...
Wilfried Goesgens [Wed, 7 Sep 2011 12:14:16 +0000 (12:14 +0000)]
disable warnings about strict aliasing; gcc does broken warnings here in conjunction with libev

12 years agoFix more warnings; output errors to the users.
Wilfried Goesgens [Wed, 7 Sep 2011 12:13:44 +0000 (12:13 +0000)]
Fix more warnings; output errors to the users.

12 years agouse StrBuf to create startup failure messages.
Wilfried Goesgens [Wed, 7 Sep 2011 12:13:00 +0000 (12:13 +0000)]
use StrBuf to create startup failure messages.

12 years agoRevoke refetching of already polled pop3 messages
Wilfried Goesgens [Wed, 7 Sep 2011 09:38:22 +0000 (09:38 +0000)]
Revoke refetching of already polled pop3 messages

12 years agoFix compiler warnings in the textclient by evaluating returnvalues and removing unuse...
Wilfried Goesgens [Wed, 7 Sep 2011 09:37:33 +0000 (09:37 +0000)]
Fix compiler warnings in the textclient by evaluating returnvalues and removing unused code.

12 years agofix more merge hickups
Wilfried Goesgens [Tue, 6 Sep 2011 15:24:58 +0000 (15:24 +0000)]
fix more merge hickups

12 years agosome more tiny bits that slipped through
Wilfried Goesgens [Mon, 5 Sep 2011 09:01:21 +0000 (09:01 +0000)]
some more tiny bits that slipped through

12 years agomore tiny merge misses
Wilfried Goesgens [Mon, 5 Sep 2011 08:50:40 +0000 (08:50 +0000)]
more tiny merge misses

12 years agosome things which were missed during the big merger.
Wilfried Goesgens [Mon, 5 Sep 2011 06:55:43 +0000 (06:55 +0000)]
some things which were missed during the big merger.

12 years agoAdjust %s es in the chinese translation; Note to self: format string translates are...
Wilfried Goesgens [Sun, 28 Aug 2011 08:31:30 +0000 (08:31 +0000)]
Adjust %s es in the chinese translation; Note to self: format string translates are bad.

12 years agoAdd templatization for the Listsubscriber Interface; the old interface remains intact.
Wilfried Goesgens [Sun, 28 Aug 2011 07:48:34 +0000 (07:48 +0000)]
Add templatization for the Listsubscriber Interface; the old interface remains intact.

12 years agoAdd LPRM iterator for the public rooms.
Wilfried Goesgens [Sun, 28 Aug 2011 07:45:01 +0000 (07:45 +0000)]
Add LPRM iterator for the public rooms.

12 years agoremove unused copy to WCC
Wilfried Goesgens [Sun, 28 Aug 2011 07:44:23 +0000 (07:44 +0000)]
remove unused copy to WCC

12 years agoClear of non-default language setting moved to its proper place
Art Cancro [Sat, 27 Aug 2011 23:25:57 +0000 (19:25 -0400)]
Clear of non-default language setting moved to its proper place

12 years agoMake use of XML_StopParser() when XML_MAJOR_VERSION is >1, not >2. Thanks to Stefan...
Art Cancro [Fri, 26 Aug 2011 17:03:57 +0000 (13:03 -0400)]
Make use of XML_StopParser() when XML_MAJOR_VERSION is >1, not >2.  Thanks to Stefan for the bugfix.

12 years agoRemoved references to Subversion in the code
Art Cancro [Fri, 26 Aug 2011 14:17:03 +0000 (10:17 -0400)]
Removed references to Subversion in the code

12 years agoFixed the remaining bugs that kept Drafts from working properly
Art Cancro [Thu, 25 Aug 2011 21:28:18 +0000 (17:28 -0400)]
Fixed the remaining bugs that kept Drafts from working properly

12 years agoTest commit
Art Cancro [Thu, 25 Aug 2011 21:07:58 +0000 (17:07 -0400)]
Test commit

12 years agoCleanup of code path for handling message submit errors
Art Cancro [Thu, 25 Aug 2011 20:02:40 +0000 (16:02 -0400)]
Cleanup of code path for handling message submit errors

12 years agoSubmitting a message and getting back a 550 from the server now results in an error...
Art Cancro [Thu, 25 Aug 2011 19:51:13 +0000 (15:51 -0400)]
Submitting a message and getting back a 550 from the server now results in an error message instead of a blank page.

12 years agoChanged save_to_drafts to saving_to_drafts for clarity
Art Cancro [Thu, 25 Aug 2011 19:33:48 +0000 (15:33 -0400)]
Changed save_to_drafts to saving_to_drafts for clarity

12 years agoNoted with a comment where we need to handle ENT0 errors
Art Cancro [Wed, 24 Aug 2011 21:56:24 +0000 (17:56 -0400)]
Noted with a comment where we need to handle ENT0 errors

12 years agoOnly offer the 'Edit' option in mailbox rooms. Elsewhere it does not make sense.
Art Cancro [Wed, 24 Aug 2011 21:12:03 +0000 (17:12 -0400)]
Only offer the 'Edit' option in mailbox rooms.  Elsewhere it does not make sense.

12 years agoIf user clicks in the empty part of a mailbox view, display a blank pane instead...
Art Cancro [Wed, 24 Aug 2011 21:06:27 +0000 (17:06 -0400)]
If user clicks in the empty part of a mailbox view, display a blank pane instead of an error.

12 years agoMore 'greeking' the test mime data.
Art Cancro [Tue, 23 Aug 2011 21:13:09 +0000 (17:13 -0400)]
More 'greeking' the test mime data.

12 years agoBegan 'greeking' the test mime data.
Art Cancro [Tue, 23 Aug 2011 20:57:11 +0000 (16:57 -0400)]
Began 'greeking' the test mime data.

12 years agoAdded a checked and disabled dummy option in the room access tab, indicating that...
Art Cancro [Mon, 22 Aug 2011 17:20:04 +0000 (13:20 -0400)]
Added a checked and disabled dummy option in the room access tab, indicating that blog creators automatically become room aides.
This advises administrators of a built-in behavior, and also exposes a string to the translators so that its localization will already exist if we add that option later.

12 years agoBlog owners automatically become room aides of their blogs.
Art Cancro [Mon, 22 Aug 2011 17:07:12 +0000 (13:07 -0400)]
Blog owners automatically become room aides of their blogs.
(In the future we will offer a site-wide configuration setting to suppress this behavior.)

12 years agoClear selected_language when marking a guest session as inuse=0.
Art Cancro [Fri, 19 Aug 2011 19:12:50 +0000 (15:12 -0400)]
Clear selected_language when marking a guest session as inuse=0.
This prevents new visitors from seeing their first page in Chinese after Baidu comes calling.

12 years agoDon't add brackets <> to the reply to; it should be ok without.
Wilfried Goesgens [Thu, 18 Aug 2011 10:30:35 +0000 (10:30 +0000)]
Don't add brackets <> to the reply to; it should be ok without.

12 years agoparse reply-to header into its permanent database field
Wilfried Goesgens [Thu, 18 Aug 2011 10:27:54 +0000 (10:27 +0000)]
parse reply-to header into its permanent database field

it seems as if some mailers (Open exchange for example) add Reply-To headers; if we don't parse it when receiving it,
our list service adds another header; thus parse it into the database of headers.

12 years agoFix envelope-to header.
Wilfried Goesgens [Wed, 17 Aug 2011 10:12:21 +0000 (10:12 +0000)]
Fix envelope-to header.

  - don't output leading whitespace
  - don't output it at all if there is just whitespace inside.

12 years agoFixed a bug in the 'only replies are allowed in this room' logic in ENT0 command.
Art Cancro [Tue, 16 Aug 2011 19:55:15 +0000 (15:55 -0400)]
Fixed a bug in the 'only replies are allowed in this room' logic in ENT0 command.

12 years agoBegan working on access control changes for blog rooms.
Art Cancro [Tue, 16 Aug 2011 04:03:58 +0000 (00:03 -0400)]
Began working on access control changes for blog rooms.

12 years agoImproved coding style of the complex conditionals in CtdlRoomAccess()
Art Cancro [Tue, 16 Aug 2011 03:49:35 +0000 (23:49 -0400)]
Improved coding style of the complex conditionals in CtdlRoomAccess()

12 years agonetwork_spool_msg() handle QP
Wilfried Goesgens [Fri, 12 Aug 2011 15:51:14 +0000 (15:51 +0000)]
network_spool_msg() handle QP

while appending the [roomname] to the mailsubject, we have to
  - de-qp the original subject
  - search for the roomname
  - possibly prepend '[roomame] '
  - and re-qp everything.
that way we solve...
  - multiple [roomname] additions in case of QP encoded subjects
  - non RFC-Conformant behaviour in case of roomnames with umlauts.

12 years agodisplay_enter(): handle QP encodings
Wilfried Goesgens [Fri, 12 Aug 2011 15:49:45 +0000 (15:49 +0000)]
display_enter(): handle QP encodings

 - while loading several headers from the server we need to de-QP, else we will find gibberish in our...
  - Subject
  - recipients

12 years agofix all the tiny conditional problems our new checker told us about.
Wilfried Goesgens [Thu, 4 Aug 2011 21:09:56 +0000 (21:09 +0000)]
fix all the tiny conditional problems our new checker told us about.

12 years agouse the regular template error logging for our new endconditional checker, so we...
Wilfried Goesgens [Thu, 4 Aug 2011 20:52:11 +0000 (20:52 +0000)]
use the regular template error logging for our new endconditional checker, so we get our clean regular and detailed error messages.

12 years agoafter reading a template sanity check conditionals whether they're paired
Wilfried Goesgens [Mon, 1 Aug 2011 23:10:00 +0000 (23:10 +0000)]
after reading a template sanity check conditionals whether they're paired

12 years agomove the rest of the places to use AppendImportantMessage() or GetServerStatusMsg()
Wilfried Goesgens [Sun, 31 Jul 2011 22:40:06 +0000 (22:40 +0000)]
move the rest of the places to use AppendImportantMessage() or GetServerStatusMsg()

12 years agoups. zero based so an off by one.
Wilfried Goesgens [Sun, 31 Jul 2011 16:49:56 +0000 (16:49 +0000)]
ups. zero based so an off by one.

12 years agoFix our problems with strings like this: "abc'def" in template token strings.
Wilfried Goesgens [Sat, 30 Jul 2011 17:58:48 +0000 (17:58 +0000)]
Fix our problems with strings like this: "abc'def" in template token strings.

12 years agoPermalinks for messages in BBS rooms
Art Cancro [Sat, 30 Jul 2011 16:27:10 +0000 (12:27 -0400)]
Permalinks for messages in BBS rooms

12 years agocheck template token name for invalid chars; that way we find ')' etc.
Wilfried Goesgens [Sat, 30 Jul 2011 16:23:32 +0000 (16:23 +0000)]
check template token name for invalid chars; that way we find ')' etc.

12 years agobuybuy plaintext important message.
Wilfried Goesgens [Thu, 28 Jul 2011 23:16:12 +0000 (23:16 +0000)]
buybuy plaintext important message.

12 years agoIn BBS view, include an anchor tag on each message
Art Cancro [Thu, 28 Jul 2011 17:05:06 +0000 (13:05 -0400)]
In BBS view, include an anchor tag on each message

12 years agomore documentation work..
Wilfried Goesgens [Thu, 28 Jul 2011 12:32:42 +0000 (12:32 +0000)]
more documentation work..

12 years agowork on documentation.
Wilfried Goesgens [Thu, 28 Jul 2011 12:29:29 +0000 (12:29 +0000)]
work on documentation.

12 years agoenhance GetServerStatus to GetServerStatusMsg; supply migration define
Wilfried Goesgens [Thu, 28 Jul 2011 12:13:42 +0000 (12:13 +0000)]
enhance GetServerStatus to GetServerStatusMsg; supply migration define

GetServerStatusMsg() can now directly add the server reply text after the status code into WC->ImportantMsg.

12 years agoWorked around issue where gotoroom() is called with WC->CurRoom.name and the contents...
Art Cancro [Wed, 27 Jul 2011 20:35:02 +0000 (16:35 -0400)]
Worked around issue where gotoroom() is called with WC->CurRoom.name and the contents of this pointer then become invalid due to room change

12 years agoFinetuned the IE dropshadow
the_mgt [Wed, 27 Jul 2011 10:17:20 +0000 (12:17 +0200)]
Finetuned the IE dropshadow

12 years agotemplate moving the messages select target.
Wilfried Goesgens [Mon, 25 Jul 2011 20:56:35 +0000 (20:56 +0000)]
template moving the messages select target.

12 years agoswitch to templated sieve editor; disable old.
Wilfried Goesgens [Mon, 25 Jul 2011 19:41:24 +0000 (19:41 +0000)]
switch to templated sieve editor; disable old.

12 years agoIndented, added some "" and the altern class, sieve rules should now display proper...
the_mgt [Mon, 25 Jul 2011 11:40:10 +0000 (13:40 +0200)]
Indented, added some "" and the altern class, sieve rules should now display proper backgrounds
There seems to be one </div> tag too many

12 years agoUse MS own fullblownshadowing engine to create dropshadows, looks better now.
the_mgt [Mon, 25 Jul 2011 11:02:35 +0000 (13:02 +0200)]
Use MS own fullblownshadowing engine to create dropshadows, looks better now.
Maybe directions and thickness need finetuning.

12 years agoMerged the Simplified Chinese (zh_CN) translation submitted by elliott callaway ...
Art Cancro [Mon, 25 Jul 2011 01:08:03 +0000 (21:08 -0400)]
Merged the Simplified Chinese (zh_CN) translation submitted by elliott callaway <flingkatu@gmail.com>

12 years agofix bunches of tiny typos; do_template?template=sieve_list produces similar results...
Wilfried Goesgens [Sun, 24 Jul 2011 21:09:35 +0000 (21:09 +0000)]
fix bunches of tiny typos; do_template?template=sieve_list produces similar results to the non templated system.

12 years agonarrow old and new sieve rules editor
Wilfried Goesgens [Sun, 24 Jul 2011 21:08:26 +0000 (21:08 +0000)]
narrow old and new sieve rules editor

  - add some \n's to the old editor for easier diff
  - pad our list of sieve rules with empty ones, so we work like the old one.

12 years agoThe monitoring page plays really stupid games with the session. Eliminate all.
Art Cancro [Sun, 24 Jul 2011 18:30:21 +0000 (14:30 -0400)]
The monitoring page plays really stupid games with the session.  Eliminate all.

12 years agositemap now uses its own private roomlist function. I know this is probably suboptim...
root [Sun, 24 Jul 2011 18:14:32 +0000 (14:14 -0400)]
sitemap now uses its own private roomlist function.  I know this is probably suboptimal but I'm desperate to find a fix here.

12 years agositemap now uses GetRoomListHash() which is what I should have used in the first...
Art Cancro [Sun, 24 Jul 2011 17:52:01 +0000 (13:52 -0400)]
sitemap now uses GetRoomListHash() which is what I should have used in the first place

12 years agoImplement selecting of sieve rule target room in dropdown.
Wilfried Goesgens [Sun, 24 Jul 2011 15:56:42 +0000 (15:56 +0000)]
Implement selecting of sieve rule target room in dropdown.

12 years agoupsi, that const was missing.
Wilfried Goesgens [Sun, 24 Jul 2011 15:10:43 +0000 (15:10 +0000)]
upsi, that const was missing.

12 years agoIE <9 styling with seperate stylesheet
the_mgt [Sun, 24 Jul 2011 13:59:50 +0000 (15:59 +0200)]
IE <9 styling with seperate stylesheet
Added conditional for IE less than version 9, removed the nonworking stuff from general stylesheets and moved them to ie_lte8.css
Also forced IE8 to use IE8 rendering instead of "legacy" mode.

12 years agoFix lots of warnings all over the place, make inbound buffers of FMOUT const.
Wilfried Goesgens [Sun, 24 Jul 2011 13:43:32 +0000 (13:43 +0000)]
Fix lots of warnings all over the place, make inbound buffers of FMOUT const.

12 years agoStrBufSipLine(): make input params const; fix several warnings about unused code.
Wilfried Goesgens [Sun, 24 Jul 2011 13:35:59 +0000 (13:35 +0000)]
StrBufSipLine(): make input params const; fix several warnings about unused code.

12 years agocleanup webcit.h; utils.c, remove unneeded stuff
Wilfried Goesgens [Sat, 23 Jul 2011 22:16:32 +0000 (22:16 +0000)]
cleanup webcit.h; utils.c, remove unneeded stuff

12 years agosieve editor: continue templating, add 'one' iterator for the default template
Wilfried Goesgens [Sat, 23 Jul 2011 20:21:45 +0000 (20:21 +0000)]
sieve editor: continue templating, add 'one' iterator for the default template

12 years agostart fixing sieve editor templates
Wilfried Goesgens [Sat, 23 Jul 2011 20:18:38 +0000 (20:18 +0000)]
start fixing sieve editor templates

  - use the right number of vars for const
  - fix names with reality in C

12 years agoTinkered with the memory pointers in sitemap.c to try to hopefully fix the random...
Art Cancro [Sat, 23 Jul 2011 02:25:58 +0000 (22:25 -0400)]
Tinkered with the memory pointers in sitemap.c to try to hopefully fix the random crashes we have been having.

12 years agofix summary view
Wilfried Goesgens [Thu, 21 Jul 2011 20:39:36 +0000 (20:39 +0000)]
fix summary view

  - add neccessary stuff to header/trailer to make the page complete
  - add URL-handlers for the summary page sections for the refreshing
  - fix tokens and circumvent our singlequote bug once more.

12 years agoSERV:ADMIN doesn't need any parameters, it just has one optional one (escaping)
Wilfried Goesgens [Thu, 21 Jul 2011 20:38:53 +0000 (20:38 +0000)]
SERV:ADMIN doesn't need any parameters, it just has one optional one (escaping)

12 years agoAvoid re-using sessions that are already bound to an executing thread. This will...
Art Cancro [Wed, 20 Jul 2011 16:59:42 +0000 (12:59 -0400)]
Avoid re-using sessions that are already bound to an executing thread.  This will hopefully rightsize both the threadpool and the unbound session pool.

12 years agotemporary logging for debug
Art Cancro [Wed, 20 Jul 2011 15:53:20 +0000 (11:53 -0400)]
temporary logging for debug

12 years agofix pointer indirection to get the right escaper.
Wilfried Goesgens [Tue, 19 Jul 2011 21:45:32 +0000 (21:45 +0000)]
fix pointer indirection to get the right escaper.

12 years agotemplatize uploading dialog for room/... graphics.
Wilfried Goesgens [Mon, 18 Jul 2011 00:06:17 +0000 (00:06 +0000)]
templatize uploading dialog for room/... graphics.

12 years agofix templating errors in display of a single user profile
Wilfried Goesgens [Sun, 17 Jul 2011 23:35:30 +0000 (23:35 +0000)]
fix templating errors in display of a single user profile

12 years agowe have to wrap do_template into some functions, else it won't work. fix the display...
Wilfried Goesgens [Sun, 17 Jul 2011 23:33:21 +0000 (23:33 +0000)]
we have to wrap do_template into some functions, else it won't work. fix the display of the user.

12 years agofix evaluating of userlist bios...
Wilfried Goesgens [Sun, 17 Jul 2011 23:10:44 +0000 (23:10 +0000)]
fix evaluating of userlist bios...

12 years agoLBIO: output LISTING_FOLLOWS; skip the . and .. directory entries.
Wilfried Goesgens [Sun, 17 Jul 2011 23:09:53 +0000 (23:09 +0000)]
LBIO: output LISTING_FOLLOWS; skip the . and .. directory entries.

12 years ago"Fixed" issues in IE by removing PIE.htc behaviour from critical places
the_mgt [Sat, 16 Jul 2011 13:24:01 +0000 (15:24 +0200)]
"Fixed" issues in IE by removing PIE.htc behaviour from critical places
1. iconbar hover effect lagged awfully behind
2. messages and boxes began to fall apart when an element styled by PIE.htc was scrolled out of the #content div
This might be a bug in PIE.htc, need to check and report upstream, if so.

We are now back to edged uglyness without pretty box shadows, but usability has to be dominant until we find a proper fix
NOTE: border-radius.htc does not work on iconbar buttons, it totally messes them up!

12 years agoAttempting to fix a segfault generated in Removecontext()
Art Cancro [Fri, 15 Jul 2011 18:46:41 +0000 (14:46 -0400)]
Attempting to fix a segfault generated in Removecontext()

12 years agotemplatize userlist
Wilfried Goesgens [Fri, 15 Jul 2011 15:08:36 +0000 (15:08 +0000)]
templatize userlist

  - move the little remaining stuff & needed functionality into useredit.c
  - hash users by UID, faster, plus also uniq, and more clever to search from LBIO.
  - utilize the new '1' parameter to LBIO so we can quickly locate users
  - modify the users found in LBIO to mark them having a bio
  - templatize userlist & user detailview.

12 years agoadd new outputtoken 'F', which does FMOUT with the escaper.
Wilfried Goesgens [Fri, 15 Jul 2011 15:07:36 +0000 (15:07 +0000)]
add new outputtoken 'F', which does FMOUT with the escaper.

12 years agooops, forgot to add this file.
Wilfried Goesgens [Fri, 15 Jul 2011 15:07:07 +0000 (15:07 +0000)]
oops, forgot to add this file.

12 years agoLBIO: add parameter
Wilfried Goesgens [Fri, 15 Jul 2011 15:01:54 +0000 (15:01 +0000)]
LBIO: add parameter

  - if the user provided '1' just the UIDs are listed instead of the actual user name.
  - we now use dirent and friends instead of outputting the output of the unix ls command *cough*

12 years agomove beginbox & endbox to box_* so we can tidy up our static/t/ directory a little...
Wilfried Goesgens [Fri, 15 Jul 2011 12:54:38 +0000 (12:54 +0000)]
move beginbox & endbox to box_* so we can tidy up our static/t/ directory a little more.

12 years agofixed some hickups in summary templating
Wilfried Goesgens [Fri, 15 Jul 2011 12:54:15 +0000 (12:54 +0000)]
fixed some hickups in summary templating

12 years agomove blog templates into their own directory
Wilfried Goesgens [Fri, 15 Jul 2011 12:12:44 +0000 (12:12 +0000)]
move blog templates into their own directory