citadel.git
12 years agoExtracting the 'To:' header from the replying_to message now works.
Art Cancro [Wed, 13 Jul 2011 21:29:42 +0000 (17:29 -0400)]
Extracting the 'To:' header from the replying_to message now works.

12 years agoExtracting the 'To:' header from the replying_to message now works.
Art Cancro [Wed, 13 Jul 2011 21:27:28 +0000 (17:27 -0400)]
Extracting the 'To:' header from the replying_to message now works.

12 years agoClarified some of the error messages in citmail.c
Art Cancro [Wed, 13 Jul 2011 17:30:01 +0000 (13:30 -0400)]
Clarified some of the error messages in citmail.c

12 years agoInitial implementation of the 'replying_to=' method for extracting Subject and Refere...
Art Cancro [Tue, 12 Jul 2011 04:34:54 +0000 (00:34 -0400)]
Initial implementation of the 'replying_to=' method for extracting Subject and References from Citadel using the msgnum being replied to instead of passing them back and forth through the browser.  Fully in place for public rooms Reply and ReplyQuoted.  Mail messages are next.

12 years agoAllow reuse of WebCit sessions currently resident in memory by unbinding unless the...
Art Cancro [Mon, 11 Jul 2011 18:46:40 +0000 (14:46 -0400)]
Allow reuse of WebCit sessions currently resident in memory by unbinding unless the session is logged in or explicitly provided a session cookie.  This prevents cookieless web spiders from flooding the session table.

12 years agoRemoved a comment documenting the behavior of a bug which we have since fixed.
Art Cancro [Mon, 11 Jul 2011 17:39:44 +0000 (13:39 -0400)]
Removed a comment documenting the behavior of a bug which we have since fixed.

12 years agoRemoved Msg->reply_to because it held data for an older version of the code, we no...
Art Cancro [Mon, 11 Jul 2011 03:02:47 +0000 (23:02 -0400)]
Removed Msg->reply_to because it held data for an older version of the code, we no longer do it this way

12 years agoAdded another empty box to the login screen. This creates enough room to fit the...
Art Cancro [Sat, 9 Jul 2011 22:03:51 +0000 (18:03 -0400)]
Added another empty box to the login screen.  This creates enough room to fit the username/password dialog without a scrollbar.

12 years agoFix broken links to static/expand.gif and static/collapse.gif remaining in wclib.js
Art Cancro [Sat, 9 Jul 2011 22:00:50 +0000 (18:00 -0400)]
Fix broken links to static/expand.gif and static/collapse.gif remaining in wclib.js

12 years agoAllow 'knrooms' in wiki rooms so welcome pages can show the room list in a link
Art Cancro [Sat, 9 Jul 2011 00:58:45 +0000 (20:58 -0400)]
Allow 'knrooms' in wiki rooms so welcome pages can show the room list in a link

12 years agoIf all messages are new during a 'read new messages' operation, assume that this...
Art Cancro [Fri, 8 Jul 2011 23:29:40 +0000 (19:29 -0400)]
If all messages are new during a 'read new messages' operation, assume that this is the user's first visit to the room and start reading on the most recent page instead of showing them ancient history.

12 years agoThis time, I really fixed the alignment in mbox view! Last time, I did fix something...
the_mgt [Fri, 8 Jul 2011 08:13:44 +0000 (10:13 +0200)]
This time, I really fixed the alignment in mbox view! Last time, I did fix something else.
Again, credits go to Matthew McBride (matt/mcbridematt) for the patch!

12 years agoremoved the green border i had only for testing purposes
the_mgt [Fri, 8 Jul 2011 07:40:53 +0000 (09:40 +0200)]
removed the green border i had only for testing purposes

12 years agoFor sites in guest mode, redirect to the landing page after we're logged out.
Art Cancro [Thu, 7 Jul 2011 22:41:21 +0000 (18:41 -0400)]
For sites in guest mode, redirect to the landing page after we're logged out.

12 years agoRemoved box shadow and round borders from blockquotes in tinymce (while editing)
the_mgt [Thu, 7 Jul 2011 11:09:05 +0000 (13:09 +0200)]
Removed box shadow and round borders from blockquotes in tinymce (while editing)

12 years agoFixed some css errors
the_mgt [Wed, 6 Jul 2011 23:20:01 +0000 (01:20 +0200)]
Fixed some css errors

12 years agoFixed the alignment before and after sorting the mailbox view!! Thanks to matt (Matth...
the_mgt [Wed, 6 Jul 2011 22:55:17 +0000 (00:55 +0200)]
Fixed the alignment before and after sorting the mailbox view!! Thanks to matt (Matthwe McBride)!
Also tried to fix the spacing in the table itself, so that long topics don't leak into the sender name...
Found out that FF3's js engine counts differently from operas and is off by a few pixels.
This is unbelievably frustrating and the current workaround is to leave 1em space, which is far too much.

12 years agoCondense the default wholist when there are multiple sessions from the same user
Art Cancro [Wed, 6 Jul 2011 16:59:10 +0000 (12:59 -0400)]
Condense the default wholist when there are multiple sessions from the same user

12 years agoalmost completely validated the notes, there is multiple using of unique IDs going...
the_mgt [Tue, 5 Jul 2011 22:46:00 +0000 (00:46 +0200)]
almost completely validated the notes, there is multiple using of unique IDs going on, which should be handled by classes

12 years agoroomchat should be valid now (but two warnings, i am content if we move from error...
the_mgt [Tue, 5 Jul 2011 22:36:04 +0000 (00:36 +0200)]
roomchat should be valid now (but two warnings, i am content if we move from error to warning)

12 years agoW3C validation again, also removed some trailing whitespace
the_mgt [Tue, 5 Jul 2011 22:22:58 +0000 (00:22 +0200)]
W3C validation again, also removed some trailing whitespace

12 years agoAdded a missing "=" on the userpicture link "alt" tag, the "&" does work fine
the_mgt [Tue, 5 Jul 2011 22:10:51 +0000 (00:10 +0200)]
Added a missing "=" on the userpicture link "alt" tag, the "&" does work fine
Also X-escaped the roomname on knrooms_rooms.html (for the roomnames containing &)
and added two missing </div>s to the knrooms.html. W3C is happier now

12 years agoNew URL 'monitor' to be used by monitoring scripts
Art Cancro [Tue, 5 Jul 2011 22:42:15 +0000 (18:42 -0400)]
New URL 'monitor' to be used by monitoring scripts

12 years agoRemoved some temporary log messages
Art Cancro [Tue, 5 Jul 2011 22:07:35 +0000 (18:07 -0400)]
Removed some temporary log messages

12 years agoMostly HTML Validation stuff, also removed the #room_ROOMNAME id until we have a...
the_mgt [Tue, 5 Jul 2011 21:49:04 +0000 (23:49 +0200)]
Mostly HTML Validation stuff, also removed the #room_ROOMNAME id until we have a proper "space" replacing escaper
<img src=\"image?name=_userpic_&amp;parm=" <- on the userlist might act funny, i hope not

12 years agoForgot to add the login pngs...
the_mgt [Tue, 5 Jul 2011 21:06:52 +0000 (23:06 +0200)]
Forgot to add the login pngs...

12 years agoAdded http://pc.de to the list of people contributing to the artwork,
the_mgt [Tue, 5 Jul 2011 21:04:41 +0000 (23:04 +0200)]
Added pc.de to the list of people contributing to the artwork,
also mentioning the "Free to use in commercial sites." statement.

12 years agoAdded a nice keyhole-ish login/signon icon to the iconbar
the_mgt [Tue, 5 Jul 2011 21:01:58 +0000 (23:01 +0200)]
Added a nice keyhole-ish login/signon icon to the iconbar

12 years agoDamn you firefox! Borders in the banner!! This time really fixed...
the_mgt [Tue, 5 Jul 2011 19:02:37 +0000 (21:02 +0200)]
Damn you firefox! Borders in the banner!! This time really fixed...

12 years agoRemoved borders from images for FF (what is it with that browser that every image...
the_mgt [Tue, 5 Jul 2011 16:54:02 +0000 (18:54 +0200)]
Removed borders from images for FF (what is it with that browser that every image gets a border?!?!)
Pimped the userlist view: edit option is now an icon, added "titles", changed table spacing to look proper,
turned host info into monospaced font and added a navbar

12 years agoMoved all images out of /static, but the citadel-logo.gif,
the_mgt [Tue, 5 Jul 2011 13:32:20 +0000 (15:32 +0200)]
Moved all images out of /static, but the citadel-logo.gif,
most of the gone to /static/webcit_icons/old,
expand.gif and collapse.gif to /static/webcit_icons/, since they are still used

12 years agoReplaced orange feed/rss image by the blue one from our iconset, added file icon...
the_mgt [Tue, 5 Jul 2011 12:27:19 +0000 (14:27 +0200)]
Replaced orange feed/rss image by the blue one from our iconset, added file icon for rooms with files into banner, made the "X files" description the same style as the rss line above it.
Had to fool around with the css for the banner again, in order to do so.

12 years agooopsy, forgot to escape something. also removed the alignment and hardcoded border...
the_mgt [Tue, 5 Jul 2011 00:27:29 +0000 (02:27 +0200)]
oopsy, forgot to escape something. also removed the alignment and hardcoded border, we can use css now.

12 years agoMadethe service.css look better, added a navbar to the banner and put the "chat with...
the_mgt [Tue, 5 Jul 2011 00:24:36 +0000 (02:24 +0200)]
Madethe service.css look better, added a navbar to the banner and put the "chat with user" link into that navbar

12 years agoAdded the id #room_ROOMNAME to the body tag, this enables us to use some conditionals...
the_mgt [Mon, 4 Jul 2011 23:50:34 +0000 (01:50 +0200)]
Added the id #room_ROOMNAME to the body tag, this enables us to use some conditionals throughout the whole webcit like:
body#room_ROOMNAME #some_id { whatever-css: youlike; }

Made the file chooser input selector bigger so that you can actually read the filename
Added class .bio to the bio view and a service.css to style it

12 years agoremoved trailing "." from "logged in as" line, added a new icon for admin tasks and...
the_mgt [Mon, 4 Jul 2011 10:17:37 +0000 (12:17 +0200)]
removed trailing "." from "logged in as" line, added a new icon for admin tasks and changed the previous config icon to resemble the old one more

12 years agoForgot to remove the infos class from the loggedinas.html. Now the actiondiv fits...
the_mgt [Mon, 4 Jul 2011 08:50:22 +0000 (10:50 +0200)]
Forgot to remove the infos class from the loggedinas.html. Now the actiondiv fits into the banner again.

12 years agofixed a log variable name
Art Cancro [Mon, 4 Jul 2011 00:54:33 +0000 (20:54 -0400)]
fixed a log variable name

12 years agowork on sieve templates
Wilfried Goesgens [Sun, 3 Jul 2011 23:09:12 +0000 (23:09 +0000)]
work on sieve templates

12 years agofix crash with wrong pointer indirection in setup.c
Wilfried Goesgens [Sun, 3 Jul 2011 23:08:30 +0000 (23:08 +0000)]
fix crash with wrong pointer indirection in setup.c

12 years agoAllow the token 'dotgoto?' to bypass wiki hyperlink rewriting, so that we can post...
Art Cancro [Sun, 3 Jul 2011 22:21:51 +0000 (18:21 -0400)]
Allow the token 'dotgoto?' to bypass wiki hyperlink rewriting, so that we can post links to specific rooms in wiki pages.  This seems hackish and could potentially be replaced by a better solution.

12 years agoremoved the scrollbars around the login box. this is a hackish, we really need to...
the_mgt [Sun, 3 Jul 2011 19:23:30 +0000 (21:23 +0200)]
removed the scrollbars around the login box. this is a hackish, we really need to get rid of that 16% stuff for the iconbar and our messy global div

12 years agoTried to fix the scrolling in #room_info and renamed contancts.png. All our images...
the_mgt [Sun, 3 Jul 2011 18:24:30 +0000 (20:24 +0200)]
Tried to fix the scrolling in #room_info and renamed contancts.png. All our images have "singular" case in their name. (task.png, not tasks.png for example!)

12 years agoCleaned and sobered up the roombanner css and html:
the_mgt [Sun, 3 Jul 2011 17:45:34 +0000 (19:45 +0200)]
Cleaned and sobered up the roombanner css and html:
1. It is all a table now
2. paddings and margins look good (room info no longer growing into actiondiv)
3. moved the "logged in as" into actiondiv (looks a bit crowded, but we will take care of that soon)
4. fade in/out effects for extended room info are no longer collibri style

I am not yet satisfied with the height of the #room_info and the scrollbar doesnt work!

12 years agoCorrected some icon references, added new icons and hopefully made it more consistent
the_mgt [Sun, 3 Jul 2011 14:40:31 +0000 (16:40 +0200)]
Corrected some icon references, added new icons and hopefully made it more consistent

12 years agoUpdated PIE.htc to 1.0beta4, maybe it improves IE performance
the_mgt [Sun, 3 Jul 2011 11:44:56 +0000 (13:44 +0200)]
Updated PIE.htc to 1.0beta4, maybe it improves IE performance
If not, we have to tone down on it and/or resort to border.ht for buttons

12 years agoagain some improvements, chat and edit links now avaiable in navbar, dropped <?WHO...
the_mgt [Sun, 3 Jul 2011 03:16:30 +0000 (05:16 +0200)]
again some improvements, chat and edit links now avaiable in navbar, dropped <?WHO:PIC>
how would we pass the username to this template? I need that for testing...

12 years agoremoved c-cruft, added <?WHO:RBIO("X")> for bio text and <?WHO:PIC> for user picture
the_mgt [Sun, 3 Jul 2011 02:23:04 +0000 (04:23 +0200)]
removed c-cruft, added <?WHO:RBIO("X")> for bio text and <?WHO:PIC> for user picture

12 years agoImproved the look of the file room view, also made alternated table style work
the_mgt [Sun, 3 Jul 2011 02:12:51 +0000 (04:12 +0200)]
Improved the look of the file room view, also made alternated table style work

12 years agoadded header to bare bio template
the_mgt [Sun, 3 Jul 2011 01:35:57 +0000 (03:35 +0200)]
added header to bare bio template

12 years agochanged icon and indented lines
the_mgt [Sun, 3 Jul 2011 00:57:15 +0000 (02:57 +0200)]
changed icon and indented lines
are there no closing tags for the table/content div on purpose?

12 years agoMerged the changes dothebart and I did, wasnt that hard
the_mgt [Sun, 3 Jul 2011 00:01:58 +0000 (02:01 +0200)]
Merged the changes dothebart and I did, wasnt that hard

12 years agoRenamed the /icons directory to /webcit_icons because of incompatibility with symlink...
the_mgt [Sat, 2 Jul 2011 23:28:46 +0000 (01:28 +0200)]
Renamed the /icons directory to /webcit_icons because of incompatibility with symlinking to local iconset for mimetypes
Also changed the references to reflect the new positions

12 years agoTemplatize sieve rules editor; return success/fail state of serverwrite
Wilfried Goesgens [Sat, 2 Jul 2011 21:10:16 +0000 (21:10 +0000)]
Templatize sieve rules editor; return success/fail state of serverwrite

 - return status of sending stuff to citserver, so we can abort loops in time if our connection dies.
 - add sieve scripts lists with content to the session for one request
 - add hooks for listing sieve scripts and their contents
 - add parser for our webcit embedded sieve editor
 - add hooks for our webcit embedded sieve editor
 - add templates with the contents from sieve.c

12 years agoMade the actiondiv (offer startpage, search, select roomview) texts a little smaller...
the_mgt [Sat, 2 Jul 2011 20:21:42 +0000 (22:21 +0200)]
Made the actiondiv (offer startpage, search, select roomview) texts a little smaller and less dominant

12 years agoremoved width/height, not nescessary anymore
the_mgt [Fri, 1 Jul 2011 12:14:18 +0000 (14:14 +0200)]
removed width/height, not nescessary anymore

12 years agoImproved logic and look of the login.html (and partly the modal)
the_mgt [Fri, 1 Jul 2011 12:12:13 +0000 (14:12 +0200)]
Improved logic and look of the login.html (and partly the modal)
Also renamed the delete.png to abort, makes more sense.
Deployed abort.png where it fits (closewindow.gif loks bad when blown to 32pixel)

12 years agoUgly hack to fix wiki history broken by the 'message xxx is not in this room' securit...
Art Cancro [Fri, 1 Jul 2011 05:13:12 +0000 (01:13 -0400)]
Ugly hack to fix wiki history broken by the 'message xxx is not in this room' security check

12 years agoFixed a stack smash in the wiki module
Art Cancro [Fri, 1 Jul 2011 03:47:18 +0000 (23:47 -0400)]
Fixed a stack smash in the wiki module

12 years agoGenerate wiki diffs using a temp file instead of a big string of realloc() calls.
Art Cancro [Fri, 1 Jul 2011 02:47:57 +0000 (22:47 -0400)]
Generate wiki diffs using a temp file instead of a big string of realloc() calls.
Noted a block of code in which we are smashing the stack and need to fix.

12 years agoReplaced the favicon with the "collaboration.png" from "Essen", we really need to...
the_mgt [Fri, 1 Jul 2011 02:30:20 +0000 (04:30 +0200)]
Replaced the favicon with the "collaboration.png" from "Essen", we really need to get something more citadelish here

12 years agoremoved 'width="24" height="24' statements, new icons are 16x16
the_mgt [Fri, 1 Jul 2011 02:13:23 +0000 (04:13 +0200)]
removed 'width="24" height="24' statements, new icons are 16x16

12 years agoSlight adaptions to proportions and margins of navbar/iconbar links, so the new icons...
the_mgt [Fri, 1 Jul 2011 02:11:55 +0000 (04:11 +0200)]
Slight adaptions to proportions and margins of navbar/iconbar links, so the new icons can really shine!

12 years agoAdapted c-files to new iconset "Essen"
the_mgt [Fri, 1 Jul 2011 01:30:54 +0000 (03:30 +0200)]
Adapted c-files to new iconset "Essen"
Moved some additional icons from static/ to static/icons
The goal is, that we can remove all stray image files from static/ after the transition
Only relevant .gif in static that is left should be citadel-logo.gif.

12 years agoreverted 755 permissions on files to 644. Wherever that came from, sorry...
the_mgt [Fri, 1 Jul 2011 01:05:37 +0000 (03:05 +0200)]
reverted 755 permissions on files to 644. Wherever that came from, sorry...
Also renamed an icon to the proper .png name

12 years agoAdded new iconset "Essen" from http://pc.de/icons/ and modified all files under stati...
the_mgt [Fri, 1 Jul 2011 00:53:43 +0000 (02:53 +0200)]
Added new iconset "Essen" from pc.de/icons/ and modified all files under static/t accordingly
Icons are in subfolder "icons/essen" so we can eventually add other iconsets and make them choosable from Webcit
Moved some commonly used icons we need to keep to newly created icons/ dir
Old icons will go to subfolder "icons/old" after the transition, so retro enthusiasts can choose them eventually
Places in c-files will follow in next commit

12 years agofix off by one while checking for the maximum number of tokens
Wilfried Goesgens [Thu, 30 Jun 2011 21:11:14 +0000 (21:11 +0000)]
fix off by one while checking for the maximum number of tokens

12 years agoChanged color of dropdown roomlist room items in iconbar and updated copyright year...
the_mgt [Thu, 30 Jun 2011 20:12:58 +0000 (22:12 +0200)]
Changed color of dropdown roomlist room items in iconbar and updated copyright year to 2011

12 years agofix the GETMETADATA command; we mustn't count our naive split of the comand, it will...
Wilfried Goesgens [Wed, 29 Jun 2011 22:46:59 +0000 (22:46 +0000)]
fix the GETMETADATA command; we mustn't count our naive split of the comand, it will fail if we have blanks in roomnames.
this fixes troubles seen with citadel <-> bynari connector.

12 years agoadd tests for all our encoders; syntax similar to webcit template escapers. -o J...
Wilfried Goesgens [Wed, 29 Jun 2011 09:57:22 +0000 (11:57 +0200)]
add tests for all our encoders; syntax similar to webcit template escapers. -o J for Ecma etc.

12 years agoRemoved the commented-out vestiges of a spam strings checker begun before we decided...
Art Cancro [Tue, 28 Jun 2011 05:17:16 +0000 (01:17 -0400)]
Removed the commented-out vestiges of a spam strings checker begun before we decided to use spamassassin instead.

12 years agoThe 'static redirects' file may now contain a special token called 'home' which can...
Art Cancro [Wed, 22 Jun 2011 20:23:52 +0000 (16:23 -0400)]
The 'static redirects' file may now contain a special token called 'home' which can specify the site-wide default landing page.

12 years agoUntangled the hashloading of VTDODO with the hashloading of VEVENT items. Some chang...
Art Cancro [Tue, 21 Jun 2011 22:48:36 +0000 (18:48 -0400)]
Untangled the hashloading of VTDODO with the hashloading of VEVENT items.  Some changes that were made to the calendar code were keeping tasks from displaying at all.

12 years agoxmpp_destroy_buddy() now accepts an 'aggressively' flag that indicates whether the...
Art Cancro [Wed, 15 Jun 2011 04:26:25 +0000 (00:26 -0400)]
xmpp_destroy_buddy() now accepts an 'aggressively' flag that indicates whether the server should push an 'unsubscribed' presence tag.  Apparently we can only do this when sending a roster flush at the beginning of the session, because sending it when another user logs out in the middle of our session confuses Jitsi into thinking that the other user rejected a subscription request.  I think it's making Pidgin behave better too, but more testing is needed.

12 years agoUse permalinks as the <link> tag content for Blog room feeds
Art Cancro [Tue, 7 Jun 2011 15:43:47 +0000 (11:43 -0400)]
Use permalinks as the <link> tag content for Blog room feeds

12 years agoWhen generating an RSS feed for a Blog room, omit comments; feed items are top level...
Art Cancro [Tue, 7 Jun 2011 15:24:43 +0000 (11:24 -0400)]
When generating an RSS feed for a Blog room, omit comments; feed items are top level posts only.

12 years agofeed generator: read entire message into memory first. This will allow us to do...
Art Cancro [Tue, 7 Jun 2011 04:15:52 +0000 (00:15 -0400)]
feed generator: read entire message into memory first.  This will allow us to do decision making before output begins.

12 years agoSuppress display of '%d new of %d messages' where it is not relevant
Art Cancro [Mon, 6 Jun 2011 18:26:43 +0000 (14:26 -0400)]
Suppress display of '%d new of %d messages' where it is not relevant

12 years agoAdd a 'New blog post' button to the Blog view
Art Cancro [Mon, 6 Jun 2011 18:20:26 +0000 (14:20 -0400)]
Add a 'New blog post' button to the Blog view

12 years ago'older posts' and 'newer posts' links now work. 'max posts' is working but not setab...
Art Cancro [Mon, 6 Jun 2011 17:47:38 +0000 (13:47 -0400)]
'older posts' and 'newer posts' links now work.  'max posts' is working but not setable by any visible options

12 years agoAdded the 'older posts' entry to blog view
Art Cancro [Mon, 6 Jun 2011 17:28:38 +0000 (13:28 -0400)]
Added the 'older posts' entry to blog view

12 years agoblogview: allow 'firstp=' parameter to determine where to start reading
Art Cancro [Mon, 6 Jun 2011 16:42:06 +0000 (12:42 -0400)]
blogview: allow 'firstp=' parameter to determine where to start reading

12 years agocorrect debug logging string.
Wilfried Goesgens [Sat, 4 Jun 2011 14:39:55 +0000 (14:39 +0000)]
correct debug logging string.

12 years agore-link the floor editing menu; this somehow got lost.
Wilfried Goesgens [Sat, 4 Jun 2011 08:09:06 +0000 (08:09 +0000)]
re-link the floor editing menu; this somehow got lost.

12 years agoblogpost_render() is now beautiful and elegant
Art Cancro [Fri, 3 Jun 2011 22:12:19 +0000 (18:12 -0400)]
blogpost_render() is now beautiful and elegant

12 years agoblogpost_render() is now called with a new parameter 'with_comments' to determine...
Art Cancro [Fri, 3 Jun 2011 22:05:06 +0000 (18:05 -0400)]
blogpost_render() is now called with a new parameter 'with_comments' to determine the view instead of searching the http parms

12 years agoStop processing if the viewer is only interested in a single post and that message...
Art Cancro [Fri, 3 Jun 2011 21:53:18 +0000 (17:53 -0400)]
Stop processing if the viewer is only interested in a single post and that message ID is neither the id nor the refs.

12 years agoPoint out the missing parts of the blog view render code in comments
Art Cancro [Fri, 3 Jun 2011 21:35:15 +0000 (17:35 -0400)]
Point out the missing parts of the blog view render code in comments

12 years agopointers, not objects
Art Cancro [Fri, 3 Jun 2011 19:25:23 +0000 (15:25 -0400)]
pointers, not objects

12 years agoAnother minor commit
Art Cancro [Fri, 3 Jun 2011 19:14:02 +0000 (15:14 -0400)]
Another minor commit

12 years agoMeaningless commit intended to troubleshoot commit hooks
Art Cancro [Fri, 3 Jun 2011 18:49:39 +0000 (14:49 -0400)]
Meaningless commit intended to troubleshoot commit hooks

12 years agoadded some comments for things I need to add
Art Cancro [Fri, 3 Jun 2011 18:12:17 +0000 (14:12 -0400)]
added some comments for things I need to add

12 years agoSorting the blog posts in newest-to-oldest order now works.
Art Cancro [Fri, 3 Jun 2011 17:43:28 +0000 (13:43 -0400)]
Sorting the blog posts in newest-to-oldest order now works.
Big thanks to whoever wrote
http://www.c.happycodings.com/Sorting_Searching/code14.html

12 years agoSort the array of blogposts before render. It doesn't work. I don't know why, but...
Art Cancro [Fri, 3 Jun 2011 05:27:50 +0000 (01:27 -0400)]
Sort the array of blogposts before render.  It doesn't work.  I don't know why, but it's very late and I hope that it will be obvious in the morning.

12 years agoLoad pointers to blogposts into an array that we can sort
Art Cancro [Fri, 3 Jun 2011 05:06:05 +0000 (01:06 -0400)]
Load pointers to blogposts into an array that we can sort

12 years agoSeparate blogpost renderer/destructor into different functions
Art Cancro [Fri, 3 Jun 2011 04:54:39 +0000 (00:54 -0400)]
Separate blogpost renderer/destructor into different functions

12 years agoDetermine msgnums for rendering
Art Cancro [Fri, 3 Jun 2011 04:51:07 +0000 (00:51 -0400)]
Determine msgnums for rendering

12 years agoAdd blog rooms to sitemap
Art Cancro [Tue, 31 May 2011 18:21:26 +0000 (14:21 -0400)]
Add blog rooms to sitemap

12 years agoDefine a consistent way to turn message id into thread id hash
Art Cancro [Tue, 31 May 2011 18:05:31 +0000 (14:05 -0400)]
Define a consistent way to turn message id into thread id hash

12 years agoMoved the struct declarations from blogview_renderer.c into webcit.h
Art Cancro [Tue, 31 May 2011 17:58:56 +0000 (13:58 -0400)]
Moved the struct declarations from blogview_renderer.c into webcit.h